[Freeipa-devel] TypeError at ipa-server-uninstall

Fraser Tweedale ftweedal at redhat.com
Tue Jun 2 09:07:18 UTC 2015


On Tue, Jun 02, 2015 at 10:37:43AM +0200, Oleg Fayans wrote:
> Hi all,
> 
> I've just caught a TypeError while performing the ipa-server-install
> --uninstall on replicas running the latest ipa code (without today's patches
> from Ludwig, though).
>
Martin Basti's PATCH 0262 (not yet pushed) fixes this issues.

> Here is the session transcript:
> $ ipa-server-install --uninstall
> 
> This is a NON REVERSIBLE operation and will delete all data and
> configuration!
> 
> Are you sure you want to continue with the uninstall procedure? [no]: yes
> 
> Replication agreements with the following IPA masters found:
> replica3.zaeba.li,
> testmaster.zaeba.li. Removing any replication agreements before uninstalling
> the
> server is strongly recommended. You can remove replication agreements by
> running
> the following command on any other IPA master:
> $ ipa-replica-manage del replica1.zaeba.li
> 
> Are you sure you want to continue with the uninstall procedure? [no]: yes
> Shutting down all IPA services
> Removing IPA client configuration
> Unconfiguring ntpd
> Configuring certmonger to stop tracking system certificates for KRA
> Configuring certmonger to stop tracking system certificates for CA
> Unconfiguring CA
> Unconfiguring named
> Unconfiguring ipa-dnskeysyncd
> Unconfiguring web server
> Unconfiguring krb5kdc
> Unconfiguring kadmin
> Unconfiguring directory server
> Unconfiguring ipa_memcached
> Unconfiguring ipa-otpd
> Unexpected error - see /var/log/ipaserver-uninstall.log for details:
> TypeError: coercing to Unicode: need string or buffer, NoneType found
> 
> The logfile is attached. This error was reproduced twice.
> 
> -- 
> Oleg Fayans
> Quality Engineer
> FreeIPA team
> RedHat.
> 

