[Freeipa-users] adding ubuntu client to red hat server

Todd Maugh tmaugh at boingo.com
Fri Feb 21 17:55:47 UTC 2014


OK I got it to go through with this

but i don't understand the errors cause it didn't seem to work.

Domain boingo.com is already configured in existing SSSD config, creating a new one.
The old /etc/sssd/sssd.conf is backed up and will be restored during uninstall.
Configured /etc/sssd/sssd.conf
Configured /etc/krb5.conf for IPA realm BOINGO.COM
trying https://se-idm-01.boingo.com/ipa/xml
Forwarding 'env' to server u'https://se-idm-01.boingo.com/ipa/xml'
Hostname (se-idm-ubuntu-client-01.boingo.com) not found in DNS
Failed to update DNS records.
certmonger failed to stop: [Errno 2] No such file or directory: '/var/run/ipa/services.list'
Adding SSH public key from /etc/ssh/ssh_host_rsa_key.pub
Adding SSH public key from /etc/ssh/ssh_host_dsa_key.pub
Adding SSH public key from /etc/ssh/ssh_host_ecdsa_key.pub
Forwarding 'host_mod' to server u'https://se-idm-01.boingo.com/ipa/xml'
Could not update DNS SSHFP records.


________________________________
From: Will Sheldon [mail at willsheldon.com]
Sent: Friday, February 21, 2014 9:46 AM
To: Todd Maugh
Cc: freeipa-users at redhat.com
Subject: Re: [Freeipa-users] adding ubuntu client to red hat server

I also ran into this problem. I ended up using vm’s to test and just reverting to snapshots.

I believe that the install script checks for presence a couple of files that you can delete to be able retry though, have a look in the install script. (Also, did you try with ‘—force'?)


Kind regards,

Will Sheldon
+1.778-689-1244


On Friday, February 21, 2014 at 9:42 AM, Todd Maugh wrote:

thanks IM trying that but running in to an issue where it says im still installed I run the uninstall command and I get this

root at se-idm-ubuntu-client-01:~# ipa-client-install --uninstall
Unconfigured automount client failed: [Errno 2] No such file or directory
certmonger failed to start: [Errno 2] No such file or directory: '/var/run/ipa/services.list'
certmonger failed to stop: [Errno 2] No such file or directory: '/var/run/ipa/services.list'
Disabling client Kerberos and LDAP configurations
Failed to remove krb5/LDAP configuration:

isnt there a conf file I can remove or a a way to force the uninstall?


________________________________
From: Will Sheldon [mail at willsheldon.com<mailto:mail at willsheldon.com>]
Sent: Friday, February 21, 2014 9:32 AM
To: Todd Maugh
Cc: freeipa-users at redhat.com<mailto:freeipa-users at redhat.com>
Subject: Re: [Freeipa-users] adding ubuntu client to red hat server


I ran into this, there was a post bout it a little while back. It seems that you can modify ipapython/version.py to revert the version number for enrolment, then revert it. with no ill effects.

 My script looks like:

#revert reported version of ipapython so keys will upload properly (backup first tho)
cp /usr/share/pyshared/ipapython/version.py /usr/share/pyshared/ipapython/version.py.bak
sed -i "s/API_VERSION=.*/API_VERSION=u'2.49'/g" /usr/share/pyshared/ipapython/version.py

# install!
ipa-client-install -d -U --enable-dns-updates --hostname=$FQDN --mkhomedir --password=$PASS

#revert change to the ipapython version back again
#rm -f /usr/share/pyshared/ipapython/version.py && mv /usr/share/pyshared/ipapython/version.py.bak /usr/share/pyshared/ipapython/version.py




Kind regards,

Will Sheldon
+1.778-689-1244


On Friday, February 21, 2014 at 9:20 AM, Todd Maugh wrote:

Hello,

 Another day another issue it seems :)

so  I'm trying to set up an ubunutu client I get almost all the way through the install and it fails with a version error. Ive hear this is a known bug and there is a fix out there. although Im not sure how to apply the fix or get the older client install.

my error is as follows:

Adding SSH public key from /etc/ssh/ssh_host_rsa_key.pub
Adding SSH public key from /etc/ssh/ssh_host_dsa_key.pub
Adding SSH public key from /etc/ssh/ssh_host_ecdsa_key.pub
Forwarding 'host_mod' to server u'https://se-idm-01.boingo.com/ipa/xml'
host_mod: 2.58 client incompatible with 2.49 server at u'https://se-idm-01.boingo.com/ipa/xml'
Failed to upload host SSH public keys.


Please help

Thanks

-Todd
tmaugh at boingo.com<mailto:tmaugh at boingo.com>
_______________________________________________
Freeipa-users mailing list
Freeipa-users at redhat.com<mailto:Freeipa-users at redhat.com>
https://www.redhat.com/mailman/listinfo/freeipa-users


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/freeipa-users/attachments/20140221/0a5d78d4/attachment.htm>


More information about the Freeipa-users mailing list