Dear all,

Perhaps someone could shed some light on what is amiss here. I am trying
to install a IPA replica to an ancient freeipa server, which has always
run standalone.

I have attached the logs for you to read. It seems there is missing
something in de ldap tree.

Server and replica-to-be are running Fedora 29, freeipa 4.7.2.

The (i suppose) relevant stacktrace is here:

2019-01-21T13:17:44Z DEBUG   [28/41]: setting up initial replication
2019-01-21T13:17:45Z DEBUG retrieving schema for SchemaCache
url=ldapi://%2fvar%2frun%2fslapd-PLATYPUSNET-ORG.socket
conn=<ldap.ldapobject.SimpleLDAPObject object at 0x7f03f2114710>
2019-01-21T13:17:45Z DEBUG Destroyed connection
context.ldap2_139654961964256
2019-01-21T13:17:45Z DEBUG Starting external process
2019-01-21T13:17:45Z DEBUG args=['/bin/systemctl', '--system',
'daemon-reload']
2019-01-21T13:17:46Z DEBUG Process finished, return code=0
2019-01-21T13:17:46Z DEBUG stdout=
2019-01-21T13:17:46Z DEBUG stderr=
2019-01-21T13:17:46Z DEBUG Starting external process
2019-01-21T13:17:46Z DEBUG args=['/bin/systemctl', 'restart',
'dirsrv@PLATYPUSNET-ORG.service']
2019-01-21T13:17:51Z DEBUG Process finished, return code=0
2019-01-21T13:17:51Z DEBUG stdout=
2019-01-21T13:17:51Z DEBUG stderr=
2019-01-21T13:17:51Z DEBUG Restart of dirsrv@PLATYPUSNET-ORG.service
complete
2019-01-21T13:17:51Z DEBUG Created connection context.ldap2_139654961964256
2019-01-21T13:17:52Z DEBUG Fetching nsDS5ReplicaId from master [attempt 1/5]
2019-01-21T13:17:52Z DEBUG retrieving schema for SchemaCache
url=ldap://starkey.platypusnet.org:389
conn=<ldap.ldapobject.SimpleLDAPObject object at 0x7f03f28c7668>
2019-01-21T13:17:52Z DEBUG Successfully updated nsDS5ReplicaId.
2019-01-21T13:17:52Z DEBUG Add or update replica config
cn=replica,cn=dc\=platypusnet\,dc\=org,cn=mapping tree,cn=config
2019-01-21T13:17:52Z DEBUG Unhandled LDAPError: OPERATIONS_ERROR:
{'desc': 'Operations error'}
2019-01-21T13:17:52Z DEBUG Traceback (most recent call last):
  File "/usr/lib/python3.7/site-packages/ipapython/ipaldap.py", line
1023, in error_handler
    yield
  File "/usr/lib/python3.7/site-packages/ipapython/ipaldap.py", line
1517, in find_entries
    raise e
  File "/usr/lib/python3.7/site-packages/ipapython/ipaldap.py", line
1477, in find_entries
    result = self.conn.result3(id, 0)
  File "/usr/lib64/python3.7/site-packages/ldap/ldapobject.py", line
749, in result3
    resp_ctrl_classes=resp_ctrl_classes
  File "/usr/lib64/python3.7/site-packages/ldap/ldapobject.py", line
756, in result4
    ldap_result =
self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
  File "/usr/lib64/python3.7/site-packages/ldap/ldapobject.py", line
329, in _ldap_call
    reraise(exc_type, exc_value, exc_traceback)
  File "/usr/lib64/python3.7/site-packages/ldap/compat.py", line 44, in
reraise
    raise exc_value
  File "/usr/lib64/python3.7/site-packages/ldap/ldapobject.py", line
313, in _ldap_call
    result = func(*args,**kwargs)
ldap.NO_SUCH_OBJECT: {'desc': 'No such object'}


Kind Regards,

Arjen Heidinga

2019-01-21T13:16:45Z DEBUG Logging to /var/log/ipareplica-install.log
2019-01-21T13:16:45Z DEBUG ipa-replica-install was invoked with arguments [] 
and options: {'unattended': False, 'ip_addresses': None, 'domain_name': None, 
'servers': None, 'realm_name': None, 'host_name': None, 'principal': 
'ad...@platypusnet.org', 'setup_adtrust': False, 'setup_ca': False, 
'setup_kra': False, 'setup_dns': True, 'no_pkinit': False, 'no_ui_redirect': 
False, 'dirsrv_config_file': None, 'dirsrv_cert_files': None, 
'http_cert_files': None, 'pkinit_cert_files': None, 'dirsrv_cert_name': None, 
'http_cert_name': None, 'pkinit_cert_name': None, 'keytab': None, 'mkhomedir': 
False, 'force_join': False, 'ntp_servers': None, 'ntp_pool': None, 'no_ntp': 
False, 'force_ntpd': False, 'ssh_trust_dns': False, 'no_ssh': False, 'no_sshd': 
False, 'no_dns_sshfp': False, 'skip_schema_check': False, 'allow_zone_overlap': 
False, 'reverse_zones': None, 'no_reverse': False, 'auto_reverse': False, 
'forwarders': None, 'no_forwarders': True, 'auto_forwarders': False, 
'forward_policy': None, 'no_dnssec_validation': False, 'no_host_dns': False, 
'add_sids': False, 'add_agents': False, 'enable_compat': False, 'netbios_name': 
None, 'no_msdcs': False, 'rid_base': None, 'secondary_rid_base': None, 
'skip_conncheck': False, 'verbose': True, 'quiet': False, 'log_file': None}
2019-01-21T13:16:45Z DEBUG IPA version 4.7.2-1.fc29
2019-01-21T13:16:45Z DEBUG Searching for an interface of IP address: ::1
2019-01-21T13:16:45Z DEBUG Testing local IP address: ::1/128 (interface: lo)
2019-01-21T13:16:45Z DEBUG Starting external process
2019-01-21T13:16:45Z DEBUG args=['/usr/sbin/selinuxenabled']
2019-01-21T13:16:45Z DEBUG Process finished, return code=0
2019-01-21T13:16:45Z DEBUG stdout=
2019-01-21T13:16:45Z DEBUG stderr=
2019-01-21T13:16:45Z DEBUG Loading StateFile from 
'/var/lib/ipa/sysrestore/sysrestore.state'
2019-01-21T13:16:45Z DEBUG Loading Index file from 
'/var/lib/ipa/sysrestore/sysrestore.index'
2019-01-21T13:16:45Z DEBUG httpd is not configured
2019-01-21T13:16:45Z DEBUG kadmin is not configured
2019-01-21T13:16:45Z DEBUG dirsrv is not configured
2019-01-21T13:16:45Z DEBUG pki-tomcatd is not configured
2019-01-21T13:16:45Z DEBUG install is not configured
2019-01-21T13:16:45Z DEBUG krb5kdc is not configured
2019-01-21T13:16:45Z DEBUG named is not configured
2019-01-21T13:16:45Z DEBUG filestore is tracking no files
2019-01-21T13:16:45Z DEBUG Starting external process
2019-01-21T13:16:45Z DEBUG args=['/bin/systemctl', 'is-enabled', 'ntpd.service']
2019-01-21T13:16:45Z DEBUG Process finished, return code=1
2019-01-21T13:16:45Z DEBUG stdout=
2019-01-21T13:16:45Z DEBUG stderr=Failed to get unit file state for 
ntpd.service: No such file or directory

2019-01-21T13:16:45Z DEBUG Starting external process
2019-01-21T13:16:45Z DEBUG args=['/bin/systemctl', 'is-active', 'ntpd.service']
2019-01-21T13:16:45Z DEBUG Process finished, return code=3
2019-01-21T13:16:45Z DEBUG stdout=inactive

