[Bug 566864] New: I/O errors, complete crash
http://bugzilla.novell.com/show_bug.cgi?id=566864 http://bugzilla.novell.com/show_bug.cgi?id=566864#c0 Summary: I/O errors, complete crash Classification: openSUSE Product: openSUSE 11.2 Version: Final Platform: x86-64 OS/Version: openSUSE 11.2 Status: NEW Severity: Critical Priority: P5 - None Component: Kernel AssignedTo: kernel-maintainers@forge.provo.novell.com ReportedBy: d.devaal@gmail.com QAContact: qa@suse.de Found By: --- Blocker: --- Created an attachment (id=333978) --> (http://bugzilla.novell.com/attachment.cgi?id=333978) dmesg User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.8 (KHTML, like Gecko) Chrome/4.0.276.0 Safari/532.8 dmesg shows all kinds of I/O errors, for example: (complete log is attached, more available upon request.) [ 3681.046179] sd 3:0:0:0: [sdd] Unhandled error code [ 3681.046200] sd 3:0:0:0: [sdd] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK [ 3681.046211] end_request: I/O error, dev sdd, sector 0 [ 3681.046220] __ratelimit: 34 callbacks suppressed [ 3681.046228] Buffer I/O error on device sdd, logical block 0 This happens on all my drives. I have currently 4 S-ATA. This happens on a clean new install of OpenSUSE 11.2 KDE while surfing the web with firefox. This does nog appear to happen on Debian Testing and Fedora 12. My hardware: ASUS Striker II Formula, Nvidia Nforce 780i chipset. I have also tested all my hardware components to ensure they are not faulty. Such as testing my memory, trying different new/cabling. This seems to be a kernel/hardware problem. I don't encouter these issues on the afforementioned distributions. Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=566864 http://bugzilla.novell.com/show_bug.cgi?id=566864#c1 --- Comment #1 from Dennis de Vaal <d.devaal@gmail.com> 2009-12-22 22:19:40 UTC --- Created an attachment (id=333979) --> (http://bugzilla.novell.com/attachment.cgi?id=333979) lspci -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=566864 http://bugzilla.novell.com/show_bug.cgi?id=566864#c2 roland kletzing <devzero@web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |devzero@web.de --- Comment #2 from roland kletzing <devzero@web.de> 2010-01-01 17:16:42 UTC --- mhh, seems the trouble begins here: [ 2847.704097] ata7: lost interrupt (Status 0x51) [ 2852.704027] ata7.00: qc timeout (cmd 0xa0) [ 2852.704047] ata7.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen [ 2852.704064] ata7.00: cmd a0/00:00:00:00:00/00:00:00:00:00/a0 tag 0 [ 2852.704065] cdb 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [ 2852.704067] res 51/20:03:00:00:00/00:00:00:00:00/a0 Emask 0x5 (timeout) [ 2852.704087] ata7.00: status: { DRDY ERR } i would try unplugging the liteon dvd-rw just to see if this makes any difference or how it behaves then.... -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=566864 http://bugzilla.novell.com/show_bug.cgi?id=566864#c Greg Kroah-Hartman <gregkh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|kernel-maintainers@forge.pr |tiwai@novell.com |ovo.novell.com | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=566864 http://bugzilla.novell.com/show_bug.cgi?id=566864#c4 Tejun Heo <teheo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kasievers@novell.com, | |teheo@novell.com Component|Kernel |Basesystem AssignedTo|teheo@novell.com |bnc-team-screening@forge.pr | |ovo.novell.com --- Comment #4 from Tejun Heo <teheo@novell.com> 2010-01-14 08:38:43 UTC --- ata7.00 is the optical drive choking up on media presence polling sequence. "hal-disable-polling /dev/sr0" should work around the problem. ata3/4 are maxtor drives choking on the SMART commands most likely from the new libatasmart thing which is a newcomer in openSUSE 11.2. For the first problem, unfortunately, disabling media presence polling is the only workaround at this point. A long term solution is in the works and should appear in the next release (or in the one after that). Reportedly, there are some compatibility problems with the shipped version of libatasmart and the developer says that newer version should fix this. I don't know how to disable devkit SMART polling. Googling... okay you can disable it by editing /lib/udev/rules.d/95-devkit-disks.rules and commenting out the following. # ATA disks driven by libata KERNEL=="sd*[!0-9]", ATTR{removable}=="0", ENV{ID_BUS}=="ata", ENV{DEVTYPE}=="disk", IMPORT{program}="devkit-disks-probe-ata-smart $tempnode" cc'ing Kay, changing component to basesystem and requesting reassignment. Thanks. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=566864 http://bugzilla.novell.com/show_bug.cgi?id=566864#c yang xiaoyu <xyyang@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xyyang@novell.com AssignedTo|bnc-team-screening@forge.pr |dkukawka@novell.com |ovo.novell.com | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=566864 http://bugzilla.novell.com/show_bug.cgi?id=566864#c5 Danny Kukawka <dkukawka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |d.devaal@gmail.com --- Comment #5 from Danny Kukawka <dkukawka@novell.com> 2010-02-22 15:11:06 UTC --- please provide full output of 'lshal' -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=566864 http://bugzilla.novell.com/show_bug.cgi?id=566864#c6 Danny Kukawka <dkukawka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |CLOSED InfoProvider|d.devaal@gmail.com | Resolution| |NORESPONSE --- Comment #6 from Danny Kukawka <dkukawka@novell.com> 2010-04-06 09:44:49 UTC --- Close as NORESPONSE. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com