On Wed, Apr 11, 2012 at 1:20 PM, Peter Berghold <salty.cowd...@gmail.com> wrote: > Kaya, > > Did you clean out: > > /var/lib/puppet > /etc/puppet/ssl > > > before you re-ran? > > > The error you are seeing indicates there is a mismatch between hostname is > associated with the server's certificate and what notion the client has for > the server's name. > > Do you have DNS configured on the client (and server) and what does your > resolv.conf have in it? That could effect what the client sees as its own > name as well as the server's name. > > If you do not have DNS configured on the client then there are other things > to look at. What do you see if you run the command > > ping puppet -c 1 > > This should answer a lot.. > > >
Ok well here is the DNS info: >From the server ps.jabber.com {as it's test FQDN name} [root@ps ~]# nslookup ps.jabber.com Server: 10.0.0.1 Address: 10.0.0.1#53 Name: ps.jabber.com Address: 10.0.0.6 [root@ps ~]# nslookup pc.jabber.com Server: 10.0.0.1 Address: 10.0.0.1#53 Name: pc.jabber.com Address: 10.0.0.4 >From the client pc.jabber.com {as it's test FQDN name} [root@pc ~]# nslookup ps.jabber.com Server: 10.0.0.1 Address: 10.0.0.1#53 Name: ps.jabber.com Address: 10.0.0.6 [root@pc ~]# nslookup pc.jabber.com Server: 10.0.0.1 Address: 10.0.0.1#53 Name: pc.jabber.com Address: 10.0.0.4 Here is the Ping info: [root@pc ~]# ping puppet -c 1 PING ps.jabber.com (10.0.0.6) 56(84) bytes of data. 64 bytes from ps.jabber.com (10.0.0.6): icmp_req=1 ttl=64 time=0.520 ms --- ps.jabber.com ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.520/0.520/0.520/0.000 ms Additionally I did clean out: > /var/lib/puppet > /etc/puppet/ss on the client and server..... But still same issues. I will keep playing but not sure if it's an internal puppet thing or an OS think? Regards, Kaya -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.