Error getting authority: Error initializing authority: Could not connect: Resource temporarily unavailable (g-io-error-quark, 27)

This might be due to a bug of systemd-logind / dbus-daemon.

# First check journal for errors:
journalctl -xb;

# This fixed it for me:
yum -y update nss curl kernel openssl systemd dbus polkit;
reboot;