kanotix.com

Software - k3b and cdrecord not working after upgrade

frapelli - 26.11.2006, 23:06 Uhr
Titel: k3b and cdrecord not working after upgrade
Some weeks ago I had problems, solved as suggested in this thread:

http://www.kanotix.com/PNphpBB2-viewtop ... ecord.html

Today I think I upgraded cdrecord, and now when I try to burn, I get message:

"cdrecord returned an unknown error (255)
unknown error 255
Sometimes using TAO writing solve this error"

This time didn't help reinstalling K3B, wodim and cdrecord from testing repos's. Nor helped uninstall and reinstall from stable or unstable.

I am getting rather annoyed by burning problems with Kanotix.

Any help? Thanks
hubi - 26.11.2006, 23:21 Uhr
Titel: k3b and cdrecord not working after upgrade
Do you have the option to show details or debugging output? A button should be there on the window displaying this problem. If yes, please post the output. It must be solvable, because there are systems which do not have problems.

hubi
frapelli - 27.11.2006, 20:28 Uhr
Titel:
Here is the output, thanks for your help.

System
-----------------------
K3b Version: 0.12.17

KDE Version: 3.5.5
QT Version: 3.3.7
Kernel: 2.6.18-kanotix-2
Devices
-----------------------
PLEXTOR DVDR PX-750A 1.01 (/dev/hda, ) at /media/cdrom1 [CD-R; CD-RW; CD-ROM; DVD-ROM; DVD-RAM; DVD-R; DVD-RW; DVD-R DL; DVD+R; DVD+RW; DVD+R DL] [DVD-ROM; DVD-R Sequential; DVD-R Dual Layer Sequential; DVD-RAM; DVD-RW Restricted Overwrite; DVD-RW Sequential; DVD+RW; DVD+R; DVD+R Double Layer; CD-ROM; CD-R; CD-RW] [SAO; TAO; RAW; SAO/R96P; SAO/R96R; RAW/R16; RAW/R96P; RAW/R96R; Restricted Overwrite]

HL-DT-ST DVD-ROM GDR8161B 0100 (/dev/hdb, ) at /media/cdrom0 [CD-ROM; DVD-ROM] [DVD-ROM; CD-ROM] [None]
K3b
-----------------------
Size of filesystem calculated: 56992

Used versions
-----------------------
cdrecord: 2.1.1a03

cdrecord
-----------------------
scsidev: '/dev/hda'
devname: '/dev/hda'
scsibus: -2 target: -2 lun: -2
Error trying to open /dev/hda exclusively (Device or resource busy)... retrying in 1 second.
Error trying to open /dev/hda exclusively (Device or resource busy)... retrying in 1 second.
Error trying to open /dev/hda exclusively (Device or resource busy)... retrying in 1 second.
Error trying to open /dev/hda exclusively (Device or resource busy)... retrying in 1 second.
Error trying to open /dev/hda exclusively (Device or resource busy)... giving up.
TOC Type: 1 = CD-ROM
scsidev: 'ATA:/dev/hda'
devname: 'ATA:/dev/hda'
scsibus: -2 target: -2 lun: -2
/usr/X11R6/bin/wodim: No such file or directory.
Cannot open SCSI driver!
For possible targets try 'wodim -scanbus'.
For possible transport specifiers try 'wodim dev=help'.
For IDE/ATAPI devices configuration, see the file README.ATAPI.setup from
the wodim documentation.

cdrecord command:
-----------------------
/usr/X11R6/bin/wodim -v gracetime=2 dev=/dev/hda speed=8 -dao -dummy driveropts=burnfree -eject -data -tsize=56992s -

mkisofs
-----------------------
56992
I: -input-charset not specified, using UTF-8 (detected in locale settings)

mkisofs command:
-----------------------
/usr/X11R6/bin/mkisofs -gui -graft-points -volid Danze -volset -appid K3B THE CD KREATOR (C) 1998-2005 SEBASTIAN TRUEG AND THE K3B TEAM -publisher -preparer -sysid LINUX -volset-size 1 -volset-seqno 1 -sort /tmp/kde-francesco/k3b9lglKa.tmp -rational-rock -hide-list /tmp/kde-francesco/k3bGn1E4a.tmp -joliet -joliet-long -hide-joliet-list /tmp/kde-francesco/k3b90Jbkc.tmp -full-iso9660-filenames -iso-level 2 -path-list /tmp/kde-francesco/k3bXg3bIb.tmp
hubi - 27.11.2006, 20:49 Uhr
Titel:
frapelli,

this is beyond my knowledge, just thought of a permission issue.

Have you purged k3b and wodim when you tried a reinstall? This is the "last" thing I might try out.

Code:
apt-get remove --purge k3b wodim
apt-get install k3b wodim


Good luck,
hubi
piper - 27.11.2006, 21:06 Uhr
Titel:
Maybe try (worth a shot)

# chmod 7411 /usr/bin/cdrdao
# chmod 7411 /usr/X11R6/bin/cdrdao
# chown roots: root /usr/bin/cdrecord.mmap
# chmod 4711 /usr/bin/cdrecord.mmap
# chown roots: root /usr/X11R6/bin/cdrecord.mmap
# chmod 4711 /usr/X11R6/bin/cdrecord.mmap
# chmod 4711 /usr/X11R6/bin/cdrecord.mmap
# chmod 4711 /usr/X11R6/bin/growisofs
frapelli - 27.11.2006, 21:39 Uhr
Titel:
[quote="piper"]Maybe try (worth a shot)

