Traceback (most recent call last):
File "/usr/lib/eroaster/Application.py", line 756, in
BurnWriterOptions
self.BurnCDNow()
File "/usr/lib/eroaster/Application.py", line 825, in
BurnCDNow
cdrecord = cdrtools.cdrecord(channel, id, lun,
self.devWriter.get_text(), self.cat.get_loglevel())
File "/usr/lib/eroaster/cdrtools.py", line 114, in
__init__
self.__cdrecord_read_version()
File "/usr/lib/eroaster/cdrtools.py", line 239, in
__cdrecord_read_version
for i in range(len(version[1])):
IndexError: list index out of range
This was on a system without scsi emulation, kernel 2.6.8
eroaster worked before when I had scsi emulation in the
kernel
Logged In: YES
user_id=1132377
Same problem on a Gentoo system: traceback is exactly the same.
I'm using a Ricoh MP7200 ATAPI-burner on /dev/hdc. This
worked before even without SCSI emulation on a 2.6.8-gentoo
kernel.
I re-emerged cdrtools-2.01 to no avail...
For overcompleteness' sake:
Traceback (most recent call last):
File "/usr/lib/eroaster/Application.py", line 756, in
BurnWriterOptions
self.BurnCDNow()
File "/usr/lib/eroaster/Application.py", line 825, in
BurnCDNow
cdrecord = cdrtools.cdrecord(channel, id, lun,
self.devWriter.get_text(), self.cat.get_loglevel())
File "/usr/lib/eroaster/cdrtools.py", line 114, in __init__
self.__cdrecord_read_version()
File "/usr/lib/eroaster/cdrtools.py", line 239, in
__cdrecord_read_version
for i in range(len(version[1])):
IndexError: list index out of range
Logged In: YES
user_id=694133
have the same situation here. I have not had eroaster
working previously, nor can I get groaster to work, but
xcdroast works ok (except for CD reading problems) and
nautilus-cd-burner works fine as well. I'm using Gentoo
Linux. . cdrecord is _not_ set suid root, but it doesn't
matter. Same problem if I'm running as root. I don't have
ide-scsi (SCSI emulation for IDE) loaded, but it should make
no difference with a 2.6 kernel, and with other CD burning
programs it doesn't.
cdrecord reports:
# cdrecord --version
Cdrecord-Clone 2.01 (i686-pc-linux-gnu) Copyright (C)
1995-2004 Jrg Schilling
cdrecord: Warning: Running on Linux-2.6.8-gentoo-r10
cdrecord: There are unsettled issues with Linux-2.5 and newer.
cdrecord: If you have unexpected problems, please try
Linux-2.4 or Solaris.
cdrecord: Warning: Linux-2.6.8 introduced incompatible
interface changes.
cdrecord: Warning: SCSI transport does no longer work for
suid root programs.
cdrecord: Warning: if cdrecord fails, try to run it from a
root account.
Traceback (most recent call last):
File "/usr/lib/eroaster/Application.py", line 760, in
BurnWriterOptions
self.BurnCDNow()
File "/usr/lib/eroaster/Application.py", line 829, in
BurnCDNow
cdrecord = cdrtools.cdrecord(channel, id, lun,
self.devWriter.get_text(), self.cat.get_loglevel())
File "/usr/lib/eroaster/cdrtools.py", line 124, in __init__
self.__cdrecord_read_version()
File "/usr/lib/eroaster/cdrtools.py", line 249, in
__cdrecord_read_version
for i in range(len(version[1])):
IndexError: list index out of range