Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Solved] cdrecord will be run without root privileges
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
harryy
n00b
n00b


Joined: 21 Apr 2006
Posts: 41
Location: Hammerfest, Norway

PostPosted: Wed Oct 25, 2006 10:43 pm    Post subject: [Solved] cdrecord will be run without root privileges Reply with quote

Just emerge'd k3b. When i start it, it gives me this message:
Quote:
cdrecord will be run without root privileges
It is highly recommended to configure cdrecord to run with root privileges. Only then cdrecord runs with high priority which increases the overall stability of the burning process. Apart from that it allows changing the size of the used burning buffer. A lot of user problems could be solved this way. This is also true when using SuSE's resmgr.
Solution: Use K3bSetup to solve this problem.

cdrdao will be run without root privileges
It is highly recommended to configure cdrdao to run with root privileges to increase the overall stability of the burning process.
Solution: Use K3bSetup to solve this problem.


Where can I find K3bSetup in Gnome? Is there maby another way this can be fixed?


Last edited by harryy on Wed Oct 25, 2006 11:01 pm; edited 1 time in total
Back to top
View user's profile Send private message
moocha
Watchman
Watchman


Joined: 21 Oct 2003
Posts: 5722

PostPosted: Wed Oct 25, 2006 10:49 pm    Post subject: Re: cdrecord will be run without root privileges Reply with quote

harryy wrote:
JWhere can I find K3bSetup in Gnome?
Same directory as k3b itself?
_________________
Military Commissions Act of 2006: http://tinyurl.com/jrcto

"Those who would give up essential liberty to purchase a little temporary safety deserve neither liberty nor safety."
-- attributed to Benjamin Franklin
Back to top
View user's profile Send private message
harryy
n00b
n00b


Joined: 21 Apr 2006
Posts: 41
Location: Hammerfest, Norway

PostPosted: Wed Oct 25, 2006 11:00 pm    Post subject: Reply with quote

Solved the problem:
Code:
Larry ~ # ls -l /usr/bin/cdr*
-rwxr-xr-x 1 root root 719721 2006-10-25 20:16 /usr/bin/cdrdao
-rwxr-xr-x 1 root root 364204 2006-08-27 00:32 /usr/bin/cdrecord
Larry ~ # chown root:cdrom /usr/bin/cdr*
Larry ~ # chmod 4754 /usr/bin/cdr*
Larry ~ # ls -l /usr/bin/cdr*
-rwsr-xr-- 1 root cdrom 719721 2006-10-25 20:16 /usr/bin/cdrdao
-rwsr-xr-- 1 root cdrom 364204 2006-08-27 00:32 /usr/bin/cdrecord
Back to top
View user's profile Send private message
CrazyPyro
n00b
n00b


Joined: 21 May 2003
Posts: 51
Location: Michigan, USA

PostPosted: Sat Jan 13, 2007 9:31 pm    Post subject: Reply with quote

For reference, see http://gentoo-wiki.com/K3b#Problems
Back to top
View user's profile Send private message
CrazyPyro
n00b
n00b


Joined: 21 May 2003
Posts: 51
Location: Michigan, USA

PostPosted: Sat Jan 13, 2007 9:43 pm    Post subject: Reply with quote

Actually, never mind that wiki article I linked. It looks a little shady what with the SUID-for-all.
What harryy has looked better, similar to what they have here.
Back to top
View user's profile Send private message
harryy
n00b
n00b


Joined: 21 Apr 2006
Posts: 41
Location: Hammerfest, Norway

PostPosted: Mon Feb 12, 2007 7:22 am    Post subject: Reply with quote

Could say that its more right to use the group cdrw then cdrom:
Code:
chown root:cdrw /usr/bin/cdr*

_________________
Aleksander Mietinen
Back to top
View user's profile Send private message
manny15
Guru
Guru


Joined: 01 Dec 2002
Posts: 473
Location: USA

PostPosted: Sat Feb 17, 2007 12:53 am    Post subject: Reply with quote

Why isn't cdrtools just configured to work when emerged? Security reasons maybe? Maybe a USE flag can be specified tell the ebuild to make the approriate changes to the file permissions.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo 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