Comment 12 for bug 1508075

Revision history for this message
Martin Pitt (pitti) wrote : Re: crash during network setup in ubiquity wily

Another thing to try: Replace

   pkill --signal HUP polkitd

with

   systemctl try-restart polkitd.service

in /usr/lib/udisks2/udisks2-inhibit. That will immediately restart it, instead of waiting for another d-bus activation cycle (which might confuse existing clients).