javeree wrote:did you install and start consolekit ? udiskie needs to run within a consolekit session to assign usage of a usb device to a specific session (and throuhg that to the user owning the session)
This is a good thought, although I think it is running. I didn't place consolekit in any runlevel, so I figured I'd start it up manually, but get this:
Code: Select all
# /etc/init.d/consolekit restart
* Starting ConsoleKit daemon ...
* start-stop-daemon: /usr/sbin/console-kit-daemon is already running [ !! ]
* ERROR: consolekit failed to start
ps does see it running though:
Code: Select all
# ps -aux | grep -i console-kit
root 23719 0.0 0.1 27240 2944 ? Sl May16 0:00 /usr/sbin/console-kit-daemon --no-daemon
Although, I don't see it listed as starting in rc-status, despite the message above:
Code: Select all
# rc-status
Runlevel: default
net.wlan0 [ started ]
syslog-ng [ started ]
vixie-cron [ started ]
dbus [ started ]
net.eth0 [ inactive ]
cupsd [ started ]
udev-postmount [ started ]
cpufreqd [ started ]
netmount [ started ]
acpid [ started ]
hald [ started ]
xdm [ started ]
laptop_mode [ started ]
local [ started ]
Dynamic Runlevel: hotplugged
Dynamic Runlevel: needed
udev-mount [ started ]
xdm-setup [ started ]
Dynamic Runlevel: manual
mysql [ started ]
apache2 [ started ]
I also tried to manually start it as root, and it forked to the background without error. No change on mounting a USB stick as a user though.