[ale] Kernel panic
James P. Kinney III
jkinney at localnetsolutions.com
Mon Feb 13 12:28:42 EST 2006
Oops! My bad. I replied to the wrong email here. I was wondering why ALE
showed a post from me as I hadn't (supposedly) sent anything.
Jeff is totally correct. A kernel panic says "KERNEL PANIC" and then the
system usually halts.
Try the usual tricks first: reseat all the cables and check that the
bios sees the correct drive configuration. If that check OK, check the
status of the swap space on the hard drive(s). Use a boot disk like
tomsrootboot or Knopix and look at the drive partitions. reformat the
swap space partition. Make sure you KNOW which one this is. :)
On Mon, 2006-02-13 at 12:15 -0500, Jeff Hubbs wrote:
> That's not a kernel panic - kernel panics, as a rule, say "kernel panic!"
>
> The first line is a failed attempt to page, so, yeah, that smells like
> disk or disk controller death.
>
> And, no, you might *not* get earlier messages on the syslog instead of
> failure like this.
>
> I saw much the same thing a few months back when a Dell PERC controller
> died while working.
>
> Jeff
>
> Christopher Fowler wrote:
>
> >The system keeps running but all attempts of anything to access any file
> >fails. All open()'s return with "No such file or directory". But the
> >system does keep running. Its useless but keeps going.
> >
> >On Mon, 2006-02-13 at 11:49 -0500, James P. Kinney III wrote:
> >
> >
> >>run a memtest on your ram.
> >>
> >>This is a kernel panic. It halts the system. Once this happens there is
> >>no way to access anything without a reboot.
> >>
> >>On Mon, 2006-02-13 at 10:28 -0500, Christopher Fowler wrote:
> >>
> >>
> >>>I get this error message:
> >>>
> >>>
> >>>------------------------------------------------------------------------------------
> >>>Feb 9 12:32:40 sam-accunet kernel: Unable to handle kernel paging
> >>>request at virtual address 625ae8e0
> >>>Feb 9 12:32:40 sam-accunet kernel: printing eip:
> >>>Feb 9 12:32:40 sam-accunet kernel: 02164c7f
> >>>Feb 9 12:32:40 sam-accunet kernel: *pde = 00000000
> >>>Feb 9 12:32:40 sam-accunet kernel: Oops: 0002 [#1]
> >>>Feb 9 12:32:40 sam-accunet kernel: CPU: 0
> >>>Feb 9 12:32:40 sam-accunet kernel: EIP: 0060:[<02164c7f>] Not
> >>>tainted
> >>>Feb 9 12:32:40 sam-accunet kernel: EFLAGS: 00010202 (2.6.5-1.358-SAM-
> >>>ACCUNET-001)
> >>>Feb 9 12:32:40 sam-accunet kernel: EIP is at proc_read_inode+0x4/0x29
> >>>Feb 9 12:32:40 sam-accunet kernel: eax: 16f68390 ebx: 16f68390 ecx:
> >>>00000000 edx: 022cb760
> >>>Feb 9 12:32:40 sam-accunet kernel: esi: 16f68390 edi: 21fb8200 ebp:
> >>>0cec6180 esp: 1e33de80
> >>>Feb 9 12:32:40 sam-accunet kernel: ds: 007b es: 007b ss: 0068
> >>>Feb 9 12:32:40 sam-accunet kernel: Process sendmail (pid: 1582,
> >>>threadinfo=1e33d000 task=213c47b0)
> >>>Feb 9 12:32:40 sam-accunet kernel: Stack: 00000000 21ff8910 02164e22
> >>>21ff8910 0cec6207 21ff8963 02166f6d ffffffea
> >>>Feb 9 12:32:40 sam-accunet kernel: 00000000 21fb0e10 21fb0e10
> >>>1e33df78 0cec6180 21fb3b80 02164f5e 022cb840
> >>>Feb 9 12:32:40 sam-accunet kernel: 0cec6180 21fb0e10 0214ad81
> >>>1e33df78 1e33df14 00000000 1e33df78 1e33df14
> >>>Feb 9 12:32:40 sam-accunet kernel: Call Trace:
> >>>Feb 9 12:32:40 sam-accunet kernel: [<02164e22>] proc_get_inode
> >>>+0x59/0xdd
> >>>Feb 9 12:32:40 sam-accunet kernel: [<02166f6d>] proc_lookup+0xb6/0xc4
> >>>Feb 9 12:32:40 sam-accunet kernel: [<02164f5e>] proc_root_lookup
> >>>+0x2a/0x42
> >>>Feb 9 12:32:40 sam-accunet kernel: [<0214ad81>] real_lookup+0x66/0xc8
> >>>Feb 9 12:32:40 sam-accunet kernel: [<0214af4f>] do_lookup+0x43/0x72
> >>>Feb 9 12:32:40 sam-accunet kernel: [<0214b494>] link_path_walk
> >>>+0x516/0x6e2
> >>>Feb 9 12:32:40 sam-accunet kernel: [<02135342>] follow_page+0xda/0xe5
> >>>Feb 9 12:32:40 sam-accunet kernel: [<0214b8b3>] path_lookup+0xf8/0x128
> >>>Feb 9 12:32:40 sam-accunet kernel: [<0214bee9>] open_namei+0x93/0x3eb
> >>>Feb 9 12:32:40 sam-accunet kernel: [<02135342>] follow_page+0xda/0xe5
> >>>Feb 9 12:32:40 sam-accunet kernel: [<0214098f>] filp_open+0x23/0x3c
> >>>Feb 9 12:32:40 sam-accunet kernel: [<02140cde>] sys_open+0x31/0x7d
> >>>Feb 9 12:32:40 sam-accunet kernel:
> >>>Feb 9 12:32:40 sam-accunet kernel: Code: 51 89 e0 e8 5a 62 fb ff 8b 54
> >>>24 04 8b 04 24 89 53 5
> >>>------------------------------------------------------------------------------------
> >>>
> >>>After I get this no program can access the file system. Its as if the
> >>>disks have disappeared. If it was a controller failure or some other
> >>>hardware failure would I not get earlier messages on the syslog instead
> >>>of failure like this?
> >>>
> >>>_______________________________________________
> >>>Ale mailing list
> >>>Ale at ale.org
> >>>http://www.ale.org/mailman/listinfo/ale
> >>>
> >>>
> >>_______________________________________________
> >>Ale mailing list
> >>Ale at ale.org
> >>http://www.ale.org/mailman/listinfo/ale
> >>
> >>
> >
> >_______________________________________________
> >Ale mailing list
> >Ale at ale.org
> >http://www.ale.org/mailman/listinfo/ale
> >
> >
> >
>
> _______________________________________________
> Ale mailing list
> Ale at ale.org
> http://www.ale.org/mailman/listinfo/ale
--
James P. Kinney III \Changing the mobile computing world/
CEO & Director of Engineering \ one Linux user /
Local Net Solutions,LLC \ at a time. /
770-493-8244 \.___________________________./
http://www.localnetsolutions.com
GPG ID: 829C6CA7 James P. Kinney III (M.S. Physics)
<jkinney at localnetsolutions.com>
Fingerprint = 3C9E 6366 54FC A3FE BA4D 0659 6190 ADC3 829C 6CA7
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
More information about the Ale
mailing list