|
k3b and group permission
I am rather confused with setting group permission for cd burning. Initially intended to burn my cd with k3b (the GUI frontend), it failed to detect cdrecord and cdrdao, both of which i have installed.
Running k3b from terminal returns the following:
wongdg@dg-bbc-debian:~$ k3b
find: /dev/.static: Permission denied
k3b: WARNING: KGenericFactory: instance requested but no instance name or about data passed to the constructor!
k3b: ERROR: (K3bSongManager) Can't open file /home/wongdg/.kde/share/apps/k3b/songlist.xml
kdecore (KAction): WARNING: KActionCollection::KActionCollection( QObject *parent, const char *name, KInstance *instance )
k3b: ERROR: (K3b
I decided to test my user permission to execute its backend - cdrecord, directly.
Still I had no luck with it:
wongdg@dg-bbc-debian:~$ cdrecord
bash: /usr/bin/cdrecord: Permission denied
even though I had added myself in the group "cdrom" (set by k3b as the burning group)
dg-bbc-debian:/usr/bin# less /etc/group |grep cdrom
cdrom:x:24:hal,wongdg
a listing of which groups i have added myself:
dg-bbc-debian:/usr/bin# less /etc/group |grep wongdg
cdrom:x:24:hal,wongdg
staff:x:50:wongdg
azureus:x:114:wongdg
wongdg:x:1000:
So i am wondering do i need to adduser --system myself in order for it to work??
Thanks to anyone who can shed a light on this issue.
In fact the same thing happens with my firefox which i have made its files to belong to group "staff" and user "root". I added myself to group "staff", but it just won't connect to internet, though pages on localhost work ok.
Wilson
Last edited by wongdg; 03-23-2007 at 09:40 PM.
|