LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Kernel errors occur during updatedb (https://www.linuxquestions.org/questions/linux-newbie-8/kernel-errors-occur-during-updatedb-643805/)

shorto 05-21-2008 10:33 AM

Kernel errors occur during updatedb
 
Hello all!

Today I just installed a mod for Apache and when I finished and typed update db I got this:

Code:

updatedb

Message from syslogd@shorto at Wed May 21 18:56:08 2008 ...
shorto kernel: Oops: 0000 [#3]

Message from syslogd@shorto at Wed May 21 18:56:08 2008 ...
shorto kernel: SMP

Message from syslogd@shorto at Wed May 21 18:56:08 2008 ...
shorto kernel: CPU:    0
/usr/bin/updatedb: line 315: 17879 Segmentation fault      $find $SEARCHPATHS $FINDOPTIONS \( $prunefs_exp -type d -regex "$PRUNEREGEX" \) -prune -o $print_option

Message from syslogd@shorto at Wed May 21 18:56:09 2008 ...
shorto kernel: eax: 47e31400  ebx: c0cb3f6c  ecx: c7d70420  edx: c0cb3f6c

Message from syslogd@shorto at Wed May 21 18:56:09 2008 ...
shorto kernel: esi: c7e29a5c  edi: 00000000  ebp: c0cb3f6c  esp: c0cb3ee4

Message from syslogd@shorto at Wed May 21 18:56:09 2008 ...
shorto kernel: ds: 007b  es: 007b  ss: 0068

Message from syslogd@shorto at Wed May 21 18:56:09 2008 ...
shorto kernel: Process find (pid: 17879, ti=c0cb2000 task=c0f99000 task.ti=c0cb2000)

Message from syslogd@shorto at Wed May 21 18:56:09 2008 ...
shorto kernel: Stack: c7d70420 c7e29a5c 00000000 c0161d8c c7b880c0 00000000 c0cb3f6c c0cb3f0c

Message from syslogd@shorto at Wed May 21 18:56:09 2008 ...
shorto kernel:        c0cb2000 c0161e01 c7e29a5c c7b880c0 00000000 00000000 00000000 00000000

Message from syslogd@shorto at Wed May 21 18:56:09 2008 ...
shorto kernel:        00000001 00000000 00001000 00000000 00000000 482ee4f6 212aead3 482ee4f6

Message from syslogd@shorto at Wed May 21 18:56:09 2008 ...
shorto kernel: Call Trace:

Message from syslogd@shorto at Wed May 21 18:56:09 2008 ...
shorto kernel: Code: 89 c2 81 fa 00 f0 ff ff 58 77 0d 8b 42 04 c1 e0 14 0b 42 08 31 d2 89 03 5b 89 d0 c3 90 90 57 89 c1 56 53 89 d3 8b 80 a0 00 00 00 <8b> 40 08 89 42 04 8b 41 20 89 02 8b 41 28 66 89 42 08 8b 41 2c

Message from syslogd@shorto at Wed May 21 18:56:09 2008 ...
shorto kernel: EIP: [<c016195d>] generic_fillattr+0xd/0x9c SS:ESP 0068:c0cb3ee4

Message from syslogd@shorto at Wed May 21 18:56:08 2008 ...
shorto kernel: EIP is at generic_fillattr+0xd/0x9c
shorto:/usr/share/gallery2#

How can I fix this? Please help!

abefroman 05-22-2008 10:37 PM

Have you tried upgrading the kernel? Or compiling one from source?

eggixyz 05-22-2008 10:38 PM

Hey There,

Try doing

Quote:

find /dev
and let me know if that gives you the same error.

Thanks :)

, Mikke

shorto 05-23-2008 03:47 AM

abefroman: If I try to upgrade it via atp-get I apparently have the newest version but I never tried to compile it by myself.

eggixyz: no error only a list of files ;)

eggixyz 05-23-2008 11:33 AM

Hey There,

Bummer - I've seen that before. I still think (if nothing ever happened before) that it's got something to do with this line from the error:

Quote:

$find $SEARCHPATHS $FINDOPTIONS \( $prunefs_exp -type d -regex "$PRUNEREGEX" \) -prune -o $print_option
Try doing a

Quote:

find / -print 2>&1|tee OUTPUT
and that should crash your machine again, if this problem makes any sense ;)

If it does, the bottom of the OUTPUT file should show you where on your system the cpu is tripping up (I'm thinking disk access issue/bad sector or block)

Best wishes :)

, Mike


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