2019-01-21T13:16:45Z DEBUG stderr=
2019-01-21T13:16:45Z DEBUG Loading Index file from 
'/var/lib/ipa-client/sysrestore/sysrestore.index'
2019-01-21T13:16:45Z DEBUG Loading StateFile from 
'/var/lib/ipa/sysrestore/sysrestore.state'
2019-01-21T13:16:45Z DEBUG Loading Index file from 
'/var/lib/ipa/sysrestore/sysrestore.index'
2019-01-21T13:16:45Z DEBUG importing all plugin modules in ipaserver.plugins...
2019-01-21T13:16:45Z DEBUG importing plugin module ipaserver.plugins.aci
2019-01-21T13:16:45Z DEBUG importing plugin module ipaserver.plugins.automember
2019-01-21T13:16:45Z DEBUG importing plugin module ipaserver.plugins.automount
2019-01-21T13:16:45Z DEBUG importing plugin module ipaserver.plugins.baseldap
2019-01-21T13:16:45Z DEBUG ipaserver.plugins.baseldap is not a valid plugin 
module
2019-01-21T13:16:45Z DEBUG importing plugin module ipaserver.plugins.baseuser
2019-01-21T13:16:45Z DEBUG importing plugin module ipaserver.plugins.batch
2019-01-21T13:16:45Z DEBUG importing plugin module ipaserver.plugins.ca
2019-01-21T13:16:45Z DEBUG importing plugin module ipaserver.plugins.caacl
2019-01-21T13:16:45Z DEBUG importing plugin module ipaserver.plugins.cert
2019-01-21T13:16:45Z DEBUG importing plugin module ipaserver.plugins.certmap
2019-01-21T13:16:45Z DEBUG importing plugin module ipaserver.plugins.certprofile
2019-01-21T13:16:45Z DEBUG importing plugin module ipaserver.plugins.config
2019-01-21T13:16:45Z DEBUG importing plugin module ipaserver.plugins.delegation
2019-01-21T13:16:45Z DEBUG importing plugin module ipaserver.plugins.deskprofile
2019-01-21T13:16:45Z DEBUG importing plugin module ipaserver.plugins.dns
2019-01-21T13:16:45Z DEBUG importing plugin module ipaserver.plugins.dnsserver
2019-01-21T13:16:45Z DEBUG importing plugin module ipaserver.plugins.dogtag
2019-01-21T13:16:46Z DEBUG skipping plugin module ipaserver.plugins.dogtag: 
dogtag not selected as RA plugin
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.plugins.domainlevel
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.plugins.group
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.plugins.hbac
2019-01-21T13:16:46Z DEBUG ipaserver.plugins.hbac is not a valid plugin module
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.plugins.hbacrule
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.plugins.hbacsvc
2019-01-21T13:16:46Z DEBUG importing plugin module 
ipaserver.plugins.hbacsvcgroup
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.plugins.hbactest
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.plugins.host
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.plugins.hostgroup
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.plugins.idrange
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.plugins.idviews
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.plugins.internal
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.plugins.join
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.plugins.krbtpolicy
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.plugins.ldap2
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.plugins.location
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.plugins.migration
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.plugins.misc
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.plugins.netgroup
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.plugins.otp
2019-01-21T13:16:46Z DEBUG ipaserver.plugins.otp is not a valid plugin module
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.plugins.otpconfig
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.plugins.otptoken
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.plugins.passwd
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.plugins.permission
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.plugins.ping
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.plugins.pkinit
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.plugins.privilege
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.plugins.pwpolicy
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.plugins.rabase
2019-01-21T13:16:46Z DEBUG ipaserver.plugins.rabase is not a valid plugin module
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.plugins.radiusproxy
2019-01-21T13:16:46Z DEBUG importing plugin module 
ipaserver.plugins.realmdomains
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.plugins.role
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.plugins.schema
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.plugins.selfservice
2019-01-21T13:16:46Z DEBUG importing plugin module 
ipaserver.plugins.selinuxusermap
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.plugins.server
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.plugins.serverrole
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.plugins.serverroles
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.plugins.service
2019-01-21T13:16:46Z DEBUG importing plugin module 
ipaserver.plugins.servicedelegation
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.plugins.session
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.plugins.stageuser
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.plugins.sudo
2019-01-21T13:16:46Z DEBUG ipaserver.plugins.sudo is not a valid plugin module
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.plugins.sudocmd
2019-01-21T13:16:46Z DEBUG importing plugin module 
ipaserver.plugins.sudocmdgroup
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.plugins.sudorule
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.plugins.topology
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.plugins.trust
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.plugins.user
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.plugins.vault
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.plugins.virtual
2019-01-21T13:16:46Z DEBUG ipaserver.plugins.virtual is not a valid plugin 
module
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.plugins.whoami
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.plugins.xmlserver
2019-01-21T13:16:46Z DEBUG importing all plugin modules in 
ipaserver.install.plugins...
2019-01-21T13:16:46Z DEBUG importing plugin module 
ipaserver.install.plugins.adtrust
2019-01-21T13:16:46Z DEBUG importing plugin module 
ipaserver.install.plugins.ca_renewal_master
2019-01-21T13:16:46Z DEBUG importing plugin module ipaserver.install.plugins.dns
2019-01-21T13:16:46Z DEBUG importing plugin module 
ipaserver.install.plugins.fix_replica_agreements
2019-01-21T13:16:46Z DEBUG importing plugin module 
ipaserver.install.plugins.rename_managed
2019-01-21T13:16:46Z DEBUG importing plugin module 
ipaserver.install.plugins.update_ca_topology
2019-01-21T13:16:46Z DEBUG importing plugin module 
ipaserver.install.plugins.update_dna_shared_config
2019-01-21T13:16:46Z DEBUG importing plugin module 
ipaserver.install.plugins.update_fix_duplicate_cacrt_in_ldap
2019-01-21T13:16:46Z DEBUG importing plugin module 
ipaserver.install.plugins.update_idranges
2019-01-21T13:16:46Z DEBUG importing plugin module 
ipaserver.install.plugins.update_ldap_server_list
2019-01-21T13:16:46Z DEBUG importing plugin module 
ipaserver.install.plugins.update_managed_permissions
2019-01-21T13:16:46Z DEBUG importing plugin module 
ipaserver.install.plugins.update_nis
2019-01-21T13:16:46Z DEBUG importing plugin module 
ipaserver.install.plugins.update_pacs
2019-01-21T13:16:46Z DEBUG importing plugin module 
ipaserver.install.plugins.update_passsync
2019-01-21T13:16:46Z DEBUG importing plugin module 
ipaserver.install.plugins.update_ra_cert_store
2019-01-21T13:16:46Z DEBUG importing plugin module 
ipaserver.install.plugins.update_referint
2019-01-21T13:16:46Z DEBUG importing plugin module 
ipaserver.install.plugins.update_services
2019-01-21T13:16:46Z DEBUG importing plugin module 
ipaserver.install.plugins.update_uniqueness
2019-01-21T13:16:46Z DEBUG importing plugin module 
ipaserver.install.plugins.upload_cacrt
2019-01-21T13:16:48Z DEBUG Check if jukes.platypusnet.org is a primary hostname 
for localhost
2019-01-21T13:16:48Z DEBUG Primary hostname for localhost: jukes.platypusnet.org
2019-01-21T13:16:48Z DEBUG Search DNS for jukes.platypusnet.org
2019-01-21T13:16:48Z DEBUG Check if jukes.platypusnet.org is not a CNAME
2019-01-21T13:16:48Z DEBUG Check reverse address of 
2001:981:4b8a:1:30b6:bcd6:704d:6a2f
2019-01-21T13:16:48Z DEBUG Found reverse name: jukes.platypusnet.org
2019-01-21T13:16:48Z DEBUG Check reverse address of 192.168.24.212
2019-01-21T13:16:48Z DEBUG Found reverse name: jukes.platypusnet.org
2019-01-21T13:16:48Z DEBUG Check if starkey.platypusnet.org is a primary 
hostname for localhost
2019-01-21T13:16:48Z DEBUG Primary hostname for localhost: 
starkey.platypusnet.org
2019-01-21T13:16:48Z DEBUG Search DNS for starkey.platypusnet.org
2019-01-21T13:16:48Z DEBUG Check if starkey.platypusnet.org is not a CNAME
2019-01-21T13:16:48Z DEBUG Check reverse address of 192.168.24.201
2019-01-21T13:16:48Z DEBUG Found reverse name: starkey.platypusnet.org
2019-01-21T13:16:48Z DEBUG Initializing principal 
host/jukes.platypusnet....@platypusnet.org using keytab /etc/krb5.keytab
2019-01-21T13:16:48Z DEBUG using ccache /tmp/krbccngbdypwx/ccache
2019-01-21T13:16:49Z DEBUG Attempt 1/1: success
2019-01-21T13:16:49Z DEBUG importing all plugin modules in ipaserver.plugins...
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.aci
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.automember
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.automount
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.baseldap
2019-01-21T13:16:49Z DEBUG ipaserver.plugins.baseldap is not a valid plugin 
module
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.baseuser
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.batch
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.ca
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.caacl
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.cert
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.certmap
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.certprofile
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.config
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.delegation
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.deskprofile
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.dns
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.dnsserver
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.dogtag
2019-01-21T13:16:49Z DEBUG skipping plugin module ipaserver.plugins.dogtag: 
dogtag not selected as RA plugin
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.domainlevel
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.group
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.hbac
2019-01-21T13:16:49Z DEBUG ipaserver.plugins.hbac is not a valid plugin module
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.hbacrule
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.hbacsvc
2019-01-21T13:16:49Z DEBUG importing plugin module 
ipaserver.plugins.hbacsvcgroup
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.hbactest
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.host
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.hostgroup
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.idrange
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.idviews
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.internal
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.join
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.krbtpolicy
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.ldap2
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.location
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.migration
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.misc
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.netgroup
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.otp
2019-01-21T13:16:49Z DEBUG ipaserver.plugins.otp is not a valid plugin module
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.otpconfig
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.otptoken
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.passwd
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.permission
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.ping
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.pkinit
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.privilege
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.pwpolicy
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.rabase
2019-01-21T13:16:49Z DEBUG ipaserver.plugins.rabase is not a valid plugin module
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.radiusproxy
2019-01-21T13:16:49Z DEBUG importing plugin module 
ipaserver.plugins.realmdomains
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.role
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.schema
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.selfservice
2019-01-21T13:16:49Z DEBUG importing plugin module 
ipaserver.plugins.selinuxusermap
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.server
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.serverrole
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.serverroles
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.service
2019-01-21T13:16:49Z DEBUG importing plugin module 
ipaserver.plugins.servicedelegation
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.session
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.stageuser
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.sudo
2019-01-21T13:16:49Z DEBUG ipaserver.plugins.sudo is not a valid plugin module
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.sudocmd
2019-01-21T13:16:49Z DEBUG importing plugin module 
ipaserver.plugins.sudocmdgroup
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.sudorule
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.topology
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.trust
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.user
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.vault
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.virtual
2019-01-21T13:16:49Z DEBUG ipaserver.plugins.virtual is not a valid plugin 
module
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.whoami
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.plugins.xmlserver
2019-01-21T13:16:49Z DEBUG importing all plugin modules in 
ipaserver.install.plugins...
2019-01-21T13:16:49Z DEBUG importing plugin module 
ipaserver.install.plugins.adtrust
2019-01-21T13:16:49Z DEBUG importing plugin module 
ipaserver.install.plugins.ca_renewal_master
2019-01-21T13:16:49Z DEBUG importing plugin module ipaserver.install.plugins.dns
2019-01-21T13:16:49Z DEBUG importing plugin module 
ipaserver.install.plugins.fix_replica_agreements
2019-01-21T13:16:49Z DEBUG importing plugin module 
ipaserver.install.plugins.rename_managed
2019-01-21T13:16:49Z DEBUG importing plugin module 
ipaserver.install.plugins.update_ca_topology
2019-01-21T13:16:49Z DEBUG importing plugin module 
ipaserver.install.plugins.update_dna_shared_config
2019-01-21T13:16:49Z DEBUG importing plugin module 
ipaserver.install.plugins.update_fix_duplicate_cacrt_in_ldap
2019-01-21T13:16:49Z DEBUG importing plugin module 
ipaserver.install.plugins.update_idranges
2019-01-21T13:16:49Z DEBUG importing plugin module 
ipaserver.install.plugins.update_ldap_server_list
2019-01-21T13:16:49Z DEBUG importing plugin module 
ipaserver.install.plugins.update_managed_permissions
2019-01-21T13:16:49Z DEBUG importing plugin module 
ipaserver.install.plugins.update_nis
2019-01-21T13:16:49Z DEBUG importing plugin module 
ipaserver.install.plugins.update_pacs
2019-01-21T13:16:49Z DEBUG importing plugin module 
ipaserver.install.plugins.update_passsync
2019-01-21T13:16:49Z DEBUG importing plugin module 
ipaserver.install.plugins.update_ra_cert_store
2019-01-21T13:16:49Z DEBUG importing plugin module 
ipaserver.install.plugins.update_referint
2019-01-21T13:16:49Z DEBUG importing plugin module 
ipaserver.install.plugins.update_services
2019-01-21T13:16:49Z DEBUG importing plugin module 
ipaserver.install.plugins.update_uniqueness
2019-01-21T13:16:49Z DEBUG importing plugin module 
ipaserver.install.plugins.upload_cacrt
2019-01-21T13:16:51Z DEBUG failed to find session_cookie in persistent storage 
for principal 'host/jukes.platypusnet....@platypusnet.org'
2019-01-21T13:16:51Z DEBUG trying https://starkey.platypusnet.org/ipa/json
2019-01-21T13:16:51Z DEBUG Created connection context.jsonclient_139654941528016
2019-01-21T13:16:51Z DEBUG [try 1]: Forwarding 'env' to json server 
'https://starkey.platypusnet.org/ipa/json'
2019-01-21T13:16:51Z DEBUG New HTTP connection (starkey.platypusnet.org)
2019-01-21T13:16:52Z DEBUG received Set-Cookie (<class 
'list'>)'['ipa_session=MagBearerToken=LTVWZ4%2fmUCoCinVmxJsL%2fLAVv0E3hNZUpNCUG2qP1p8wa4LDcWtB0pdc0HcYyDUTAYBjw1CHFmaFHiz5Vf5XCBX5HEfZULIrU%2bbee9Tc9yZgA5PjSlFoQ2GgEUR5mMska0hD7CpXdWWxnTalUTRR6B1mkG4PqMkDo4m6VHqoioYGF4uJYOr9%2ffcNg1Qghf9mh0WVkzQhSGYc6GUMVl%2bI606lgTwJqCgUqfCbwGLCF4JLiFTpWBAWO5uSLymrxa%2bM3Q09%2bJa4hMKKzFz%2bJT3JYHm8LPSGf28FK53wI2oUKs4%3d;path=/ipa;httponly;secure;']'
2019-01-21T13:16:52Z DEBUG storing cookie 
'ipa_session=MagBearerToken=LTVWZ4%2fmUCoCinVmxJsL%2fLAVv0E3hNZUpNCUG2qP1p8wa4LDcWtB0pdc0HcYyDUTAYBjw1CHFmaFHiz5Vf5XCBX5HEfZULIrU%2bbee9Tc9yZgA5PjSlFoQ2GgEUR5mMska0hD7CpXdWWxnTalUTRR6B1mkG4PqMkDo4m6VHqoioYGF4uJYOr9%2ffcNg1Qghf9mh0WVkzQhSGYc6GUMVl%2bI606lgTwJqCgUqfCbwGLCF4JLiFTpWBAWO5uSLymrxa%2bM3Q09%2bJa4hMKKzFz%2bJT3JYHm8LPSGf28FK53wI2oUKs4%3d;'
 for principal host/jukes.platypusnet....@platypusnet.org
2019-01-21T13:16:52Z DEBUG [try 1]: Forwarding 'env' to json server 
'https://starkey.platypusnet.org/ipa/json'
2019-01-21T13:16:52Z DEBUG HTTP connection keep-alive (starkey.platypusnet.org)
2019-01-21T13:16:52Z DEBUG received Set-Cookie (<class 
'list'>)'['ipa_session=MagBearerToken=MK7o9ZlrHY%2bd9zQT3nnIFoguOKdRHm8aCUj6JAOJtkHE99h%2b6wK%2bEcUY%2b5EEI4H3rQPiO6Q47%2fLN5giS1cO2jgT0t6ceTYiYY%2f0JKoNFz0Zw1wbFjtJZ%2f87KnuyhTskJUNI5xjlOkDhYwtY%2bAM2lU%2flyONjz9MLUlnl1edO1ZrRGR4zPu8Jb6QBHIweNFGHcIxL6E3N2o4Fvvjr%2byQDWLeof%2bEFGfTitksDyhQQcBLpmcbwGT%2b%2bgsTdzHVIPWTix3In%2fvYP0JNOAuTAYHJVMrOdeEk%2bHGVfhXOL0%2fS3Bmnk%3d;path=/ipa;httponly;secure;']'
2019-01-21T13:16:52Z DEBUG storing cookie 
'ipa_session=MagBearerToken=MK7o9ZlrHY%2bd9zQT3nnIFoguOKdRHm8aCUj6JAOJtkHE99h%2b6wK%2bEcUY%2b5EEI4H3rQPiO6Q47%2fLN5giS1cO2jgT0t6ceTYiYY%2f0JKoNFz0Zw1wbFjtJZ%2f87KnuyhTskJUNI5xjlOkDhYwtY%2bAM2lU%2flyONjz9MLUlnl1edO1ZrRGR4zPu8Jb6QBHIweNFGHcIxL6E3N2o4Fvvjr%2byQDWLeof%2bEFGfTitksDyhQQcBLpmcbwGT%2b%2bgsTdzHVIPWTix3In%2fvYP0JNOAuTAYHJVMrOdeEk%2bHGVfhXOL0%2fS3Bmnk%3d;'
 for principal host/jukes.platypusnet....@platypusnet.org
