[Freeipa-users] FreeIPA 4.3.0 replica installation fails with AttributeError: 'NameSpace' object has no attribute 'rpcclient'

Martin Basti mbasti at redhat.com
Mon Jan 18 09:43:05 UTC 2016


Hello,

sorry for troubles.

This is probably this bug: https://fedorahosted.org/freeipa/ticket/5562

It has been fixed, fix will be in IPA 4.3.1



On 17.01.2016 09:48, Nathan Peters wrote:
>
> In case anyone is having the same issue, I was able to work around this.
>
> I found that if I first installed a Fedora 23 Freeipa 4.2.3 replica, 
> it did not complain about the missing attribute.  I assume it added it 
> during the 4.2.3 installations because after I had replaced all CentOS 
> 7 domain controllers with Fedora 23 domain controllers, I was able to 
> perform the upgrade to Fedora 30.
>
> *From:*freeipa-users-bounces at redhat.com 
> [mailto:freeipa-users-bounces at redhat.com] *On Behalf Of *Nathan Peters
> *Sent:* January-16-16 2:13 PM
> *To:* freeipa-users at redhat.com
> *Subject:* [Freeipa-users] FreeIPA 4.3.0 replica installation fails 
> with AttributeError: 'NameSpace' object has no attribute 'rpcclient'
>
> I’m attempting to add a Fedora 23 Server as a replica in a FreeIPA 
> 4.2.0 CentOS 7.2 domain so I can begin migrating my domain to 4.3.0 
> and Fedora.
>
> Because the domain is still domain level 0, I’ve prepared the replica 
> file on the old CA master (4.2.0) and installed it on the new Fedora 
> replica and installed the freeipa-server and freeipa-server-dns 
> packages from the 4.3.0 COPR repository.
>
> When I attempt the ipa-replica-install command, it fails with 
> AttributeError: 'NameSpace' object has no attribute 'rpcclient'
>
> --- debugging info including console and log ---
>
> [root at dc2-ipa-dev-van yum.repos.d]# ipa-replica-install --mkhomedir 
> --setup-ca --setup-dns --no-forwarders 
> /var/lib/ipa/replica-info-dc2-ipa-dev-van.mydomain.net.gpg
>
> WARNING: conflicting time&date synchronization service 'chronyd' will
>
> be disabled in favor of ntpd
>
> Directory Manager (existing master) password:
>
> Your system may be partly configured.
>
> Run /usr/sbin/ipa-server-install --uninstall to clean up.
>
> ipa.ipapython.install.cli.install_tool(Replica): ERROR    'NameSpace' 
> object has no attribute 'rpcclient'
>
> ipa.ipapython.install.cli.install_tool(Replica): ERROR    The 
> ipa-replica-install command failed. See 
> /var/log/ipareplica-install.log for more information
>
> [root at dc2-ipa-dev-van yum.repos.d]# cat /var/log/ipareplica-install.log
>
> 2016-01-16T22:06:04Z DEBUG Logging to /var/log/ipareplica-install.log
>
> 2016-01-16T22:06:04Z DEBUG ipa-replica-install was invoked with 
> arguments 
> ['/var/lib/ipa/replica-info-dc2-ipa-dev-van.mydomain.net.gpg'] and 
> options: {  'no_dns_sshfp': None, 'skip_schema_check': None, 
> 'setup_kra': None, 'ip_addresses': None, 'mkhomedir': True, 
> 'no_pkinit': None, 'http_cert_files': None, 'no_n tp': None, 
> 'verbose': False, 'no_forwarders': True, 'keytab': None, 
> 'ssh_trust_dns': None, 'domain_name': None, 'http_cert_name': None, 
> 'dirsrv_cert_files': N  one, 'no_dnssec_validation': None, 
> 'no_reverse': None, 'pkinit_cert_files': None, 'unattended': False, 
> 'auto_reverse': None, 'auto_forwarders': None, 'no_host _dns': None, 
> 'no_sshd': None, 'no_ui_redirect': None, 'dirsrv_config_file': None, 
> 'forwarders': None, 'pkinit_cert_name': None, 'setup_ca': True, 
> 'realm_name'  : None, 'skip_conncheck': None, 'no_ssh': None, 
> 'dirsrv_cert_name': None, 'quiet': False, 'server': None, 'setup_dns': 
> True, 'host_name': None, 'log_file': No  ne, 'reverse_zones': None, 
> 'allow_zone_overlap': None}
>
> 2016-01-16T22:06:04Z DEBUG IPA version 4.3.0-1.fc23
>
> 2016-01-16T22:06:04Z DEBUG Starting external process
>
> 2016-01-16T22:06:04Z DEBUG args=/usr/sbin/selinuxenabled
>
> 2016-01-16T22:06:04Z DEBUG Process finished, return code=1
>
> 2016-01-16T22:06:04Z DEBUG stdout=
>
> 2016-01-16T22:06:04Z DEBUG stderr=
>
> 2016-01-16T22:06:04Z DEBUG Loading StateFile from 
> '/var/lib/ipa/sysrestore/sysrestore.state'
>
> 2016-01-16T22:06:04Z DEBUG Loading Index file from 
> '/var/lib/ipa/sysrestore/sysrestore.index'
>
> 2016-01-16T22:06:04Z DEBUG httpd is not configured
>
> 2016-01-16T22:06:04Z DEBUG kadmin is not configured
>
> 2016-01-16T22:06:04Z DEBUG dirsrv is not configured
>
> 2016-01-16T22:06:04Z DEBUG pki-tomcatd is not configured
>
> 2016-01-16T22:06:04Z DEBUG install is not configured
>
> 2016-01-16T22:06:04Z DEBUG krb5kdc is not configured
>
> 2016-01-16T22:06:04Z DEBUG ntpd is not configured
>
> 2016-01-16T22:06:04Z DEBUG named is not configured
>
> 2016-01-16T22:06:04Z DEBUG ipa_memcached is not configured
>
> 2016-01-16T22:06:04Z DEBUG filestore is tracking no files
>
> 2016-01-16T22:06:04Z DEBUG Loading Index file from 
> '/var/lib/ipa-client/sysrestore/sysrestore.index'
>
> 2016-01-16T22:06:04Z DEBUG Loading StateFile from 
> '/var/lib/ipa/sysrestore/sysrestore.state'
>
> 2016-01-16T22:06:04Z DEBUG Loading Index file from 
> '/var/lib/ipa/sysrestore/sysrestore.index'
>
> 2016-01-16T22:06:04Z DEBUG Starting external process
>
> 2016-01-16T22:06:04Z DEBUG args=/usr/sbin/httpd -t -D DUMP_VHOSTS
>
> 2016-01-16T22:06:04Z DEBUG Process finished, return code=0
>
> 2016-01-16T22:06:04Z DEBUG stdout=VirtualHost configuration:
>
> *:8443 dc2-ipa-dev-van.mydomain.net (/etc/httpd/conf.d/nss.conf:83)
>
> 2016-01-16T22:06:04Z DEBUG stderr=
>
> 2016-01-16T22:06:04Z DEBUG Starting external process
>
> 2016-01-16T22:06:04Z DEBUG args=/bin/systemctl is-enabled chronyd.service
>
> 2016-01-16T22:06:04Z DEBUG Process finished, return code=0
>
> 2016-01-16T22:06:04Z DEBUG stdout=enabled
>
> 2016-01-16T22:06:04Z DEBUG stderr=
>
> 2016-01-16T22:06:09Z DEBUG Starting external process
>
> 2016-01-16T22:06:09Z DEBUG args=/usr/bin/gpg-agent --batch --homedir 
> /tmp/tmpUXsgIeipa/ipa-HOKFdw/.gnupg --daemon /usr/bin/gpg --batch 
> --homedir /tmp/tmpUXsgI  eipa/ipa-HOKFdw/.gnupg --passphrase-fd 0 
> --yes --no-tty -o /tmp/tmpUXsgIeipa/files.tar -d 
> /var/lib/ipa/replica-info-dc2-ipa-dev-van.mydomain.net.gpg
>
> 2016-01-16T22:06:10Z DEBUG Process finished, return code=0
>
> 2016-01-16T22:06:10Z DEBUG Starting external process
>
> 2016-01-16T22:06:10Z DEBUG args=tar xf /tmp/tmpUXsgIeipa/files.tar -C 
> /tmp/tmpUXsgIeipa
>
> 2016-01-16T22:06:10Z DEBUG Process finished, return code=0
>
> 2016-01-16T22:06:10Z DEBUG stdout=
>
> 2016-01-16T22:06:10Z DEBUG stderr=
>
> 2016-01-16T22:06:10Z DEBUG Installing replica file with version 40200 
> (0 means no version in prepared file).
>
> 2016-01-16T22:06:10Z DEBUG Check if dc2-ipa-dev-van.mydomain.net is a 
> primary hostname for localhost
>
> 2016-01-16T22:06:10Z DEBUG Primary hostname for localhost: 
> dc2-ipa-dev-van.mydomain.net
>
> 2016-01-16T22:06:10Z DEBUG Search DNS for dc2-ipa-dev-van.mydomain.net
>
> 2016-01-16T22:06:10Z DEBUG Check if dc2-ipa-dev-van.mydomain.net is 
> not a CNAME
>
> 2016-01-16T22:06:10Z DEBUG Check reverse address of 
> fe80::250:56ff:feb7:7228%ens32
>
> 2016-01-16T22:06:10Z DEBUG Found reverse name: 
> dc2-ipa-dev-van.mydomain.net
>
> 2016-01-16T22:06:10Z DEBUG Check reverse address of 10.21.0.98
>
> 2016-01-16T22:06:10Z DEBUG Found reverse name: 
> dc2-ipa-dev-van.mydomain.net
>
> 2016-01-16T22:06:10Z DEBUG importing all plugin modules in 
> ipalib.plugins...
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module ipalib.plugins.aci
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module 
> ipalib.plugins.automember
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module 
> ipalib.plugins.automount
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module ipalib.plugins.baseldap
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module ipalib.plugins.baseuser
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module ipalib.plugins.batch
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module ipalib.plugins.caacl
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module ipalib.plugins.cert
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module 
> ipalib.plugins.certprofile
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module ipalib.plugins.config
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module 
> ipalib.plugins.delegation
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module ipalib.plugins.dns
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module 
> ipalib.plugins.domainlevel
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module ipalib.plugins.group
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module ipalib.plugins.hbacrule
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module ipalib.plugins.hbacsvc
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module 
> ipalib.plugins.hbacsvcgroup
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module ipalib.plugins.hbactest
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module ipalib.plugins.host
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module 
> ipalib.plugins.hostgroup
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module ipalib.plugins.idrange
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module ipalib.plugins.idviews
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module ipalib.plugins.internal
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module 
> ipalib.plugins.krbtpolicy
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module 
> ipalib.plugins.migration
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module ipalib.plugins.misc
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module ipalib.plugins.netgroup
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module 
> ipalib.plugins.otpconfig
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module ipalib.plugins.otptoken
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module 
> ipalib.plugins.otptoken_yubikey
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module ipalib.plugins.passwd
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module 
> ipalib.plugins.permission
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module ipalib.plugins.ping
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module ipalib.plugins.pkinit
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module 
> ipalib.plugins.privilege
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module ipalib.plugins.pwpolicy
>
> 2016-01-16T22:06:10Z DEBUG Starting external process
>
> 2016-01-16T22:06:10Z DEBUG args=klist -V
>
> 2016-01-16T22:06:10Z DEBUG Process finished, return code=0
>
> 2016-01-16T22:06:10Z DEBUG stdout=Kerberos 5 version 1.14
>
> 2016-01-16T22:06:10Z DEBUG stderr=
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module 
> ipalib.plugins.radiusproxy
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module 
> ipalib.plugins.realmdomains
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module ipalib.plugins.role
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module 
> ipalib.plugins.rpcclient
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module 
> ipalib.plugins.selfservice
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module 
> ipalib.plugins.selinuxusermap
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module ipalib.plugins.server
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module ipalib.plugins.service
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module 
> ipalib.plugins.servicedelegation
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module ipalib.plugins.session
>
> 2016-01-16T22:06:10Z WARNING session memcached servers not running
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module 
> ipalib.plugins.stageuser
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module ipalib.plugins.sudocmd
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module 
> ipalib.plugins.sudocmdgroup
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module ipalib.plugins.sudorule
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module ipalib.plugins.topology
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module ipalib.plugins.trust
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module ipalib.plugins.user
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module ipalib.plugins.vault
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module ipalib.plugins.virtual
>
> 2016-01-16T22:06:10Z DEBUG importing all plugin modules in 
> ipaserver.plugins...
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module 
> ipaserver.plugins.dogtag
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module ipaserver.plugins.join
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module ipaserver.plugins.ldap2
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module 
> ipaserver.plugins.rabase
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module 
> ipaserver.plugins.xmlserver
>
> 2016-01-16T22:06:10Z DEBUG importing all plugin modules in 
> ipaserver.install.plugins...
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module 
> ipaserver.install.plugins.adtrust
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module 
> ipaserver.install.plugins.ca_renewal_master
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module 
> ipaserver.install.plugins.dns
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module 
> ipaserver.install.plugins.fix_replica_agreements
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module 
> ipaserver.install.plugins.rename_managed
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module 
> ipaserver.install.plugins.update_ca_topology
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module 
> ipaserver.install.plugins.update_idranges
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module 
> ipaserver.install.plugins.update_managed_permissions
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module 
> ipaserver.install.plugins.update_pacs
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module 
> ipaserver.install.plugins.update_passsync
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module 
> ipaserver.install.plugins.update_referint
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module 
> ipaserver.install.plugins.update_services
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module 
> ipaserver.install.plugins.update_uniqueness
>
> 2016-01-16T22:06:10Z DEBUG importing plugin module 
> ipaserver.install.plugins.upload_cacrt
>
> 2016-01-16T22:06:10Z DEBUG SessionAuthManager.register: 
> name=jsonserver_session_139847657508816
>
> 2016-01-16T22:06:10Z DEBUG SessionAuthManager.register: 
> name=xmlserver_session_139847657547472
>
> 2016-01-16T22:06:11Z DEBUG Mounting ipaserver.rpcserver.sync_token() 
> at '/session/sync_token'
>
> 2016-01-16T22:06:11Z DEBUG Mounting 
> ipaserver.rpcserver.xmlserver_session() at '/session/xml'
>
> 2016-01-16T22:06:11Z DEBUG session_auth_duration: 0:20:00
>
> 2016-01-16T22:06:11Z DEBUG session_auth_duration: 0:20:00
>
> 2016-01-16T22:06:11Z DEBUG Mounting ipaserver.rpcserver.xmlserver() at 
> '/xml'
>
> 2016-01-16T22:06:11Z DEBUG session_auth_duration: 0:20:00
>
> 2016-01-16T22:06:11Z DEBUG Mounting 
> ipaserver.rpcserver.login_password() at '/session/login_password'
>
> 2016-01-16T22:06:11Z DEBUG session_auth_duration: 0:20:00
>
> 2016-01-16T22:06:11Z DEBUG Mounting 
> ipaserver.rpcserver.jsonserver_session() at '/session/json'
>
> 2016-01-16T22:06:11Z DEBUG session_auth_duration: 0:20:00
>
> 2016-01-16T22:06:11Z DEBUG Mounting 
> ipaserver.rpcserver.change_password() at '/session/change_password'
>
> 2016-01-16T22:06:11Z DEBUG Mounting 
> ipaserver.rpcserver.jsonserver_kerb() at '/json'
>
> 2016-01-16T22:06:11Z DEBUG session_auth_duration: 0:20:00
>
> 2016-01-16T22:06:11Z DEBUG Mounting 
> ipaserver.rpcserver.login_kerberos() at '/session/login_kerberos'
>
> 2016-01-16T22:06:11Z DEBUG session_auth_duration: 0:20:00
>
> 2016-01-16T22:06:11Z DEBUG Check if dc1-ipa-dev-van.mydomain.net is a 
> primary hostname for localhost
>
> 2016-01-16T22:06:11Z DEBUG Primary hostname for localhost: 
> dc1-ipa-dev-van.mydomain.net
>
> 2016-01-16T22:06:11Z DEBUG Search DNS for dc1-ipa-dev-van.mydomain.net
>
> 2016-01-16T22:06:11Z DEBUG Check if dc1-ipa-dev-van.mydomain.net is 
> not a CNAME
>
> 2016-01-16T22:06:12Z DEBUG Check reverse address of 10.21.0.99
>
> 2016-01-16T22:06:12Z DEBUG Found reverse name: 
> dc1-ipa-dev-van.mydomain.net
>
> 2016-01-16T22:06:12Z DEBUG importing all plugin modules in 
> ipalib.plugins...
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module ipalib.plugins.aci
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module 
> ipalib.plugins.automember
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module 
> ipalib.plugins.automount
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module ipalib.plugins.baseldap
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module ipalib.plugins.baseuser
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module ipalib.plugins.batch
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module ipalib.plugins.caacl
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module ipalib.plugins.cert
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module 
> ipalib.plugins.certprofile
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module ipalib.plugins.config
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module 
> ipalib.plugins.delegation
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module ipalib.plugins.dns
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module 
> ipalib.plugins.domainlevel
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module ipalib.plugins.group
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module ipalib.plugins.hbacrule
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module ipalib.plugins.hbacsvc
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module 
> ipalib.plugins.hbacsvcgroup
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module ipalib.plugins.hbactest
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module ipalib.plugins.host
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module 
> ipalib.plugins.hostgroup
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module ipalib.plugins.idrange
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module ipalib.plugins.idviews
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module ipalib.plugins.internal
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module 
> ipalib.plugins.krbtpolicy
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module 
> ipalib.plugins.migration
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module ipalib.plugins.misc
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module ipalib.plugins.netgroup
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module 
> ipalib.plugins.otpconfig
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module ipalib.plugins.otptoken
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module 
> ipalib.plugins.otptoken_yubikey
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module ipalib.plugins.passwd
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module 
> ipalib.plugins.permission
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module ipalib.plugins.ping
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module ipalib.plugins.pkinit
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module 
> ipalib.plugins.privilege
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module ipalib.plugins.pwpolicy
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module 
> ipalib.plugins.radiusproxy
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module 
> ipalib.plugins.realmdomains
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module ipalib.plugins.role
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module 
> ipalib.plugins.rpcclient
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module 
> ipalib.plugins.selfservice
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module 
> ipalib.plugins.selinuxusermap
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module ipalib.plugins.server
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module ipalib.plugins.service
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module 
> ipalib.plugins.servicedelegation
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module ipalib.plugins.session
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module 
> ipalib.plugins.stageuser
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module ipalib.plugins.sudocmd
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module 
> ipalib.plugins.sudocmdgroup
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module ipalib.plugins.sudorule
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module ipalib.plugins.topology
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module ipalib.plugins.trust
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module ipalib.plugins.user
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module ipalib.plugins.vault
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module ipalib.plugins.virtual
>
> 2016-01-16T22:06:12Z DEBUG importing all plugin modules in 
> ipaserver.plugins...
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module 
> ipaserver.plugins.dogtag
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module ipaserver.plugins.join
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module ipaserver.plugins.ldap2
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module 
> ipaserver.plugins.rabase
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module 
> ipaserver.plugins.xmlserver
>
> 2016-01-16T22:06:12Z DEBUG importing all plugin modules in 
> ipaserver.install.plugins...
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module 
> ipaserver.install.plugins.adtrust
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module 
> ipaserver.install.plugins.ca_renewal_master
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module 
> ipaserver.install.plugins.dns
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module 
> ipaserver.install.plugins.fix_replica_agreements
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module 
> ipaserver.install.plugins.rename_managed
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module 
> ipaserver.install.plugins.update_ca_topology
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module 
> ipaserver.install.plugins.update_idranges
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module 
> ipaserver.install.plugins.update_managed_permissions
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module 
> ipaserver.install.plugins.update_pacs
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module 
> ipaserver.install.plugins.update_passsync
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module 
> ipaserver.install.plugins.update_referint
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module 
> ipaserver.install.plugins.update_services
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module 
> ipaserver.install.plugins.update_uniqueness
>
> 2016-01-16T22:06:12Z DEBUG importing plugin module 
> ipaserver.install.plugins.upload_cacrt
>
> 2016-01-16T22:06:12Z DEBUG SessionAuthManager.register: 
> name=jsonserver_session_139847648179216
>
> 2016-01-16T22:06:12Z DEBUG SessionAuthManager.register: 
> name=xmlserver_session_139847648180560
>
> 2016-01-16T22:06:12Z DEBUG Mounting ipaserver.rpcserver.sync_token() 
> at '/session/sync_token'
>
> 2016-01-16T22:06:12Z DEBUG Mounting 
> ipaserver.rpcserver.xmlserver_session() at '/session/xml'
>
> 2016-01-16T22:06:12Z DEBUG session_auth_duration: 0:20:00
>
> 2016-01-16T22:06:12Z DEBUG session_auth_duration: 0:20:00
>
> 2016-01-16T22:06:13Z DEBUG Mounting ipaserver.rpcserver.xmlserver() at 
> '/xml'
>
> 2016-01-16T22:06:13Z DEBUG session_auth_duration: 0:20:00
>
> 2016-01-16T22:06:13Z DEBUG Mounting 
> ipaserver.rpcserver.login_password() at '/session/login_password'
>
> 2016-01-16T22:06:13Z DEBUG session_auth_duration: 0:20:00
>
> 2016-01-16T22:06:13Z DEBUG Mounting 
> ipaserver.rpcserver.jsonserver_session() at '/session/json'
>
> 2016-01-16T22:06:13Z DEBUG session_auth_duration: 0:20:00
>
> 2016-01-16T22:06:13Z DEBUG Mounting 
> ipaserver.rpcserver.change_password() at '/session/change_password'
>
> 2016-01-16T22:06:13Z DEBUG Mounting 
> ipaserver.rpcserver.jsonserver_kerb() at '/json'
>
> 2016-01-16T22:06:13Z DEBUG session_auth_duration: 0:20:00
>
> 2016-01-16T22:06:13Z DEBUG Mounting 
> ipaserver.rpcserver.login_kerberos() at '/session/login_kerberos'
>
> 2016-01-16T22:06:13Z DEBUG session_auth_duration: 0:20:00
>
> 2016-01-16T22:06:13Z DEBUG Created connection 
> context.ldap2_139847648178768
>
> 2016-01-16T22:06:13Z DEBUG raw: domainlevel_get(version=u'2.163')
>
> 2016-01-16T22:06:13Z DEBUG domainlevel_get(version=u'2.163')
>
> 2016-01-16T22:06:13Z DEBUG flushing 
> ldaps://dc1-ipa-dev-van.mydomain.net from SchemaCache
>
> 2016-01-16T22:06:13Z DEBUG retrieving schema for SchemaCache 
> url=ldaps://dc1-ipa-dev-van.mydomain.net 
> conn=<ldap.ldapobject.SimpleLDAPObject instance a  t 0x7f30d17f5b00>
>
> 2016-01-16T22:06:14Z DEBUG Check forward/reverse DNS resolution
>
> 2016-01-16T22:06:14Z DEBUG Search DNS server 
> dc1-ipa-dev-van.mydomain.net (['10.21.0.99', '10.21.0.99', 
> '10.21.0.99']) for dc1-ipa-dev-van.mydomain.net
>
> 2016-01-16T22:06:14Z DEBUG Check reverse address 10.21.0.99 
> (dc1-ipa-dev-van.mydomain.net)
>
> 2016-01-16T22:06:14Z DEBUG Address 10.21.0.99 resolves to: 
> dc1-ipa-dev-van.mydomain.net..
>
> 2016-01-16T22:06:14Z DEBUG Search DNS server 
> dc1-ipa-dev-van.mydomain.net (['10.21.0.99', '10.21.0.99', 
> '10.21.0.99']) for dc2-ipa-dev-van.mydomain.net
>
> 2016-01-16T22:06:14Z DEBUG Check reverse address 10.21.0.98 
> (dc2-ipa-dev-van.mydomain.net)
>
> 2016-01-16T22:06:14Z DEBUG Address 10.21.0.98 resolves to: 
> dc2-ipa-dev-van.mydomain.net..
>
> 2016-01-16T22:06:14Z DEBUG Installing CA Replica from master with a 
> merged database
>
> 2016-01-16T22:06:14Z DEBUG Destroyed connection 
> context.ldap2_139847648178768
>
> 2016-01-16T22:06:14Z DEBUG Loading Index file from 
> '/var/lib/ipa/sysrestore/sysrestore.index'
>
> 2016-01-16T22:06:14Z DEBUG   File 
> "/usr/lib/python2.7/site-packages/ipapython/admintool.py", line 171, 
> in execute
>
> return_value = self.run()
>
> File "/usr/lib/python2.7/site-packages/ipapython/install/cli.py", line 
> 318, in run
>
> cfgr.run()
>
> File "/usr/lib/python2.7/site-packages/ipapython/install/core.py", 
> line 308, in run
>
> self.validate()
>
> File "/usr/lib/python2.7/site-packages/ipapython/install/core.py", 
> line 317, in validate
>
> for nothing in self._validator():
>
> File "/usr/lib/python2.7/site-packages/ipapython/install/core.py", 
> line 372, in __runner
>
> self._handle_exception(exc_info)
>
> File "/usr/lib/python2.7/site-packages/ipapython/install/core.py", 
> line 394, in _handle_exception
>
> six.reraise(*exc_info)
>
> File "/usr/lib/python2.7/site-packages/ipapython/install/core.py", 
> line 362, in __runner
>
> step()
>
> File "/usr/lib/python2.7/site-packages/ipapython/install/core.py", 
> line 359, in <lambda>
>
> step = lambda: next(self.__gen)
>
> File "/usr/lib/python2.7/site-packages/ipapython/install/util.py", 
> line 81, in run_generator_with_yield_from
>
> six.reraise(*exc_info)
>
> File "/usr/lib/python2.7/site-packages/ipapython/install/util.py", 
> line 59, in run_generator_with_yield_from
>
> value = gen.send(prev_value)
>
> File "/usr/lib/python2.7/site-packages/ipapython/install/core.py", 
> line 549, in _configure
>
> next(validator)
>
> File "/usr/lib/python2.7/site-packages/ipapython/install/core.py", 
> line 372, in __runner
>
> self._handle_exception(exc_info)
>
> File "/usr/lib/python2.7/site-packages/ipapython/install/core.py", 
> line 449, in _handle_exception
>
> self.__parent._handle_exception(exc_info)
>
> File "/usr/lib/python2.7/site-packages/ipapython/install/core.py", 
> line 394, in _handle_exception
>
> six.reraise(*exc_info)
>
> File "/usr/lib/python2.7/site-packages/ipapython/install/core.py", 
> line 446, in _handle_exception
>
> super(ComponentBase, self)._handle_exception(exc_info)
>
> File "/usr/lib/python2.7/site-packages/ipapython/install/core.py", 
> line 394, in _handle_exception
>
> six.reraise(*exc_info)
>
> File "/usr/lib/python2.7/site-packages/ipapython/install/core.py", 
> line 362, in __runner
>
> step()
>
> File "/usr/lib/python2.7/site-packages/ipapython/install/core.py", 
> line 359, in <lambda>
>
> step = lambda: next(self.__gen)
>
> File "/usr/lib/python2.7/site-packages/ipapython/install/util.py", 
> line 81, in run_generator_with_yield_from
>
> six.reraise(*exc_info)
>
> File "/usr/lib/python2.7/site-packages/ipapython/install/util.py", 
> line 59, in run_generator_with_yield_from
>
> value = gen.send(prev_value)
>
> File "/usr/lib/python2.7/site-packages/ipapython/install/common.py", 
> line 63, in _install
>
> for nothing in self._installer(self.parent):
>
> File 
> "/usr/lib/python2.7/site-packages/ipaserver/install/server/replicainstall.py", 
> line 1555, in main
>
> install_check(self)
>
> File 
> "/usr/lib/python2.7/site-packages/ipaserver/install/server/replicainstall.py", 
> line 372, in decorated
>
> func(installer)
>
> File 
> "/usr/lib/python2.7/site-packages/ipaserver/install/server/replicainstall.py", 
> line 656, in install_check
>
> dns.install_check(False, True, options, config.host_name)
>
> File "/usr/lib/python2.7/site-packages/ipaserver/install/dns.py", line 
> 125, in install_check
>
> if not replica or not check_dns_enabled(api):
>
> File "/usr/lib/python2.7/site-packages/ipaserver/install/dns.py", line 
> 111, in check_dns_enabled
>
> if api.Backend.rpcclient.isconnected():
>
> 2016-01-16T22:06:14Z DEBUG The ipa-replica-install command failed, 
> exception: AttributeError: 'NameSpace' object has no attribute 'rpcclient'
>
> 2016-01-16T22:06:14Z ERROR 'NameSpace' object has no attribute 'rpcclient'
>
> 2016-01-16T22:06:14Z ERROR The ipa-replica-install command failed. See 
> /var/log/ipareplica-install.log for more information
>
>
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/freeipa-users/attachments/20160118/31b990ee/attachment.htm>


More information about the Freeipa-users mailing list