* [Bug 11498] Teac DV28EV stops working with ide-cd
2008-09-04 17:06 [Bug 11498] New: Teac DV28EV stops working with ide-cd bugme-daemon
@ 2008-09-05 14:32 ` bugme-daemon
2008-09-05 14:42 ` bugme-daemon
` (7 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugme-daemon @ 2008-09-05 14:32 UTC (permalink / raw)
To: linux-ide
http://bugzilla.kernel.org/show_bug.cgi?id=11498
------- Comment #1 from bhutchings@solarflare.com 2008-09-05 07:32 -------
The kernel config is based on the RHEL 5 PAE kernel config; I will attach the
config we used for 2.6.27-rc5. I'm not sure it's feasible to bisect this as the
error has only been seen after the machine has been running for several hours.
We saw the following kernel error messages:
hda: irq timeout: status=0xd0 { Busy }
ide: failed opcode was: unknown
hda: status timeout: status=0xd0 { Busy }
ide: failed opcode was: unknown
hda: drive not ready for command
The last three lines were repeated at 5-second intervals, apparently whenever
the device was opened.
--
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Bug 11498] Teac DV28EV stops working with ide-cd
2008-09-04 17:06 [Bug 11498] New: Teac DV28EV stops working with ide-cd bugme-daemon
2008-09-05 14:32 ` [Bug 11498] " bugme-daemon
@ 2008-09-05 14:42 ` bugme-daemon
2008-09-06 13:06 ` bugme-daemon
` (6 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugme-daemon @ 2008-09-05 14:42 UTC (permalink / raw)
To: linux-ide
http://bugzilla.kernel.org/show_bug.cgi?id=11498
------- Comment #2 from bhutchings@solarflare.com 2008-09-05 07:42 -------
Created an attachment (id=17635)
--> (http://bugzilla.kernel.org/attachment.cgi?id=17635&action=view)
config for 2.6.27-rc5
--
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Bug 11498] Teac DV28EV stops working with ide-cd
2008-09-04 17:06 [Bug 11498] New: Teac DV28EV stops working with ide-cd bugme-daemon
2008-09-05 14:32 ` [Bug 11498] " bugme-daemon
2008-09-05 14:42 ` bugme-daemon
@ 2008-09-06 13:06 ` bugme-daemon
2008-09-06 13:08 ` bugme-daemon
` (5 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugme-daemon @ 2008-09-06 13:06 UTC (permalink / raw)
To: linux-ide
http://bugzilla.kernel.org/show_bug.cgi?id=11498
------- Comment #3 from bbpetkov@yahoo.de 2008-09-06 06:06 -------
Ok, attached is an inquisitive patch. Ben, do you care to apply it ontop of
27-rc5 and then send me the output so that we know for which packet command the
irq times out and thus see what hald is saying to the drive?
Thanks.
--
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Bug 11498] Teac DV28EV stops working with ide-cd
2008-09-04 17:06 [Bug 11498] New: Teac DV28EV stops working with ide-cd bugme-daemon
` (2 preceding siblings ...)
2008-09-06 13:06 ` bugme-daemon
@ 2008-09-06 13:08 ` bugme-daemon
2008-10-08 8:03 ` bugme-daemon
` (4 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugme-daemon @ 2008-09-06 13:08 UTC (permalink / raw)
To: linux-ide
http://bugzilla.kernel.org/show_bug.cgi?id=11498
------- Comment #4 from bbpetkov@yahoo.de 2008-09-06 06:08 -------
Created an attachment (id=17648)
--> (http://bugzilla.kernel.org/attachment.cgi?id=17648&action=view)
dump failing packet command
--
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Bug 11498] Teac DV28EV stops working with ide-cd
2008-09-04 17:06 [Bug 11498] New: Teac DV28EV stops working with ide-cd bugme-daemon
` (3 preceding siblings ...)
2008-09-06 13:08 ` bugme-daemon
@ 2008-10-08 8:03 ` bugme-daemon
2008-10-08 8:09 ` bugme-daemon
` (3 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugme-daemon @ 2008-10-08 8:03 UTC (permalink / raw)
To: linux-ide
http://bugzilla.kernel.org/show_bug.cgi?id=11498
dcl@hppine99.gbr.hp.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dcl@hppine99.gbr.hp.com
------- Comment #5 from dcl@hppine99.gbr.hp.com 2008-10-08 01:03 -------
I started to investigate this problem when it was also reported to me. The
issue seems to pertain to the TEAC DV*28* family of devices only. The HAL
'hald-addon-storage' polling daemon seemed to be the process that perturbed the
problem, as a result I extracted the relevant syscalls from an strace and was
able to develop a simple stand-alone reproducer script and C-program.
Here are the results of a test run, showing the problem:
[root@gtr01 tests]# ./tryme
Problem seen 14 times in 500000 iterations
--
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Bug 11498] Teac DV28EV stops working with ide-cd
2008-09-04 17:06 [Bug 11498] New: Teac DV28EV stops working with ide-cd bugme-daemon
` (4 preceding siblings ...)
2008-10-08 8:03 ` bugme-daemon
@ 2008-10-08 8:09 ` bugme-daemon
2008-10-08 8:10 ` bugme-daemon
` (2 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugme-daemon @ 2008-10-08 8:09 UTC (permalink / raw)
To: linux-ide
http://bugzilla.kernel.org/show_bug.cgi?id=11498
------- Comment #6 from dcl@hppine99.gbr.hp.com 2008-10-08 01:09 -------
Created an attachment (id=18210)
--> (http://bugzilla.kernel.org/attachment.cgi?id=18210&action=view)
The tryme script, runs the test program and monitors the results.
--
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Bug 11498] Teac DV28EV stops working with ide-cd
2008-09-04 17:06 [Bug 11498] New: Teac DV28EV stops working with ide-cd bugme-daemon
` (5 preceding siblings ...)
2008-10-08 8:09 ` bugme-daemon
@ 2008-10-08 8:10 ` bugme-daemon
2008-10-08 8:13 ` bugme-daemon
2008-10-08 9:27 ` bugme-daemon
8 siblings, 0 replies; 10+ messages in thread
From: bugme-daemon @ 2008-10-08 8:10 UTC (permalink / raw)
To: linux-ide
http://bugzilla.kernel.org/show_bug.cgi?id=11498
------- Comment #7 from dcl@hppine99.gbr.hp.com 2008-10-08 01:10 -------
Created an attachment (id=18211)
--> (http://bugzilla.kernel.org/attachment.cgi?id=18211&action=view)
The test program
--
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Bug 11498] Teac DV28EV stops working with ide-cd
2008-09-04 17:06 [Bug 11498] New: Teac DV28EV stops working with ide-cd bugme-daemon
` (6 preceding siblings ...)
2008-10-08 8:10 ` bugme-daemon
@ 2008-10-08 8:13 ` bugme-daemon
2008-10-08 9:27 ` bugme-daemon
8 siblings, 0 replies; 10+ messages in thread
From: bugme-daemon @ 2008-10-08 8:13 UTC (permalink / raw)
To: linux-ide
http://bugzilla.kernel.org/show_bug.cgi?id=11498
dcl@hppine99.gbr.hp.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #18210|application/octet-stream |text/plain
mime type| |
--
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Bug 11498] Teac DV28EV stops working with ide-cd
2008-09-04 17:06 [Bug 11498] New: Teac DV28EV stops working with ide-cd bugme-daemon
` (7 preceding siblings ...)
2008-10-08 8:13 ` bugme-daemon
@ 2008-10-08 9:27 ` bugme-daemon
8 siblings, 0 replies; 10+ messages in thread
From: bugme-daemon @ 2008-10-08 9:27 UTC (permalink / raw)
To: linux-ide
http://bugzilla.kernel.org/show_bug.cgi?id=11498
bbpetkov@yahoo.de changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|io_ide@kernel-bugs.osdl.org |bbpetkov@yahoo.de
Status|NEW |ASSIGNED
--
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the assignee for the bug, or are watching the assignee.
^ permalink raw reply [flat|nested] 10+ messages in thread