Live usb mount and problem with policykit-1(?)
#1
I have problems with usb mount is breaking in live (and xbmcbuntu) when some gnome components are added.

gnome installs policykit-1 and I guess that could be the problem?
Here is my logg http://pastebin.com/3tkF550q
The installation is a xbmcbuntu setup with grub legacy.

If I install gnome-core and startx it does not mount usb either. I get the message "not authorized". It turns out if you dont use gdm life in karmic is very different.
This I finally managed to fix this by:
Quote:(sudo apt-get install policykit-1 devicekit-power)
sudo nano /var/lib/polkit-1/localauthority/50-local.d/custom-actions.pkla
[Actions for xbmc user]
Identity=unix-user:xbmc
Action=org.freedesktop.devicekit.disks.*;org.freedesktop.devicekit.power.*;org.freedesktop.consolekit.system.*;org.freedesktop.hal.storage.mount-removable;org.freedesktop.hal.device.volume
ResultActive=yes
ResultAny=auth_admin
ResultInactive=yes

This fixed a lot of problems but xbmc live still does not mount usb.
How exactly does live mount usb? I was looking in the diskmount script, is that still used? If so how is it fired, it has to be run by root?
Reply
#2
any ideas?

This is the log after applying the fix above.
http://pastebin.com/YkBFaPVn
The result is the same except that the power error is gone.
The diskmounter script is working fine so it is not in use anymore I suppose.
Reply
#3
the disk is ntfs
Reply

Logout Mark Read Team Forum Stats Members Help
Live usb mount and problem with policykit-1(?)0