oops on mount


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users oops on mount
# 1  
Old 02-11-2003
oops on mount [ FIXED ]

When ever i mount any of my 2 scsi cdroms, I get a kernel crash with the folfollowing oops kernel output.

I understand that it is impossible to anwser my question WHY but could you give me some advice where i should look to debug the problem or advice me some tools to detect what might be wrong,

J

ksymoops 2.4.5 on i686 2.4.19-x1. Options used
-V (default)
-k /proc/ksyms (default)
-l /proc/modules (default)
-o /lib/modules/2.4.19-x1/ (default)
-m /boot/System.map-2.4.19-x1 (default)

Warning: You did not tell me where to find symbol information. I will
assume that the log matches the kernel and modules that are running
right now and I'll use the default options above for symbol resolution.
If the current kernel and/or modules do not match the log, you can get
more accurate output by telling me the kernel version and where to find
map, modules, ksyms etc. ksymoops -h explains the options.

Error (expand_objects): cannot stat(/modules/reiserfs.o) for reiserfs
Error (expand_objects): cannot stat(/modules/splashFXmod.o) for splashFXmod
Error (pclose_local): find_objects pclose failed 0x100
Warning (compare_ksyms_lsmod): module bsd_comp is in lsmod but not in ksyms, probably no symbols exported
Warning (compare_ksyms_lsmod): module ppp_async is in lsmod but not in ksyms, probably no symbols exported
Warning (compare_ksyms_lsmod): module ppp_deflate is in lsmod but not in ksyms, probably no symbols exported
Warning (compare_ksyms_lsmod): module ppp_generic is in lsmod but not in ksyms, probably no symbols exported
Warning (compare_ksyms_lsmod): module slhc is in lsmod but not in ksyms, probably no symbols exported
Warning (map_ksym_to_module): cannot match loaded module reiserfs to a unique module object. Trace may not be reliable.
Feb 3 20:28:47 XANHORT6I43 kernel: c8989211
Feb 3 20:28:47 XANHORT6I43 kernel: Oops: 0000
Feb 3 20:28:47 XANHORT6I43 kernel: CPU: 0
Feb 3 20:28:47 XANHORT6I43 kernel: EIP: 1010:[serial:__insmod_serial_O/lib/modules/2.4.19-x1/kernel/drivers/char+-286191/96] Not tainted
Feb 3 20:28:47 XANHORT6I43 kernel: EFLAGS: 00010002
Feb 3 20:28:47 XANHORT6I43 kernel: eax: c0280000 ebx: c5993600 ecx: 00000000 edx: 00000000
Feb 3 20:28:47 XANHORT6I43 kernel: esi: c5b06000 edi: c5993600 ebp: c5b06000 esp: c3c63e78
Feb 3 20:28:47 XANHORT6I43 kernel: ds: 1018 es: 1018 ss: 1018
Feb 3 20:28:47 XANHORT6I43 kernel: Process mount (pid: 1123, stackpage=c3c63000)
Feb 3 20:28:47 XANHORT6I43 kernel: Stack: 00000293 c5a8ab94 c5993600 c89892f1 c5993600 00000000 00000000 00000000
Feb 3 20:28:47 XANHORT6I43 kernel: c8967a94 c896754a c5993600 c8967a94 c5993600 c5a8ab94 c599370c c5a8ab40
Feb 3 20:28:47 XANHORT6I43 kernel: 00000000 c896dbcf c5993600 c5993600 00000282 c3c63f04 c3c62000 c1180848
Feb 3 20:28:47 XANHORT6I43 kernel: Call Trace: [serial:__insmod_serial_O/lib/modules/2.4.19-x1/kernel/drivers/char+-285967/96] [serial:__insmod_serial_O/lib/modules/2.4.19-x1/kernel/drivers/char+-423276/96] [serial:__insmod_serial_O/lib/modules/2.4.19-x1/kernel/drivers/char+-424630/96] [serial:__insmod_serial_O/lib/modules/2.4.19-x1/kernel/drivers/char+-423276/96] [serial:__insmod_serial_O/lib/modules/2.4.19-x1/kernel/drivers/char+-398385/96]
Feb 3 20:28:47 XANHORT6I43 kernel: Code: 03 51 2c 89 93 58 01 00 00 8b 40 10 89 83 5c 01 00 00 31 c0
Using defaults from ksymoops -t elf32-i386 -a i386


>>eax; c0280000
>>ebx; c5993600 <_end+56e0bb4/855c5b4>
>>esi; c5b06000 <_end+58535b4/855c5b4>
>>edi; c5993600 <_end+56e0bb4/855c5b4>
>>ebp; c5b06000 <_end+58535b4/855c5b4>
>>esp; c3c63e78 <_end+39b142c/855c5b4>

