Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Buring CD's with gcombust while not root
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
rajl
Apprentice
Apprentice


Joined: 25 Sep 2002
Posts: 287

PostPosted: Mon Feb 03, 2003 3:52 am    Post subject: Buring CD's with gcombust while not root Reply with quote

I emerged gcombust to use as a graphical frontend for cdrtools to burn cd's. Unfortunately, I can't use gcombust to burn CD's unless I'm in root mode. Does anyone know of a way I can use gcombust from my user accounts to burn CD's rather than in root.

Thanks!
_________________
-Rajl

-----------------------------------------------------------
It's easy to be brave once you consider the alternatives.
Back to top
View user's profile Send private message
PowerFactor
Veteran
Veteran


Joined: 30 Jan 2003
Posts: 1693
Location: out of it

PostPosted: Mon Feb 03, 2003 5:49 am    Post subject: Reply with quote

I believe you need to add the users to the cdrw group.
It may not be necessary but I also made cdrecord suid root because it was complaining about not being able to set realtime priority. To make it a bit more secure I set up permissions sort of like xcdroast does.
Code:
#chown root:cdrw /usr/bin/cdrecord

#chmod 750 /usr/bin/cdrecord

#chmod u+s /usr/bin/cdrecord

Of course I don't think being that restrictive is necessary in my situation but I did it anyway and it doesn't hurt.
Back to top
View user's profile Send private message
rajl
Apprentice
Apprentice


Joined: 25 Sep 2002
Posts: 287

PostPosted: Mon Feb 03, 2003 5:59 am    Post subject: Reply with quote

ok, I haven't had to mess with groups in a while, how can I check to see if my users accounts are part of the cdrw group or not?
_________________
-Rajl

-----------------------------------------------------------
It's easy to be brave once you consider the alternatives.
Back to top
View user's profile Send private message
NiklasH
Apprentice
Apprentice


Joined: 30 Aug 2002
Posts: 211
Location: On top of something

PostPosted: Mon Feb 03, 2003 7:55 am    Post subject: Reply with quote

Just check out the file /etc/group
Back to top
View user's profile Send private message
rajl
Apprentice
Apprentice


Joined: 25 Sep 2002
Posts: 287

PostPosted: Mon Feb 03, 2003 8:30 pm    Post subject: Reply with quote

thanks, I appreciate it
_________________
-Rajl

-----------------------------------------------------------
It's easy to be brave once you consider the alternatives.
Back to top
View user's profile Send private message
Attis SH
n00b
n00b


Joined: 23 Feb 2003
Posts: 62
Location: Budapest, Hungary

PostPosted: Sat Apr 05, 2003 11:10 am    Post subject: This is needed with CD Bake Oven, too. Reply with quote

Just for the record, the instructions PowerFactor gave works with CD Bake Oven, too. This is a nice cdrtools frontend for KDE.

You have to chmod cdrecord to setuid root to enable realtime priority setting and burnproof.
Back to top
View user's profile Send private message
hoarycripple
n00b
n00b


Joined: 11 Mar 2003
Posts: 42

PostPosted: Mon Apr 12, 2004 8:58 pm    Post subject: setuid Reply with quote

Please note that if you want to setuid /usr/bin/cdrecord (or anything for that matter), you do a

Code:
chmod +s /usr/bin/cdrecord


not

Code:
chmod u+s /usr/bin/cdrecord


as was previously stated.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum