Hi John,

On Sat, Mar 24, 2012 at 9:35 PM, John Dennis <jden...@redhat.com> wrote:

> 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>
>> <http://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 <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
>

[root@ myhostname  ~]# rpm -q freeipa-client
freeipa-client-2.1.90.rc1-0.fc16.x86_64
[root@myhostname ~]# rpm -q --requires freeipa-client
/usr/bin/python
authconfig
bind-utils
certmonger >= 0.26
cyrus-sasl-gssapi(x86-64)
freeipa-python = 2.1.90.rc1-0.fc16
krb5-workstation
libc.so.6()(64bit)
libc.so.6(GLIBC_2.14)(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.3)(64bit)
libc.so.6(GLIBC_2.3.4)(64bit)
libc.so.6(GLIBC_2.8)(64bit)
libcom_err.so.2()(64bit)
libcurl >= 7.21.7-2
libcurl.so.4()(64bit)
libk5crypto.so.3()(64bit)
libk5crypto.so.3(k5crypto_3_MIT)(64bit)
libkrb5.so.3()(64bit)
libkrb5.so.3(krb5_3_MIT)(64bit)
liblber-2.4.so.2()(64bit)
libldap-2.4.so.2()(64bit)
libpopt.so.0()(64bit)
libpopt.so.0(LIBPOPT_0)(64bit)
libsasl2.so.2()(64bit)
libxmlrpc.so.3()(64bit)
libxmlrpc_client.so.3()(64bit)
libxmlrpc_util.so.3()(64bit)
nss-tools
ntp
oddjob-mkhomedir
pam_krb5
python(abi) = 2.7
python-ldap
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rtld(GNU_HASH)
sssd >= 1.8.0
wget
xmlrpc-c >= 1.27.4
rpmlib(PayloadIsXz) <= 5.2-1

I installed the package python-krbV as you suggested and it did the trick!
Thanks


>
> 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/ <https://fedorahosted.org/freeipa/>
>
>
Done. https://fedorahosted.org/freeipa/ticket/2577


>
>
> --
> 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