On Sat, Oct 1, 2011 at 04:50, Neil Bothwick <n...@digimed.co.uk> wrote: > On Sat, 1 Oct 2011 04:18:45 -0400, Andrey Moshbear wrote: > >> > This one caused my hotplugging to stop working in KDE. The fix was >> > >> > chmod o+x /usr/libexec/dbus-daemon-launch-helper >> > >> >> (udisks:[pid]): udisks-WARNING **: Couldn't enumerate devices: The >> permission of the setuid helper is not correct >> >> /usr/libexec/dbus-daemon-launch-helper 's perms are 711. > > It worked for me, no such errors. > > ls -l /usr/libexec/dbus-daemon-launch-helper > -rws--x--x 1 root messagebus 312K Sep 27 08:30 > /usr/libexec/dbus-daemon-launch-helper > > MAybe your problem is slightly different. My laptop has no problems with > the default permissions, both are running ~amd64. >
Found the problem: setuid bit was missing; chmod 4711 did the trick (verified via solid-hardware list). Time to logout and login and see if that was all.