All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pablo Sebastian Greco <lkml@fliagreco.com.ar>
To: Tejun Heo <htejun@gmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: SATA problems
Date: Tue, 23 Jan 2007 14:45:35 -0300	[thread overview]
Message-ID: <45B649BF.5030705@fliagreco.com.ar> (raw)
In-Reply-To: <45A4477E.6050703@gmail.com>

Tejun Heo wrote:
> Hello, Pablo.
>
> Please apply common hardware debugging method.  You know, swap drives.
> Use separate power supply for disks, swap cables, etc...
>
> It seems more like a hardware problem at this point.
>
> Thanks.
>
>   
Well, it took me a few days,  but I think I'm ready to report back. One 
of the drives was failing, and it stopped after rewiring power supply so 
the last problem seems to be corrected.
OTOH, your blacklist seems to be needed too, now I'm running FC6 
distribution kernel 2.6.19-1.2895.fc6 (2.6.19.2 + some patches by 
fedora) and setting
echo 1 >/sys/block/sdX/device/queue_depth
on all the SAMSUNG drives (sdb, sdc and sdd)
The second I type
echo 31 >/sys/block/sdX/device/queue_depth
on any of the drives I get these messages

Jan 23 12:36:30 squid kernel: BUG: warning: (ap->ops->error_handler && 
ata_tag_valid(ap->active_tag)) at 
drivers/ata/libata-core.c:4602/ata_qc_issue() (Not ta
inted)
Jan 23 12:36:30 squid kernel:
Jan 23 12:36:30 squid kernel: Call Trace:
Jan 23 12:36:30 squid kernel:  [<ffffffff8026999a>] show_trace+0x34/0x47
Jan 23 12:36:30 squid kernel:  [<ffffffff802699bf>] dump_stack+0x12/0x17
Jan 23 12:36:30 squid kernel:  [<ffffffff88092d50>] 
:libata:ata_qc_issue+0x61/0x551
Jan 23 12:36:30 squid kernel:  [<ffffffff88097bc8>] 
:libata:ata_scsi_translate+0xd1/0x11a
Jan 23 12:36:30 squid kernel:  [<ffffffff88098b87>] 
:libata:ata_scsi_queuecmd+0x103/0x122
Jan 23 12:36:30 squid kernel:  [<ffffffff8805cbc1>] 
:scsi_mod:scsi_dispatch_cmd+0x27c/0x30d
Jan 23 12:36:30 squid kernel:  [<ffffffff88061dbe>] 
:scsi_mod:scsi_request_fn+0x2ca/0x395
Jan 23 12:36:30 squid kernel:  [<ffffffff8033844e>] elv_insert+0x15a/0x226
Jan 23 12:36:30 squid kernel:  [<ffffffff8020bcc2>] 
__make_request+0x439/0x487
Jan 23 12:36:30 squid kernel:  [<ffffffff8021bf12>] 
generic_make_request+0x207/0x21e
Jan 23 12:36:30 squid kernel:  [<ffffffff80232f7d>] submit_bio+0xee/0xf7
Jan 23 12:36:30 squid kernel:  [<ffffffff8021a4f0>] submit_bh+0x130/0x150
Jan 23 12:36:30 squid kernel:  [<ffffffff80217187>] ll_rw_block+0x9d/0xc0
Jan 23 12:36:30 squid kernel:  [<ffffffff881adf63>] 
:reiserfs:search_by_key+0x13d/0xce7
Jan 23 12:36:30 squid kernel:  [<ffffffff881aee54>] 
:reiserfs:search_for_position_by_key+0x34/0x2ad
Jan 23 12:36:30 squid kernel:  [<ffffffff8819bd48>] 
:reiserfs:_get_block_create_0+0x86/0x544
Jan 23 12:36:30 squid kernel:  [<ffffffff8819d508>] 
:reiserfs:reiserfs_get_block+0xcd/0xfdd
Jan 23 12:36:30 squid kernel:  [<ffffffff80228c34>] 
do_mpage_readpage+0x16d/0x4b0
Jan 23 12:36:30 squid kernel:  [<ffffffff802388df>] 
mpage_readpages+0xb3/0x146
Jan 23 12:36:30 squid kernel:  [<ffffffff80212a81>] 
__do_page_cache_readahead+0x119/0x209
Jan 23 12:36:30 squid kernel:  [<ffffffff80231fed>] 
blockable_page_cache_readahead+0x56/0xb5
Jan 23 12:36:30 squid kernel:  [<ffffffff80213b7a>] 
page_cache_readahead+0xd6/0x1af
Jan 23 12:36:30 squid kernel:  [<ffffffff8020be39>] 
do_generic_mapping_read+0x129/0x40b
Jan 23 12:36:30 squid kernel:  [<ffffffff80216a02>] 
generic_file_aio_read+0x15f/0x1b1
Jan 23 12:36:30 squid kernel:  [<ffffffff8020c92b>] do_sync_read+0xc9/0x10c
Jan 23 12:36:30 squid kernel:  [<ffffffff8020b226>] vfs_read+0xcb/0x170
Jan 23 12:36:30 squid kernel:  [<ffffffff80211731>] sys_read+0x45/0x6e
Jan 23 12:36:30 squid kernel:  [<ffffffff8025c11e>] system_call+0x7e/0x83
Jan 23 12:36:30 squid kernel:  [<000000359ccbfb80>]
Jan 23 12:36:30 squid kernel:

