On 03/24/2012 01:11 PM, Marco Pizzoli wrote:
Hi guys,
I'm wirking with 2.1.90-rc1 and I'm getting always this error during a
client enrollment:

[root@myhostname ~]# ipa-client-install --enable-dns-updates
--principal=admin --password=mypassword --ssh-trust-dns --mkhomedir
Discovery was successful!
Hostname: myhostname.server.unix.mydomain.it
<http://myhostname.server.unix.mydomain.it>
Realm: UNIX.MYDOMAIN.IT <http://UNIX.MYDOMAIN.IT>
DNS Domain: unix.mydomain.it <http://unix.mydomain.it>
IPA Server: freeipa01.unix.mydomain.it <http://freeipa01.unix.mydomain.it>
BaseDN: dc=unix,dc=mydomain,dc=it


Continue to configure the system with these values? [no]: yes
Synchronizing time with KDC...

Enrolled in IPA realm UNIX.MYDOMAIN.IT <http://UNIX.MYDOMAIN.IT>
Created /etc/ipa/default.conf
Traceback (most recent call last):
   File "/usr/sbin/ipa-client-install", line 1527, in <module>
     sys.exit(main())
   File "/usr/sbin/ipa-client-install", line 1514, in main
     rval = install(options, env, fstore, statestore)
   File "/usr/sbin/ipa-client-install", line 1327, in install
     api.finalize()
   File "/usr/lib/python2.7/site-packages/ipalib/plugable.py", line 659,
in finalize
     self.__do_if_not_done('load_plugins')
   File "/usr/lib/python2.7/site-packages/ipalib/plugable.py", line 452,
in __do_if_not_done
     getattr(self, name)()
   File "/usr/lib/python2.7/site-packages/ipalib/plugable.py", line 598,
in load_plugins
     self.import_plugins('ipalib')
   File "/usr/lib/python2.7/site-packages/ipalib/plugable.py", line 649,
in import_plugins
     raise e
ImportError: No module named krbV

Could you help me?

Thanks as usual
Marco

Sounds like you don't have the python-krbV RPM installed.

$ sudo yum install python-krbV

should fix it.

What version of freeipa-client do you have?

$ rpm -q freeipa-client

Does it require python-krbV?

rpm -q --requires freeipa-client

I think we might have introduced a dependency on python-krbV in the client code we weren't aware of and need to fix this. If that's true would you please file a bug here:

https://fedorahosted.org/freeipa/



--
John Dennis <jden...@redhat.com>

Looking to carve out IT costs?
www.redhat.com/carveoutcosts/

_______________________________________________
Freeipa-users mailing list
Freeipa-users@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-users

Reply via email to