Bug#254304: gnome: Displays PMU error every startup

Ka-Hing Cheung Ka-Hing Cheung <kahing@gmail.com>, 254304@bugs.debian.org
Sun, 27 Jun 2004 10:16:56 -0700


On Sun, 27 Jun 2004 12:28:06 +0200, Josselin Mouette <joss@debian.org> wrote:
> No, no, no. Never add a regular user to the disk group.
> --
>  .''`.           Josselin Mouette        /\./\
> : :' :           josselin.mouette@ens-lyon.org
> `. `'                        joss@debian.org
>   `-  Debian GNU/Linux -- The power of freedom
> 
> 

Oh you are right, didn't realize that /dev/hd* are writable by the
group disk. Now what I do is
create a system group "pmu", and add my regular user to it. The
permission on my /dev/pmu
now reads:
crw-rw----    1 root     pmu       10, 154 2004-06-26 13:17 /dev/pmu

And now nautilus (I think that's what's complaining about wrong
permission, since when I xkill that window nautlius also terminates)
no longer complains about incorrect permission.

-khc