<div dir="ltr">I've noticed if ntpd is already running on the client when you run the ipa-client-install, you will get that error. I'm guessing its using ntpdate IP ADDRESS to sync time, and cannot do so when the daemon is running.<div class="gmail_extra">
<br clear="all"><div><div dir="ltr"><span style="font-family:arial,sans-serif;font-size:16px"><strong>Steve <br></strong></span></div></div>
<br><br><div class="gmail_quote">On Sat, Feb 8, 2014 at 8:34 AM, Mauricio Tavares <span dir="ltr"><<a href="mailto:raubvogel@gmail.com" target="_blank" onclick="window.open('https://mail.google.com/mail/?view=cm&tf=1&to=raubvogel@gmail.com&cc=&bcc=&su=&body=','_blank');return false;">raubvogel@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">      Even though I already have a ntp server, I setup my newly<br>
created freeipa kdc to do that too (it is a slave to my primary ntp).<br>
<br>
I then build a centos host to be the test client. Just to make sure it<br>
can see and use auth's ntp, I tested with ntpdate:<br>
<br>
[root@centos64 ~]# ntpdate auth<br>
 8 Feb 08:13:35 ntpdate[3251]: adjust time server 10.0.0.11 offset -0.003097 sec<br>
[root@centos64 ~]#<br>
<br>
so far so good, so how about running ipa-client-install?<br>
<br>
[root@centos64 ~]# hostname<br>
centos64<br>
[root@centos64 ~]# ipa-client-install --hostname=`hostname -f`<br>
Discovery was successful!<br>
Hostname: <a href="http://centos64.in.domain.com" target="_blank">centos64.in.domain.com</a><br>
Realm: <a href="http://DOMAIN.COM" target="_blank">DOMAIN.COM</a><br>
DNS Domain: <a href="http://domain.com" target="_blank">domain.com</a><br>
IPA Server: <a href="http://auth.in.domain.com" target="_blank">auth.in.domain.com</a><br>
BaseDN: dc=domain,dc=com<br>
<br>
[so far so good!]<br>
<br>
Continue to configure the system with these values? [no]: yes<br>
User authorized to enroll computers: admin<br>
Synchronizing time with KDC...<br>
Unable to sync time with IPA NTP server, assuming the time is in sync.<br>
Please check that 123 UDP port is opened.<br>
Password for <a href="mailto:admin@DOMAIN.COM" onclick="window.open('https://mail.google.com/mail/?view=cm&tf=1&to=admin@DOMAIN.COM&cc=&bcc=&su=&body=','_blank');return false;">admin@DOMAIN.COM</a>:<br>

<br>
But, it had not problems using ntpdate against auth.  to add insult to<br>
injury, the log claims it is using ntpdate:<br>
<br>
2014-02-08T13:14:31Z DEBUG args=/usr/sbin/ntpdate -U ntp -s -b -v<br>
<a href="http://auth.in.domain.com" target="_blank">auth.in.domain.com</a><br>
2014-02-08T13:14:31Z DEBUG stdout=<br>
2014-02-08T13:14:31Z DEBUG stderr=<br>
2014-02-08T13:14:31Z WARNING Unable to sync time with IPA NTP server,<br>
assuming the time is in sync. Please check that 123 UDP port is<br>
opened.<br>
<br>
Could it be it is pissed because it was in sync to begin with? I mean,<br>
if we run the exact command the log file claims to have run,<br>
<br>
[root@centos64 ~]# /usr/sbin/ntpdate -U ntp -s -b -v <a href="http://auth.in.domain.com" target="_blank">auth.in.domain.com</a>| echo $?<br>
0<br>
[root@centos64 ~]#<br>
<br>
We see it was successful.<br>
<br>
I am feeling rather clueless here...<br>
<br>
_______________________________________________<br>
Freeipa-users mailing list<br>
<a href="mailto:Freeipa-users@redhat.com" onclick="window.open('https://mail.google.com/mail/?view=cm&tf=1&to=Freeipa-users@redhat.com&cc=&bcc=&su=&body=','_blank');return false;">Freeipa-users@redhat.com</a><br>

<a href="https://www.redhat.com/mailman/listinfo/freeipa-users" target="_blank">https://www.redhat.com/mailman/listinfo/freeipa-users</a><br>
</blockquote></div><br></div></div>