5.3 STABLE kernel compilation oddity

From: Alex Burke (alexjeffburke_at_gmail.com)
Date: 01/31/05

  • Next message: Jon Noack: "Re: Kernel panic on 5.3-STABLE w/ ACPI"
    Date: Mon, 31 Jan 2005 15:31:50 +0000
    To: freebsd-stable@freebsd.org
    
    

    Hi,

    I wasnt quite sure what to call this problem.

    I am running FreeBSD 5.3 STABLE on a quad Pentium Pro IBM Netfinity
    7000 system, and since the GENERIC kernel does not come SMP enabled I
    compiled a kernel with SMP support and drivers for networks card and
    SCSI RAID adapter built into it (not loaded as modules). This build
    happens fine under the original GENERIC kernel.

    Afterwards, since that machine is quite powerful and its destined to
    be a unix server I wanted to compile a kernel for another box I have.
    I wrote the kernel config file, and started the compilation. At some
    stage the system crashed, on the console it looked as though it had
    tried to reboot itself (3 times!) with various messages about CPUs
    ignoring requests. I dont really understand why under the SMP kernel I
    compiled the I cannot compile another kernel, but under GENERIC it
    works fine.

    I can only think two things, either I have stumbled accross an odd bug
    or my hardware appears to be working fine on the surface and actually
    there is something slightly wrong, although this machine ran the
    GENERIC kernel of 5.2 for a long time without any issues (5.2.1 was
    SMP enabled from the start I believe).

    I apologize if I posted this to the wrong list, I just thought as this
    is related to STABLE this is the right place for it.

    Thanks in advance, Alex J Burke
    _______________________________________________
    freebsd-stable@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-stable
    To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"


  • Next message: Jon Noack: "Re: Kernel panic on 5.3-STABLE w/ ACPI"

    Relevant Pages

    • Re: Distributions
      ... | general there are a lot of packages for people to use. ... kernel, have to run on a multitude of different systems, they tend to be ... and slower than if you compile those packages, ... can have that stability with virtually any distro. ...
      (Debian-User)
    • Re: Distributions
      ... Ubuntu is based on Debian, ... | general there are a lot of packages for people to use. ... kernel, have to run on a multitude of different systems, they tend to be larger ... and slower than if you compile those packages, ...
      (Debian-User)
    • Problems with custom kernel fbsd 6.2
      ... My kernel for freebsd 6.2 is not compiling but only with my custom config. ... I was able to compile it with the GENERIC kernel included, but my modified one will not compile. ... # Power management support ...
      (freebsd-questions)
    • Re: [PATCH] 2.6 workaround for Athlon/Opteron prefetch errata
      ... >optimisations independently of each other', is fairly simple, (in ... >concept), and elegant, (as it lets you compile the most finely tuned ... >Up to now, selecting a CPU to compile for basically means, "Use ... it's silly to include them all in a kernel for a 386. ...
      (Linux-Kernel)
    • Re: C++ pushback
      ... There are all sorts of macros that use member initialization of that form. ... This does not break the code at run time, this breaks the code at compile time, and should be less painful. ... The kernel relies really _really_ heavily on such structure initializers, and breaking them would effectively break the world as far as the kernel is concerned. ... If they were not, one could simply make a base class having members outlined, and which class does not enforce type safety and is for inheritance only. ...
      (Linux-Kernel)