[Pkg-libburnia-devel] Bug#702621: xorriso: Cannot use DVD+R DL (8.5 GB) media

Thomas Schmitt scdbackup at gmx.net
Sat Mar 9 08:50:03 UTC 2013


Hi,

> libburn : FATAL : Cannot reserve track of 7164592128 bytes

It should be able to do so. So why does it not ?


> libburn : SORRY : Asynchronous SCSI error on SYNCHRONIZE CACHE: [3 0C 00] Write error

Probably libburn should not synchronize after the failed track
reservation.
Is the medium still reported as blank ?
E.g. by line "Media status :" in the output of

  xorriso -outdev /dev/sr0 -toc

If so, then please repeat the attempt with -report_about set to "ALL".
I.e.

  xorriso -report_about ALL ...your.other.xorriso.arguments...

This should show us the SCSI error which led to the message about
the failed track reservation.

Even more verbous would be a run with a log of SCSI commands and replies:

  xorriso -report_about ALL -scsi_log on \
          ...your.other.xorriso.arguments... \
          2>&1 | tee -i /tmp/xorriso.log

The file /tmp/xorriso.log would be of interest then.


xorriso 0.5.6 is about 3 years old. If we have to make code experiments,
then it will be necessary to get and build
  http://www.gnu.org/software/xorriso/xorriso-1.2.7.tar.gz
(No fear, dependencies are sparse.)


> BTW, lines 22 to 24 should read  Still working after 43 seconds. 

Well, i once changed it from "for" to "since" on request of a native
speaker of english.
Maybe one should make a poll (like Hurd Francais currently does for
"computer bought the farm").


Have a nice day :)

Thomas



More information about the Pkg-libburnia-devel mailing list