Can't launch XCDRoast

Kurt Wall kwall
Mon May 17 11:31:05 PDT 2004


Scribbling feverishly on May 10, Harry G managed to emit:
> No, I am doing it after xhost + and then su'ing the terminal, I try and 
> get this:
> 
> ** WARNING **: Installation problem? No set-gid bit on 
> /usr/X11R6/lib/xcdroast-0.98/bin/xcdrwrap
> 
> 
> ** WARNING **: The X-CD-Roast wrapper seems not to have the correct
>          permissions set
> 
> ** WARNING **: So do as root something like that: (and read the Manual)
>          chown root:cdwrite /usr/X11R6/lib/xcdroast-0.98/bin/xcdrwrap;
>          chmod 2755 /usr/X11R6/lib/xcdroast-0.98/bin/xcdrwrap

[snippage]

> Then I do the following:
> 
> linux:/home/harrycg # chown root:cdwrite 
> /usr/X11R6/lib/xcdroast-0.98/bin/xcdrwrap:
> chown: `root:cdwrite': invalid group

The key phrase in the warning was "something like".  The example assumes
you have a group named "cdwrite" in /etc/group. The idea behind the
example is to create a group that has read/write privileges to the cd
burner, and then to add users to that group. The set-gid bit then allows
any user in that group to run the binary with the permissions of the group
owner.

> I be confused, and besides, it makes my brain hurt!  
> 
> So what does it tell me, besides the root:cdwrite group is invalid?  Do 
> I need to use a different group?  (By the way, this is in Suse 7.3)

Yes, use a different group

- OR -

execute

# chmod g+s <somefile>

replacing <somefile> with the name of the file(s) you want to modify
(such as, for example, the ones listed in the error message).

Kurt
-- 
Next to being shot at and missed, nothing is really quite as satisfying
as an income tax refund.
		-- F. J. Raymond



More information about the Linux-users mailing list