You are not logged in.
Pages: 1
Hi guys
Every time i click on CD or HDD icon i get following error:
Error org.freedesktop.DBus.Error.AccessDenied.
Details:
A security policy in place prevents this sender from sending this message to this recipient, see message bus configuration file (rejected message had interfave "org.freedesktop.Hal.Device.Volume" member "Mount" error name "(unset)" destination "org.freedesktop.Hal")
Another question: is it possible that this problem, in any way, caused my HDD crash (the one that i tried to mount)?
Offline
Are your user in the "plugdev" group?
Offline
put your user in the optical group
gpasswd -a $user opticalLast edited by fk (2007-04-29 13:51:21)
Have you tried to turn it off and on again?
Offline
nope, that didn't solve my problem ![]()
Offline
does the group "storage" help you?
Offline
Neither that one ![]()
Offline
What about the group "haldaemon"?
Last edited by tux (2007-04-29 16:20:35)
Archer since 2005 - and proud of it! ![]()
Offline
Well, I have the exact same problem and I've done all of the above, except that I also tried adding users hal, dbus and my own user to the suggested groups (storage, optical). however, the problem persists as described in the first post in this thread. ![]()
Correction:Uhm this is embarrising, but actually the only thing I had left to do after my other fiddling was a restart :rolleyes:g
It's now working as I wanted it too, and I also got around to take out the fstab entries for redundant cdrom and dvdrom entries (that the Arch Installer put there...) Sometimes you mustn't forget what running Gentoo has thought you
To possibly be of any help, here's my steps to resolve this issue that worked for me (possibly some unrelevant and redundant)
Do in terminal:
# pacman -Rd hal hal-device-manager hal-info
# pacman -S hal hal-device-manager hal-info
# gpasswd -a user optical
# gpasswd -a hal optical
# gpasswd -a dbus optical
# gpasswd -a user storage
# gpasswd -a hal storage
# gpasswd -a dbus storageThen restart your system, carefully monitoring that dbus and hal are starting properly at boot up (or try to start the init scripts with "/etc/rc.d/dbus start" and then "/etc/rc.d/hal start" once your inside your DE)
Well it worked for me, so maybe it works for you ![]()
Last edited by killerrabbit (2007-04-29 17:47:34)
Using Arch Linux since 2007-04-27 [after 3 years of using Gentoo Linux]
Offline
I have exactly the same problem too and was just about to post a topic on the subject. Optical group doesn't work for sure, I will check the other suggestions right away.
P.S.
The above instructions are correct. All works fine now.
Thank you.
Last edited by Lord_Bad (2007-04-29 21:21:21)
Offline
These instructions are not correct, dbus and hal should not be in those groups. The cause of all this is that when dbus starts, it caches the passwd information. When you add yourself to the optical and storage groups, dbus still won't allow you. Restarting dbus and hal will fix this problem. Adding yourself, dbus and hal to every possible random group is not the right solution.
Offline
You are right of course, but nevertheless this should have been documented somewhere - in the wiki perhaps. If I find some time to spare these days I'll revise the hal wiki.
Offline
thx killerrabbit, i only added these users to groups, and reset my PC. Everything works like charm now.
Offline
I have updated the wiki entry for HAL as promised. You can check it out here - http://wiki.archlinux.org/index.php/HAL, and give me some feedback.
Offline
Pages: 1