Comment 3 for bug 572373

Revision history for this message
Kevin (kkd) wrote : Re: package upgrade fails

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.