Click to See Complete Forum and Search --> : A question


toolshed
08-05-2001, 07:01 PM
I have(at least i think i have) made my ide cdrw and cd rom drive scsi...

But, Xcdroast says other wise...


** WARNING **: X-CD-Roast does not seem to have the correct permissions set

** WARNING **: So do as root something like that: (and read the Manual)
chown root:cdwrite xcdroast; chmod 2755 xcdroast


** WARNING **: Installation problem? No set-gid bit on /usr/X11R6/lib/xcdroast-0.98/bin/cdrecord


** WARNING **: Installation problem? No set-gid bit on /usr/X11R6/lib/xcdroast-0.98/bin/cdda2wav


** WARNING **: Installation problem? No set-gid bit on /usr/X11R6/lib/xcdroast-0.98/bin/readcd


** WARNING **: Installation problem? No set-gid bit on /usr/X11R6/lib/xcdroast-0.98/bin/mkisofs


Then it gives me the old message....u need scsi emulation pop up window...

WHen i boot up it says it is performing scsi emulation and everything seems to be a-ok. BUt it is not....

Is this a permission error....well how do u check persmission or a certain directory from bash....

scanez
08-05-2001, 07:36 PM
If you haven't done so, try running xcdroast as root. If that doesn't work, what did you do to enable scsi emulation? What steps did you follow?

SC

toolshed
08-05-2001, 08:02 PM
I follow these suse doc's exactly i think....The second link is a fix for the first doc....

Scsi Emulation (http://sdb.suse.de/en/sdb/html/mkrapp-cdwriting-7.0.html)

Suse fix for the scsi emulation (http://sdb.suse.de/en/sdb/html/mkrapp-cdr-7.1.html)

I thought i did it correct, btw how do u check for file persmissions on a certain file.

That is the only i have tried running xcdroast is thru root so far.

[ 05 August 2001: Message edited by: toolshed ]

7
08-05-2001, 08:10 PM
** WARNING **: So do as root something like that: (and read the Manual)
chown root:cdwrite xcdroast; chmod 2755 xcdroast


Have you tryed this command?

scanez
08-05-2001, 08:13 PM
To check permissions for files in a certain directory, cd to that directory and run

ls -l

this lists permissions for all files in that directory. For a specific file, cd to the directory and run

ls -l | grep filename

this will only display permissions for filename. Check the permissions for your cdrw drive, /dev/cdrom. It should be readable by root.


To enable scsi emulation on my box, I added

append="hdd=ide-scsi"

because my cdrw drive is hdd. Is that line already in your lilo.conf, with your own cdrw drive instead of hdd? Then I load the ide-scsi module on startup, did you do that? I can see from the link you gave that those are the instructions but I just wanted to make sure you did them.

Good luck
SC

toolshed
08-05-2001, 08:51 PM
Well i got it to quit giving me the above message...now i just need to deal with the scsi emulation error....i am going to try those Suse steps again...

The only thing in my lilo.conf file is my boot configuation....


boot = /dev/hda
vga = 771
read-only
menu-scheme = Wg:kw:Wg:Wg
lba32
prompt
timeout = 80
message = /boot/message

image = /boot/vmlinuz
label = linux
root = /dev/hde3

image = /boot/vmlinuz.suse
label = suse
root = /dev/hde3
optional

other = /dev/hda1
label = nt

image = /boot/memtest.bin
label = memtest86



Is it suppose to go in here or is this the wrong file....I wonder why it says it loads the scsi emulation when it boots up...if it does not.Hmmm...

[ 05 August 2001: Message edited by: toolshed ]

toolshed
08-05-2001, 10:28 PM
Now this is the error i get...i beleive i am "emulating" now....thanks for the suggestion, but i wish i could get this damn thing(xcdroast) to work...



bubba:~/downloads/xcdroast # ls
cdrtools-cdda2wav-1.10-1.i386.rpm cdrtools-mkisofs-1.10-1.i386.rpm
cdrtools-cdrecord-1.10-1.i386.rpm xcdroast Readme
cdrtools-libscg-1.10-1.i386.rpm xcdroast-0.98alpha9-1.i386.rpm
bubba:~/downloads/xcdroast # rpm -U cdrtools*.rpm xcdroast-0.98alpha9-1.i386.rpm
package cdrtools-cdda2wav-1.10-1 is already installed
package cdrtools-cdrecord-1.10-1 is already installed
package cdrtools-libscg-1.10-1 is already installed
package cdrtools-mkisofs-1.10-1 is already installed
package xcdroast-0.98alpha9-1 is already installed
bubba:~/downloads/xcdroast # xcdroast
** WARNING **: Invalid cdrecord version 1.9 found. Expecting version 1.10




As u can see version 1.10 is installed...what do u think i should i do about that error....kinda werid.

Thanks

[ 05 August 2001: Message edited by: toolshed ]

[ 05 August 2001: Message edited by: toolshed ]