On 04/24/2013 02:34 PM, Przemek wrote: > ps -aux That should just be "ps aux", no dash, actually.
On 04/24/2013 12:24 AM, [email protected] wrote: > I am able to ssh to both host. Am now getting the error: [Could not > request certificate: Connection refused] > > This error is different to the first error. This one seems to deal with > IP Tables rules. It pretty much says that the port is not open. This may or may not be iptables related. On the agent, make extra sure that "puppet" (or whatever you use as servername) resolves to a valid IP of the master machine. On the master, use "netstat -tlnp" to verify that there is indeed a process listening to port 8140, either on 0.0.0.0 or the dedicated master IP address. In the former case, make sure the master IP is bound to the machine. HTH, Felix -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
