Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[SID - Unstable] polkit after suspend got timeouts

- - ALL UNSTABLE / TESTING THREADS SHOULD BE POSTED HERE - -
This sub-forum is the dedicated area for the ongoing Unstable/Testing releases of Debian. Advanced, or Experienced User support only. Use the software, give, and take advice with caution.
Post Reply
Message
Author
User avatar
Pakos
Posts: 106
Joined: 2008-03-08 17:36

[SID - Unstable] polkit after suspend got timeouts

#1 Post by Pakos »

Code: Select all

➜  ~ dpkg -l|grep polkitd
ii  policykit-1                             123-3                             amd64        transitional package for polkitd and pkexec
ii  polkitd                                 123-3                             amd64        framework for managing administrative policies and privileges
ii  polkitd-pkla                            123-3                             amd64        Legacy "local authority" (.pkla) backend for polkitd
after longer suspend i'm getting timeout errors:

Code: Select all

Nov 15 21:11:56 hp polkitd[866]: Registered Authentication Agent for unix-session:c1 (system bus name :1.32 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Nov 15 21:12:04 hp polkitd[866]: Registered Authentication Agent for unix-session:3 (system bus name :1.72 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Nov 15 21:12:09 hp polkitd[866]: Unregistered Authentication Agent for unix-session:c1 (system bus name :1.32, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from b>
Nov 16 09:58:06 hp polkitd[866]: Reloading rules
Nov 16 09:58:06 hp polkitd[866]: Collecting garbage unconditionally...
Nov 16 09:58:06 hp polkitd[866]: Loading rules from directory /etc/polkit-1/rules.d
Nov 16 09:58:06 hp polkitd[866]: Loading rules from directory /usr/share/polkit-1/rules.d
Nov 16 09:58:06 hp polkitd[866]: Finished loading, compiling and executing 13 rules
Nov 16 09:58:06 hp polkitd[866]: Reloading rules
Nov 16 09:58:06 hp polkitd[866]: Collecting garbage unconditionally...
Nov 16 09:58:06 hp polkitd[866]: Loading rules from directory /etc/polkit-1/rules.d
Nov 16 09:58:06 hp polkitd[866]: Loading rules from directory /usr/share/polkit-1/rules.d
Nov 16 09:58:06 hp polkitd[866]: Finished loading, compiling and executing 13 rules
Nov 16 15:01:02 hp polkitd[866]: Error evaluating admin rules: Error: Error spawning helper: Timed out after 10 seconds (g-io-error-quark, 24)
Nov 16 15:01:42 hp polkitd[866]: Terminating runaway script after 15 seconds
Nov 16 15:02:23 hp polkitd[866]: Terminating runaway script after 15 seconds
Nov 16 15:03:04 hp polkitd[866]: Terminating runaway script after 15 seconds
then i see several issues with logout, power off, sudo and so on, so i suspect authentication agent issues as it gets some defuncts

Code: Select all

polkitd    70272     866  0 Nov16 ?        00:00:00 [pkla-check-auth] <defunct>                                                                                                                                      
polkitd    70376     866  0 Nov16 ?        00:00:00 [pkla-check-auth] <defunct>                                                                                                                                      
polkitd    70487     866  0 Nov16 ?        00:00:00 [pkla-check-auth] <defunct>                                                                                                                                      
polkitd    70616     866  0 Nov16 ?        00:00:00 [pkla-check-auth] <defunct>
after restarting polkit.service everything works but i'd like to find permanent solution for that.
any ideas?

Post Reply