LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   thunar-volman won't mount anything, HAL/DBus complaining (https://www.linuxquestions.org/questions/linux-software-2/thunar-volman-wont-mount-anything-hal-dbus-complaining-809905/)

MrCode 05-24-2010 10:07 PM

thunar-volman won't mount anything, HAL/DBus complaining
 
Hi, all. I'm trying to get automounting working with Arch on my laptop, and I've installed thunar-volman. The trouble is, whenever I put in a CD or plug in a USB mass storage device (thumb drive, USB hard drive, etc.), it gives me a dialog like the following:

Quote:

Failed to mount [CD/DVD/USB device here].

Rejected send message, 1 matched rules; type="method_call", sender=":1.31" (uid=1000 pid=5706 comm="exo-mount) interface="org.freedesktop.Hal.Device.Volume" member="Mount" error name="(unset)" requested_reply=0 destination="org.freedesktop.Hal" (uid=0 pid=2186 comm="/usr/sbin/hald)).
I'm guessing this means there's some config in HAL or DBus that I need to fix, but I can't even begin to figure out what file it could be in...

I've tried searching LQ and Google to no avail. It seems that either the solution is sitting right in front of me, or hardly anyone even has this problem. :(

I can mount the devices manually (as root), but like I said, if I put in a CD/DVD or plug in a USB storage device, or if I double-click the icon on the desktop, I get the above error.

I've tried adding myself to the groups optical, disk, storage, and power, but I still get the same thing. Any ideas?

MrCode 05-25-2010 05:33 AM

Problem solved. :)

It was just a matter of changing:

Code:

exec startxfce4
to:

Code:

exec ck-launch-session startxfce4
in my .xinitrc. Everything automatically mounts/unmounts gracefully now. :D

catkin 05-25-2010 06:31 AM

Thanks for sharing the solution :)


All times are GMT -5. The time now is 03:36 AM.