PDA

View Full Version : dvd won't write then xcdroast disappears


stanch
2005-01-23, 04:12 AM CST
[SIZE=3]I just purchased and installed a LiteOn 16x DVD R/RW drive. When I tried to burn an iso disk, xcdroast said I needed something like ProDVD. I downloaded ProDVD from http://download.fedoranews.org/cdrecord-ProDVD/2.01b31/. Everything seemed OK. Now when I try to start xcdroast, it won't start.
(edited after changes) OK, I uninstalled xcdroast using rpm and reinstalled using fc3 disk. Went to # cat /usr/local/bin/cdrecord-wrapper.sh and copied/pasted the key in xcdroast. Now when I try to burn my iso I get the following message: cdrecord-prodvd terminated. Most likely because you have intered an invalid key.
My output in the message box is as follows:
Calling: usr/lib/xcdroast-0.98/bin/scdrwrap CDRECORDPRODVD
dev= "/dev/cdrom" gracetime=10 fs=4096k
driveropts=burnfree,noforcespeed -v -useinfo speed=8 -dao
-eject -pad -data "/home/stanch/Iso/SUSE-Linux-9.2-FTP-DVD.iso

...

scsidev: '/dev/cdrom'
devname: '/dev/cdrom'
scsibus: -2 target: -2 lun: -2
Warning: Open by 'devname' is unintentional and not supported.
Can anybody tell me perhaps where and/or what to check next?
stanch

taylor65
2005-01-23, 10:03 AM CST
use k3b instead - it works.

greatscot
2005-01-23, 10:29 AM CST
And, K3b is on the FC3 disks. K3b is awesome and I can't see how I lived without it.

stanch
2005-01-24, 04:33 AM CST
Thanks! I just installed it, along with cdrdao. It says I should configure cdrecord to run with root privileges. Did you do this?
And, if so what's the easiest way? Thanks again,
stanch

golding
2005-01-24, 05:02 AM CST
Thanks! I just installed it, along with cdrdao. It says I should configure cdrecord to run with root privileges. Did you do this?
And, if so what's the easiest way? Thanks again,
stanch
As 'root' :
cd /usr/bin
chmod u+s cdrecord

To find out more 'man chmod' or Google for 'set user id'

greatscot
2005-01-24, 07:18 AM CST
I guess I am lucky, I installed FC3 from the install disks and everything, including K3B, just worked out-of-the-box.

taylor65
2005-01-24, 06:17 PM CST
i agree, installing everything on the CDs is definitely the easiest way to go (it's what I always do, saves a lot of time later installing more stuff).

crackers
2005-01-24, 08:22 PM CST
I would strongly recommend against setting cdrecord to suid root - it's not necessary, for one. For two, whenever you set a program to execute as if you were root, you are making your system that much more vulnerable to being exploited. The CD/DVD recording programs and the kernel sub-systems no longer require this work-around in order to work properly.

stanch
2005-01-25, 03:29 AM CST
Thank you again, and thanks to everyone on this. If it's true that you no longer need change the user id/permissions, then THEY should remove their warning and directions on the k3b system check! I'll admit, I was impatient, and burned a dvd as a local user. It seemed to work just fine. Anyway, now I know I can burn with my dvd, what program to use, and how to change the permissions to root if I have to. Thank again to all!!
stanch