On 12/21/2017 01:49 PM, Andrew Radygin via FreeIPA-users wrote:
Hello!
I have freeipa server 4.5 on Centos 7.
And want to enroll host on Debian 8 to domain.
I've found freeipa-client 4.4 in the sid repo, installing of it was almost successful...

apt-get cannot complete configuring for certmonger, and I've got following error:

======
# journalctl -u certmonger
-- Logs begin at Thu 2017-07-20 18:27:15 MSK, end at Thu 2017-12-21 15:39:01 MSK. -- Dec 21 13:25:36 HOSTNAME systemd[1]: Starting Certificate monitoring and PKI enrollment... Dec 21 13:25:36 HOSTNAME certmonger[18411]: 2017-12-21 13:25:36 [18411] Unable to set well-known bus name "org.fedorahosted.certmonger": Connection ":1.4" is not allowed to own the service "org.fedora
Dec 21 13:25:36 HOSTNAME certmonger[18411]: Error connecting to D-Bus.
Dec 21 13:25:36 HOSTNAME systemd[1]: certmonger.service: main process exited, code=exited, status=1/FAILURE Dec 21 13:25:36 HOSTNAME systemd[1]: Failed to start Certificate monitoring and PKI enrollment. Dec 21 13:25:36 HOSTNAME systemd[1]: Unit certmonger.service entered failed state.
========

Does anyone know how to deal with it?
Thanks!

--
Best regards, Andrew.


_______________________________________________
FreeIPA-users mailing list -- freeipa-users@lists.fedorahosted.org
To unsubscribe send an email to freeipa-users-le...@lists.fedorahosted.org

Hi,

you are not the first one seeing this issue (see BZ 1504688 [1]) but it was not investigated because we were not able to reproduce.

The config file for certmonger/dbus is stored in /etc/dbus-1/system.d/certmonger.conf, so I would start by checking that its content is OK.

The bus name seems to be already owned by another process, you may try to restart the dbus service in case some internal data were not properly cleaned: sudo systemctl restart dbus

Flo

[1] https://bugzilla.redhat.com/show_bug.cgi?id=1504688
_______________________________________________
FreeIPA-users mailing list -- freeipa-users@lists.fedorahosted.org
To unsubscribe send an email to freeipa-users-le...@lists.fedorahosted.org

Reply via email to