Thanks for everything.
Pablo.

  reply	other threads:[~2007-01-23 17:46 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-02 14:08 SATA problems Pablo Sebastian Greco
2007-01-03 12:20 ` Tejun Heo
2007-01-03 15:08   ` Pablo Sebastian Greco
2007-01-04  5:02     ` Tejun Heo
2007-01-04 13:17       ` Pablo Sebastian Greco
2007-01-05  3:15         ` Pablo Sebastian Greco
2007-01-08  2:23           ` Tejun Heo
2007-01-08  2:49             ` Jeff Garzik
2007-01-08 12:22             ` Pablo Sebastian Greco
2007-01-09 22:58               ` Pablo Sebastian Greco
2007-01-10  1:55                 ` Tejun Heo
2007-01-23 17:45                   ` Pablo Sebastian Greco [this message]
2007-01-24  1:54                     ` Tejun Heo
2007-02-17 12:49                       ` Marcus Haebler
2007-02-17 16:47                         ` Pablo Sebastian Greco
2007-02-20 14:35                           ` Tejun Heo
2007-02-20 16:24                             ` Pablo Sebastian Greco
2007-02-21  3:08                               ` Tejun Heo
2007-02-21 15:18                                 ` Pablo Sebastian Greco
2007-02-21  0:55                             ` Marcus Haebler
2007-02-21  3:55                               ` Tejun Heo
2007-02-21  5:57                                 ` Marcus Haebler
2007-02-21  6:24                                   ` Marcus Haebler
2007-02-21  7:25                                     ` Paul Rolland
2007-02-21 13:04                                       ` Marcus Haebler
     [not found] <8vX5T-4hg-5@gated-at.bofh.it>
     [not found] ` <8w0n1-15u-27@gated-at.bofh.it>
2007-06-14 16:58   ` Nigel Kukard
2007-06-14 17:33     ` Jeff Garzik
2007-06-18  8:05       ` Nigel Kukard
  -- strict thread matches above, loose matches on Subject: below --
2007-06-14 12:36 Nigel Kukard
2007-06-14 16:21 ` Jeff Garzik
2007-06-14 18:28   ` Dave Jones
2007-06-18 20:07     ` Dave Jones
2007-06-19  4:57       ` Nigel Kukard
2007-08-30  9:24         ` Nigel Kukard
2007-09-10  9:02           ` Andrew Morton
2007-09-13  8:55             ` Tejun Heo
2004-02-11 17:52 SATA Problems Dott. Surricani
2004-02-11 18:08 ` Armen Kaleshian
     [not found]   ` <402A72F0.9030005@surricani.cjb.net>
2004-02-11 18:25     ` Armen Kaleshian

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=45B649BF.5030705@fliagreco.com.ar \
    --to=lkml@fliagreco.com.ar \
    --cc=htejun@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.