Code; 00000000 Before first symbol
00000000 <_EIP>:
Code; 00000000 Before first symbol
0: 03 51 2c add 0x2c(%ecx),%edx
Code; 00000003 Before first symbol
3: 89 93 58 01 00 00 mov %edx,0x158(%ebx)
Code; 00000009 Before first symbol
9: 8b 40 10 mov 0x10(%eax),%eax
Code; 0000000c Before first symbol
c: 89 83 5c 01 00 00 mov %eax,0x15c(%ebx)
Code; 00000012 Before first symbol
12: 31 c0 xor %eax,%eax



7 warnings and 3 errors issued. Results may not be reliable.

Last edited by progressdll; 02-15-2003 at 12:05 PM..
# 2  
Old 02-13-2003
From your post I'm guessing this is a linux machine. I'm not sure of how to fix it but have you recently recompiled the kernel?
Is this a fresh install or is it an existing system that seems to have just gone "bad"?
# 3  
Old 02-14-2003
Poke around Google a bit - a few months ago there was a bug that caused this type of error, although it was with an older kernel than the one you're using.

Until then - don't mount your CDROM. Smilie
# 4  
Old 02-15-2003
fixed

I found a solution. Here is the complete story. I hope this can help other people. The info is hard to find.

http://forums.xandros.com/viewtopic....d35e936c8a528d
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Ubuntu

Renamed Volume Group name on Webmin while running samba server (oops)

Hi...I'm new to Linux and was working on a home server. I have it operational with Samba Share as my NAS system. Unfortunately, while I was on Webmin I changed the Logical Volume Group Name and now I can't find the data I had saved on my Samba Server. Can anyone help me recover those files? ... (0 Replies)
Discussion started by: pangil
0 Replies

2. Programming

Problem about Kernel oops

hello,everyone,I'm reading LDD3.Topics about oops,it said the code bellow would cause a fault condition because "this method copies a string to a local variable,unfortunately,the string is longer than the destination array".Well,hard to understand....Is that right?I thought the fault should be... (1 Reply)
Discussion started by: homeboy
1 Replies

3. UNIX for Advanced & Expert Users

mount -t cifs permission denied by mount -t smbfs works fine

I am having trouble mounting with cifs, but mounting the exact same command with smbfs works fine. The share is on another samba server and is set to full public guest access. # mount -t cifs //servername/sharename /mnt/temp -o password="" mount error 13 = Permission denied Refer to the... (3 Replies)
Discussion started by: humbletech99
3 Replies

4. Linux

500 OOPS: vsftpd: cannot locate user specified in 'ftp_username':ftp

I've been fighting this for about a year: vsftp does not work on any of my RedHat Server 5.x systems - I keep getting a variation on 500 OOPS: vsftpd: cannot locate user specified in 'ftp_username':ftp or 500 OOPS: cannot locate user entry:nobody (different errors on different systems). I spent... (0 Replies)
Discussion started by: thomn8r
0 Replies

5. UNIX for Dummies Questions & Answers

chmod 777 * - oops

I can belive I really did this... chmod 777 /home :eek: I have my /home directory synced to another machine. Can anyone tell me how to get the permissions from back up server /home to production server /home It's important that I dont over write the files on the... (1 Reply)
Discussion started by: shunter63
1 Replies

6. Ubuntu

500 OOPS: vsftpd: cannot locate user specified in 'ftp_username':ftp

I've been tearing my hair out over this: vsftp does not work on any of my RedHat Server 5.x systems - I keep getting a variation on 500 OOPS: vsftpd: cannot locate user specified in 'ftp_username':ftp or 500 OOPS: cannot locate user entry:nobody (different errors on different systems). I spent... (2 Replies)
Discussion started by: thomn8r
2 Replies

7. Programming

Oops

Hi All, Can any one please differenciate between the Data Abstraction and Encapsulation? If possible, with code. Thanks in Advance, Naga:cool: (2 Replies)
Discussion started by: Nagapandi
2 Replies

8. Solaris

oops...accidentally overwrote postfix aliases file

I have directory/dns server running sparc solaris 9. while troubleshooting another issue, i overwrote the aliases file on accident. my question is: is there any way to revert this? any help super appreciated...especially since this a production box! (2 Replies)
Discussion started by: JeepResQ
2 Replies

9. UNIX for Dummies Questions & Answers

oops! Style Manager

Solaris 2.6, using CDE: agh. I accidentally set an ugly palette as my Home Session. The problem is, when I change the palette back to Default, I am informed that my change will be apparent in my next session. But when I log out and in, it's still the Ugly Palette. Doesn't matter if I set the... (1 Reply)
Discussion started by: kristy
1 Replies

10. UNIX for Dummies Questions & Answers

how to mount a hotswap scsi drive on a solaris 2.6 netra box using the mount command?

Hi... question is this: How do I mount an LVD hotswap scsi drive in bay #2 on a netra using the mount command? volmgt doesn't seem to mount it and/or I don't know how to view the drives data if it's formatted which it may not be. This drive is not new out of the box so I'm not sure. ... (4 Replies)
Discussion started by: soulshaker
4 Replies
Login or Register to Ask a Question