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

Title: udisks2 wm_errors
Post by: jls on February 01, 2015, 06:25:09 PM
Code: [Select]
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.
Title: Re: udisks2 wm_errors
Post by: Jason W on February 01, 2015, 07:59:08 PM
What was the command given, and I assume this was happening while running enlightenment?
Title: Re: udisks2 wm_errors
Post by: jls on February 01, 2015, 08:12:52 PM
I don't know Jason
Title: Re: udisks2 wm_errors
Post by: Jason W on February 01, 2015, 08:50:18 PM
Ok
Title: Re: udisks2 wm_errors
Post by: jls on February 25, 2015, 11:21:08 AM
Hi
I managed to get udisks2 working, so now I can mount / umount the usb drives via enligtenment DM:
I added: 
Code: [Select]
/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:
Code: [Select]
<allow_any>yes</allow_any>
<allow_inactive>yes</allow_inactive>
<allow_active>yes</allow_active>
Title: Re: udisks2 wm_errors
Post by: Jason W on February 25, 2015, 03:31:57 PM
Thanks for sharing that.  i will be gone a few days, and will look to adding that in by default so it will work.
Title: Re: udisks2 wm_errors
Post by: jls on November 03, 2015, 08:40:06 AM
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

Title: Re: udisks2 wm_errors
Post by: Jason W on November 05, 2015, 08:44:29 PM
Ok, should be fixed now.
Title: Re: udisks2 wm_errors
Post by: jls on November 06, 2015, 04:24:21 AM
Hi
system doesn't boot, I see using the debug boot code that it hangs while processing udusks2.
Title: Re: udisks2 wm_errors
Post by: Jason W on November 06, 2015, 08:12:05 AM
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.
Title: Re: udisks2 wm_errors
Post by: jls on November 06, 2015, 09:41:17 AM
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