Problems with GUI applications? Questions about X, KDE, Gnome, Fluxbox, etc.? Come on in. NOTE: For multimedia, go up one forum
apiaio
Guru
Posts: 443 Joined: Thu Dec 04, 2008 1:49 pm
Post
by apiaio » Thu Mar 29, 2018 4:48 pm
After last world update lxde startup gives error message
Code: Select all
Error initializing authority: Error calling StartServiceByName for org.freedesktop.PolicyKit1: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ExecFailed: Failed to execute program org.freedesktop.PolicyKit1: Permission denied
Shutdown or reboot is possible from command line only.
[Moderator edit: changed [q uote] tags to [c ode] tags to preserve output layout. -Hu]
Last edited by
apiaio on Sat Apr 28, 2018 6:23 pm, edited 1 time in total.
apiaio
Guru
Posts: 443 Joined: Thu Dec 04, 2008 1:49 pm
Post
by apiaio » Fri Apr 27, 2018 5:10 pm
Up to now not solved. There must be something wrong with polkit. Every polkit command e.g.
Code: Select all
# pkaction
Error getting authority: Error initializing authority: Error calling StartServiceByName for org.freedesktop.PolicyKit1: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ExecFailed: Failed to execute program org.freedesktop.PolicyKit1: Permission denied
gives the same error message.
Edit:
This problem I have in profile 17.0. Old installation 13.0 is OK. Both amd64. In the meantime I upgraded world - no change.
apiaio
Guru
Posts: 443 Joined: Thu Dec 04, 2008 1:49 pm
Post
by apiaio » Sat Apr 28, 2018 6:22 pm
After endless searching in different linux distros I found the clue in Gentoo forums:
https://forums.gentoo.org/viewtopic-t-1 ... art-0.html
Novazur's problem was different, but solution is the same:
GID of the messagebus in /etc/group and /etc/passwd has to be equal.
SimonLitt
n00b
Posts: 8 Joined: Wed Dec 11, 2013 7:08 pm
Post
by SimonLitt » Fri Dec 16, 2022 5:26 am
I had a similar issue.
The permissions of the /usr/libexec/dbus-daemon-launch-helper file were root:scanner.
Changing permissions to root:messagebus solves the issue.
Hu
Administrator
Posts: 24380 Joined: Tue Mar 06, 2007 5:38 am
Post
by Hu » Fri Dec 16, 2022 4:21 pm
SimonLitt: what is the output of grep -n -e scanner -e messagebus /etc/group /etc/passwd ?