Tiny Core Linux
dCore Import Debian Packages to Mountable SCE extensions => dCore X86 => dCore x86 Imported Extensions => Topic started by: jls on February 01, 2015, 06:25:09 PM
-
ERR<13891>:eldbus lib/eldbus/eldbus_proxy.c:765 _props_get_all() Error getting all properties of org.freedesktop.UDisks2 /org/freedesktop/UDisks2/block_devices/loop10, error message: org.enlightenment.DBus.Canceled Canceled by user.
-
What was the command given, and I assume this was happening while running enlightenment?
-
I don't know Jason
-
Ok
-
Hi
I managed to get udisks2 working, so now I can mount / umount the usb drives via enligtenment DM:
I added:
/usr/lib/policykit-1/polkitd --no-debug &
in /opt/bootlocal.sh
I also changed
/usr/share/polkit-1/actions/org.freedesktop.udisks2.policy
putting "yes" in the lines as shown below:
<allow_any>yes</allow_any>
<allow_inactive>yes</allow_inactive>
<allow_active>yes</allow_active>
-
Thanks for sharing that. i will be gone a few days, and will look to adding that in by default so it will work.
-
Thanks for sharing that. i will be gone a few days, and will look to adding that in by default so it will work.
Hi Jason and the others
Could you please add this by default?
Thanks
-
Ok, should be fixed now.
-
Hi
system doesn't boot, I see using the debug boot code that it hangs while processing udusks2.
-
Ok, I took out the polkitd command, I remember with pulseaudio the same issue. Should be good now. I will try to find a way to have those commands in startup scripts and not cause a hang during debug booting.
-
Hi
It works.
What I would like to understand is why udisksctl mount command works with normal user even without modifying the rules, while enlightenment no.
Thanks