LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-07-2003, 03:24 PM   #1
EvolveNet
LQ Newbie
 
Registered: Jul 2003
Posts: 3

Rep: Reputation: 0
What does this kernel message mean?


Hi,

Found this in /var/log/messages and can't decipher it. Looks like my box had a hard time writing to disk? Thanks to anyone who speaks kernel and can tell waht happened.

Jul 7 07:37:16 e kernel: Unable to handle kernel NULL pointer dereference at virtual address 0000002f
Jul 7 07:37:16 e kernel: printing eip:
Jul 7 07:37:16 e kernel: c0175913
Jul 7 07:37:16 e kernel: *pde = 00000000
Jul 7 07:37:16 e kernel: Oops: 0000
Jul 7 07:37:16 e kernel: autofs eepro100 ipt_REJECT iptable_filter ip_tables mousedev keybdev hid input
Jul 7 07:37:16 e kernel: CPU: 0
Jul 7 07:37:16 e kernel: EIP: 0010:[<c0175913>] Not tainted
Jul 7 07:37:16 e kernel: EFLAGS: 00010206
Jul 7 07:37:16 e kernel:
Jul 7 07:37:16 e kernel: EIP is at try_atomic_semop [kernel] 0x83 (2.4.18-14)
Jul 7 07:37:16 e kernel: eax: 00001000 ebx: ffffffff ecx: e8e70040 edx: efbdf3b8
Jul 7 07:37:16 e kernel: esi: dfa2be00 edi: 0000002f ebp: 00000000 esp: e57e1d3c
Jul 7 07:37:16 e kernel: ds: 0018 es: 0018 ss: 0018
Jul 7 07:37:16 e kernel: Process httpd (pid: 15695, stackpage=e57e1000)
Jul 7 07:37:16 e kernel: Stack: 00001000 c0205658 00000002 00000003 dfa2be06 dfa2bdd0 00000001 efbdf380
Jul 7 07:37:16 e kernel: 000a8002 c0175a61 efbdf380 dfa2be00 00000001 e8e70040 00003aa3 00000001
Jul 7 07:37:16 e kernel: 00000001 e57e1e00 e57e0000 c0176a3d efbdf380 e57e1e00 00000001 e8e70d40
Jul 7 07:37:16 e kernel: Call Trace: [<c0205658>] ip_queue_xmit [kernel] 0x238 (0xe57e1d40))
Jul 7 07:37:16 e kernel: [<c0175a61>] update_queue [kernel] 0x51 (0xe57e1d60))
Jul 7 07:37:16 e kernel: [<c0176a3d>] sys_semop [kernel] 0x3ed (0xe57e1d88))
Jul 7 07:37:16 e kernel: [<c02053d4>] ip_output [kernel] 0x54 (0xe57e1dfc))
Jul 7 07:37:16 e kernel: [<f88898e0>] packet_filter [iptable_filter] 0x0 (0xe57e1e10))
Jul 7 07:37:16 e kernel: [<c0206944>] ip_queue_xmit2 [kernel] 0xc4 (0xe57e1e1c))
Jul 7 07:37:16 e kernel: [<c0206880>] ip_queue_xmit2 [kernel] 0x0 (0xe57e1e2c))
Jul 7 07:37:16 e kernel: [<c01f3fb3>] nf_hook_slow [kernel] 0xb3 (0xe57e1e40))
Jul 7 07:37:16 e kernel: [<c01e8de7>] __kfree_skb [kernel] 0xf7 (0xe57e1e80))
Jul 7 07:37:16 e kernel: [<c020bc95>] tcp_recvmsg [kernel] 0x395 (0xe57e1e94))
Jul 7 07:37:16 e kernel: [<c013722d>] __alloc_pages [kernel] 0x8d (0xe57e1eac))
Jul 7 07:37:16 e kernel: [<c021b76b>] tcp_v4_destroy_sock [kernel] 0x1b (0xe57e1edc))
Jul 7 07:37:16 e kernel: [<c020c408>] tcp_destroy_sock [kernel] 0xc8 (0xe57e1ef0))
Jul 7 07:37:16 e kernel: [<c020c766>] tcp_close [kernel] 0x246 (0xe57e1f04))
Jul 7 07:37:16 e kernel: [<c01e8de7>] __kfree_skb [kernel] 0xf7 (0xe57e1f5c))
Jul 7 07:37:16 e kernel: [<c0148a3c>] pipe_read [kernel] 0x4c (0xe57e1f6c))
Jul 7 07:37:16 e kernel: [<c01400af>] fput [kernel] 0xcf (0xe57e1f7c))
Jul 7 07:37:16 e kernel: [<c010e65d>] sys_ipc [kernel] 0x4d (0xe57e1f90))
Jul 7 07:37:16 e kernel: [<c013e78e>] sys_close [kernel] 0x4e (0xe57e1fb0))
Jul 7 07:37:16 e kernel: [<c01090ff>] system_call [kernel] 0x33 (0xe57e1fc0))
Jul 7 07:37:16 e kernel:
Jul 7 07:37:16 e kernel:
Jul 7 07:37:16 e kernel: Code: 0f bf 0c 6f 29 d9 8d 81 00 80 00 00 3d ff ff 00 00 0f 87 ce
 
Old 07-08-2003, 12:20 AM   #2
mcleodnine
Senior Member
 
Registered: May 2001
Location: Left Coast - Canada
Distribution: s l a c k w a r e
Posts: 2,731

Rep: Reputation: 45
Best guess would be that httpd gave you a nasty kernel oops.
 
Old 07-08-2003, 12:31 AM   #3
EvolveNet
LQ Newbie
 
Registered: Jul 2003
Posts: 3

Original Poster
Rep: Reputation: 0
That makes sense. Apache was hung. But... why?

Must... Learn... Faster...

Thanks for the reply.
 
Old 07-08-2003, 12:39 AM   #4
EvolveNet
LQ Newbie
 
Registered: Jul 2003
Posts: 3

Original Poster
Rep: Reputation: 0
Hmmmm, I sense the presence of evil.

[Mon Jul 07 07:37:17 2003] [notice] child pid 15695 exit signal Segmentation fault (11)

This is apache 2.0. Might be a reason everyone says to hang back on 1.3.
Any ideas?

Thanks for the help.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Kernel Message Redirection mschutte Linux - General 2 09-11-2005 02:47 AM
Message with kernel No module aic7xxx found for kernel 2.4.28 abefroman Red Hat 1 01-31-2005 06:41 AM
Kernel message. TheRealDeal Linux - Networking 1 05-24-2004 02:00 AM
Kernel message rlculver Linux - Hardware 1 06-01-2003 08:28 AM
Kernel Message:unable to handle kernel NULL pointer dereference at virtual address... dave_d Linux - General 0 02-14-2001 05:01 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:10 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration