LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Kernel
User Name
Password
Linux - Kernel This forum is for all discussion relating to the Linux kernel.

Notices


Reply
  Search this Thread
Old 10-12-2008, 11:08 PM   #1
ajk48n
Member
 
Registered: Jun 2005
Posts: 34

Rep: Reputation: 15
Hard drive failure when running realtime kernel


I recently compiled a realtime patch onto a kernel, and when restarting into the new kernel, I seem to get read errors on my hard drive.

I have 1 SATA drive with no RAID, and I have been running 2.6.26 for months now will no hardware problems. However, after recompiling the kernel with the real time patch found in http://www.kernel.org/pub/linux/kernel/projects/rt/, my system freezes up completely within the first few minutes.

On one instant, I got an error from X, saying that my file system was read-only.

Here is the relevant info from dmesg:

Code:
Oct 12 22:31:43 debian kernel: [  405.369226]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
Oct 12 22:31:43 debian kernel: [  405.369236]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
Oct 12 22:31:43 debian kernel: [  405.369245]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
Oct 12 22:31:43 debian kernel: [  405.369256] ata2: hard resetting link
Oct 12 22:31:44 debian kernel: [  405.684768] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Oct 12 22:31:44 debian kernel: [  405.748884] ata2.00: failed to IDENTIFY (INIT_DEV_PARAMS failed, err_mask=0x80)
Oct 12 22:31:44 debian kernel: [  405.748894] ata2: failed to recover some devices, retrying in 5 secs
Oct 12 22:31:49 debian kernel: [  410.749414] ata2: hard resetting link
Oct 12 22:31:49 debian kernel: [  411.064956] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Oct 12 22:31:49 debian kernel: [  411.128295] ata2.00: failed to IDENTIFY (INIT_DEV_PARAMS failed, err_mask=0x80)
Oct 12 22:31:49 debian kernel: [  411.128303] ata2: failed to recover some devices, retrying in 5 secs
Oct 12 22:31:54 debian kernel: [  416.128791] ata2: hard resetting link
Oct 12 22:31:55 debian kernel: [  416.443953] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Oct 12 22:31:55 debian kernel: [  416.507987] ata2.00: failed to IDENTIFY (INIT_DEV_PARAMS failed, err_mask=0x80)
Oct 12 22:31:55 debian kernel: [  416.507995] ata2.00: disabled
Oct 12 22:31:55 debian kernel: [  417.008049] ata2: EH complete
Oct 12 22:31:55 debian kernel: [  417.008069] sd 1:0:0:0: [sda] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK,SUG     GEST_OK
Oct 12 22:31:55 debian kernel: [  417.008082] lost page write due to I/O error on sda1
Oct 12 22:31:55 debian kernel: [  417.008094] sd 1:0:0:0: [sda] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK,SUG     GEST_OK
And then the last line is repeated until the end.

This would seem to be a hardware problem, however it has never happened in the regular kernel. The drive is a year and a half old, and is a Seagate Barracuda 7200.10

Is it possible that something in the realtime kernel is writing more frequently to the hard drive, which is them coming upon a bad sector?

Any help or suggestions are appreciated.
 
Old 10-13-2008, 01:41 AM   #2
jb_get
Member
 
Registered: Sep 2008
Location: America
Distribution: Debian
Posts: 33

Rep: Reputation: 16
Instead of wasting time trying to figure out what is wrong I would just reinstall the whole things, save you time and headaches.

Last edited by jb_get; 10-23-2008 at 03:19 AM.
 
Old 10-13-2008, 01:52 AM   #3
ajk48n
Member
 
Registered: Jun 2005
Posts: 34

Original Poster
Rep: Reputation: 15
Not quite sure what reinstalling would help. I've tried recompiling many versions of the real time kernel, all with the same result.
 
Old 10-13-2008, 02:25 AM   #4
salasi
Senior Member
 
Registered: Jul 2007
Location: Directly above centre of the earth, UK
Distribution: SuSE, plus some hopping
Posts: 4,070

Rep: Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897
This sequence
Code:
Oct 12 22:31:44 debian kernel: [  405.748884] ata2.00: failed to IDENTIFY (INIT_DEV_PARAMS failed, err_mask=0x80)
Oct 12 22:31:44 debian kernel: [  405.748894] ata2: failed to recover some devices, retrying in 5 secs
Oct 12 22:31:49 debian kernel: [  410.749414] ata2: hard resetting link
Oct 12 22:31:49 debian kernel: [  411.064956] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Oct 12 22:31:49 debian kernel: [  411.128295] ata2.00: failed to IDENTIFY (INIT_DEV_PARAMS failed, err_mask=0x80)
Oct 12 22:31:49 debian kernel: [  411.128303] ata2: failed to recover some devices, retrying in 5 secs
Oct 12 22:31:54 debian kernel: [  416.128791] ata2: hard resetting link
Oct 12 22:31:55 debian kernel: [  416.443953] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Oct 12 22:31:55 debian kernel: [  416.507987] ata2.00: failed to IDENTIFY (INIT_DEV_PARAMS failed, err_mask=0x80)
Oct 12 22:31:55 debian kernel: [  416.507995] ata2.00: disabled
doesn't sound too promising; having finished up with ata2.00 disabled, that you cannot write to the file system doesn't really seem all that surprising. It seems obvious (but maybe wrong???) that initialisation has failed and if that occurs consistently, it won't be because there more frequent writes to the disk or something. It just doesn't work.

I have to ask; Is RT necessary for your application, or even advantageous? Wouldn't you be better off just not using RT?
 
Old 10-13-2008, 08:36 AM   #5
ajk48n
Member
 
Registered: Jun 2005
Posts: 34

Original Poster
Rep: Reputation: 15
I'm working with midi, so real time is pretty much mandatory. Any ideas why the errors would only occur with the new kernel? I couldn't find any additions in the new .config that deal with SATA
 
Old 10-20-2008, 07:39 PM   #6
ajk48n
Member
 
Registered: Jun 2005
Posts: 34

Original Poster
Rep: Reputation: 15
Anyone have any ideas?

Possibly something related to the speed of input/output to the drive?
 
  


Reply



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
Hard drive failure + Kernel reinstall = panics and odd behavior Storm16 Linux - Kernel 4 07-16-2006 06:51 AM
Possible hard drive failure jojotx0 Linux - Hardware 8 12-13-2005 07:42 PM
hard drive failure csfalcon Linux - Hardware 3 07-08-2004 12:53 PM
Please Help - Possible Hard Drive Failure krbreton Linux - Hardware 1 02-26-2004 12:31 PM
usb hard drive crash, kernel 2.4.20 and ext3 mount failure cmisip Linux - General 2 03-04-2003 07:59 PM

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

All times are GMT -5. The time now is 03:24 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