trying to get started and this doesn't seem to be working as intended - clearly pebkac
# puppet agent --server ubuntu.ttinet --waitforcert 60 --test info: Caching catalog for ubuntu.ttinet info: Applying configuration version '1307724789' notice: Finished catalog run in 0.01 seconds # puppet cert --list # It seems as though it is working but the client (same machine) doesn't make a cert request. So I am thinking that maybe the certificate request should come from a different client. I installed puppet on another VM host and both can ping back & forth by fqdn so that all seems good and when I run the command... # puppet agent --server ubuntu.ttinet --waitforcert 60 --test err: Could not request certificate: Connection refused - connect(2) err: Could not request certificate: Connection refused - connect(2) err: Could not request certificate: Connection refused - connect(2) err: Could not request certificate: Connection refused - connect(2) err: Could not request certificate: Connection refused - connect(2) err: Could not request certificate: Connection refused - connect(2) on the server I can see that puppet is running... # ps aux|grep puppet puppet 26343 0.0 9.8 136332 49948 ? Ss 09:52 0:00 /usr/local/bin/ruby /usr/local/bin/puppet master root 27086 0.0 0.1 7624 920 pts/2 S+ 10:32 0:00 grep --color=auto puppet root@ubuntu:/etc/puppet# netstat -an |grep 8140 tcp 0 0 0.0.0.0:8140 0.0.0.0:* LISTEN and no firewall is blocking port 8140 root@ubuntu:/etc/puppet# iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination So any clues? # gem list --local #snipping out irrelevant items *** LOCAL GEMS *** facter (1.5.9) puppet (2.6.8) -- Craig White ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [email protected] 1.800.869.6908 ~~~~~~~~~~~~~~~~~~~~~~~~~~~ www.ttiassessments.com Need help communicating between generations at work to achieve your desired success? Let us help! -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