2019-01-21T13:16:52Z DEBUG Destroyed connection 
context.jsonclient_139654941528016
2019-01-21T13:16:53Z DEBUG Created connection context.ldap2_139654951345736
2019-01-21T13:16:53Z DEBUG flushing ldaps://starkey.platypusnet.org from 
SchemaCache
2019-01-21T13:16:53Z DEBUG retrieving schema for SchemaCache 
url=ldaps://starkey.platypusnet.org conn=<ldap.ldapobject.SimpleLDAPObject 
object at 0x7f03f32eb160>
2019-01-21T13:16:54Z DEBUG raw: domainlevel_get(version='2.230')
2019-01-21T13:16:54Z DEBUG domainlevel_get(version='2.230')
2019-01-21T13:16:54Z DEBUG raw: hostgroup_find(None, cn='ipaservers', 
version='2.230', host=['jukes.platypusnet.org'])
2019-01-21T13:16:54Z DEBUG hostgroup_find(None, cn='ipaservers', all=False, 
raw=False, version='2.230', no_members=True, pkey_only=False, 
host=('jukes.platypusnet.org',))
2019-01-21T13:16:54Z DEBUG KRB5CCNAME set to None
2019-01-21T13:16:55Z DEBUG Destroyed connection context.ldap2_139654951345736
2019-01-21T13:16:56Z DEBUG Created connection context.ldap2_139654951345736
2019-01-21T13:16:56Z DEBUG raw: hostgroup_show('ipaservers', rights=True, 
all=True, version='2.230')
2019-01-21T13:16:56Z DEBUG hostgroup_show('ipaservers', rights=True, all=True, 
raw=False, version='2.230', no_members=False)
2019-01-21T13:16:56Z DEBUG flushing ldaps://starkey.platypusnet.org from 
SchemaCache
2019-01-21T13:16:56Z DEBUG retrieving schema for SchemaCache 
url=ldaps://starkey.platypusnet.org conn=<ldap.ldapobject.SimpleLDAPObject 
object at 0x7f03f32eb6a0>
2019-01-21T13:16:57Z DEBUG Destroyed connection context.ldap2_139654951345736
2019-01-21T13:16:57Z DEBUG Created connection context.ldap2_139654951345736
2019-01-21T13:16:57Z DEBUG flushing ldaps://starkey.platypusnet.org from 
SchemaCache
2019-01-21T13:16:57Z DEBUG retrieving schema for SchemaCache 
url=ldaps://starkey.platypusnet.org conn=<ldap.ldapobject.SimpleLDAPObject 
object at 0x7f03f20f6780>
2019-01-21T13:16:58Z DEBUG Check forward/reverse DNS resolution
2019-01-21T13:16:58Z DEBUG Search DNS server starkey.platypusnet.org 
(['192.168.24.201', '192.168.24.201', '192.168.24.201']) for 
starkey.platypusnet.org
2019-01-21T13:16:58Z DEBUG Check reverse address 192.168.24.201 
(starkey.platypusnet.org)
2019-01-21T13:16:58Z DEBUG Address 192.168.24.201 resolves to: 
starkey.platypusnet.org.. 
2019-01-21T13:16:58Z DEBUG Search DNS server starkey.platypusnet.org 
(['192.168.24.201', '192.168.24.201', '192.168.24.201']) for 
jukes.platypusnet.org
2019-01-21T13:16:58Z DEBUG Check reverse address 192.168.24.212 
(jukes.platypusnet.org)
2019-01-21T13:16:58Z DEBUG Address 192.168.24.212 resolves to: 
jukes.platypusnet.org.. 
2019-01-21T13:16:58Z DEBUG Check reverse address 
2001:981:4b8a:1:30b6:bcd6:704d:6a2f (jukes.platypusnet.org)
2019-01-21T13:16:58Z DEBUG Check failed: NXDOMAIN The DNS query name does not 
exist: f.2.a.6.d.4.0.7.6.d.c.b.6.b.0.3.1.0.0.0.a.8.b.4.1.8.9.0.1.0.0.2.ip6.arpa.
2019-01-21T13:16:58Z ERROR Reverse DNS resolution of address 
2001:981:4b8a:1:30b6:bcd6:704d:6a2f (jukes.platypusnet.org) failed. Clients may 
not function properly. Please check your DNS setup. (Note that this check 
queries IPA DNS directly and ignores /etc/hosts.)
2019-01-21T13:17:02Z DEBUG Loading Index file from 
'/var/lib/ipa/sysrestore/sysrestore.index'
2019-01-21T13:17:02Z DEBUG raw: dns_is_enabled(version='2.230')
2019-01-21T13:17:02Z DEBUG dns_is_enabled(version='2.230')
2019-01-21T13:17:02Z DEBUG Name jukes.platypusnet.org resolved to 
{UnsafeIPAddress('192.168.24.212'), 
UnsafeIPAddress('2001:981:4b8a:1:30b6:bcd6:704d:6a2f')}
2019-01-21T13:17:02Z DEBUG Searching for an interface of IP address: 
192.168.24.212
2019-01-21T13:17:02Z DEBUG Testing local IP address: 127.0.0.1/255.0.0.0 
(interface: lo)
2019-01-21T13:17:02Z DEBUG Testing local IP address: 
192.168.24.212/255.255.255.0 (interface: ens3)
2019-01-21T13:17:02Z DEBUG Searching for an interface of IP address: 
2001:981:4b8a:1:30b6:bcd6:704d:6a2f
2019-01-21T13:17:02Z DEBUG Testing local IP address: ::1/128 (interface: lo)
2019-01-21T13:17:02Z DEBUG Testing local IP address: 
2001:981:4b8a:1:30b6:bcd6:704d:6a2f/64 (interface: ens3)
2019-01-21T13:17:02Z DEBUG IP address 192.168.24.212 belongs to a private 
range, using forward policy only
2019-01-21T13:17:02Z DEBUG will use DNS forwarders: []

2019-01-21T13:17:02Z DEBUG Destroyed connection context.ldap2_139654951345736
2019-01-21T13:17:02Z DEBUG Starting external process
2019-01-21T13:17:02Z DEBUG args=['/usr/sbin/ipa-replica-conncheck', '--master', 
'starkey.platypusnet.org', '--auto-master-check', '--realm', 'PLATYPUSNET.ORG', 
'--hostname', 'jukes.platypusnet.org', '--principal', 'ad...@platypusnet.org', 
'--ca-cert-file', '/etc/ipa/ca.crt']
2019-01-21T13:17:18Z DEBUG Process finished, return code=0
2019-01-21T13:17:18Z DEBUG stdout=

2019-01-21T13:17:18Z DEBUG stderr=Check connection from replica to remote 
master 'starkey.platypusnet.org':
   Directory Service: Unsecure port (389): OK
   Directory Service: Secure port (636): OK
   Kerberos KDC: TCP (88): OK
   Kerberos Kpasswd: TCP (464): OK
   HTTP Server: Unsecure port (80): OK
   HTTP Server: Secure port (443): OK

The following list of ports use UDP protocol and would need to be
checked manually:
   Kerberos KDC: UDP (88): SKIPPED
   Kerberos Kpasswd: UDP (464): SKIPPED

Connection from replica to master is OK.
Start listening on required ports for remote master check
Get credentials to log in to remote master
Check RPC connection to remote master
Execute check on remote master
Check connection from master to remote replica 'jukes.platypusnet.org':
   Directory Service: Unsecure port (389): OK
   Directory Service: Secure port (636): OK
   Kerberos KDC: TCP (88): OK
   Kerberos KDC: UDP (88): OK
   Kerberos Kpasswd: TCP (464): OK
   Kerberos Kpasswd: UDP (464): OK
   HTTP Server: Unsecure port (80): OK
   HTTP Server: Secure port (443): OK

Connection from master to replica is OK.

2019-01-21T13:17:19Z DEBUG Created connection context.ldap2_139654951345736
2019-01-21T13:17:19Z DEBUG raw: hostgroup_add_member('ipaservers', 
version='2.230', host=['jukes.platypusnet.org'])
2019-01-21T13:17:19Z DEBUG hostgroup_add_member('ipaservers', all=False, 
raw=False, version='2.230', no_members=False, host=('jukes.platypusnet.org',))
2019-01-21T13:17:19Z DEBUG add_entry_to_group: 
dn=fqdn=jukes.platypusnet.org,cn=computers,cn=accounts,dc=platypusnet,dc=org 
group_dn=cn=ipaservers,cn=hostgroups,cn=accounts,dc=platypusnet,dc=org 
member_attr=member
2019-01-21T13:17:19Z DEBUG flushing ldaps://starkey.platypusnet.org from 
SchemaCache
2019-01-21T13:17:19Z DEBUG retrieving schema for SchemaCache 
url=ldaps://starkey.platypusnet.org conn=<ldap.ldapobject.SimpleLDAPObject 
object at 0x7f03f32acc18>
2019-01-21T13:17:19Z DEBUG Destroyed connection context.ldap2_139654951345736
2019-01-21T13:17:19Z DEBUG Starting external process
2019-01-21T13:17:19Z DEBUG args=['/bin/systemctl', 'start', 'dbus.service']
2019-01-21T13:17:20Z DEBUG Process finished, return code=0
2019-01-21T13:17:20Z DEBUG stdout=
2019-01-21T13:17:20Z DEBUG stderr=
2019-01-21T13:17:20Z DEBUG Starting external process
2019-01-21T13:17:20Z DEBUG args=['/bin/systemctl', 'is-active', 'dbus.service']
2019-01-21T13:17:20Z DEBUG Process finished, return code=0
2019-01-21T13:17:20Z DEBUG stdout=active

2019-01-21T13:17:20Z DEBUG stderr=
2019-01-21T13:17:20Z DEBUG Start of dbus.service complete
2019-01-21T13:17:20Z DEBUG Starting external process
2019-01-21T13:17:20Z DEBUG args=['/bin/systemctl', 'restart', 
'certmonger.service']
2019-01-21T13:17:20Z DEBUG Process finished, return code=0
2019-01-21T13:17:20Z DEBUG stdout=
2019-01-21T13:17:20Z DEBUG stderr=
2019-01-21T13:17:20Z DEBUG Starting external process
2019-01-21T13:17:20Z DEBUG args=['/bin/systemctl', 'is-active', 
'certmonger.service']
2019-01-21T13:17:20Z DEBUG Process finished, return code=0
2019-01-21T13:17:20Z DEBUG stdout=active

2019-01-21T13:17:20Z DEBUG stderr=
2019-01-21T13:17:20Z DEBUG Restart of certmonger.service complete
2019-01-21T13:17:20Z DEBUG Starting external process
2019-01-21T13:17:20Z DEBUG args=['/bin/systemctl', 'enable', 
'certmonger.service']
2019-01-21T13:17:22Z DEBUG Process finished, return code=0
2019-01-21T13:17:22Z DEBUG stdout=
2019-01-21T13:17:22Z DEBUG stderr=Created symlink 
/etc/systemd/system/multi-user.target.wants/certmonger.service → 
/usr/lib/systemd/system/certmonger.service.

2019-01-21T13:17:22Z DEBUG Created connection context.ldap2_139654951345736
2019-01-21T13:17:22Z DEBUG flushing ldaps://starkey.platypusnet.org from 
SchemaCache
2019-01-21T13:17:22Z DEBUG retrieving schema for SchemaCache 
url=ldaps://starkey.platypusnet.org conn=<ldap.ldapobject.SimpleLDAPObject 
object at 0x7f03f2231518>
2019-01-21T13:17:23Z DEBUG Loading StateFile from 
'/var/lib/ipa/sysrestore/sysrestore.state'
2019-01-21T13:17:23Z DEBUG Configuring directory server (dirsrv). Estimated 
time: 30 seconds
2019-01-21T13:17:23Z DEBUG   [1/41]: creating directory server instance
2019-01-21T13:17:23Z DEBUG Loading StateFile from 
'/var/lib/ipa/sysrestore/sysrestore.state'
2019-01-21T13:17:23Z DEBUG Saving StateFile to 
'/var/lib/ipa/sysrestore/sysrestore.state'
2019-01-21T13:17:23Z DEBUG Backing up system configuration file 
'/etc/sysconfig/dirsrv'
2019-01-21T13:17:23Z DEBUG Saving Index File to 
'/var/lib/ipa/sysrestore/sysrestore.index'
2019-01-21T13:17:23Z DEBUG 
dn: dc=platypusnet,dc=org
objectClass: top
objectClass: domain
objectClass: pilotObject
dc: platypusnet
info: IPA V2.0

2019-01-21T13:17:23Z DEBUG writing inf template
2019-01-21T13:17:23Z DEBUG 
[General]
FullMachineName=   jukes.platypusnet.org
SuiteSpotUserID=   dirsrv
SuiteSpotGroup=    dirsrv
ServerRoot=    /usr/lib64/dirsrv
[slapd]
ServerPort=   389
ServerIdentifier=   PLATYPUSNET-ORG
Suffix=   dc=platypusnet,dc=org
RootDN=   cn=Directory Manager
InstallLdifFile= /var/lib/dirsrv/boot.ldif
inst_dir=   /var/lib/dirsrv/scripts-PLATYPUSNET-ORG

2019-01-21T13:17:23Z DEBUG calling setup-ds.pl
2019-01-21T13:17:23Z DEBUG Starting external process
2019-01-21T13:17:23Z DEBUG args=['/usr/sbin/setup-ds.pl', '--silent', 
'--logfile', '-', '-f', '/tmp/tmpn7r_04bx']
2019-01-21T13:17:30Z DEBUG Process finished, return code=0
2019-01-21T13:17:30Z DEBUG stdout=[19/01/21:14:17:30] - [Setup] Info Your new 
DS instance 'PLATYPUSNET-ORG' was successfully created.
Your new DS instance 'PLATYPUSNET-ORG' was successfully created.
[19/01/21:14:17:30] - [Setup] Success Exiting . . .
Log file is '-'

Exiting . . .
Log file is '-'


