On 6/27/18 5:59 PM, Rob Crittenden via FreeIPA-users wrote:
I don't see anything obviously wrong. I'd try launching certmonger from a shell to see what you get:
# certmonger -d 9
certmonger works fine on the command line, AFAICT. I think this is the problem:
# systemctl status certmonger Failed to get D-Bus connection: Connection refused # systemctl status Failed to get D-Bus connection: Connection refused # ps -ef | grep -i b[u]s dbus 58 1 0 Jun23 ? 00:00:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
Dbus is running, but it doesn't work. There is no error message on the console at boot time, but journalctl -b shows
: Jun 28 08:28:36 ipa1.example.de systemd[1]: Reached target Basic System. Jun 28 08:28:36 ipa1.example.de systemd[1]: Starting Basic System. Jun 28 08:28:36 ipa1.example.de systemd[1]: Started D-Bus System Message Bus. Jun 28 08:28:36 ipa1.example.de systemd[1]: Failed to connect to system bus: Connection refused Jun 28 08:28:36 ipa1.example.de systemd[1]: Failed to initialize D-Bus connection: Connection refused Jun 28 08:28:36 ipa1.example.de systemd[1]: Starting D-Bus System Message Bus... Jun 28 08:28:36 ipa1.example.de systemd[1]: Starting System Security Services Daemon... Jun 28 08:28:36 ipa1.example.de systemd[1]: Starting Resets System Activity Logs... Jun 28 08:28:36 ipa1.example.de systemd[1]: Started irqbalance daemon. Jun 28 08:28:36 ipa1.example.de systemd[1]: Starting irqbalance daemon... :
Maybe this is OT here?
Regards Harri