All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 16539] end_request: I/O error, dev sr1, sector 0; quiet_error: 40 callbacks suppressed
       [not found] <bug-16539-11613@https.bugzilla.kernel.org/>
@ 2010-08-26 21:56 ` bugzilla-daemon
  2010-08-26 23:03   ` James Bottomley
  2010-08-26 23:38 ` bugzilla-daemon
  2011-02-28 22:28 ` bugzilla-daemon
  2 siblings, 1 reply; 4+ messages in thread
From: bugzilla-daemon @ 2010-08-26 21:56 UTC (permalink / raw)
  To: linux-scsi

https://bugzilla.kernel.org/show_bug.cgi?id=16539


Andrew Morton <akpm@linux-foundation.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |akpm@linux-foundation.org,
                   |                            |axboe@kernel.dk,
                   |                            |tj@kernel.org
          Component|Other                       |SCSI
         AssignedTo|io_other@kernel-bugs.osdl.o |linux-scsi@vger.kernel.org
                   |rg                          |




--- Comment #3 from Andrew Morton <akpm@linux-foundation.org>  2010-08-26 21:56:51 ---
(recategorised as scsi)

[    3.468174] sr1: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda
tray
[    3.468305] sr 4:0:0:0: Attached scsi CD-ROM sr1
[    3.468381] sr 4:0:0:0: Attached scsi generic sg2 type 5
[    8.126108] EXT4-fs (sda5): mounted filesystem with ordered data mode
[   15.752273] udev: starting version 151
[   15.770035] Adding 3574424k swap on /dev/sda7.  Priority:-1 extents:1
across:3574424k 
[   16.055126] sony-laptop: Sony Notebook Control Driver v0.6.
[   16.090212] sr 4:0:0:0: [sr1] Result: hostbyte=DID_OK
driverbyte=DRIVER_SENSE
[   16.090217] sr 4:0:0:0: [sr1] Sense Key : Illegal Request [current] 
[   16.090222] sr 4:0:0:0: [sr1] Add. Sense: Illegal mode for this track
[   16.090229] sr 4:0:0:0: [sr1] CDB: Read(10): 28 00 00 00 00 00 00 00 01 00
[   16.090239] end_request: I/O error, dev sr1, sector 0
[   16.090245] Buffer I/O error on device sr1, logical block 0

hm, who maintains drivers/scsi/sr.c?

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Bug 16539] end_request: I/O error, dev sr1, sector 0; quiet_error: 40 callbacks suppressed
  2010-08-26 21:56 ` [Bug 16539] end_request: I/O error, dev sr1, sector 0; quiet_error: 40 callbacks suppressed bugzilla-daemon
@ 2010-08-26 23:03   ` James Bottomley
  0 siblings, 0 replies; 4+ messages in thread
From: James Bottomley @ 2010-08-26 23:03 UTC (permalink / raw)
  To: bugzilla-daemon; +Cc: linux-scsi

On Thu, 2010-08-26 at 21:56 +0000, bugzilla-daemon@bugzilla.kernel.org
wrote:
> --- Comment #3 from Andrew Morton <akpm@linux-foundation.org>  2010-08-26 21:56:51 ---
> (recategorised as scsi)
> 
> [    3.468174] sr1: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda
> tray
> [    3.468305] sr 4:0:0:0: Attached scsi CD-ROM sr1
> [    3.468381] sr 4:0:0:0: Attached scsi generic sg2 type 5
> [    8.126108] EXT4-fs (sda5): mounted filesystem with ordered data mode
> [   15.752273] udev: starting version 151
> [   15.770035] Adding 3574424k swap on /dev/sda7.  Priority:-1 extents:1
> across:3574424k 
> [   16.055126] sony-laptop: Sony Notebook Control Driver v0.6.
> [   16.090212] sr 4:0:0:0: [sr1] Result: hostbyte=DID_OK
> driverbyte=DRIVER_SENSE
> [   16.090217] sr 4:0:0:0: [sr1] Sense Key : Illegal Request [current] 
> [   16.090222] sr 4:0:0:0: [sr1] Add. Sense: Illegal mode for this track
> [   16.090229] sr 4:0:0:0: [sr1] CDB: Read(10): 28 00 00 00 00 00 00 00 01 00
> [   16.090239] end_request: I/O error, dev sr1, sector 0
> [   16.090245] Buffer I/O error on device sr1, logical block 0
> 
> hm, who maintains drivers/scsi/sr.c?

