Unable to run k3b
Tijl Coosemans
tijl at FreeBSD.org
Wed Aug 17 09:42:21 UTC 2016
On Wed, 17 Aug 2016 04:38:37 +0000 Manish Jain <bourne.identity at hotmail.com> wrote:
> I managed to get k3b working by restarting devfs after adding the
> following to devfs.conf :
>
> own /dev/pass0 root:operator
> perm /dev/pass0 0660
This is probably your hard disk so you shouldn't need this. You can
check by running 'camcontrol devlist'.
> own /dev/pass1 root:operator
> perm /dev/pass1 0660
>
> own /dev/xpt0 root:operator
> perm /dev/xpt0 0660
These are probably fine, but you may want to use a different group than
operator. When you add users to group operator you make them rather
powerful. They have full read access to every disk (via /dev/ada*) for
instance. It is better to create a separate group.
> own /dev/pci root:operator
> perm /dev/pci 0664
This one is probably not needed either.
To burn a cd you may need write access to /dev/cd0:
own /dev/cd0 root:operator
perm /dev/cd0 0660
More information about the freebsd-questions
mailing list