Re: upgrading 5.0 -> 5.1; make buildkernel failes

From: Kris Kennaway (kris_at_obsecurity.org)
Date: 06/28/03

  • Next message: Kris Kennaway: "Re: fsck!"
    Date: Fri, 27 Jun 2003 17:42:49 -0700
    To: root <root@www.get-linux.org>
    
    
    

    On Fri, Jun 27, 2003 at 02:57:56PM -0700, root wrote:
    > On Fri, Jun 27, 2003 at 11:37:03PM +0200 or thereabouts, Maarten de Vries wrote:
    > > Hi,
    > >
    > > I've been trying to upgrade my desktop pc, which ran 5.0-R without any
    > > problems for months, to 5.1-R. After a make clean, I cvsup the latest
    > > sources and then go 'make buildworld' and 'make installworld'. This doesn't
    > > give any problems, but then the 'make buildkernel' fails miserably:
    >
    > Make sure you have exactly one of the next two lines in your
    > kernel configuration file. (I'd recommend the first.)
    >
    > options SCHED_4BSD
    > options SCHED_ULE

    This and other upgrading pitfalls are documented in /usr/src/UPDATING,
    which you should read (along with the release notes, errata and other
    release documentation) before attempting an upgrade.

    Kris

    
    



  • Next message: Kris Kennaway: "Re: fsck!"

    Relevant Pages

    • Re: Home Network, step by step?
      ... I would also recommend going with pf. ... documentation is fantastic, it can do a myriad of things and is ... > ipf and pf in FreeBSD - are now not so much firewalls, ... IPFW is much older and is somewhat less well maintained, ...
      (freebsd-newbies)
    • Re: Learning Code...Fast
      ... > software project that uses a nearly obsolete toolkit ... this is often an indication of poor quality. ... tools and techniques I'd recommend: ... you're going to need more than just documentation. ...
      (comp.arch.embedded)
    • Re: A better find subroutine
      ... to do this and frankly thats why i'm posting in perl begginers:) ... I recommend just reading that module's documentation. ... For CPAN modules, ...
      (perl.beginners)
    • Re: BufferedInputStream -- does not recommend "close()"?
      ... I had expected the constructor documentation to ... future to avoid resource leaks, ... The tutorial also does not recommend close: ... Why is it not recommended in the documentation nor the tutorial? ...
      (comp.lang.java.programmer)
    • Re: Questions about Coding Practices
      ... the trinary conditional operator compiles the entire statement before it actually execute them. ... Use extensive external documentation for API documentation. ... What I _would_ recommend eschewing, and perhaps this is what the book means also, are comments _within_ the method body. ...
      (microsoft.public.dotnet.languages.csharp)