--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/WEyyqRVvbgsJ.
To post to this group, send email to puppet...@googlegroups.com.
To unsubscribe from this group, send email to puppet-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Try
puppet agent --verbose --debug --server your.server --environment your_env --waitforcert 60 --no-daemonize
Bernd
Try
puppet agent --verbose --debug --server your.server --environment your_env --waitforcert 60 --no-daemonize
Bernd
Betreff: AW: [Puppet Users] Can't send certificate request
Von: puppet...@googlegroups.com [mailto:puppet-users@googlegroups.com] Im Auftrag von Mike
Gesendet: Dienstag, 13. März 2012 15:04
An: puppet...@googlegroups.com
Betreff: [Puppet Users] Can't send certificate request
I can't get a new client working with my puppet master. When I try to run 'puppet agent --test' on the client, I get
err: Could not request certificate: Connection refused - connect(2)
Exiting; failed to retrieve certificate and waitforcert is disabled
I can't telnet from the client to the server on port 8140. There are no firewalls between the 2 servers. I've turned off iptables and ip6tables on both servers. The times are sync'd. Both servers can ping each other by IP address and hostname.
Doing a netstat -an on the puppet master server shows that it is not listening on port 8140. Yet, I have verified that pe-puppet is running.
Any suggestions?
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/WEyyqRVvbgsJ.
To post to this group, send email to puppet...@googlegroups.com.
To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet...@googlegroups.com.
To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com.
Is pe-httpd running? Apache should be listening on 8140.
Nan