2019-01-21T13:17:30Z DEBUG stderr=
2019-01-21T13:17:30Z DEBUG completed creating DS instance
2019-01-21T13:17:30Z DEBUG step duration: dirsrv __create_instance 7.34 sec
2019-01-21T13:17:30Z DEBUG   [2/41]: enabling ldapi
2019-01-21T13:17:30Z DEBUG Starting external process
2019-01-21T13:17:30Z DEBUG args=['/usr/bin/ldapmodify', '-v', '-f', 
'/tmp/tmp0py978i4', '-H', 'ldap://localhost', '-x', '-D', 'cn=Directory 
Manager', '-y', '/tmp/tmpzvtkoh4p']
2019-01-21T13:17:30Z DEBUG Process finished, return code=0
2019-01-21T13:17:30Z DEBUG stdout=replace nsslapd-ldapilisten:
        on
modifying entry "cn=config"
modify complete


2019-01-21T13:17:30Z DEBUG stderr=ldap_initialize( ldap://localhost:389/??base )

2019-01-21T13:17:30Z DEBUG step duration: dirsrv __enable_ldapi 0.36 sec
2019-01-21T13:17:31Z DEBUG   [3/41]: configure autobind for root
2019-01-21T13:17:31Z DEBUG Starting external process
2019-01-21T13:17:31Z DEBUG args=['/usr/bin/ldapmodify', '-v', '-f', 
'/usr/share/ipa/root-autobind.ldif', '-H', 'ldap://localhost', '-x', '-D', 
'cn=Directory Manager', '-y', '/tmp/tmpxuoh9ldg']
2019-01-21T13:17:31Z DEBUG Process finished, return code=0
2019-01-21T13:17:31Z DEBUG stdout=add objectClass:
        extensibleObject
        top
add cn:
        root-autobind
add uidNumber:
        0
add gidNumber:
        0
adding new entry "cn=root-autobind,cn=config"
modify complete

replace nsslapd-ldapiautobind:
        on
modifying entry "cn=config"
modify complete

replace nsslapd-ldapimaptoentries:
        on
modifying entry "cn=config"
modify complete


2019-01-21T13:17:31Z DEBUG stderr=ldap_initialize( ldap://localhost:389/??base )

2019-01-21T13:17:31Z DEBUG step duration: dirsrv __root_autobind 0.24 sec
2019-01-21T13:17:31Z DEBUG   [4/41]: stopping directory server
2019-01-21T13:17:31Z DEBUG Starting external process
2019-01-21T13:17:31Z DEBUG args=['/bin/systemctl', 'stop', 
'dirsrv@PLATYPUSNET-ORG.service']
2019-01-21T13:17:33Z DEBUG Process finished, return code=0
2019-01-21T13:17:33Z DEBUG stdout=
2019-01-21T13:17:33Z DEBUG stderr=
2019-01-21T13:17:33Z DEBUG Stop of dirsrv@PLATYPUSNET-ORG.service complete
2019-01-21T13:17:33Z DEBUG step duration: dirsrv __stop_instance 1.77 sec
2019-01-21T13:17:33Z DEBUG   [5/41]: updating configuration in dse.ldif
2019-01-21T13:17:33Z DEBUG Starting external process
2019-01-21T13:17:33Z DEBUG args=['/usr/sbin/selinuxenabled']
2019-01-21T13:17:33Z DEBUG Process finished, return code=0
2019-01-21T13:17:33Z DEBUG stdout=
2019-01-21T13:17:33Z DEBUG stderr=
2019-01-21T13:17:33Z DEBUG Starting external process
2019-01-21T13:17:33Z DEBUG args=['/sbin/restorecon', 
'/etc/dirsrv/slapd-PLATYPUSNET-ORG/dse.ldif']
2019-01-21T13:17:33Z DEBUG Process finished, return code=0
2019-01-21T13:17:33Z DEBUG stdout=
2019-01-21T13:17:33Z DEBUG stderr=
2019-01-21T13:17:33Z DEBUG step duration: dirsrv __update_dse_ldif 0.12 sec
2019-01-21T13:17:33Z DEBUG   [6/41]: starting directory server
2019-01-21T13:17:33Z DEBUG Starting external process
2019-01-21T13:17:33Z DEBUG args=['/bin/systemctl', 'start', 
'dirsrv@PLATYPUSNET-ORG.service']
2019-01-21T13:17:35Z DEBUG Process finished, return code=0
2019-01-21T13:17:35Z DEBUG stdout=
2019-01-21T13:17:35Z DEBUG stderr=
2019-01-21T13:17:35Z DEBUG Starting external process
2019-01-21T13:17:35Z DEBUG args=['/bin/systemctl', 'is-active', 
'dirsrv@PLATYPUSNET-ORG.service']
2019-01-21T13:17:36Z DEBUG Process finished, return code=0
2019-01-21T13:17:36Z DEBUG stdout=active

2019-01-21T13:17:36Z DEBUG stderr=
2019-01-21T13:17:36Z DEBUG wait_for_open_ports: localhost [389] timeout 300
2019-01-21T13:17:36Z DEBUG waiting for port: 389
2019-01-21T13:17:36Z DEBUG SUCCESS: port: 389
2019-01-21T13:17:36Z DEBUG Start of dirsrv@PLATYPUSNET-ORG.service complete
2019-01-21T13:17:36Z DEBUG Created connection context.ldap2_139654961964256
2019-01-21T13:17:36Z DEBUG step duration: dirsrv __start_instance 3.11 sec
2019-01-21T13:17:36Z DEBUG   [7/41]: adding default schema
2019-01-21T13:17:36Z DEBUG step duration: dirsrv __add_default_schemas 0.09 sec
2019-01-21T13:17:36Z DEBUG   [8/41]: enabling memberof plugin
2019-01-21T13:17:36Z DEBUG Starting external process
2019-01-21T13:17:36Z DEBUG args=['/usr/bin/ldapmodify', '-v', '-f', 
'/usr/share/ipa/memberof-conf.ldif', '-H', 
'ldapi://%2Fvar%2Frun%2Fslapd-PLATYPUSNET-ORG.socket', '-Y', 'EXTERNAL']
2019-01-21T13:17:36Z DEBUG Process finished, return code=0
2019-01-21T13:17:36Z DEBUG stdout=replace nsslapd-pluginenabled:
        on
add memberofgroupattr:
        memberUser
add memberofgroupattr:
        memberHost
modifying entry "cn=MemberOf Plugin,cn=plugins,cn=config"
modify complete


2019-01-21T13:17:36Z DEBUG stderr=ldap_initialize( 
ldapi://%2Fvar%2Frun%2Fslapd-PLATYPUSNET-ORG.socket/??base )
SASL/EXTERNAL authentication started
SASL username: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth
SASL SSF: 0

2019-01-21T13:17:36Z DEBUG step duration: dirsrv __add_memberof_module 0.13 sec
2019-01-21T13:17:36Z DEBUG   [9/41]: enabling winsync plugin
2019-01-21T13:17:36Z DEBUG Starting external process
2019-01-21T13:17:36Z DEBUG args=['/usr/bin/ldapmodify', '-v', '-f', 
'/usr/share/ipa/ipa-winsync-conf.ldif', '-H', 
'ldapi://%2Fvar%2Frun%2Fslapd-PLATYPUSNET-ORG.socket', '-Y', 'EXTERNAL']
2019-01-21T13:17:36Z DEBUG Process finished, return code=0
2019-01-21T13:17:36Z DEBUG stdout=add objectclass:
        top
        nsSlapdPlugin
        extensibleObject
add cn:
        ipa-winsync
add nsslapd-pluginpath:
        libipa_winsync
add nsslapd-plugininitfunc:
        ipa_winsync_plugin_init
add nsslapd-pluginDescription:
        Allows IPA to work with the DS windows sync feature
add nsslapd-pluginid:
        ipa-winsync
add nsslapd-pluginversion:
        1.0
add nsslapd-pluginvendor:
        Red Hat
add nsslapd-plugintype:
        preoperation
add nsslapd-pluginenabled:
        on
add nsslapd-plugin-depends-on-type:
        database
add ipaWinSyncRealmFilter:
        (objectclass=krbRealmContainer)
add ipaWinSyncRealmAttr:
        cn
add ipaWinSyncNewEntryFilter:
        (cn=ipaConfig)
add ipaWinSyncNewUserOCAttr:
        ipauserobjectclasses
add ipaWinSyncUserFlatten:
        true
add ipaWinsyncHomeDirAttr:
        ipaHomesRootDir
add ipaWinsyncLoginShellAttr:
        ipaDefaultLoginShell
add ipaWinSyncDefaultGroupAttr:
        ipaDefaultPrimaryGroup
add ipaWinSyncDefaultGroupFilter:
        (gidNumber=*)(objectclass=posixGroup)(objectclass=groupOfNames)
add ipaWinSyncAcctDisable:
        both
add ipaWinSyncForceSync:
        true
add ipaWinSyncUserAttr:
        uidNumber -1
        gidNumber -1
adding new entry "cn=ipa-winsync,cn=plugins,cn=config"
modify complete


2019-01-21T13:17:36Z DEBUG stderr=ldap_initialize( 
ldapi://%2Fvar%2Frun%2Fslapd-PLATYPUSNET-ORG.socket/??base )
SASL/EXTERNAL authentication started
SASL username: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth
SASL SSF: 0

2019-01-21T13:17:36Z DEBUG step duration: dirsrv __add_winsync_module 0.16 sec
2019-01-21T13:17:36Z DEBUG   [10/41]: configuring replication version plugin
2019-01-21T13:17:36Z DEBUG Starting external process
2019-01-21T13:17:36Z DEBUG args=['/usr/bin/ldapmodify', '-v', '-f', 
'/usr/share/ipa/version-conf.ldif', '-H', 
'ldapi://%2Fvar%2Frun%2Fslapd-PLATYPUSNET-ORG.socket', '-Y', 'EXTERNAL']
2019-01-21T13:17:36Z DEBUG Process finished, return code=0
2019-01-21T13:17:36Z DEBUG stdout=add objectclass:
        top
        nsSlapdPlugin
        extensibleObject
add cn:
        IPA Version Replication
add nsslapd-pluginpath:
        libipa_repl_version
add nsslapd-plugininitfunc:
        repl_version_plugin_init
add nsslapd-plugintype:
        preoperation
add nsslapd-pluginenabled:
        off
add nsslapd-pluginid:
        ipa_repl_version
add nsslapd-pluginversion:
        1.0
add nsslapd-pluginvendor:
        Red Hat, Inc.
add nsslapd-plugindescription:
        IPA Replication version plugin
add nsslapd-plugin-depends-on-type:
        database
add nsslapd-plugin-depends-on-named:
        Multimaster Replication Plugin
adding new entry "cn=IPA Version Replication,cn=plugins,cn=config"
modify complete


2019-01-21T13:17:36Z DEBUG stderr=ldap_initialize( 
ldapi://%2Fvar%2Frun%2Fslapd-PLATYPUSNET-ORG.socket/??base )
SASL/EXTERNAL authentication started
SASL username: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth
SASL SSF: 0

2019-01-21T13:17:36Z DEBUG step duration: dirsrv __config_version_module 0.13 
sec
2019-01-21T13:17:36Z DEBUG   [11/41]: enabling IPA enrollment plugin
2019-01-21T13:17:36Z DEBUG Starting external process
2019-01-21T13:17:36Z DEBUG args=['/usr/bin/ldapmodify', '-v', '-f', 
'/tmp/tmpqubszpz2', '-H', 
'ldapi://%2Fvar%2Frun%2Fslapd-PLATYPUSNET-ORG.socket', '-Y', 'EXTERNAL']
2019-01-21T13:17:36Z DEBUG Process finished, return code=0
2019-01-21T13:17:36Z DEBUG stdout=add objectclass:
        top
        nsSlapdPlugin
        extensibleObject
add cn:
        ipa_enrollment_extop
add nsslapd-pluginpath:
        libipa_enrollment_extop
add nsslapd-plugininitfunc:
        ipaenrollment_init
add nsslapd-plugintype:
        extendedop
add nsslapd-pluginenabled:
        on
add nsslapd-pluginid:
        ipa_enrollment_extop
add nsslapd-pluginversion:
        1.0
add nsslapd-pluginvendor:
        RedHat
add nsslapd-plugindescription:
        Enroll hosts into the IPA domain
add nsslapd-plugin-depends-on-type:
        database
add nsslapd-realmTree:
        dc=platypusnet,dc=org
adding new entry "cn=ipa_enrollment_extop,cn=plugins,cn=config"
modify complete


2019-01-21T13:17:36Z DEBUG stderr=ldap_initialize( 
ldapi://%2Fvar%2Frun%2Fslapd-PLATYPUSNET-ORG.socket/??base )
SASL/EXTERNAL authentication started
SASL username: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth
SASL SSF: 0

2019-01-21T13:17:36Z DEBUG step duration: dirsrv __add_enrollment_module 0.15 
sec
2019-01-21T13:17:36Z DEBUG   [12/41]: configuring uniqueness plugin
2019-01-21T13:17:36Z DEBUG Starting external process
2019-01-21T13:17:36Z DEBUG args=['/usr/bin/ldapmodify', '-v', '-f', 
'/tmp/tmpjiafr7an', '-H', 
'ldapi://%2Fvar%2Frun%2Fslapd-PLATYPUSNET-ORG.socket', '-Y', 'EXTERNAL']
2019-01-21T13:17:37Z DEBUG Process finished, return code=0
2019-01-21T13:17:37Z DEBUG stdout=add objectClass:
        top
        nsSlapdPlugin
        extensibleObject
add cn:
        krbPrincipalName uniqueness
add nsslapd-pluginPath:
        libattr-unique-plugin
add nsslapd-pluginInitfunc:
        NSUniqueAttr_Init
add nsslapd-pluginType:
        preoperation
add nsslapd-pluginEnabled:
        on
add uniqueness-attribute-name:
        krbPrincipalName
add nsslapd-plugin-depends-on-type:
        database
add nsslapd-pluginId:
        NSUniqueAttr
add nsslapd-pluginVersion:
        1.1.0
add nsslapd-pluginVendor:
        Fedora Project
add nsslapd-pluginDescription:
        Enforce unique attribute values
add uniqueness-subtrees:
        dc=platypusnet,dc=org
add uniqueness-exclude-subtrees:
        cn=staged users,cn=accounts,cn=provisioning,dc=platypusnet,dc=org
add uniqueness-across-all-subtrees:
        on
adding new entry "cn=krbPrincipalName uniqueness,cn=plugins,cn=config"
modify complete

add objectClass:
        top
        nsSlapdPlugin
        extensibleObject
add cn:
        krbCanonicalName uniqueness
add nsslapd-pluginPath:
        libattr-unique-plugin
add nsslapd-pluginInitfunc:
        NSUniqueAttr_Init
add nsslapd-pluginType:
        preoperation
add nsslapd-pluginEnabled:
        on
add uniqueness-attribute-name:
        krbCanonicalName
add nsslapd-plugin-depends-on-type:
        database
add nsslapd-pluginId:
        NSUniqueAttr
add nsslapd-pluginVersion:
        1.1.0
add nsslapd-pluginVendor:
        Fedora Project
add nsslapd-pluginDescription:
        Enforce unique attribute values
add uniqueness-subtrees:
        dc=platypusnet,dc=org
add uniqueness-exclude-subtrees:
        cn=staged users,cn=accounts,cn=provisioning,dc=platypusnet,dc=org
add uniqueness-across-all-subtrees:
        on
adding new entry "cn=krbCanonicalName uniqueness,cn=plugins,cn=config"
modify complete

add objectClass:
        top
        nsSlapdPlugin
        extensibleObject
add cn:
        netgroup uniqueness
add nsslapd-pluginPath:
        libattr-unique-plugin
add nsslapd-pluginInitfunc:
        NSUniqueAttr_Init
add nsslapd-pluginType:
        preoperation
add nsslapd-pluginEnabled:
        on
add uniqueness-attribute-name:
        cn
add uniqueness-subtrees:
        cn=ng,cn=alt,dc=platypusnet,dc=org
add nsslapd-plugin-depends-on-type:
        database
add nsslapd-pluginId:
        NSUniqueAttr
add nsslapd-pluginVersion:
        1.1.0
add nsslapd-pluginVendor:
        Fedora Project
add nsslapd-pluginDescription:
        Enforce unique attribute values
adding new entry "cn=netgroup uniqueness,cn=plugins,cn=config"
modify complete

add objectClass:
        top
        nsSlapdPlugin
        extensibleObject
add cn:
        ipaUniqueID uniqueness
add nsslapd-pluginPath:
        libattr-unique-plugin
add nsslapd-pluginInitfunc:
        NSUniqueAttr_Init
add nsslapd-pluginType:
        preoperation
add nsslapd-pluginEnabled:
        on
add uniqueness-attribute-name:
        ipaUniqueID
add nsslapd-plugin-depends-on-type:
        database
add nsslapd-pluginId:
        NSUniqueAttr
add nsslapd-pluginVersion:
        1.1.0
add nsslapd-pluginVendor:
        Fedora Project
add nsslapd-pluginDescription:
        Enforce unique attribute values
add uniqueness-subtrees:
        dc=platypusnet,dc=org
add uniqueness-exclude-subtrees:
        cn=staged users,cn=accounts,cn=provisioning,dc=platypusnet,dc=org
add uniqueness-across-all-subtrees:
        on
adding new entry "cn=ipaUniqueID uniqueness,cn=plugins,cn=config"
modify complete

add objectClass:
        top
        nsSlapdPlugin
        extensibleObject
add cn:
        sudorule name uniqueness
add nsslapd-pluginDescription:
        Enforce unique attribute values
add nsslapd-pluginPath:
        libattr-unique-plugin
add nsslapd-pluginInitfunc:
        NSUniqueAttr_Init
add nsslapd-pluginType:
        preoperation
add nsslapd-pluginEnabled:
        on
add uniqueness-attribute-name:
        cn
add uniqueness-subtrees:
        cn=sudorules,cn=sudo,dc=platypusnet,dc=org
add nsslapd-plugin-depends-on-type:
        database
add nsslapd-pluginId:
        NSUniqueAttr
add nsslapd-pluginVersion:
        1.1.0
add nsslapd-pluginVendor:
        Fedora Project
adding new entry "cn=sudorule name uniqueness,cn=plugins,cn=config"
modify complete


2019-01-21T13:17:37Z DEBUG stderr=ldap_initialize( 
ldapi://%2Fvar%2Frun%2Fslapd-PLATYPUSNET-ORG.socket/??base )
SASL/EXTERNAL authentication started
SASL username: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth
SASL SSF: 0

2019-01-21T13:17:37Z DEBUG step duration: dirsrv __set_unique_attrs 0.10 sec
2019-01-21T13:17:37Z DEBUG   [13/41]: configuring uuid plugin
2019-01-21T13:17:37Z DEBUG Starting external process
2019-01-21T13:17:37Z DEBUG args=['/usr/bin/ldapmodify', '-v', '-f', 
'/usr/share/ipa/uuid-conf.ldif', '-H', 
'ldapi://%2Fvar%2Frun%2Fslapd-PLATYPUSNET-ORG.socket', '-Y', 'EXTERNAL']
2019-01-21T13:17:37Z DEBUG Process finished, return code=0
2019-01-21T13:17:37Z DEBUG stdout=add objectclass:
        top
        nsSlapdPlugin
        extensibleObject
add cn:
        IPA UUID
add nsslapd-pluginpath:
        libipa_uuid
add nsslapd-plugininitfunc:
        ipauuid_init
add nsslapd-plugintype:
        preoperation
add nsslapd-pluginenabled:
        on
add nsslapd-pluginid:
        ipauuid_version
add nsslapd-pluginversion:
        1.0
add nsslapd-pluginvendor:
        Red Hat, Inc.
add nsslapd-plugindescription:
        IPA UUID plugin
add nsslapd-plugin-depends-on-type:
        database
adding new entry "cn=IPA UUID,cn=plugins,cn=config"
modify complete


2019-01-21T13:17:37Z DEBUG stderr=ldap_initialize( 
ldapi://%2Fvar%2Frun%2Fslapd-PLATYPUSNET-ORG.socket/??base )
SASL/EXTERNAL authentication started
SASL username: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth
SASL SSF: 0

2019-01-21T13:17:37Z DEBUG Starting external process
2019-01-21T13:17:37Z DEBUG args=['/usr/bin/ldapmodify', '-v', '-f', 
'/tmp/tmpa97w0qax', '-H', 
'ldapi://%2Fvar%2Frun%2Fslapd-PLATYPUSNET-ORG.socket', '-Y', 'EXTERNAL']
2019-01-21T13:17:37Z DEBUG Process finished, return code=0
2019-01-21T13:17:37Z DEBUG stdout=add objectclass:
        top
        extensibleObject
add cn:
        IPA Unique IDs
add ipaUuidAttr:
        ipaUniqueID
add ipaUuidMagicRegen:
        autogenerate
add ipaUuidFilter:
        (|(objectclass=ipaObject)(objectclass=ipaAssociation))
add ipaUuidScope:
        dc=platypusnet,dc=org
add ipaUuidEnforce:
        TRUE
adding new entry "cn=IPA Unique IDs,cn=IPA UUID,cn=plugins,cn=config"
modify complete

add objectclass:
        top
        extensibleObject
add cn:
        IPK11 Unique IDs
add ipaUuidAttr:
        ipk11UniqueID
add ipaUuidMagicRegen:
        autogenerate
add ipaUuidFilter:
        (objectclass=ipk11Object)
add ipaUuidScope:
        dc=platypusnet,dc=org
add ipaUuidEnforce:
        FALSE
adding new entry "cn=IPK11 Unique IDs,cn=IPA UUID,cn=plugins,cn=config"
modify complete


2019-01-21T13:17:37Z DEBUG stderr=ldap_initialize( 
ldapi://%2Fvar%2Frun%2Fslapd-PLATYPUSNET-ORG.socket/??base )
SASL/EXTERNAL authentication started
SASL username: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth
SASL SSF: 0

2019-01-21T13:17:37Z DEBUG step duration: dirsrv __config_uuid_module 0.15 sec
2019-01-21T13:17:37Z DEBUG   [14/41]: configuring modrdn plugin
2019-01-21T13:17:37Z DEBUG Starting external process
2019-01-21T13:17:37Z DEBUG args=['/usr/bin/ldapmodify', '-v', '-f', 
'/usr/share/ipa/modrdn-conf.ldif', '-H', 
'ldapi://%2Fvar%2Frun%2Fslapd-PLATYPUSNET-ORG.socket', '-Y', 'EXTERNAL']
2019-01-21T13:17:37Z DEBUG Process finished, return code=0
2019-01-21T13:17:37Z DEBUG stdout=add objectclass:
        top
        nsSlapdPlugin
        extensibleObject
add cn:
        IPA MODRDN
add nsslapd-pluginpath:
        libipa_modrdn
add nsslapd-plugininitfunc:
        ipamodrdn_init
add nsslapd-plugintype:
        betxnpostoperation
add nsslapd-pluginenabled:
        on
add nsslapd-pluginid:
        ipamodrdn_version
add nsslapd-pluginversion:
        1.0
add nsslapd-pluginvendor:
        Red Hat, Inc.
add nsslapd-plugindescription:
        IPA MODRDN plugin
add nsslapd-plugin-depends-on-type:
        database
add nsslapd-pluginPrecedence:
        60
adding new entry "cn=IPA MODRDN,cn=plugins,cn=config"
modify complete


2019-01-21T13:17:37Z DEBUG stderr=ldap_initialize( 
ldapi://%2Fvar%2Frun%2Fslapd-PLATYPUSNET-ORG.socket/??base )
SASL/EXTERNAL authentication started
SASL username: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth
SASL SSF: 0

2019-01-21T13:17:37Z DEBUG Starting external process
2019-01-21T13:17:37Z DEBUG args=['/usr/bin/ldapmodify', '-v', '-f', 
'/tmp/tmp9yo3rxjy', '-H', 
'ldapi://%2Fvar%2Frun%2Fslapd-PLATYPUSNET-ORG.socket', '-Y', 'EXTERNAL']
2019-01-21T13:17:37Z DEBUG Process finished, return code=0
2019-01-21T13:17:37Z DEBUG stdout=add objectclass:
        top
        extensibleObject
add cn:
        Kerberos Principal Name
add ipaModRDNsourceAttr:
        uid
add ipaModRDNtargetAttr:
        krbPrincipalName
add ipaModRDNsuffix:
        @PLATYPUSNET.ORG
add ipaModRDNfilter:
        (&(objectclass=posixaccount)(objectclass=krbPrincipalAux))
add ipaModRDNscope:
        dc=platypusnet,dc=org
adding new entry "cn=Kerberos Principal Name,cn=IPA MODRDN,cn=plugins,cn=config"
modify complete

add objectclass:
        top
        extensibleObject
add cn:
        Kerberos Canonical Name
add ipaModRDNsourceAttr:
        uid
add ipaModRDNtargetAttr:
        krbCanonicalName
add ipaModRDNsuffix:
        @PLATYPUSNET.ORG
add ipaModRDNfilter:
        (&(objectclass=posixaccount)(objectclass=krbPrincipalAux))
add ipaModRDNscope:
        dc=platypusnet,dc=org
adding new entry "cn=Kerberos Canonical Name,cn=IPA MODRDN,cn=plugins,cn=config"
modify complete


2019-01-21T13:17:37Z DEBUG stderr=ldap_initialize( 
ldapi://%2Fvar%2Frun%2Fslapd-PLATYPUSNET-ORG.socket/??base )
SASL/EXTERNAL authentication started
SASL username: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth
SASL SSF: 0

2019-01-21T13:17:37Z DEBUG step duration: dirsrv __config_modrdn_module 0.12 sec
2019-01-21T13:17:37Z DEBUG   [15/41]: configuring DNS plugin
2019-01-21T13:17:37Z DEBUG Starting external process
2019-01-21T13:17:37Z DEBUG args=['/usr/bin/ldapmodify', '-v', '-f', 
'/usr/share/ipa/ipa-dns-conf.ldif', '-H', 
'ldapi://%2Fvar%2Frun%2Fslapd-PLATYPUSNET-ORG.socket', '-Y', 'EXTERNAL']
2019-01-21T13:17:37Z DEBUG Process finished, return code=0
2019-01-21T13:17:37Z DEBUG stdout=add objectclass:
        top
        nsslapdPlugin
        extensibleObject
add cn:
        IPA DNS
add nsslapd-plugindescription:
        IPA DNS support plugin
add nsslapd-pluginenabled:
        on
add nsslapd-pluginid:
        ipa_dns
add nsslapd-plugininitfunc:
        ipadns_init
add nsslapd-pluginpath:
        libipa_dns.so
add nsslapd-plugintype:
        preoperation
add nsslapd-pluginvendor:
        Red Hat, Inc.
add nsslapd-pluginversion:
        1.0
add nsslapd-plugin-depends-on-type:
        database
adding new entry "cn=IPA DNS,cn=plugins,cn=config"
modify complete


2019-01-21T13:17:37Z DEBUG stderr=ldap_initialize( 
ldapi://%2Fvar%2Frun%2Fslapd-PLATYPUSNET-ORG.socket/??base )
SASL/EXTERNAL authentication started
SASL username: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth
SASL SSF: 0

2019-01-21T13:17:37Z DEBUG step duration: dirsrv __config_dns_module 0.06 sec
2019-01-21T13:17:37Z DEBUG   [16/41]: enabling entryUSN plugin
2019-01-21T13:17:37Z DEBUG Starting external process
2019-01-21T13:17:37Z DEBUG args=['/usr/bin/ldapmodify', '-v', '-f', 
'/usr/share/ipa/entryusn.ldif', '-H', 
'ldapi://%2Fvar%2Frun%2Fslapd-PLATYPUSNET-ORG.socket', '-Y', 'EXTERNAL']
2019-01-21T13:17:37Z DEBUG Process finished, return code=0
2019-01-21T13:17:37Z DEBUG stdout=replace nsslapd-entryusn-global:
        on
modifying entry "cn=config"
modify complete

replace nsslapd-entryusn-import-initval:
        next
modifying entry "cn=config"
modify complete

replace nsslapd-pluginenabled:
        on
modifying entry "cn=USN,cn=plugins,cn=config"
modify complete


2019-01-21T13:17:37Z DEBUG stderr=ldap_initialize( 
ldapi://%2Fvar%2Frun%2Fslapd-PLATYPUSNET-ORG.socket/??base )
SASL/EXTERNAL authentication started
SASL username: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth
SASL SSF: 0

2019-01-21T13:17:37Z DEBUG step duration: dirsrv __enable_entryusn 0.08 sec
2019-01-21T13:17:37Z DEBUG   [17/41]: configuring lockout plugin
2019-01-21T13:17:37Z DEBUG Starting external process
2019-01-21T13:17:37Z DEBUG args=['/usr/bin/ldapmodify', '-v', '-f', 
'/usr/share/ipa/lockout-conf.ldif', '-H', 
'ldapi://%2Fvar%2Frun%2Fslapd-PLATYPUSNET-ORG.socket', '-Y', 'EXTERNAL']
2019-01-21T13:17:37Z DEBUG Process finished, return code=0
2019-01-21T13:17:37Z DEBUG stdout=add objectclass:
        top
        nsSlapdPlugin
        extensibleObject
add cn:
        IPA Lockout
add nsslapd-pluginpath:
        libipa_lockout
add nsslapd-plugininitfunc:
        ipalockout_init
add nsslapd-plugintype:
        object
add nsslapd-pluginenabled:
        on
add nsslapd-pluginid:
        ipalockout_version
add nsslapd-pluginversion:
        1.0
add nsslapd-pluginvendor:
        Red Hat, Inc.
add nsslapd-plugindescription:
        IPA Lockout plugin
add nsslapd-plugin-depends-on-type:
        database
adding new entry "cn=IPA Lockout,cn=plugins,cn=config"
modify complete


2019-01-21T13:17:37Z DEBUG stderr=ldap_initialize( 
ldapi://%2Fvar%2Frun%2Fslapd-PLATYPUSNET-ORG.socket/??base )
SASL/EXTERNAL authentication started
SASL username: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth
SASL SSF: 0

2019-01-21T13:17:37Z DEBUG step duration: dirsrv __config_lockout_module 0.06 
sec
2019-01-21T13:17:37Z DEBUG   [18/41]: configuring topology plugin
2019-01-21T13:17:37Z DEBUG Starting external process
2019-01-21T13:17:37Z DEBUG args=['/usr/bin/ldapmodify', '-v', '-f', 
'/tmp/tmpqa8oc9k1', '-H', 
'ldapi://%2Fvar%2Frun%2Fslapd-PLATYPUSNET-ORG.socket', '-Y', 'EXTERNAL']
2019-01-21T13:17:37Z DEBUG Process finished, return code=0
2019-01-21T13:17:37Z DEBUG stdout=add objectClass:
        top
        nsSlapdPlugin
        extensibleObject
add cn:
        IPA Topology Configuration
add nsslapd-pluginPath:
        libtopology
add nsslapd-pluginInitfunc:
        ipa_topo_init
add nsslapd-pluginType:
        object
add nsslapd-pluginEnabled:
        on
add nsslapd-topo-plugin-shared-config-base:
        cn=ipa,cn=etc,dc=platypusnet,dc=org
add nsslapd-topo-plugin-shared-replica-root:
        dc=platypusnet,dc=org
        o=ipaca
add nsslapd-topo-plugin-shared-binddngroup:
        cn=replication managers,cn=sysaccounts,cn=etc,dc=platypusnet,dc=org
add nsslapd-topo-plugin-startup-delay:
        20
add nsslapd-pluginId:
        none
add nsslapd-plugin-depends-on-named:
        ldbm database
        Multimaster Replication Plugin
add nsslapd-pluginVersion:
        1.0
add nsslapd-pluginVendor:
        none
add nsslapd-pluginDescription:
        none
adding new entry "cn=IPA Topology Configuration,cn=plugins,cn=config"
modify complete


2019-01-21T13:17:37Z DEBUG stderr=ldap_initialize( 
ldapi://%2Fvar%2Frun%2Fslapd-PLATYPUSNET-ORG.socket/??base )
SASL/EXTERNAL authentication started
SASL username: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth
SASL SSF: 0

2019-01-21T13:17:37Z DEBUG step duration: dirsrv __config_topology_module 0.06 
sec
2019-01-21T13:17:37Z DEBUG   [19/41]: creating indices
2019-01-21T13:17:37Z DEBUG Starting external process
2019-01-21T13:17:37Z DEBUG args=['/usr/bin/ldapmodify', '-v', '-f', 
'/usr/share/ipa/indices.ldif', '-H', 
'ldapi://%2Fvar%2Frun%2Fslapd-PLATYPUSNET-ORG.socket', '-Y', 'EXTERNAL']
2019-01-21T13:17:37Z DEBUG Process finished, return code=0
2019-01-21T13:17:37Z DEBUG stdout=add objectClass:
        top
        nsIndex
add cn:
        krbPrincipalName
add nsSystemIndex:
        false
add nsIndexType:
        eq
        sub
add nsMatchingRule:
        caseIgnoreIA5Match
        caseExactIA5Match
adding new entry "cn=krbPrincipalName,cn=index,cn=userRoot,cn=ldbm 
database,cn=plugins,cn=config"
modify complete

add objectClass:
        top
        nsIndex
add cn:
        ou
add nsSystemIndex:
        false
add nsIndexType:
        eq
        sub
adding new entry "cn=ou,cn=index,cn=userRoot,cn=ldbm 
database,cn=plugins,cn=config"
modify complete

add objectClass:
        top
        nsIndex
add cn:
        carLicense
add nsSystemIndex:
        false
add nsIndexType:
        eq
        sub
adding new entry "cn=carLicense,cn=index,cn=userRoot,cn=ldbm 
database,cn=plugins,cn=config"
modify complete

add objectClass:
        top
        nsIndex
add cn:
        title
add nsSystemIndex:
        false
add nsIndexType:
        eq
        sub
adding new entry "cn=title,cn=index,cn=userRoot,cn=ldbm 
database,cn=plugins,cn=config"
modify complete

add objectClass:
        top
        nsIndex
add cn:
        manager
add nsSystemIndex:
        false
add nsIndexType:
        eq
        pres
        sub
adding new entry "cn=manager,cn=index,cn=userRoot,cn=ldbm 
database,cn=plugins,cn=config"
modify complete

add objectClass:
        top
        nsIndex
add cn:
        secretary
add nsSystemIndex:
        false
add nsIndexType:
        eq
        pres
        sub
adding new entry "cn=secretary,cn=index,cn=userRoot,cn=ldbm 
database,cn=plugins,cn=config"
modify complete

add objectClass:
        top
        nsIndex
add cn:
        displayname
add nsSystemIndex:
        false
add nsIndexType:
        eq
        sub
adding new entry "cn=displayname,cn=index,cn=userRoot,cn=ldbm 
database,cn=plugins,cn=config"
modify complete

add nsIndexType:
        sub
modifying entry "cn=uid,cn=index,cn=userRoot,cn=ldbm 
database,cn=plugins,cn=config"
modify complete

add objectClass:
        top
        nsIndex
add cn:
        uidnumber
add nsSystemIndex:
        false
add nsIndexType:
        eq
add nsMatchingRule:
        integerOrderingMatch
adding new entry "cn=uidnumber,cn=index,cn=userRoot,cn=ldbm 
database,cn=plugins,cn=config"
modify complete

add objectClass:
        top
        nsIndex
add cn:
        gidnumber
add nsSystemIndex:
        false
add nsIndexType:
        eq
add nsMatchingRule:
        integerOrderingMatch
adding new entry "cn=gidnumber,cn=index,cn=userRoot,cn=ldbm 
database,cn=plugins,cn=config"
modify complete

replace nsIndexType:
        eq
        pres
modifying entry "cn=ntUniqueId,cn=index,cn=userRoot,cn=ldbm 
database,cn=plugins,cn=config"
modify complete

replace nsIndexType:
        eq
        pres
modifying entry "cn=ntUserDomainId,cn=index,cn=userRoot,cn=ldbm 
database,cn=plugins,cn=config"
modify complete

add ObjectClass:
        top
        nsIndex
add cn:
        fqdn
add nsSystemIndex:
        false
add nsIndexType:
        eq
        pres
        sub
adding new entry "cn=fqdn,cn=index,cn=userRoot,cn=ldbm 
database,cn=plugins,cn=config"
modify complete

add ObjectClass:
        top
        nsIndex
add cn:
        macAddress
add nsSystemIndex:
        false
add nsIndexType:
        eq
        pres
adding new entry "cn=macAddress,cn=index,cn=userRoot,cn=ldbm 
database,cn=plugins,cn=config"
modify complete

add cn:
        memberHost
add ObjectClass:
        top
        nsIndex
add nsSystemIndex:
        false
add nsIndexType:
        eq
        pres
        sub
adding new entry "cn=memberHost,cn=index,cn=userRoot,cn=ldbm 
database,cn=plugins,cn=config"
modify complete

add cn:
        memberUser
add ObjectClass:
        top
        nsIndex
add nsSystemIndex:
        false
add nsIndexType:
        eq
        pres
        sub
adding new entry "cn=memberUser,cn=index,cn=userRoot,cn=ldbm 
database,cn=plugins,cn=config"
modify complete

add cn:
        sourcehost
add ObjectClass:
        top
        nsIndex
add nsSystemIndex:
        false
add nsIndexType:
        eq
        pres
        sub
adding new entry "cn=sourcehost,cn=index,cn=userRoot,cn=ldbm 
database,cn=plugins,cn=config"
modify complete

add cn:
        memberservice
add ObjectClass:
        top
        nsIndex
add nsSystemIndex:
        false
add nsIndexType:
        eq
        pres
        sub
adding new entry "cn=memberservice,cn=index,cn=userRoot,cn=ldbm 
database,cn=plugins,cn=config"
modify complete

add cn:
        managedby
add ObjectClass:
        top
        nsIndex
add nsSystemIndex:
        false
add nsIndexType:
        eq
        pres
        sub
adding new entry "cn=managedby,cn=index,cn=userRoot,cn=ldbm 
database,cn=plugins,cn=config"
modify complete

add cn:
        memberallowcmd
add ObjectClass:
        top
        nsIndex
add nsSystemIndex:
        false
add nsIndexType:
        eq
        pres
        sub
adding new entry "cn=memberallowcmd,cn=index,cn=userRoot,cn=ldbm 
database,cn=plugins,cn=config"
modify complete

add cn:
        memberdenycmd
add ObjectClass:
        top
        nsIndex
add nsSystemIndex:
        false
add nsIndexType:
        eq
        pres
        sub
adding new entry "cn=memberdenycmd,cn=index,cn=userRoot,cn=ldbm 
database,cn=plugins,cn=config"
modify complete

add cn:
        ipasudorunas
add ObjectClass:
        top
        nsIndex
add nsSystemIndex:
        false
add nsIndexType:
        eq
        pres
        sub
adding new entry "cn=ipasudorunas,cn=index,cn=userRoot,cn=ldbm 
database,cn=plugins,cn=config"
modify complete

add cn:
        ipasudorunasgroup
add ObjectClass:
        top
        nsIndex
add nsSystemIndex:
        false
add nsIndexType:
        eq
        pres
        sub
adding new entry "cn=ipasudorunasgroup,cn=index,cn=userRoot,cn=ldbm 
database,cn=plugins,cn=config"
modify complete

add cn:
        automountkey
add ObjectClass:
        top
        nsIndex
add nsSystemIndex:
        false
add nsIndexType:
        eq
adding new entry "cn=automountkey,cn=index,cn=userRoot,cn=ldbm 
database,cn=plugins,cn=config"
modify complete

add cn:
        ipakrbprincipalalias
add ObjectClass:
        top
        nsIndex
add nsSystemIndex:
        false
add nsIndexType:
        eq
adding new entry "cn=ipakrbprincipalalias,cn=index,cn=userRoot,cn=ldbm 
database,cn=plugins,cn=config"
modify complete

add cn:
        ipauniqueid
add ObjectClass:
        top
        nsIndex
add nsSystemIndex:
        false
add nsIndexType:
        eq
adding new entry "cn=ipauniqueid,cn=index,cn=userRoot,cn=ldbm 
database,cn=plugins,cn=config"
modify complete

add cn:
        ipaMemberCa
add ObjectClass:
        top
        nsIndex
add nsSystemIndex:
        false
add nsIndexType:
        eq
        pres
        sub
adding new entry "cn=ipaMemberCa,cn=index,cn=userRoot,cn=ldbm 
database,cn=plugins,cn=config"
modify complete

add cn:
        ipaMemberCertProfile
add ObjectClass:
        top
        nsIndex
add nsSystemIndex:
        false
add nsIndexType:
        eq
        pres
        sub
adding new entry "cn=ipaMemberCertProfile,cn=index,cn=userRoot,cn=ldbm 
database,cn=plugins,cn=config"
modify complete

add cn:
        userCertificate
add ObjectClass:
        top
        nsIndex
add nsSystemIndex:
        false
add nsIndexType:
        eq
        pres
adding new entry "cn=userCertificate,cn=index,cn=userRoot,cn=ldbm 
database,cn=plugins,cn=config"
modify complete

add cn:
        ipalocation
add ObjectClass:
        top
        nsIndex
add nsSystemIndex:
        false
add nsIndexType:
        eq
        pres
adding new entry "cn=ipalocation,cn=index,cn=userRoot,cn=ldbm 
database,cn=plugins,cn=config"
modify complete

add cn:
        krbCanonicalName
add objectClass:
        top
        nsIndex
add nsSystemIndex:
        false
add nsIndexType:
        eq
        sub
adding new entry "cn=krbCanonicalName,cn=index,cn=userRoot,cn=ldbm 
database,cn=plugins,cn=config"
modify complete

add cn:
        serverhostname
add objectClass:
        top
        nsIndex
add nsSystemIndex:
        false
add nsIndexType:
        eq
        sub
adding new entry "cn=serverhostname,cn=index,cn=userRoot,cn=ldbm 
database,cn=plugins,cn=config"
modify complete

add cn:
        description
add objectClass:
        top
        nsindex
add nssystemindex:
        false
add nsindextype:
        eq
        sub
adding new entry "cn=description,cn=index,cn=userroot,cn=ldbm 
database,cn=plugins,cn=config"
modify complete

add cn:
        l
add objectClass:
        top
        nsindex
add nssystemindex:
        false
add nsindextype:
        eq
        sub
adding new entry "cn=l,cn=index,cn=userroot,cn=ldbm 
database,cn=plugins,cn=config"
modify complete

add cn:
        nsOsVersion
add objectClass:
        top
        nsindex
add nssystemindex:
        false
add nsindextype:
        eq
        sub
adding new entry "cn=nsOsVersion,cn=index,cn=userroot,cn=ldbm 
database,cn=plugins,cn=config"
modify complete

add cn:
        nsHardwarePlatform
add objectClass:
        top
        nsindex
add nssystemindex:
        false
add nsindextype:
        eq
        sub
adding new entry "cn=nsHardwarePlatform,cn=index,cn=userroot,cn=ldbm 
database,cn=plugins,cn=config"
modify complete

add cn:
        nsHostLocation
add objectClass:
        top
        nsindex
add nssystemindex:
        false
add nsindextype:
        eq
        sub
adding new entry "cn=nsHostLocation,cn=index,cn=userroot,cn=ldbm 
database,cn=plugins,cn=config"
modify complete


2019-01-21T13:17:37Z DEBUG stderr=ldap_initialize( 
ldapi://%2Fvar%2Frun%2Fslapd-PLATYPUSNET-ORG.socket/??base )
SASL/EXTERNAL authentication started
SASL username: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth
SASL SSF: 0

2019-01-21T13:17:37Z DEBUG step duration: dirsrv __create_indices 0.32 sec
2019-01-21T13:17:37Z DEBUG   [20/41]: enabling referential integrity plugin
2019-01-21T13:17:37Z DEBUG Starting external process
2019-01-21T13:17:37Z DEBUG args=['/usr/bin/ldapmodify', '-v', '-f', 
'/usr/share/ipa/referint-conf.ldif', '-H', 
'ldapi://%2Fvar%2Frun%2Fslapd-PLATYPUSNET-ORG.socket', '-Y', 'EXTERNAL']
2019-01-21T13:17:37Z DEBUG Process finished, return code=0
2019-01-21T13:17:37Z DEBUG stdout=replace nsslapd-pluginenabled:
        on
modifying entry "cn=referential integrity postoperation,cn=plugins,cn=config"
modify complete


2019-01-21T13:17:37Z DEBUG stderr=ldap_initialize( 
ldapi://%2Fvar%2Frun%2Fslapd-PLATYPUSNET-ORG.socket/??base )
SASL/EXTERNAL authentication started
SASL username: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth
SASL SSF: 0

2019-01-21T13:17:37Z DEBUG step duration: dirsrv __add_referint_module 0.05 sec
2019-01-21T13:17:37Z DEBUG   [21/41]: configuring certmap.conf
2019-01-21T13:17:37Z DEBUG Loading StateFile from 
'/var/lib/ipa/sysupgrade/sysupgrade.state'
2019-01-21T13:17:37Z DEBUG Loading StateFile from 
'/var/lib/ipa/sysupgrade/sysupgrade.state'
2019-01-21T13:17:37Z DEBUG Saving StateFile to 
'/var/lib/ipa/sysupgrade/sysupgrade.state'
2019-01-21T13:17:37Z DEBUG step duration: dirsrv __certmap_conf 0.04 sec
2019-01-21T13:17:37Z DEBUG   [22/41]: configure new location for managed entries
2019-01-21T13:17:37Z DEBUG Starting external process
2019-01-21T13:17:37Z DEBUG args=['/usr/bin/ldapmodify', '-v', '-f', 
'/tmp/tmp5k39z1eg', '-H', 
'ldapi://%2Fvar%2Frun%2Fslapd-PLATYPUSNET-ORG.socket', '-Y', 'EXTERNAL']
2019-01-21T13:17:38Z DEBUG Process finished, return code=0
2019-01-21T13:17:38Z DEBUG stdout=add nsslapd-pluginConfigArea:
        cn=Definitions,cn=Managed Entries,cn=etc,dc=platypusnet,dc=org
modifying entry "cn=Managed Entries,cn=plugins,cn=config"
modify complete


2019-01-21T13:17:38Z DEBUG stderr=ldap_initialize( 
ldapi://%2Fvar%2Frun%2Fslapd-PLATYPUSNET-ORG.socket/??base )
SASL/EXTERNAL authentication started
SASL username: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth
SASL SSF: 0

2019-01-21T13:17:38Z DEBUG step duration: dirsrv __repoint_managed_entries 0.05 
sec
2019-01-21T13:17:38Z DEBUG   [23/41]: configure dirsrv ccache
2019-01-21T13:17:38Z DEBUG Backing up system configuration file 
'/etc/sysconfig/dirsrv'
2019-01-21T13:17:38Z DEBUG   -> Not backing up - already have a copy of 
'/etc/sysconfig/dirsrv'
2019-01-21T13:17:38Z DEBUG Starting external process
2019-01-21T13:17:38Z DEBUG args=['/usr/sbin/selinuxenabled']
2019-01-21T13:17:38Z DEBUG Process finished, return code=0
2019-01-21T13:17:38Z DEBUG stdout=
2019-01-21T13:17:38Z DEBUG stderr=
2019-01-21T13:17:38Z DEBUG Starting external process
2019-01-21T13:17:38Z DEBUG args=['/sbin/restorecon', '/etc/sysconfig/dirsrv']
2019-01-21T13:17:38Z DEBUG Process finished, return code=0
2019-01-21T13:17:38Z DEBUG stdout=
2019-01-21T13:17:38Z DEBUG stderr=
2019-01-21T13:17:38Z DEBUG step duration: dirsrv configure_dirsrv_ccache 0.08 
sec
2019-01-21T13:17:38Z DEBUG   [24/41]: enabling SASL mapping fallback
2019-01-21T13:17:38Z DEBUG Starting external process
2019-01-21T13:17:38Z DEBUG args=['/usr/bin/ldapmodify', '-v', '-f', 
'/tmp/tmprvh3dnqk', '-H', 
'ldapi://%2Fvar%2Frun%2Fslapd-PLATYPUSNET-ORG.socket', '-Y', 'EXTERNAL']
2019-01-21T13:17:38Z DEBUG Process finished, return code=0
2019-01-21T13:17:38Z DEBUG stdout=replace nsslapd-sasl-mapping-fallback:
        on
modifying entry "cn=config"
modify complete


2019-01-21T13:17:38Z DEBUG stderr=ldap_initialize( 
ldapi://%2Fvar%2Frun%2Fslapd-PLATYPUSNET-ORG.socket/??base )
SASL/EXTERNAL authentication started
SASL username: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth
SASL SSF: 0

2019-01-21T13:17:38Z DEBUG step duration: dirsrv __enable_sasl_mapping_fallback 
0.07 sec
2019-01-21T13:17:38Z DEBUG   [25/41]: restarting directory server
2019-01-21T13:17:38Z DEBUG Destroyed connection context.ldap2_139654961964256
2019-01-21T13:17:38Z DEBUG Starting external process
2019-01-21T13:17:38Z DEBUG args=['/bin/systemctl', '--system', 'daemon-reload']
2019-01-21T13:17:39Z DEBUG Process finished, return code=0
2019-01-21T13:17:39Z DEBUG stdout=
2019-01-21T13:17:39Z DEBUG stderr=
2019-01-21T13:17:39Z DEBUG Starting external process
2019-01-21T13:17:39Z DEBUG args=['/bin/systemctl', 'restart', 
'dirsrv@PLATYPUSNET-ORG.service']
2019-01-21T13:17:43Z DEBUG Process finished, return code=0
2019-01-21T13:17:43Z DEBUG stdout=
2019-01-21T13:17:43Z DEBUG stderr=
2019-01-21T13:17:43Z DEBUG Starting external process
2019-01-21T13:17:43Z DEBUG args=['/bin/systemctl', 'is-active', 
'dirsrv@PLATYPUSNET-ORG.service']
2019-01-21T13:17:43Z DEBUG Process finished, return code=0
2019-01-21T13:17:43Z DEBUG stdout=active

2019-01-21T13:17:43Z DEBUG stderr=
2019-01-21T13:17:43Z DEBUG wait_for_open_ports: localhost [389] timeout 300
2019-01-21T13:17:43Z DEBUG waiting for port: 389
2019-01-21T13:17:43Z DEBUG SUCCESS: port: 389
2019-01-21T13:17:43Z DEBUG Restart of dirsrv@PLATYPUSNET-ORG.service complete
2019-01-21T13:17:43Z DEBUG Starting external process
2019-01-21T13:17:43Z DEBUG args=['/bin/systemctl', 'is-active', 
'dirsrv@PLATYPUSNET-ORG.service']
2019-01-21T13:17:43Z DEBUG Process finished, return code=0
2019-01-21T13:17:43Z DEBUG stdout=active

2019-01-21T13:17:43Z DEBUG stderr=
2019-01-21T13:17:43Z DEBUG Created connection context.ldap2_139654961964256
2019-01-21T13:17:43Z DEBUG step duration: dirsrv __restart_instance 5.81 sec
2019-01-21T13:17:43Z DEBUG   [26/41]: creating DS keytab
2019-01-21T13:17:43Z DEBUG raw: 
service_add('ldap/jukes.platypusnet....@platypusnet.org', force=True, 
version='2.230')
2019-01-21T13:17:43Z DEBUG 
service_add(ipapython.kerberos.Principal('ldap/jukes.platypusnet....@platypusnet.org'),
 force=True, skip_host_check=False, all=False, raw=False, version='2.230', 
no_members=False)
2019-01-21T13:17:43Z DEBUG raw: host_show('jukes.platypusnet.org', 
version='2.230')
2019-01-21T13:17:44Z DEBUG host_show('jukes.platypusnet.org', rights=False, 
all=False, raw=False, version='2.230', no_members=False)
2019-01-21T13:17:44Z DEBUG Backing up system configuration file 
'/etc/dirsrv/ds.keytab'
2019-01-21T13:17:44Z DEBUG   -> Not backing up - '/etc/dirsrv/ds.keytab' 
doesn't exist
2019-01-21T13:17:44Z DEBUG Starting external process
2019-01-21T13:17:44Z DEBUG args=['/usr/sbin/ipa-getkeytab', '-k', 
'/etc/dirsrv/ds.keytab', '-p', 'ldap/jukes.platypusnet....@platypusnet.org', 
'-H', 'ldaps://starkey.platypusnet.org']
2019-01-21T13:17:44Z DEBUG Process finished, return code=0
2019-01-21T13:17:44Z DEBUG stdout=
2019-01-21T13:17:44Z DEBUG stderr=Keytab successfully retrieved and stored in: 
/etc/dirsrv/ds.keytab

2019-01-21T13:17:44Z DEBUG step duration: dirsrv request_service_keytab 0.85 sec
2019-01-21T13:17:44Z DEBUG   [27/41]: ignore time skew for initial replication
2019-01-21T13:17:44Z DEBUG Starting external process
2019-01-21T13:17:44Z DEBUG args=['/usr/bin/ldapmodify', '-v', '-f', 
'/tmp/tmpcjah9hz7', '-H', 
'ldapi://%2Fvar%2Frun%2Fslapd-PLATYPUSNET-ORG.socket', '-Y', 'EXTERNAL']
2019-01-21T13:17:44Z DEBUG Process finished, return code=0
2019-01-21T13:17:44Z DEBUG stdout=replace nsslapd-ignore-time-skew:
        on
modifying entry "cn=config"
modify complete


2019-01-21T13:17:44Z DEBUG stderr=ldap_initialize( 
ldapi://%2Fvar%2Frun%2Fslapd-PLATYPUSNET-ORG.socket/??base )
SASL/EXTERNAL authentication started
SASL username: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth
SASL SSF: 0

2019-01-21T13:17:44Z DEBUG step duration: dirsrv 
__replica_ignore_initial_time_skew 0.14 sec
2019-01-21T13:17:44Z DEBUG   [28/41]: setting up initial replication
2019-01-21T13:17:45Z DEBUG retrieving schema for SchemaCache 
url=ldapi://%2fvar%2frun%2fslapd-PLATYPUSNET-ORG.socket 
conn=<ldap.ldapobject.SimpleLDAPObject object at 0x7f03f2114710>
2019-01-21T13:17:45Z DEBUG Destroyed connection context.ldap2_139654961964256
2019-01-21T13:17:45Z DEBUG Starting external process
2019-01-21T13:17:45Z DEBUG args=['/bin/systemctl', '--system', 'daemon-reload']
2019-01-21T13:17:46Z DEBUG Process finished, return code=0
2019-01-21T13:17:46Z DEBUG stdout=
2019-01-21T13:17:46Z DEBUG stderr=
2019-01-21T13:17:46Z DEBUG Starting external process
2019-01-21T13:17:46Z DEBUG args=['/bin/systemctl', 'restart', 
'dirsrv@PLATYPUSNET-ORG.service']
2019-01-21T13:17:51Z DEBUG Process finished, return code=0
2019-01-21T13:17:51Z DEBUG stdout=
2019-01-21T13:17:51Z DEBUG stderr=
2019-01-21T13:17:51Z DEBUG Restart of dirsrv@PLATYPUSNET-ORG.service complete
2019-01-21T13:17:51Z DEBUG Created connection context.ldap2_139654961964256
2019-01-21T13:17:52Z DEBUG Fetching nsDS5ReplicaId from master [attempt 1/5]
2019-01-21T13:17:52Z DEBUG retrieving schema for SchemaCache 
url=ldap://starkey.platypusnet.org:389 conn=<ldap.ldapobject.SimpleLDAPObject 
object at 0x7f03f28c7668>
2019-01-21T13:17:52Z DEBUG Successfully updated nsDS5ReplicaId.
2019-01-21T13:17:52Z DEBUG Add or update replica config 
cn=replica,cn=dc\=platypusnet\,dc\=org,cn=mapping tree,cn=config
2019-01-21T13:17:52Z DEBUG Unhandled LDAPError: OPERATIONS_ERROR: {'desc': 
'Operations error'}
2019-01-21T13:17:52Z DEBUG Traceback (most recent call last):
  File "/usr/lib/python3.7/site-packages/ipapython/ipaldap.py", line 1023, in 
error_handler
    yield
  File "/usr/lib/python3.7/site-packages/ipapython/ipaldap.py", line 1517, in 
find_entries
    raise e
  File "/usr/lib/python3.7/site-packages/ipapython/ipaldap.py", line 1477, in 
find_entries
    result = self.conn.result3(id, 0)
  File "/usr/lib64/python3.7/site-packages/ldap/ldapobject.py", line 749, in 
result3
    resp_ctrl_classes=resp_ctrl_classes
  File "/usr/lib64/python3.7/site-packages/ldap/ldapobject.py", line 756, in 
result4
    ldap_result = 
self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
  File "/usr/lib64/python3.7/site-packages/ldap/ldapobject.py", line 329, in 
_ldap_call
    reraise(exc_type, exc_value, exc_traceback)
  File "/usr/lib64/python3.7/site-packages/ldap/compat.py", line 44, in reraise
    raise exc_value
  File "/usr/lib64/python3.7/site-packages/ldap/ldapobject.py", line 313, in 
_ldap_call
    result = func(*args,**kwargs)
ldap.NO_SUCH_OBJECT: {'desc': 'No such object'}

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.7/site-packages/ipaserver/install/replication.py", 
line 497, in replica_config
    entry = conn.get_entry(dn)
  File "/usr/lib/python3.7/site-packages/ipapython/ipaldap.py", line 1574, in 
get_entry
    size_limit=size_limit, get_effective_rights=get_effective_rights,
  File "/usr/lib/python3.7/site-packages/ipapython/ipaldap.py", line 1386, in 
get_entries
    **kwargs)
  File "/usr/lib/python3.7/site-packages/ipapython/ipaldap.py", line 1524, in 
find_entries
    break
  File "/usr/lib64/python3.7/contextlib.py", line 130, in __exit__
    self.gen.throw(type, value, traceback)
  File "/usr/lib/python3.7/site-packages/ipapython/ipaldap.py", line 1033, in 
error_handler
    raise errors.NotFound(reason=arg_desc or 'no such entry')
ipalib.errors.NotFound: no such entry

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.7/site-packages/ipapython/ipaldap.py", line 1023, in 
error_handler
    yield
  File "/usr/lib/python3.7/site-packages/ipapython/ipaldap.py", line 1589, in 
add_entry
    self.conn.add_s(str(entry.dn), list(attrs.items()))
  File "/usr/lib64/python3.7/site-packages/ldap/ldapobject.py", line 428, in 
add_s
    return self.add_ext_s(dn,modlist,None,None)
  File "/usr/lib64/python3.7/site-packages/ldap/ldapobject.py", line 414, in 
add_ext_s
    resp_type, resp_data, resp_msgid, resp_ctrls = 
self.result3(msgid,all=1,timeout=self.timeout)
  File "/usr/lib64/python3.7/site-packages/ldap/ldapobject.py", line 749, in 
result3
    resp_ctrl_classes=resp_ctrl_classes
  File "/usr/lib64/python3.7/site-packages/ldap/ldapobject.py", line 756, in 
result4
    ldap_result = 
self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
  File "/usr/lib64/python3.7/site-packages/ldap/ldapobject.py", line 329, in 
_ldap_call
    reraise(exc_type, exc_value, exc_traceback)
  File "/usr/lib64/python3.7/site-packages/ldap/compat.py", line 44, in reraise
    raise exc_value
  File "/usr/lib64/python3.7/site-packages/ldap/ldapobject.py", line 313, in 
_ldap_call
    result = func(*args,**kwargs)
ldap.OPERATIONS_ERROR: {'desc': 'Operations error'}

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.7/site-packages/ipaserver/install/service.py", line 
605, in start_creation
    run_step(full_msg, method)
  File "/usr/lib/python3.7/site-packages/ipaserver/install/service.py", line 
591, in run_step
    method()
  File "/usr/lib/python3.7/site-packages/ipaserver/install/dsinstance.py", line 
456, in __setup_replica
    cacert=self.ca_file
  File "/usr/lib/python3.7/site-packages/ipaserver/install/replication.py", 
line 1782, in setup_promote_replication
    self.basic_replication_setup(self.conn, l_id, self.repl_man_dn, None)
  File "/usr/lib/python3.7/site-packages/ipaserver/install/replication.py", 
line 1119, in basic_replication_setup
    self.replica_config(conn, replica_id, repldn)
  File "/usr/lib/python3.7/site-packages/ipaserver/install/replication.py", 
line 514, in replica_config
    conn.add_entry(entry)
  File "/usr/lib/python3.7/site-packages/ipapython/ipaldap.py", line 1589, in 
add_entry
    self.conn.add_s(str(entry.dn), list(attrs.items()))
  File "/usr/lib64/python3.7/contextlib.py", line 130, in __exit__
    self.gen.throw(type, value, traceback)
  File "/usr/lib/python3.7/site-packages/ipapython/ipaldap.py", line 1094, in 
error_handler
    raise errors.DatabaseError(desc=desc, info=info)
ipalib.errors.DatabaseError: Operations error: 

2019-01-21T13:17:52Z DEBUG   [error] DatabaseError: Operations error: 
2019-01-21T13:17:52Z DEBUG Destroyed connection context.ldap2_139654951345736
2019-01-21T13:17:52Z DEBUG Backing up system configuration file 
'/etc/ipa/default.conf'
2019-01-21T13:17:52Z DEBUG Saving Index File to 
'/var/lib/ipa/sysrestore/sysrestore.index'
2019-01-21T13:17:52Z DEBUG Writing configuration file /etc/ipa/default.conf
2019-01-21T13:17:52Z DEBUG [global]
basedn = dc=platypusnet,dc=org
host = jukes.platypusnet.org
realm = PLATYPUSNET.ORG
domain = platypusnet.org
xmlrpc_uri = https://jukes.platypusnet.org/ipa/xml
ldap_uri = ldapi://%2fvar%2frun%2fslapd-PLATYPUSNET-ORG.socket

mode = production
enable_ra = True
ra_plugin = dogtag
dogtag_version = 10
ca_host = starkey.platypusnet.org



2019-01-21T13:17:52Z DEBUG   File 
"/usr/lib/python3.7/site-packages/ipapython/admintool.py", line 179, in execute
    return_value = self.run()
  File "/usr/lib/python3.7/site-packages/ipapython/install/cli.py", line 347, 
in run
    return cfgr.run()
  File "/usr/lib/python3.7/site-packages/ipapython/install/core.py", line 360, 
in run
    return self.execute()
  File "/usr/lib/python3.7/site-packages/ipapython/install/core.py", line 386, 
in execute
    for rval in self._executor():
  File "/usr/lib/python3.7/site-packages/ipapython/install/core.py", line 431, 
in __runner
    exc_handler(exc_info)
  File "/usr/lib/python3.7/site-packages/ipapython/install/core.py", line 460, 
in _handle_execute_exception
    self._handle_exception(exc_info)
  File "/usr/lib/python3.7/site-packages/ipapython/install/core.py", line 450, 
in _handle_exception
    six.reraise(*exc_info)
  File "/usr/lib/python3.7/site-packages/six.py", line 693, in reraise
    raise value
  File "/usr/lib/python3.7/site-packages/ipapython/install/core.py", line 421, 
in __runner
    step()
  File "/usr/lib/python3.7/site-packages/ipapython/install/core.py", line 418, 
in <lambda>
    step = lambda: next(self.__gen)
  File "/usr/lib/python3.7/site-packages/ipapython/install/util.py", line 81, 
in run_generator_with_yield_from
    six.reraise(*exc_info)
  File "/usr/lib/python3.7/site-packages/six.py", line 693, in reraise
    raise value
  File "/usr/lib/python3.7/site-packages/ipapython/install/util.py", line 59, 
in run_generator_with_yield_from
    value = gen.send(prev_value)
  File "/usr/lib/python3.7/site-packages/ipapython/install/core.py", line 655, 
in _configure
    next(executor)
  File "/usr/lib/python3.7/site-packages/ipapython/install/core.py", line 431, 
in __runner
    exc_handler(exc_info)
  File "/usr/lib/python3.7/site-packages/ipapython/install/core.py", line 460, 
in _handle_execute_exception
    self._handle_exception(exc_info)
  File "/usr/lib/python3.7/site-packages/ipapython/install/core.py", line 518, 
in _handle_exception
    self.__parent._handle_exception(exc_info)
  File "/usr/lib/python3.7/site-packages/ipapython/install/core.py", line 450, 
in _handle_exception
    six.reraise(*exc_info)
  File "/usr/lib/python3.7/site-packages/six.py", line 693, in reraise
    raise value
  File "/usr/lib/python3.7/site-packages/ipapython/install/core.py", line 515, 
in _handle_exception
    super(ComponentBase, self)._handle_exception(exc_info)
  File "/usr/lib/python3.7/site-packages/ipapython/install/core.py", line 450, 
in _handle_exception
    six.reraise(*exc_info)
  File "/usr/lib/python3.7/site-packages/six.py", line 693, in reraise
    raise value
  File "/usr/lib/python3.7/site-packages/ipapython/install/core.py", line 421, 
in __runner
    step()
  File "/usr/lib/python3.7/site-packages/ipapython/install/core.py", line 418, 
in <lambda>
    step = lambda: next(self.__gen)
  File "/usr/lib/python3.7/site-packages/ipapython/install/util.py", line 81, 
in run_generator_with_yield_from
    six.reraise(*exc_info)
  File "/usr/lib/python3.7/site-packages/six.py", line 693, in reraise
    raise value
  File "/usr/lib/python3.7/site-packages/ipapython/install/util.py", line 59, 
in run_generator_with_yield_from
    value = gen.send(prev_value)
  File "/usr/lib/python3.7/site-packages/ipapython/install/common.py", line 65, 
in _install
    for unused in self._installer(self.parent):
  File "/usr/lib/python3.7/site-packages/ipaserver/install/server/__init__.py", 
line 583, in main
    replica_install(self)
  File 
"/usr/lib/python3.7/site-packages/ipaserver/install/server/replicainstall.py", 
line 400, in decorated
    func(installer)
  File 
"/usr/lib/python3.7/site-packages/ipaserver/install/server/replicainstall.py", 
line 1188, in install
    fstore=fstore)
  File 
"/usr/lib/python3.7/site-packages/ipaserver/install/server/replicainstall.py", 
line 111, in install_replica_ds
    setup_pkinit=not options.no_pkinit,
  File "/usr/lib/python3.7/site-packages/ipaserver/install/dsinstance.py", line 
419, in create_replica
    self.start_creation(runtime=30)
  File "/usr/lib/python3.7/site-packages/ipaserver/install/service.py", line 
605, in start_creation
    run_step(full_msg, method)
  File "/usr/lib/python3.7/site-packages/ipaserver/install/service.py", line 
591, in run_step
    method()
  File "/usr/lib/python3.7/site-packages/ipaserver/install/dsinstance.py", line 
456, in __setup_replica
    cacert=self.ca_file
  File "/usr/lib/python3.7/site-packages/ipaserver/install/replication.py", 
line 1782, in setup_promote_replication
    self.basic_replication_setup(self.conn, l_id, self.repl_man_dn, None)
  File "/usr/lib/python3.7/site-packages/ipaserver/install/replication.py", 
line 1119, in basic_replication_setup
    self.replica_config(conn, replica_id, repldn)
  File "/usr/lib/python3.7/site-packages/ipaserver/install/replication.py", 
line 514, in replica_config
    conn.add_entry(entry)
  File "/usr/lib/python3.7/site-packages/ipapython/ipaldap.py", line 1589, in 
add_entry
    self.conn.add_s(str(entry.dn), list(attrs.items()))
  File "/usr/lib64/python3.7/contextlib.py", line 130, in __exit__
    self.gen.throw(type, value, traceback)
  File "/usr/lib/python3.7/site-packages/ipapython/ipaldap.py", line 1094, in 
error_handler
    raise errors.DatabaseError(desc=desc, info=info)

2019-01-21T13:17:52Z DEBUG The ipa-replica-install command failed, exception: 
DatabaseError: Operations error: 
2019-01-21T13:17:52Z ERROR Operations error: 
2019-01-21T13:17:52Z ERROR The ipa-replica-install command failed. See 
/var/log/ipareplica-install.log for more information

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
FreeIPA-users mailing list -- freeipa-users@lists.fedorahosted.org
To unsubscribe send an email to freeipa-users-le...@lists.fedorahosted.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/freeipa-users@lists.fedorahosted.org

Reply via email to