| Summary: | Kernel panic - gentoo-sources2.4.20-r3 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Jill Mitchell <grrlfox> |
| Component: | [OLD] Core system | Assignee: | x86-kernel (DEPRECATED) <x86-kernel> |
| Status: | RESOLVED FIXED | ||
| Severity: | critical | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
Transcription of the core dump following the panic event
Kernel configuration file Kernel configuration file Kernel configuration file |
||
|
Description
Jill Mitchell
2003-05-01 18:09:01 UTC
Created attachment 11369 [details]
Transcription of the core dump following the panic event
Here's my emerge -info report from yesterday. I changed nothing. Portage 2.0.47-r10 (default-x86-1.4, gcc-3.2.2, glibc-2.3.2-r1) ================================================================= System uname: 2.4.20-gentoo-r2 i686 AMD Athlon(tm) XP 2100+ GENTOO_MIRRORS="http://gentoo.oregonstate.edu/ http://distro.ibiblio.org/pub/Linux/distributions/gentoo" CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config /usr/share/config" CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" PORTDIR="/usr/portage" DISTDIR="/usr/portage/distfiles" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR_OVERLAY="" USE="x86 apm libg++ mikmod ncurses nls pdflib quicktime spell xml2 zlib gtkhtml gdbm berkdb slang guile tcpd pam libwww python imlib motif X gtk2 gtk gnome bonobo cdr cups avi directfb dvd fbcom gpm 3dnow java qt gif jpeg mpeg mozilla maildir mmx opengl oss perl png readline ssl tcltk truetype xmms crypt esd kde apic nvidia dga sse sdl svga ggi oggvorbis aalib xv fbcon encode alsa arts" COMPILER="gcc3" CHOST="i686-pc-linux-gnu" CFLAGS="-march=athlon-xp -O3 -pipe -funroll-loops -falign-functions=4 -fprefetch-loop-arrays -fexpensive-optimizations -fPIC -fomit-frame-pointer -fforce-addr -finline-functions -foptimize-sibling-calls -fdelete-null-pointer-checks -fno-cprop-registers -frerun-loop-opt -frename-registers -fmove-all-movables -freorder-blocks" CXXFLAGS="-march=athlon-xp -O3 -pipe -funroll-loops -falign-functions=4 -fprefetch-loop-arrays -fexpensive-optimizations -fPIC -fomit-frame-pointer -fforce-addr -finline-functions -foptimize-sibling-calls -fdelete-null-pointer-checks -fno-cprop-registers -frerun-loop-opt -frename-registers -fmove-all-movables -freorder-blocks" ACCEPT_KEYWORDS="x86 ~x86" MAKEOPTS="-j2" AUTOCLEAN="yes" SYNC="rsync://rsync.gentoo.org/gentoo-portage" FEATURES="sandbox ccache" please post your .config used when compiling gentoo-sources-2.4.20-r3. Thanks, Jay I'll post my config ASAP ...having connection troubles from linux just now, and can't access the file from within windows :( For what it's worth, I did NOT compile support for microsoft file systems into the kernel. Created attachment 11597 [details]
Kernel configuration file
As requested
Created attachment 11598 [details]
Kernel configuration file
As requested
Created attachment 11599 [details]
Kernel configuration file
As requested
what model of mb do you have? i going to take a stab and guess that hde is on a promise controller? if so, here is your issue: # CONFIG_BLK_DEV_PDC202XX is not set You need to enable that. Otherwise, please post system hardware such as ide controller(s). The sched.c bug as you have it shown is usually because proper ide support has not been compiled into the kernel or loaded via initrd if compiled as a module. Have a good one, Jay Jay, Your comment was exactly right. I just recompiled my kernel with that change, plugged the hard drive in question back in, and have mounted one of the partitions on it. ok, glad to hear it was fixed and was not a kernel issue but just an oversight. Jay |