Well, technically, that's Jens.

However, what's the actual bug here ... as in what's going on?

The kernel trace implies that some user land process tried to read block
0 and got told it's not readable, giving an I/O error.

MMC says this usually happens when you try to read a sector with the
wrong mode ... what is the program doing the read?

James




^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 16539] end_request: I/O error, dev sr1, sector 0; quiet_error: 40 callbacks suppressed
       [not found] <bug-16539-11613@https.bugzilla.kernel.org/>
  2010-08-26 21:56 ` [Bug 16539] end_request: I/O error, dev sr1, sector 0; quiet_error: 40 callbacks suppressed bugzilla-daemon
@ 2010-08-26 23:38 ` bugzilla-daemon
  2011-02-28 22:28 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2010-08-26 23:38 UTC (permalink / raw)
  To: linux-scsi

https://bugzilla.kernel.org/show_bug.cgi?id=16539





--- Comment #4 from Anonymous Emailer <anonymous@kernel-bugs.osdl.org>  2010-08-26 23:38:10 ---
Reply-To: James.Bottomley@suse.de

On Thu, 2010-08-26 at 21:56 +0000, bugzilla-daemon@bugzilla.kernel.org
wrote:
> --- Comment #3 from Andrew Morton <akpm@linux-foundation.org>  2010-08-26 21:56:51 ---
> (recategorised as scsi)
> 
> [    3.468174] sr1: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda
> tray
> [    3.468305] sr 4:0:0:0: Attached scsi CD-ROM sr1
> [    3.468381] sr 4:0:0:0: Attached scsi generic sg2 type 5
> [    8.126108] EXT4-fs (sda5): mounted filesystem with ordered data mode
> [   15.752273] udev: starting version 151
> [   15.770035] Adding 3574424k swap on /dev/sda7.  Priority:-1 extents:1
> across:3574424k 
> [   16.055126] sony-laptop: Sony Notebook Control Driver v0.6.
> [   16.090212] sr 4:0:0:0: [sr1] Result: hostbyte=DID_OK
> driverbyte=DRIVER_SENSE
> [   16.090217] sr 4:0:0:0: [sr1] Sense Key : Illegal Request [current] 
> [   16.090222] sr 4:0:0:0: [sr1] Add. Sense: Illegal mode for this track
> [   16.090229] sr 4:0:0:0: [sr1] CDB: Read(10): 28 00 00 00 00 00 00 00 01 00
> [   16.090239] end_request: I/O error, dev sr1, sector 0
> [   16.090245] Buffer I/O error on device sr1, logical block 0
> 
> hm, who maintains drivers/scsi/sr.c?

Well, technically, that's Jens.

However, what's the actual bug here ... as in what's going on?

The kernel trace implies that some user land process tried to read block
0 and got told it's not readable, giving an I/O error.

MMC says this usually happens when you try to read a sector with the
wrong mode ... what is the program doing the read?

James

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 16539] end_request: I/O error, dev sr1, sector 0; quiet_error: 40 callbacks suppressed
       [not found] <bug-16539-11613@https.bugzilla.kernel.org/>
  2010-08-26 21:56 ` [Bug 16539] end_request: I/O error, dev sr1, sector 0; quiet_error: 40 callbacks suppressed bugzilla-daemon
  2010-08-26 23:38 ` bugzilla-daemon
@ 2011-02-28 22:28 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2011-02-28 22:28 UTC (permalink / raw)
  To: linux-scsi

https://bugzilla.kernel.org/show_bug.cgi?id=16539


Cristian Aravena Romero <caravena@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #5 from Cristian Aravena Romero <caravena@gmail.com>  2011-02-28 22:28:32 ---
Hello, I close report.  Problem with ReadCDs.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-02-28 22:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-16539-11613@https.bugzilla.kernel.org/>
2010-08-26 21:56 ` [Bug 16539] end_request: I/O error, dev sr1, sector 0; quiet_error: 40 callbacks suppressed bugzilla-daemon
2010-08-26 23:03   ` James Bottomley
2010-08-26 23:38 ` bugzilla-daemon
2011-02-28 22:28 ` bugzilla-daemon

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.