RE: kernel compile error

From: Remko Lodder (remko_at_elvandar.org)
Date: 02/29/04

  • Next message: Matthew Seaman: "Re: NFS sharing /usr/ports and /usr/src"
    To: <danny@ricin.com>, <rfa@msumain.edu.ph>
    Date: Sun, 29 Feb 2004 11:47:32 +0100
    
    

    Overlooked this email,
    And overlooked the make world process,

    My apologies for giving inaccurate information

    Cheers,

    --
    Kind regards,
    Remko Lodder
    Elvandar.org/DSINet.org
    www.mostly-harmless.nl Dutch community for helping newcomers on the
    hackerscene
    mrtg.grunn.org Dutch mirror of MRTG
    -----Oorspronkelijk bericht-----
    Van: owner-freebsd-questions@freebsd.org
    [mailto:owner-freebsd-questions@freebsd.org]Namens Danny Pansters
    Verzonden: zondag 29 februari 2004 2:31
    Aan: rfa@msumain.edu.ph
    CC: freebsd-questions@freebsd.org
    Onderwerp: Re: kernel compile error
    On Sunday 29 February 2004 01:52, rfa@msumain.edu.ph wrote:
    > Im kinda new at this and
    >
    > I was compiling my kernel on my Dell Inspiron600m running FreeBSD 5.2
    > RELEASE when I just remembered[after taking a nap] that I did
    >
    > #make buildkernel KERNCONF=GENERIC
    If you build your own kernel, you should give it another name than GENERIC
    (and change ident in your config file).
    >
    > and I forgot to edit the /usr/src/sys/i386/conf/GENERIC file before
    > running the process.
    >
    > anyway, the #make buildkernel completed and i wanted to change the GENERIC
    > file so i went aroung and commented out all the stuff that i didnt have on
    > my system and did a #make buildkernel KERNCONF=GENERIC again only to have
    > errors after about a minute into the process.
    >
    > My Questions Are:
    > Is it wrong to do this process again after a successful #make buildkernel?
    > If so, what should I do to do it successfully? [should i rm -rf /usr/src
    > && cvsup -g -L 2 /etc/standard-supfile && make world again?]
    Never run "make world" literally. Run make buildworld, make kernel, make
    installworld, mergemaster.
    >
    > Or is it possible that my GENERIC file is wrong?
    Yes, you edited too much out. This is a FAQ:
    > #device         scbus           # SCSI bus (required for SCSI)
    > device          umass           # Disks/Mass storage - Requires scbus and
    HTH,
    Dan
    _______________________________________________
    freebsd-questions@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-questions
    To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
    _______________________________________________
    freebsd-questions@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-questions
    To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
    

  • Next message: Matthew Seaman: "Re: NFS sharing /usr/ports and /usr/src"

    Relevant Pages

    • Re: Kernel with PAE does not build
      ... > our kernel. ... > But a buildkernel gave me: ... If you only have 4GB of RAM you should not need PAE. ... To unsubscribe, ...
      (freebsd-questions)
    • Re: ATAPICAM Problem
      ... John Baldwin writes: ... > method as it is more natural if you are working on the kernel. ... > buildkernel is better suited for users on non-development machines however. ... To unsubscribe, ...
      (freebsd-current)
    • Re: Upgrading from 5.3-RELEASE-p5 to p6
      ... > make buildkernel it kept saying that: ... To unsubscribe, ...
      (freebsd-questions)
    • Re: HOW TO Enable IPSec for FreeBSD.......???
      ... make buildkernel KERNCONF=MYKERNEL ... make installkernel KERNCONF=MYKERNEL ... And you can also change the 'ident' option in the kernel to the ... To unsubscribe, ...
      (FreeBSD-Security)
    • Re: cannot complete buildkernel
      ... the successful make buildkernel was due to a typo: ... Yesterday I tried to eliminate the SCSI drivers as they failed (not ... the temporary kernel and booting from it. ...
      (comp.unix.bsd.freebsd.misc)