# chmod 7411 /usr/bin/cdrdao
# chmod 7411 /usr/X11R6/bin/cdrdao
# chown roots: root /usr/bin/cdrecord.mmap
# chmod 4711 /usr/bin/cdrecord.mmap
# chown roots: root /usr/X11R6/bin/cdrecord.mmap
# chmod 4711 /usr/X11R6/bin/cdrecord.mmap
# chmod 4711 /usr/X11R6/bin/cdrecord.mmap
# chmod 4711 /usr/X11R6/bin/growisofs[/quote]

Does this mean anything?

root@KanotixBox:/home/francesco# chmod 7411 /usr/bin/cdrdao
root@KanotixBox:/home/francesco# chmod 7411 /usr/X11R6/bin/cdrdao
root@KanotixBox:/home/francesco# chown roots: root /usr/bin/cdrecord.mmap
chown: `roots:': cannot get the login group of a numeric UID
root@KanotixBox:/home/francesco# chmod 4711 /usr/bin/cdrecord.mmap
chmod: cannot access `/usr/bin/cdrecord.mmap': No such file or directory
root@KanotixBox:/home/francesco# chown roots: root /usr/X11R6/bin/cdrecord.mmap
chown: `roots:': cannot get the login group of a numeric UID
root@KanotixBox:/home/francesco# chmod 4711 /usr/X11R6/bin/cdrecord.mmap
chmod: cannot access `/usr/X11R6/bin/cdrecord.mmap': No such file or directory
root@KanotixBox:/home/francesco# chmod 4711 /usr/X11R6/bin/cdrecord.mmap
chmod: cannot access `/usr/X11R6/bin/cdrecord.mmap': No such file or directory
root@KanotixBox:/home/francesco# chmod 4711 /usr/X11R6/bin/growisofs
root@KanotixBox:/home/francesco#

Thanks
hubi - 27.11.2006, 21:47 Uhr
Titel:
Must be a typo from piper, this should work:

# chown root:root /usr/bin/cdrecord.mmap
# chown root:root /usr/X11R6/bin/cdrecord.mmap

But: I do not have those files at all.

hubi
frapelli - 27.11.2006, 21:53 Uhr
Titel:
[quote="hubi"]Must be a typo from piper, this should work:

# chown root:root /usr/bin/cdrecord.mmap
# chown root:root /usr/X11R6/bin/cdrecord.mmap

But: I do not have those files at all.

hubi[/quote]

Doesn't work:

root@KanotixBox:/home/francesco# chown root:root /usr/bin/cdrecord.mmap
chown: cannot access `/usr/bin/cdrecord.mmap': No such file or directory
root@KanotixBox:/home/francesco#

root@KanotixBox:/home/francesco# chown root:root /usr/X11R6/bin/cdrecord.mmap
chown: cannot access `/usr/X11R6/bin/cdrecord.mmap': No such file or directory
root@KanotixBox:/home/francesco#
javascript:emoticon('Verrückt')
hubi - 27.11.2006, 22:03 Uhr
Titel:
Ok, you do not have them either. It's a pity that the preferences in k3b have gone, they were great for fixing issues.

Can you reach the options menu? What does that say for the programs?

Mine looks like that, but all is ok:
frapelli - 27.11.2006, 22:12 Uhr
Titel:
Seems exactly the same, including version numbers.

Anyway it seems to work now, as long as I do not cancell burning operations (which I did in my previous trials). If an operation is cancelled, I have to quit and restart K3B. Not a big trouble since cancelling burnings happens rather seldom, and restarting is not a big annoyance, but it did not happen till yesterday before updating and with wodim from testing.

Anyway thanks. I have another issue, but I'll start a new topic.
titan - 28.11.2006, 09:44 Uhr
Titel: Re: k3b and cdrecord not working after upgrade
frapelli hat folgendes geschrieben::


Today I think I upgraded cdrecord, and now when I try to burn, I get message:

"cdrecord returned an unknown error (255)
unknown error 255
Sometimes using TAO writing solve this error"


I am getting rather annoyed by burning problems with Kanotix.

Any help? Thanks


Just a guess but selective upgrading in Sid maybe causing the problem. Since the fix that was posted there have been upgraded versions of K3b , wodem and cdrecord. The original problem was caused by the wodem fork reverting to an earlier version number. Personally with Sid I think it is best to either DU regularly or leave the system alone if it is working, as the changes are so frequent. It now requires a DU over 500Mb to upgrade 2006 rc4.
piper - 28.11.2006, 18:05 Uhr
Titel: RE: Re: k3b and cdrecord not working after upgrade
A du is over 704 mb Smilie

hubi, thanks, a typo indeed Winken

I du everyday and don't have this problem, i just burned a dvd (sabayon) and cd to check (pc-bsd) to check and everything is working fine
jackiebrown - 29.11.2006, 02:32 Uhr
Titel: RE: Re: k3b and cdrecord not working after upgrade
I get that on the 64 bit version. I just use TAO since I am cluesless on what the difference is.

(And wish to remain clueless since TAO seems to work just fine.) Winken
Alle Zeiten sind GMT + 1 Stunde
PNphpBB2 © 2003-2007