> 2015-06-02T08:06:27Z DEBUG /sbin/ipa-server-install was invoked with options: {'conf_sshd': True, 'ip_addresses': [], 'setup_pkinit': True, 'domainlevel': 1, 'mkhomedir': False, 'create_sshfp': True, 'http_cert_files': None, 'conf_ntp': True, 'subject': None, 'no_forwarders': False, 'ui_redirect': True, 'external_ca_type': None, 'domain_name': None, 'idmax': 0, 'hbac_allow': False, 'http_cert_name': None, 'dirsrv_cert_files': None, 'no_dnssec_validation': False, 'ca_signing_algorithm': None, 'no_reverse': False, 'pkinit_cert_files': None, 'unattended': False, 'external_cert_files': None, 'trust_sshfp': False, 'no_host_dns': False, 'dirsrv_cert_name': None, 'realm_name': None, 'forwarders': None, 'idstart': 217600000, 'external_ca': False, 'pkinit_cert_name': None, 'conf_ssh': True, 'zonemgr': None, 'ca_cert_files': None, 'setup_dns': False, 'host_name': None, 'debug': False, 'reverse_zones': [], 'uninstall': True}
> 2015-06-02T08:06:27Z DEBUG missing options might be asked for interactively later
> 
> 2015-06-02T08:06:27Z DEBUG IPA version 4.1.99.201506010847GITe2c2d59-0.fc21
> 2015-06-02T08:06:27Z DEBUG Starting external process
> 2015-06-02T08:06:27Z DEBUG args='/usr/sbin/selinuxenabled'
> 2015-06-02T08:06:27Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:27Z DEBUG stdout=
> 2015-06-02T08:06:27Z DEBUG stderr=
> 2015-06-02T08:06:27Z DEBUG Loading Index file from '/var/lib/ipa/sysrestore/sysrestore.index'
> 2015-06-02T08:06:27Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:27Z DEBUG importing all plugin modules in '/usr/lib/python2.7/site-packages/ipalib/plugins'...
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/aci.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/automember.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/automount.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/baseldap.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/baseuser.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/batch.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/cert.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/config.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/delegation.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/dns.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/domainlevel.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/group.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/hbacrule.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/hbacsvc.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/hbacsvcgroup.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/hbactest.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/host.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/hostgroup.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/idrange.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/idviews.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/internal.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/kerberos.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/krbtpolicy.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/migration.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/misc.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/netgroup.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/otpconfig.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/otptoken.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/otptoken_yubikey.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/passwd.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/permission.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/ping.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/pkinit.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/privilege.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/pwpolicy.py'
> 2015-06-02T08:06:27Z DEBUG Starting external process
> 2015-06-02T08:06:27Z DEBUG args='klist' '-V'
> 2015-06-02T08:06:27Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:27Z DEBUG stdout=Kerberos 5 version 1.12.2
> 
> 2015-06-02T08:06:27Z DEBUG stderr=
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/radiusproxy.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/realmdomains.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/role.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/rpcclient.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/selfservice.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/selinuxusermap.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/server.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/service.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/stageuser.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/sudocmd.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/sudocmdgroup.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/sudorule.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/topology.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/trust.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/user.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/vault.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipalib/plugins/virtual.py'
> 2015-06-02T08:06:27Z DEBUG importing all plugin modules in '/usr/lib/python2.7/site-packages/ipaserver/install/plugins'...
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipaserver/install/plugins/adtrust.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipaserver/install/plugins/ca_renewal_master.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipaserver/install/plugins/dns.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipaserver/install/plugins/fix_replica_agreements.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipaserver/install/plugins/rename_managed.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipaserver/install/plugins/update_idranges.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipaserver/install/plugins/update_managed_permissions.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipaserver/install/plugins/update_pacs.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipaserver/install/plugins/update_passsync.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipaserver/install/plugins/update_referint.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipaserver/install/plugins/update_services.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipaserver/install/plugins/update_uniqueness.py'
> 2015-06-02T08:06:27Z DEBUG importing plugin module '/usr/lib/python2.7/site-packages/ipaserver/install/plugins/upload_cacrt.py'
> 2015-06-02T08:06:30Z DEBUG Created connection context.ldap2_140233313715920
> 2015-06-02T08:06:30Z DEBUG flushing ldapi://%2fvar%2frun%2fslapd-ZAEBA-LI.socket from SchemaCache
> 2015-06-02T08:06:30Z DEBUG retrieving schema for SchemaCache url=ldapi://%2fvar%2frun%2fslapd-ZAEBA-LI.socket conn=<ldap.ldapobject.SimpleLDAPObject instance at 0x7f8a9ce37c20>
> 2015-06-02T08:06:30Z DEBUG flushing ldapi://%2fvar%2frun%2fslapd-ZAEBA-LI.socket from SchemaCache
> 2015-06-02T08:06:30Z DEBUG retrieving schema for SchemaCache url=ldapi://%2fvar%2frun%2fslapd-ZAEBA-LI.socket conn=<ldap.ldapobject.SimpleLDAPObject instance at 0x7f8a9ce37e60>
> 2015-06-02T08:06:33Z DEBUG Starting external process
> 2015-06-02T08:06:33Z DEBUG args='/usr/sbin/ipactl' 'stop'
> 2015-06-02T08:06:39Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:39Z DEBUG stdout=Stopping ipa-dnskeysyncd Service
> Stopping ipa-otpd Service
> Stopping pki-tomcatd Service
> Stopping httpd Service
> Stopping ipa_memcached Service
> Stopping named Service
> Stopping kadmin Service
> Stopping krb5kdc Service
> Stopping Directory Service
> 
> 2015-06-02T08:06:39Z DEBUG stderr=ipa: INFO: The ipactl command was successful
> 
> 2015-06-02T08:06:39Z DEBUG Starting external process
> 2015-06-02T08:06:39Z DEBUG args='/usr/sbin/ipa-client-install' '--on-master' '--unattended' '--uninstall'
> 2015-06-02T08:06:47Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:47Z DEBUG stdout=
> 2015-06-02T08:06:47Z DEBUG stderr=Removing Kerberos service principals from /etc/krb5.keytab
> Disabling client Kerberos and LDAP configurations
> Redundant SSSD configuration file /etc/sssd/sssd.conf was moved to /etc/sssd/sssd.conf.deleted
> Restoring client configuration files
> Unconfiguring the NIS domain.
> nscd daemon is not installed, skip configuration
> nslcd daemon is not installed, skip configuration
> Systemwide CA database updated.
> Client uninstall complete.
> 
> 2015-06-02T08:06:47Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:47Z DEBUG Unconfiguring ntpd
> 2015-06-02T08:06:47Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:47Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:47Z DEBUG Saving StateFile to '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:47Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:47Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:47Z DEBUG Saving StateFile to '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:47Z DEBUG Starting external process
> 2015-06-02T08:06:47Z DEBUG args='/bin/systemctl' 'stop' 'ntpd.service'
> 2015-06-02T08:06:47Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:47Z DEBUG stdout=
> 2015-06-02T08:06:47Z DEBUG stderr=
> 2015-06-02T08:06:47Z DEBUG Starting external process
> 2015-06-02T08:06:47Z DEBUG args='/bin/systemctl' 'disable' 'ntpd.service'
> 2015-06-02T08:06:48Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:48Z DEBUG stdout=
> 2015-06-02T08:06:48Z DEBUG stderr=Removed symlink /etc/systemd/system/multi-user.target.wants/ntpd.service.
> 
> 2015-06-02T08:06:48Z DEBUG Restoring system configuration file '/etc/ntp.conf'
> 2015-06-02T08:06:48Z DEBUG Starting external process
> 2015-06-02T08:06:48Z DEBUG args='/usr/sbin/selinuxenabled'
> 2015-06-02T08:06:48Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:48Z DEBUG stdout=
> 2015-06-02T08:06:48Z DEBUG stderr=
> 2015-06-02T08:06:48Z DEBUG Starting external process
> 2015-06-02T08:06:48Z DEBUG args='/sbin/restorecon' '/etc/ntp.conf'
> 2015-06-02T08:06:48Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:48Z DEBUG stdout=
> 2015-06-02T08:06:48Z DEBUG stderr=
> 2015-06-02T08:06:48Z DEBUG Saving Index File to '/var/lib/ipa/sysrestore/sysrestore.index'
> 2015-06-02T08:06:48Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:48Z DEBUG Configuring certmonger to stop tracking system certificates for KRA
> 2015-06-02T08:06:48Z DEBUG Starting external process
> 2015-06-02T08:06:48Z DEBUG args='/bin/systemctl' 'start' 'messagebus.service'
> 2015-06-02T08:06:48Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:48Z DEBUG stdout=
> 2015-06-02T08:06:48Z DEBUG stderr=
> 2015-06-02T08:06:48Z DEBUG Starting external process
> 2015-06-02T08:06:48Z DEBUG args='/bin/systemctl' 'is-active' 'messagebus.service'
> 2015-06-02T08:06:48Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:48Z DEBUG stdout=active
> 
> 2015-06-02T08:06:48Z DEBUG stderr=
> 2015-06-02T08:06:48Z DEBUG Starting external process
> 2015-06-02T08:06:48Z DEBUG args='/bin/systemctl' 'start' 'certmonger.service'
> 2015-06-02T08:06:48Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:48Z DEBUG stdout=
> 2015-06-02T08:06:48Z DEBUG stderr=
> 2015-06-02T08:06:48Z DEBUG Starting external process
> 2015-06-02T08:06:48Z DEBUG args='/bin/systemctl' 'is-active' 'certmonger.service'
> 2015-06-02T08:06:48Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:48Z DEBUG stdout=active
> 
> 2015-06-02T08:06:48Z DEBUG stderr=
> 2015-06-02T08:06:48Z DEBUG Starting external process
> 2015-06-02T08:06:48Z DEBUG args='/bin/systemctl' 'is-active' 'certmonger.service'
> 2015-06-02T08:06:48Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:48Z DEBUG stdout=active
> 
> 2015-06-02T08:06:48Z DEBUG stderr=
> 2015-06-02T08:06:48Z DEBUG Starting external process
> 2015-06-02T08:06:48Z DEBUG args='/bin/systemctl' 'is-active' 'certmonger.service'
> 2015-06-02T08:06:48Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:48Z DEBUG stdout=active
> 
> 2015-06-02T08:06:48Z DEBUG stderr=
> 2015-06-02T08:06:48Z DEBUG Starting external process
> 2015-06-02T08:06:48Z DEBUG args='/bin/systemctl' 'is-active' 'certmonger.service'
> 2015-06-02T08:06:48Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:48Z DEBUG stdout=active
> 
> 2015-06-02T08:06:48Z DEBUG stderr=
> 2015-06-02T08:06:48Z DEBUG Starting external process
> 2015-06-02T08:06:48Z DEBUG args='/bin/systemctl' 'stop' 'certmonger.service'
> 2015-06-02T08:06:48Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:48Z DEBUG stdout=
> 2015-06-02T08:06:48Z DEBUG stderr=
> 2015-06-02T08:06:48Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:48Z DEBUG Configuring certmonger to stop tracking system certificates for CA
> 2015-06-02T08:06:48Z DEBUG Starting external process
> 2015-06-02T08:06:48Z DEBUG args='/bin/systemctl' 'start' 'messagebus.service'
> 2015-06-02T08:06:48Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:48Z DEBUG stdout=
> 2015-06-02T08:06:48Z DEBUG stderr=
> 2015-06-02T08:06:48Z DEBUG Starting external process
> 2015-06-02T08:06:48Z DEBUG args='/bin/systemctl' 'is-active' 'messagebus.service'
> 2015-06-02T08:06:48Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:48Z DEBUG stdout=active
> 
> 2015-06-02T08:06:48Z DEBUG stderr=
> 2015-06-02T08:06:48Z DEBUG Starting external process
> 2015-06-02T08:06:48Z DEBUG args='/bin/systemctl' 'start' 'certmonger.service'
> 2015-06-02T08:06:48Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:48Z DEBUG stdout=
> 2015-06-02T08:06:48Z DEBUG stderr=
> 2015-06-02T08:06:48Z DEBUG Starting external process
> 2015-06-02T08:06:48Z DEBUG args='/bin/systemctl' 'is-active' 'certmonger.service'
> 2015-06-02T08:06:48Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:48Z DEBUG stdout=active
> 
> 2015-06-02T08:06:48Z DEBUG stderr=
> 2015-06-02T08:06:48Z DEBUG Starting external process
> 2015-06-02T08:06:48Z DEBUG args='/bin/systemctl' 'is-active' 'certmonger.service'
> 2015-06-02T08:06:48Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:48Z DEBUG stdout=active
> 
> 2015-06-02T08:06:48Z DEBUG stderr=
> 2015-06-02T08:06:49Z DEBUG Starting external process
> 2015-06-02T08:06:49Z DEBUG args='/bin/systemctl' 'is-active' 'certmonger.service'
> 2015-06-02T08:06:49Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:49Z DEBUG stdout=active
> 
> 2015-06-02T08:06:49Z DEBUG stderr=
> 2015-06-02T08:06:49Z DEBUG Starting external process
> 2015-06-02T08:06:49Z DEBUG args='/bin/systemctl' 'is-active' 'certmonger.service'
> 2015-06-02T08:06:49Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:49Z DEBUG stdout=active
> 
> 2015-06-02T08:06:49Z DEBUG stderr=
> 2015-06-02T08:06:49Z DEBUG Starting external process
> 2015-06-02T08:06:49Z DEBUG args='/bin/systemctl' 'is-active' 'certmonger.service'
> 2015-06-02T08:06:49Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:49Z DEBUG stdout=active
> 
> 2015-06-02T08:06:49Z DEBUG stderr=
> 2015-06-02T08:06:49Z DEBUG Starting external process
> 2015-06-02T08:06:49Z DEBUG args='/bin/systemctl' 'is-active' 'certmonger.service'
> 2015-06-02T08:06:49Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:49Z DEBUG stdout=active
> 
> 2015-06-02T08:06:49Z DEBUG stderr=
> 2015-06-02T08:06:50Z DEBUG Starting external process
> 2015-06-02T08:06:50Z DEBUG args='/bin/systemctl' 'is-active' 'certmonger.service'
> 2015-06-02T08:06:50Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:50Z DEBUG stdout=active
> 
> 2015-06-02T08:06:50Z DEBUG stderr=
> 2015-06-02T08:06:50Z DEBUG Starting external process
> 2015-06-02T08:06:50Z DEBUG args='/bin/systemctl' 'is-active' 'certmonger.service'
> 2015-06-02T08:06:50Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:50Z DEBUG stdout=active
> 
> 2015-06-02T08:06:50Z DEBUG stderr=
> 2015-06-02T08:06:50Z DEBUG Starting external process
> 2015-06-02T08:06:50Z DEBUG args='/bin/systemctl' 'is-active' 'certmonger.service'
> 2015-06-02T08:06:50Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:50Z DEBUG stdout=active
> 
> 2015-06-02T08:06:50Z DEBUG stderr=
> 2015-06-02T08:06:50Z DEBUG Starting external process
> 2015-06-02T08:06:50Z DEBUG args='/bin/systemctl' 'is-active' 'certmonger.service'
> 2015-06-02T08:06:50Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:50Z DEBUG stdout=active
> 
> 2015-06-02T08:06:50Z DEBUG stderr=
> 2015-06-02T08:06:50Z DEBUG Starting external process
> 2015-06-02T08:06:50Z DEBUG args='/bin/systemctl' 'is-active' 'certmonger.service'
> 2015-06-02T08:06:50Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:50Z DEBUG stdout=active
> 
> 2015-06-02T08:06:50Z DEBUG stderr=
> 2015-06-02T08:06:50Z DEBUG Starting external process
> 2015-06-02T08:06:50Z DEBUG args='/bin/systemctl' 'is-active' 'certmonger.service'
> 2015-06-02T08:06:50Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:50Z DEBUG stdout=active
> 
> 2015-06-02T08:06:50Z DEBUG stderr=
> 2015-06-02T08:06:50Z DEBUG Starting external process
> 2015-06-02T08:06:50Z DEBUG args='/bin/systemctl' 'is-active' 'certmonger.service'
> 2015-06-02T08:06:50Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:50Z DEBUG stdout=active
> 
> 2015-06-02T08:06:50Z DEBUG stderr=
> 2015-06-02T08:06:50Z DEBUG Starting external process
> 2015-06-02T08:06:50Z DEBUG args='/bin/systemctl' 'stop' 'certmonger.service'
> 2015-06-02T08:06:50Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:50Z DEBUG stdout=
> 2015-06-02T08:06:50Z DEBUG stderr=
> 2015-06-02T08:06:50Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:50Z DEBUG Unconfiguring CA
> 2015-06-02T08:06:50Z DEBUG Starting external process
> 2015-06-02T08:06:50Z DEBUG args='/usr/sbin/pkidestroy' '-i' 'pki-tomcat' '-s' 'CA'
> 2015-06-02T08:06:51Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:51Z DEBUG stdout=Loading deployment configuration from /var/lib/pki/pki-tomcat/ca/registry/ca/deployment.cfg.
> Uninstalling CA from /var/lib/pki/pki-tomcat.
> 
> Uninstallation complete.
> 
> 2015-06-02T08:06:51Z DEBUG stderr=pkidestroy  : WARNING  ....... this 'CA' entry will NOT be deleted from security domain 'IPA'!
> pkidestroy  : WARNING  ....... security domain 'IPA' may be offline or unreachable!
> pkidestroy  : ERROR    ....... subprocess.CalledProcessError:  Command '['/usr/bin/sslget', '-n', 'subsystemCert cert-pki-ca', '-p', '922918590690', '-d', '/etc/pki/pki-tomcat/alias', '-e', 'name="/var/lib/pki/pki-tomcat"&type=CA&list=caList&host=replica1.zaeba.li&sport=443&ncsport=443&adminsport=443&agentsport=443&operation=remove', '-v', '-r', '/ca/agent/ca/updateDomainXML', 'replica1.zaeba.li:443']' returned non-zero exit status 6!
> 
> 2015-06-02T08:06:51Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:51Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:51Z DEBUG Saving StateFile to '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:51Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:51Z DEBUG Starting external process
> 2015-06-02T08:06:51Z DEBUG args='/bin/systemctl' 'start' 'messagebus.service'
> 2015-06-02T08:06:51Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:51Z DEBUG stdout=
> 2015-06-02T08:06:51Z DEBUG stderr=
> 2015-06-02T08:06:51Z DEBUG Starting external process
> 2015-06-02T08:06:51Z DEBUG args='/bin/systemctl' 'is-active' 'messagebus.service'
> 2015-06-02T08:06:51Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:51Z DEBUG stdout=active
> 
> 2015-06-02T08:06:51Z DEBUG stderr=
> 2015-06-02T08:06:51Z DEBUG Starting external process
> 2015-06-02T08:06:51Z DEBUG args='/bin/systemctl' 'start' 'certmonger.service'
> 2015-06-02T08:06:51Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:51Z DEBUG stdout=
> 2015-06-02T08:06:51Z DEBUG stderr=
> 2015-06-02T08:06:51Z DEBUG Starting external process
> 2015-06-02T08:06:51Z DEBUG args='/bin/systemctl' 'is-active' 'certmonger.service'
> 2015-06-02T08:06:51Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:51Z DEBUG stdout=active
> 
> 2015-06-02T08:06:51Z DEBUG stderr=
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Saving StateFile to '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Starting external process
> 2015-06-02T08:06:52Z DEBUG args='/bin/systemctl' 'stop' 'certmonger.service'
> 2015-06-02T08:06:52Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:52Z DEBUG stdout=
> 2015-06-02T08:06:52Z DEBUG stderr=
> 2015-06-02T08:06:52Z INFO Remove old CRL files
> 2015-06-02T08:06:52Z INFO Remove CRL directory
> 2015-06-02T08:06:52Z DEBUG Loading Index file from '/var/lib/ipa/sysrestore/sysrestore.index'
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Unconfiguring named
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Saving StateFile to '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Saving StateFile to '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Saving StateFile to '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Saving StateFile to '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Saving StateFile to '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Saving StateFile to '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG raw: dnsrecord_del(u'zaeba.li', u'_ldap._tcp', srvrecord=u'0 100 389 replica1', version=u'2.122')
> 2015-06-02T08:06:52Z DEBUG dnsrecord_del(<DNS name zaeba.li.>, <DNS name _ldap._tcp>, srvrecord=(u'0 100 389 replica1',), del_all=False, structured=False, version=u'2.122')
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Saving StateFile to '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG raw: dnsrecord_del(u'zaeba.li', u'_kerberos._tcp', srvrecord=u'0 100 88 replica1', version=u'2.122')
> 2015-06-02T08:06:52Z DEBUG dnsrecord_del(<DNS name zaeba.li.>, <DNS name _kerberos._tcp>, srvrecord=(u'0 100 88 replica1',), del_all=False, structured=False, version=u'2.122')
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Saving StateFile to '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG raw: dnsrecord_del(u'zaeba.li', u'_kerberos._udp', srvrecord=u'0 100 88 replica1', version=u'2.122')
> 2015-06-02T08:06:52Z DEBUG dnsrecord_del(<DNS name zaeba.li.>, <DNS name _kerberos._udp>, srvrecord=(u'0 100 88 replica1',), del_all=False, structured=False, version=u'2.122')
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Saving StateFile to '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG raw: dnsrecord_del(u'zaeba.li', u'_kerberos-master._tcp', srvrecord=u'0 100 88 replica1', version=u'2.122')
> 2015-06-02T08:06:52Z DEBUG dnsrecord_del(<DNS name zaeba.li.>, <DNS name _kerberos-master._tcp>, srvrecord=(u'0 100 88 replica1',), del_all=False, structured=False, version=u'2.122')
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Saving StateFile to '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG raw: dnsrecord_del(u'zaeba.li', u'_kerberos-master._udp', srvrecord=u'0 100 88 replica1', version=u'2.122')
> 2015-06-02T08:06:52Z DEBUG dnsrecord_del(<DNS name zaeba.li.>, <DNS name _kerberos-master._udp>, srvrecord=(u'0 100 88 replica1',), del_all=False, structured=False, version=u'2.122')
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Saving StateFile to '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG raw: dnsrecord_del(u'zaeba.li', u'_kpasswd._tcp', srvrecord=u'0 100 464 replica1', version=u'2.122')
> 2015-06-02T08:06:52Z DEBUG dnsrecord_del(<DNS name zaeba.li.>, <DNS name _kpasswd._tcp>, srvrecord=(u'0 100 464 replica1',), del_all=False, structured=False, version=u'2.122')
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Saving StateFile to '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG raw: dnsrecord_del(u'zaeba.li', u'_kpasswd._udp', srvrecord=u'0 100 464 replica1', version=u'2.122')
> 2015-06-02T08:06:52Z DEBUG dnsrecord_del(<DNS name zaeba.li.>, <DNS name _kpasswd._udp>, srvrecord=(u'0 100 464 replica1',), del_all=False, structured=False, version=u'2.122')
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Saving StateFile to '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG raw: dnsrecord_del(u'zaeba.li', u'_ntp._udp', srvrecord=u'0 100 123 replica1', version=u'2.122')
> 2015-06-02T08:06:52Z DEBUG dnsrecord_del(<DNS name zaeba.li.>, <DNS name _ntp._udp>, srvrecord=(u'0 100 123 replica1',), del_all=False, structured=False, version=u'2.122')
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Saving StateFile to '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Saving StateFile to '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG raw: dnsrecord_del(u'122.168.192.in-addr.arpa.', u'@', nsrecord=u'replica1.zaeba.li.', version=u'2.122')
> 2015-06-02T08:06:52Z DEBUG dnsrecord_del(<DNS name 122.168.192.in-addr.arpa.>, <DNS name @>, nsrecord=(u'replica1.zaeba.li.',), del_all=False, structured=False, version=u'2.122')
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Saving StateFile to '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Saving StateFile to '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG raw: dnsrecord_del(u'zaeba.li.', u'@', nsrecord=u'replica1.zaeba.li.', version=u'2.122')
> 2015-06-02T08:06:52Z DEBUG dnsrecord_del(<DNS name zaeba.li.>, <DNS name @>, nsrecord=(u'replica1.zaeba.li.',), del_all=False, structured=False, version=u'2.122')
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Restoring system configuration file '/etc/named.conf'
> 2015-06-02T08:06:52Z DEBUG Starting external process
> 2015-06-02T08:06:52Z DEBUG args='/usr/sbin/selinuxenabled'
> 2015-06-02T08:06:52Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:52Z DEBUG stdout=
> 2015-06-02T08:06:52Z DEBUG stderr=
> 2015-06-02T08:06:52Z DEBUG Starting external process
> 2015-06-02T08:06:52Z DEBUG args='/sbin/restorecon' '/etc/named.conf'
> 2015-06-02T08:06:52Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:52Z DEBUG stdout=
> 2015-06-02T08:06:52Z DEBUG stderr=
> 2015-06-02T08:06:52Z DEBUG Saving Index File to '/var/lib/ipa/sysrestore/sysrestore.index'
> 2015-06-02T08:06:52Z DEBUG Restoring system configuration file '/etc/resolv.conf'
> 2015-06-02T08:06:52Z DEBUG Starting external process
> 2015-06-02T08:06:52Z DEBUG args='/usr/sbin/selinuxenabled'
> 2015-06-02T08:06:52Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:52Z DEBUG stdout=
> 2015-06-02T08:06:52Z DEBUG stderr=
> 2015-06-02T08:06:52Z DEBUG Starting external process
> 2015-06-02T08:06:52Z DEBUG args='/sbin/restorecon' '/etc/resolv.conf'
> 2015-06-02T08:06:52Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:52Z DEBUG stdout=
> 2015-06-02T08:06:52Z DEBUG stderr=
> 2015-06-02T08:06:52Z DEBUG Saving Index File to '/var/lib/ipa/sysrestore/sysrestore.index'
> 2015-06-02T08:06:52Z DEBUG Starting external process
> 2015-06-02T08:06:52Z DEBUG args='/bin/systemctl' 'unmask' 'named.service'
> 2015-06-02T08:06:52Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:52Z DEBUG stdout=
> 2015-06-02T08:06:52Z DEBUG stderr=Removed symlink /etc/systemd/system/named.service.
> 
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Unconfiguring ipa-dnskeysyncd
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Saving StateFile to '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Starting external process
> 2015-06-02T08:06:52Z DEBUG args='/bin/systemctl' 'stop' 'ipa-dnskeysyncd.service'
> 2015-06-02T08:06:52Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:52Z DEBUG stdout=
> 2015-06-02T08:06:52Z DEBUG stderr=
> 2015-06-02T08:06:52Z DEBUG Starting external process
> 2015-06-02T08:06:52Z DEBUG args='/bin/systemctl' 'disable' 'ipa-dnskeysyncd.service'
> 2015-06-02T08:06:52Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:52Z DEBUG stdout=
> 2015-06-02T08:06:52Z DEBUG stderr=
> 2015-06-02T08:06:52Z DEBUG Restoring system configuration file '/etc/sysconfig/named'
> 2015-06-02T08:06:52Z DEBUG Starting external process
> 2015-06-02T08:06:52Z DEBUG args='/usr/sbin/selinuxenabled'
> 2015-06-02T08:06:52Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:52Z DEBUG stdout=
> 2015-06-02T08:06:52Z DEBUG stderr=
> 2015-06-02T08:06:52Z DEBUG Starting external process
> 2015-06-02T08:06:52Z DEBUG args='/sbin/restorecon' '/etc/sysconfig/named'
> 2015-06-02T08:06:52Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:52Z DEBUG stdout=
> 2015-06-02T08:06:52Z DEBUG stderr=
> 2015-06-02T08:06:52Z DEBUG Saving Index File to '/var/lib/ipa/sysrestore/sysrestore.index'
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Unconfiguring web server
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Saving StateFile to '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Saving StateFile to '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:52Z DEBUG Loading Index file from '/var/lib/ipa/sysrestore/sysrestore.index'
> 2015-06-02T08:06:52Z DEBUG Starting external process
> 2015-06-02T08:06:52Z DEBUG args='/bin/systemctl' 'is-active' 'certmonger.service'
> 2015-06-02T08:06:52Z DEBUG Process finished, return code=3
> 2015-06-02T08:06:52Z DEBUG stdout=unknown
> 
> 2015-06-02T08:06:52Z DEBUG stderr=
> 2015-06-02T08:06:52Z DEBUG Starting external process
> 2015-06-02T08:06:52Z DEBUG args='/bin/systemctl' 'start' 'certmonger.service'
> 2015-06-02T08:06:52Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:52Z DEBUG stdout=
> 2015-06-02T08:06:52Z DEBUG stderr=
> 2015-06-02T08:06:52Z DEBUG Starting external process
> 2015-06-02T08:06:52Z DEBUG args='/bin/systemctl' 'is-active' 'certmonger.service'
> 2015-06-02T08:06:52Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:52Z DEBUG stdout=active
> 
> 2015-06-02T08:06:52Z DEBUG stderr=
> 2015-06-02T08:06:53Z DEBUG Starting external process
> 2015-06-02T08:06:53Z DEBUG args='/bin/systemctl' 'is-active' 'certmonger.service'
> 2015-06-02T08:06:53Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:53Z DEBUG stdout=active
> 
> 2015-06-02T08:06:53Z DEBUG stderr=
> 2015-06-02T08:06:53Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:53Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:53Z DEBUG Saving StateFile to '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:53Z DEBUG Restoring system configuration file '/etc/httpd/conf.d/ipa.conf'
> 2015-06-02T08:06:53Z DEBUG No such file name in the index
> 2015-06-02T08:06:53Z DEBUG Restoring system configuration file '/etc/httpd/conf.d/ssl.conf'
> 2015-06-02T08:06:53Z DEBUG No such file name in the index
> 2015-06-02T08:06:53Z DEBUG Restoring system configuration file '/etc/httpd/conf.d/nss.conf'
> 2015-06-02T08:06:53Z DEBUG Starting external process
> 2015-06-02T08:06:53Z DEBUG args='/usr/sbin/selinuxenabled'
> 2015-06-02T08:06:53Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:53Z DEBUG stdout=
> 2015-06-02T08:06:53Z DEBUG stderr=
> 2015-06-02T08:06:53Z DEBUG Starting external process
> 2015-06-02T08:06:53Z DEBUG args='/sbin/restorecon' '/etc/httpd/conf.d/nss.conf'
> 2015-06-02T08:06:53Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:53Z DEBUG stdout=
> 2015-06-02T08:06:53Z DEBUG stderr=
> 2015-06-02T08:06:53Z DEBUG Saving Index File to '/var/lib/ipa/sysrestore/sysrestore.index'
> 2015-06-02T08:06:53Z DEBUG Starting external process
> 2015-06-02T08:06:53Z DEBUG args='/usr/bin/kdestroy' '-c' '/var/run/httpd/ipa/krbcache/krb5ccache'
> 2015-06-02T08:06:53Z DEBUG runas=apache (UID 48, GID 48)
> 2015-06-02T08:06:53Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:53Z DEBUG stdout=
> 2015-06-02T08:06:53Z DEBUG stderr=kdestroy: No credentials cache found while destroying cache
> 
> 2015-06-02T08:06:53Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:53Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:53Z DEBUG Saving StateFile to '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:53Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:53Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:53Z DEBUG Saving StateFile to '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:53Z DEBUG Starting external process
> 2015-06-02T08:06:53Z DEBUG args='/usr/sbin/selinuxenabled'
> 2015-06-02T08:06:53Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:53Z DEBUG stdout=
> 2015-06-02T08:06:53Z DEBUG stderr=
> 2015-06-02T08:06:53Z DEBUG Starting external process
> 2015-06-02T08:06:53Z DEBUG args='/usr/sbin/getsebool' 'httpd_can_network_connect'
> 2015-06-02T08:06:53Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:53Z DEBUG stdout=httpd_can_network_connect --> on
> 
> 2015-06-02T08:06:53Z DEBUG stderr=
> 2015-06-02T08:06:53Z DEBUG Starting external process
> 2015-06-02T08:06:53Z DEBUG args='/usr/sbin/getsebool' 'httpd_manage_ipa'
> 2015-06-02T08:06:53Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:53Z DEBUG stdout=httpd_manage_ipa --> on
> 
> 2015-06-02T08:06:53Z DEBUG stderr=
> 2015-06-02T08:06:53Z DEBUG Starting external process
> 2015-06-02T08:06:53Z DEBUG args='/usr/sbin/setsebool' '-P' 'httpd_can_network_connect=off' 'httpd_manage_ipa=off'
> 2015-06-02T08:06:55Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:55Z DEBUG stdout=
> 2015-06-02T08:06:55Z DEBUG stderr=
> 2015-06-02T08:06:55Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:55Z DEBUG Unconfiguring krb5kdc
> 2015-06-02T08:06:55Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:55Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:55Z DEBUG Saving StateFile to '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:55Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:55Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:55Z DEBUG Saving StateFile to '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:55Z DEBUG Starting external process
> 2015-06-02T08:06:55Z DEBUG args='/bin/systemctl' 'stop' 'krb5kdc.service'
> 2015-06-02T08:06:55Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:55Z DEBUG stdout=
> 2015-06-02T08:06:55Z DEBUG stderr=
> 2015-06-02T08:06:55Z DEBUG Restoring system configuration file '/var/kerberos/krb5kdc/kdc.conf'
> 2015-06-02T08:06:55Z DEBUG Starting external process
> 2015-06-02T08:06:55Z DEBUG args='/usr/sbin/selinuxenabled'
> 2015-06-02T08:06:55Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:55Z DEBUG stdout=
> 2015-06-02T08:06:55Z DEBUG stderr=
> 2015-06-02T08:06:55Z DEBUG Starting external process
> 2015-06-02T08:06:55Z DEBUG args='/sbin/restorecon' '/var/kerberos/krb5kdc/kdc.conf'
> 2015-06-02T08:06:55Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:55Z DEBUG stdout=
> 2015-06-02T08:06:55Z DEBUG stderr=
> 2015-06-02T08:06:55Z DEBUG Saving Index File to '/var/lib/ipa/sysrestore/sysrestore.index'
> 2015-06-02T08:06:55Z DEBUG Restoring system configuration file '/etc/krb5.conf'
> 2015-06-02T08:06:55Z DEBUG Starting external process
> 2015-06-02T08:06:55Z DEBUG args='/usr/sbin/selinuxenabled'
> 2015-06-02T08:06:55Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:55Z DEBUG stdout=
> 2015-06-02T08:06:55Z DEBUG stderr=
> 2015-06-02T08:06:55Z DEBUG Starting external process
> 2015-06-02T08:06:55Z DEBUG args='/sbin/restorecon' '/etc/krb5.conf'
> 2015-06-02T08:06:55Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:55Z DEBUG stdout=
> 2015-06-02T08:06:55Z DEBUG stderr=
> 2015-06-02T08:06:55Z DEBUG Saving Index File to '/var/lib/ipa/sysrestore/sysrestore.index'
> 2015-06-02T08:06:55Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:55Z DEBUG Unconfiguring kadmin
> 2015-06-02T08:06:55Z DEBUG Starting external process
> 2015-06-02T08:06:55Z DEBUG args='/bin/systemctl' 'stop' 'kadmin.service'
> 2015-06-02T08:06:55Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:55Z DEBUG stdout=
> 2015-06-02T08:06:55Z DEBUG stderr=
> 2015-06-02T08:06:55Z DEBUG Starting external process
> 2015-06-02T08:06:55Z DEBUG args='/bin/systemctl' 'disable' 'kadmin.service'
> 2015-06-02T08:06:55Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:55Z DEBUG stdout=
> 2015-06-02T08:06:55Z DEBUG stderr=
> 2015-06-02T08:06:55Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:55Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:55Z DEBUG Saving StateFile to '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:55Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:55Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:55Z DEBUG Saving StateFile to '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:55Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:55Z DEBUG Unconfiguring directory server
> 2015-06-02T08:06:55Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:55Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:55Z DEBUG Saving StateFile to '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:55Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:55Z DEBUG Restoring system configuration file '/etc/security/limits.conf'
> 2015-06-02T08:06:55Z DEBUG No such file name in the index
> 2015-06-02T08:06:55Z DEBUG Starting external process
> 2015-06-02T08:06:55Z DEBUG args='/bin/systemctl' 'enable' 'dirsrv at ZAEBA-LI.service'
> 2015-06-02T08:06:55Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:55Z DEBUG stdout=
> 2015-06-02T08:06:55Z DEBUG stderr=The unit files have no [Install] section. They are not meant to be enabled
> using systemctl.
> Possible reasons for having this kind of units are:
> 1) A unit may be statically enabled by being symlinked from another unit's
>    .wants/ or .requires/ directory.
> 2) A unit's purpose may be to act as a helper for some other unit which has
>    a requirement dependency on it.
> 3) A unit may be started when needed via activation (socket, path, timer,
>    D-Bus, udev, scripted systemctl call, ...).
> 
> 2015-06-02T08:06:55Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:55Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:55Z DEBUG Saving StateFile to '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:55Z DEBUG Loading Index file from '/var/lib/ipa/sysrestore/sysrestore.index'
> 2015-06-02T08:06:55Z DEBUG Starting external process
> 2015-06-02T08:06:55Z DEBUG args='/bin/systemctl' 'is-active' 'certmonger.service'
> 2015-06-02T08:06:55Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:55Z DEBUG stdout=active
> 
> 2015-06-02T08:06:55Z DEBUG stderr=
> 2015-06-02T08:06:55Z DEBUG Starting external process
> 2015-06-02T08:06:55Z DEBUG args='/bin/systemctl' 'is-active' 'certmonger.service'
> 2015-06-02T08:06:55Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:55Z DEBUG stdout=active
> 
> 2015-06-02T08:06:55Z DEBUG stderr=
> 2015-06-02T08:06:55Z DEBUG Removing DS instance ZAEBA-LI
> 2015-06-02T08:06:55Z DEBUG Starting external process
> 2015-06-02T08:06:55Z DEBUG args='/usr/sbin/remove-ds.pl' '-i' 'slapd-ZAEBA-LI'
> 2015-06-02T08:06:57Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:57Z DEBUG stdout=Instance slapd-ZAEBA-LI removed.
> 
> 2015-06-02T08:06:57Z DEBUG stderr=
> 2015-06-02T08:06:57Z DEBUG Removing DS keytab
> 2015-06-02T08:06:57Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:57Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:57Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:57Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:57Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:57Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:57Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:57Z DEBUG Starting external process
> 2015-06-02T08:06:57Z DEBUG args='/bin/systemctl' 'stop' 'smb.service'
> 2015-06-02T08:06:57Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:57Z DEBUG stdout=
> 2015-06-02T08:06:57Z DEBUG stderr=
> 2015-06-02T08:06:57Z DEBUG Starting external process
> 2015-06-02T08:06:57Z DEBUG args='/bin/systemctl' 'disable' 'smb.service'
> 2015-06-02T08:06:57Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:57Z DEBUG stdout=
> 2015-06-02T08:06:57Z DEBUG stderr=
> 2015-06-02T08:06:57Z DEBUG Starting external process
> 2015-06-02T08:06:57Z DEBUG args='/bin/systemctl' 'stop' 'winbind.service'
> 2015-06-02T08:06:57Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:57Z DEBUG stdout=
> 2015-06-02T08:06:57Z DEBUG stderr=
> 2015-06-02T08:06:57Z DEBUG Starting external process
> 2015-06-02T08:06:57Z DEBUG args='/bin/systemctl' 'disable' 'winbind.service'
> 2015-06-02T08:06:57Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:57Z DEBUG stdout=
> 2015-06-02T08:06:57Z DEBUG stderr=
> 2015-06-02T08:06:57Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:57Z DEBUG Starting external process
> 2015-06-02T08:06:57Z DEBUG args='/usr/sbin/selinuxenabled'
> 2015-06-02T08:06:57Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:57Z DEBUG stdout=
> 2015-06-02T08:06:57Z DEBUG stderr=
> 2015-06-02T08:06:57Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:57Z DEBUG Unconfiguring ipa_memcached
> 2015-06-02T08:06:57Z DEBUG Starting external process
> 2015-06-02T08:06:57Z DEBUG args='/bin/systemctl' 'stop' 'ipa_memcached.service'
> 2015-06-02T08:06:57Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:57Z DEBUG stdout=
> 2015-06-02T08:06:57Z DEBUG stderr=
> 2015-06-02T08:06:57Z DEBUG Starting external process
> 2015-06-02T08:06:57Z DEBUG args='/bin/systemctl' 'disable' 'ipa_memcached.service'
> 2015-06-02T08:06:57Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:57Z DEBUG stdout=
> 2015-06-02T08:06:57Z DEBUG stderr=
> 2015-06-02T08:06:57Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:57Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:57Z DEBUG Saving StateFile to '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:57Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:57Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:57Z DEBUG Saving StateFile to '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:57Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:57Z DEBUG Unconfiguring ipa-otpd
> 2015-06-02T08:06:57Z DEBUG Starting external process
> 2015-06-02T08:06:57Z DEBUG args='/bin/systemctl' 'stop' 'ipa-otpd.socket' '--ignore-dependencies'
> 2015-06-02T08:06:57Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:57Z DEBUG stdout=
> 2015-06-02T08:06:57Z DEBUG stderr=
> 2015-06-02T08:06:57Z DEBUG Starting external process
> 2015-06-02T08:06:57Z DEBUG args='/bin/systemctl' 'disable' 'ipa-otpd.socket'
> 2015-06-02T08:06:57Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:57Z DEBUG stdout=
> 2015-06-02T08:06:57Z DEBUG stderr=
> 2015-06-02T08:06:57Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:57Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:57Z DEBUG Saving StateFile to '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:57Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:57Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:57Z DEBUG Saving StateFile to '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:57Z DEBUG   -> no modules, removing file
> 2015-06-02T08:06:57Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:57Z DEBUG Starting external process
> 2015-06-02T08:06:57Z DEBUG args='/usr/sbin/selinuxenabled'
> 2015-06-02T08:06:57Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:57Z DEBUG stdout=
> 2015-06-02T08:06:57Z DEBUG stderr=
> 2015-06-02T08:06:57Z DEBUG Starting external process
> 2015-06-02T08:06:57Z DEBUG args='/sbin/restorecon' '/etc/hosts'
> 2015-06-02T08:06:57Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:57Z DEBUG stdout=
> 2015-06-02T08:06:57Z DEBUG stderr=
> 2015-06-02T08:06:57Z DEBUG Starting external process
> 2015-06-02T08:06:57Z DEBUG args='/usr/sbin/selinuxenabled'
> 2015-06-02T08:06:57Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:57Z DEBUG stdout=
> 2015-06-02T08:06:57Z DEBUG stderr=
> 2015-06-02T08:06:57Z DEBUG Starting external process
> 2015-06-02T08:06:57Z DEBUG args='/sbin/restorecon' '/usr/share/ipa/html/krb.con'
> 2015-06-02T08:06:57Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:57Z DEBUG stdout=
> 2015-06-02T08:06:57Z DEBUG stderr=
> 2015-06-02T08:06:57Z DEBUG Starting external process
> 2015-06-02T08:06:57Z DEBUG args='/usr/sbin/selinuxenabled'
> 2015-06-02T08:06:57Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:57Z DEBUG stdout=
> 2015-06-02T08:06:57Z DEBUG stderr=
> 2015-06-02T08:06:57Z DEBUG Starting external process
> 2015-06-02T08:06:57Z DEBUG args='/sbin/restorecon' '/etc/sysconfig/dirsrv'
> 2015-06-02T08:06:57Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:57Z DEBUG stdout=
> 2015-06-02T08:06:57Z DEBUG stderr=
> 2015-06-02T08:06:57Z DEBUG   -> Not restoring - '/var/lib/ipa/sysrestore/4d720ffcd6b607a1-named.conf' doesn't exist
> 2015-06-02T08:06:57Z DEBUG Starting external process
> 2015-06-02T08:06:57Z DEBUG args='/usr/sbin/selinuxenabled'
> 2015-06-02T08:06:57Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:57Z DEBUG stdout=
> 2015-06-02T08:06:57Z DEBUG stderr=
> 2015-06-02T08:06:57Z DEBUG Starting external process
> 2015-06-02T08:06:57Z DEBUG args='/sbin/restorecon' '/etc/sysconfig/dirsrv'
> 2015-06-02T08:06:57Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:57Z DEBUG stdout=
> 2015-06-02T08:06:57Z DEBUG stderr=
> 2015-06-02T08:06:57Z DEBUG Starting external process
> 2015-06-02T08:06:57Z DEBUG args='/usr/sbin/selinuxenabled'
> 2015-06-02T08:06:57Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:57Z DEBUG stdout=
> 2015-06-02T08:06:57Z DEBUG stderr=
> 2015-06-02T08:06:57Z DEBUG Starting external process
> 2015-06-02T08:06:57Z DEBUG args='/sbin/restorecon' '/etc/sysconfig/ntpd'
> 2015-06-02T08:06:57Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:57Z DEBUG stdout=
> 2015-06-02T08:06:57Z DEBUG stderr=
> 2015-06-02T08:06:57Z DEBUG Starting external process
> 2015-06-02T08:06:57Z DEBUG args='/usr/sbin/selinuxenabled'
> 2015-06-02T08:06:57Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:57Z DEBUG stdout=
> 2015-06-02T08:06:57Z DEBUG stderr=
> 2015-06-02T08:06:57Z DEBUG Starting external process
> 2015-06-02T08:06:57Z DEBUG args='/sbin/restorecon' '/etc/sysconfig/krb5kdc'
> 2015-06-02T08:06:57Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:57Z DEBUG stdout=
> 2015-06-02T08:06:57Z DEBUG stderr=
> 2015-06-02T08:06:57Z DEBUG Starting external process
> 2015-06-02T08:06:57Z DEBUG args='/usr/sbin/selinuxenabled'
> 2015-06-02T08:06:57Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:57Z DEBUG stdout=
> 2015-06-02T08:06:57Z DEBUG stderr=
> 2015-06-02T08:06:57Z DEBUG Starting external process
> 2015-06-02T08:06:57Z DEBUG args='/sbin/restorecon' '/usr/share/ipa/html/krbrealm.con'
> 2015-06-02T08:06:57Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:57Z DEBUG stdout=
> 2015-06-02T08:06:57Z DEBUG stderr=
> 2015-06-02T08:06:57Z DEBUG   -> Not restoring - '/var/lib/ipa/sysrestore/d81eecfea953034b-resolv.conf' doesn't exist
> 2015-06-02T08:06:57Z DEBUG Starting external process
> 2015-06-02T08:06:57Z DEBUG args='/usr/sbin/selinuxenabled'
> 2015-06-02T08:06:57Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:57Z DEBUG stdout=
> 2015-06-02T08:06:57Z DEBUG stderr=
> 2015-06-02T08:06:57Z DEBUG Starting external process
> 2015-06-02T08:06:57Z DEBUG args='/sbin/restorecon' '/etc/krb5.keytab'
> 2015-06-02T08:06:57Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:57Z DEBUG stdout=
> 2015-06-02T08:06:57Z DEBUG stderr=
> 2015-06-02T08:06:57Z DEBUG   -> Not restoring - '/var/lib/ipa/sysrestore/d81970e754d29ebd-named' doesn't exist
> 2015-06-02T08:06:57Z DEBUG Starting external process
> 2015-06-02T08:06:57Z DEBUG args='/usr/sbin/selinuxenabled'
> 2015-06-02T08:06:57Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:57Z DEBUG stdout=
> 2015-06-02T08:06:57Z DEBUG stderr=
> 2015-06-02T08:06:57Z DEBUG Starting external process
> 2015-06-02T08:06:57Z DEBUG args='/sbin/restorecon' '/usr/share/ipa/html/krb5.ini'
> 2015-06-02T08:06:57Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:57Z DEBUG stdout=
> 2015-06-02T08:06:57Z DEBUG stderr=
> 2015-06-02T08:06:57Z DEBUG Saving Index File to '/var/lib/ipa/sysrestore/sysrestore.index'
> 2015-06-02T08:06:57Z DEBUG   -> no files, removing file
> 2015-06-02T08:06:57Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:57Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:57Z DEBUG Starting external process
> 2015-06-02T08:06:57Z DEBUG args='/bin/systemctl' 'disable' 'ipa.service'
> 2015-06-02T08:06:57Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:57Z DEBUG stdout=
> 2015-06-02T08:06:57Z DEBUG stderr=Removed symlink /etc/systemd/system/multi-user.target.wants/ipa.service.
> 
> 2015-06-02T08:06:57Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
> 2015-06-02T08:06:57Z DEBUG Starting external process
> 2015-06-02T08:06:57Z DEBUG args='/bin/systemctl' 'is-active' 'certmonger.service'
> 2015-06-02T08:06:57Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:57Z DEBUG stdout=active
> 
> 2015-06-02T08:06:57Z DEBUG stderr=
> 2015-06-02T08:06:57Z DEBUG Starting external process
> 2015-06-02T08:06:57Z DEBUG args='/bin/systemctl' 'is-active' 'certmonger.service'
> 2015-06-02T08:06:57Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:57Z DEBUG stdout=active
> 
> 2015-06-02T08:06:57Z DEBUG stderr=
> 2015-06-02T08:06:57Z DEBUG Starting external process
> 2015-06-02T08:06:57Z DEBUG args='/bin/systemctl' 'is-active' 'certmonger.service'
> 2015-06-02T08:06:57Z DEBUG Process finished, return code=0
> 2015-06-02T08:06:57Z DEBUG stdout=active
> 
> 2015-06-02T08:06:57Z DEBUG stderr=
> 2015-06-02T08:06:57Z DEBUG   File "/usr/lib/python2.7/site-packages/ipaserver/install/installutils.py", line 733, in run_script
>     return_value = main_function()
> 
>   File "/sbin/ipa-server-install", line 375, in main
>     server.uninstall(options)
> 
>   File "/usr/lib/python2.7/site-packages/ipaserver/install/server/install.py", line 279, in decorated
>     destroy_private_ccache()
> 
>   File "/usr/lib/python2.7/site-packages/ipaserver/install/server/install.py", line 267, in destroy_private_ccache
>     if os.path.exists(path):
> 
>   File "/usr/lib64/python2.7/genericpath.py", line 18, in exists
>     os.stat(path)
> 
> 2015-06-02T08:06:57Z DEBUG The ipa-server-install command failed, exception: TypeError: coercing to Unicode: need string or buffer, NoneType found

> -- 
> Manage your subscription for the Freeipa-devel mailing list:
> https://www.redhat.com/mailman/listinfo/freeipa-devel
> Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code




More information about the Freeipa-devel mailing list