Hello again already…
2017-01-17 15:24 GMT+01:00 Alexander Skwar <alexanders.mailinglists+nos...@gmail.com>: … > [Tue Jan 17 16:06:05.825724 2017] [wsgi:error] [pid 21773:tid > 139626190206720] ipa: INFO: [jsonserver_kerb] ad...@unix.ewadmin.ch: > ping(version=u'2.164'): SUCCESS > ERROR:dbus.proxies:Introspect error on org.freeipa.server:/: > dbus.exceptions.DBusException: > org.freedesktop.DBus.Error.ServiceUnknown: The name org.freeipa.server > was not provided by any .service files … Hm, is that the error at hand here? On my Xenial system, there are the following DBus services: local@ewserv-auth01-prod ~ % dbus-send --system \ --dest=org.freedesktop.DBus \ --type=method_call \ --print-reply \ /org/freedesktop/DBus \ org.freedesktop.DBus.ListNames method return time=1484667282.766611 sender=org.freedesktop.DBus -> destination=:1.14 serial=3 reply_serial=2 array [ string "org.freedesktop.DBus" string "org.freedesktop.login1" string "org.fedorahosted.certmonger" string ":1.8" string "org.freedesktop.systemd1" string "com.redhat.oddjob" string "com.redhat.oddjob_mkhomedir" string ":1.11" string ":1.12" string ":1.0" string ":1.14" string ":1.1" string ":1.2" string "org.freedesktop.Accounts" string ":1.5" string ":1.6" ] On a RHEL 7.3 system, there's: [root@snbng-auth01-prod ~]# dbus-send --system \ > --dest=org.freedesktop.DBus \ > --type=method_call \ > --print-reply \ > /org/freedesktop/DBus \ > org.freedesktop.DBus.ListNames method return sender=org.freedesktop.DBus -> dest=:1.604 reply_serial=2 array [ string "org.freedesktop.DBus" string "org.fedorahosted.certmonger" string "org.freedesktop.login1" string ":1.7" string ":1.604" string "org.freedesktop.systemd1" string "com.redhat.tuned" string "com.redhat.oddjob" string "org.freedesktop.PolicyKit1" string "com.redhat.oddjob_mkhomedir" string ":1.22" string "org.freedesktop.NetworkManager" string ":1.23" string ":1.24" string ":1.0" string ":1.1" string "com.redhat.ifcfgrh1" string ":1.2" string "org.freeipa.server" string ":1.5" ] As you can see, the RHEL system does have a "org.freeipa.server". The Xenial system does not. Any ideas, why that might be missing? Best regards, Alexander -- => Google+ => http://plus.skwar.me <== => Chat (Jabber/Google Talk) => a.sk...@gmail.com <== -- Manage your subscription for the Freeipa-users mailing list: https://www.redhat.com/mailman/listinfo/freeipa-users Go to http://freeipa.org for more info on the project