k3b permissions error

Derek Broughton news at pointerstop.ca
Wed Dec 27 21:47:58 UTC 2006


mattflaschen wrote:

> Derek Broughton-2 wrote:
>> 
>>> $ sudo chgrp burning /dev/sg0
>> 
>> Well, not too elegant I'm afraid - what do you do when you reboot?  /dev
>> is
>> entirely in tmpfs, so it's rebuilt at boot.
>> 
>> 
> 
> Thanks.  I didn't realize that the permissions were lost.  I tried to
> change it permanently by modifying /etc/udev/rules.d/40-permissions.rules
> , but
> that didn't seem to work.  I've now tried 90-modprobe.rules , in the same
> directory, and I'll reboot now.

The brute force approach would just be to use:
KERNEL=="sg[0-9]", GROUP="burning"

in 40-permissions.rules (or better, in your own 50-local.rules).
-- 
derek





More information about the kubuntu-users mailing list