Other OS
GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed
4
35188
View: 35188|Reply: 4
|
[Other OS]
GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed
[Copy link]
|
|
When I boot up my Banana Pi with Raspian V3 I got an error message
"GDBus.Error org.freedesktop.PolicyKit1.Error.Failed: Cannot determine user of subject"
Found a solution here:
http://ubuntuforums.org/showthread.php?t=779992
Edit (or create) file
/etc/dbus-1/system-local.conf
Paste this text:- <!DOCTYPE busconfig PUBLIC
- "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
- "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
- <busconfig>
- <!-- for some reason this isn't being set properly in Hardy 15 May, 2008 -->
- <limit name="max_connections_per_user">256</limit>
- </busconfig>
Copy the Code and then reboot |
|
|
|
|
|
|
|
Good! I also want to find a solution for this. This message comes out randomly. Thanks you |
|
|
|
|
|
|
|
Reply 2# tony_zhang
I had the same Problem and resolved it with the following adjustment.
Call up the Menu and go to Preferences => Desktop Sessions Settings
Here blank out or disable the LXPolKit (Policykit Authentication Agent)
After a logout and restart the Error "GDBus.Error rg.freedesktop.PolicyKit1.Error.Failed: Cannot determine user of subject" was gone.
Reactivation through an enable, the problem was there again.
Being new concerning Debian "Whezzy" I have no idea what this change effects, it just works getting rid of the message
after starting the Banana Pi with Raspberry Pi "Wheezy" Debian 7. |
|
|
|
|
|
|
|
Reply 3# buggy_vw
After doing some experimenting with a new installation, I noticed that this error was gone after using "WiFi Config" on the Desktop.
With this app I installed a WLAN connection. I also entered a static address for it in /etc/network/interfaces. After rebooting the above mentioned error did not popup any more. The LXPolKit (Policykit Authentication Agent) was active in this case. |
|
|
|
|
|
|