You are not logged in.
Pages: 1
If I insert a cd I get this msg:
A security policy in place prevents this sender from sending this message to this recipient, see message bus configuration file (rejected message had interface "org.freedesktop.Hal.Device.Volume" member "Mount" error name "(unset)" destination "org.freedesktop.Hal")
Can anyone help me?
Thanks in advance!
Offline
Yes, I can help you You should add hour user to the storage groub. Modify /etc/group, and you should have something like that:
storage:x:95:hal,YOUR_LOGIN,root
"Physics is like sex: sure, it may give some practical results, but that's not why we do it."
Richard P. Feynman.
Offline
or if you don't want to edit the file by hand you could just
usermod -a -G storage your_user
as root.
Offline
thanks, it works now
Offline
Pages: 1