noticed syslog is being flooded: May 3 17:19:33 kevin pulseaudio[4187]: module-console-kit.c: GetSessionsForUnixUser() call failed: org.freedesktop.DBus.Error.Spawn.PermissionsInvalid: The permission of the setuid helper is not correct May 3 17:19:33 kevin pulseaudio[4187]: module.c: Failed to load module "module-console-kit" (argument: ""): initialization failed. May 3 17:19:33 kevin pulseaudio[4187]: main.c: Module load failed. May 3 17:19:33 kevin pulseaudio[4187]: main.c: Konnte Daemon nicht initialisieren. May 3 17:19:33 kevin pulseaudio[4185]: main.c: Start des Daemons fehlgeschlagen.
These messages are repeated once per second. I found bug #442788 to produce the same message. After checking the permissions for /lib/dbus-1.0/dbus-daemon-launch-helper I found them to be -rw------- which is obviuosly wrong. Changed them to -rwsr-xr-- let's the daemon successfully start. Now, when running "apt-get update" I still get the same error message plus the permissions get set back to the wrong value. -- package upgrade fails https://bugs.launchpad.net/bugs/572373 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
