[Puppet Users] Puppet agents get hanged in "Info: Loading facts"

2015-11-05 Thread Eddie Mashayev
Hi All, I have CentOS 6.5 running puppet agent version 3.8.2 the problem is when I’m running “puppet agent -t” it gets hanged: [root@server ~]# puppet agent -t Info: Retrieving pluginfacts Info: Retrieving plugin Info: Loading facts Info: Loading facts “Could not retrieve catalog from re

Re: [Puppet Users] Puppet agents get hanged in "Info: Loading facts"

2015-11-05 Thread Craig Dunn
Your code snippet suggests that facter has run, and the master is timing out running /etc/puppet/node.rb which is the ENC script (which happens after the facts have been sent by the agent). Are you running Foreman/Satellite? - It sounds like you may have a network connectivity issue here between

Re: [Puppet Users] Puppet agents get hanged in "Info: Loading facts"

2015-11-05 Thread Eddie Mashayev
Hi, Yes I'm running Foreman (Puppet master), I have more than 200 servers which works great. This is the only server which is problematic and seems to be due to Facter. Thanks, EddieM On Thursday, November 5, 2015 at 5:40:21 PM UTC+2, Craig Dunn wrote: > > Your code snippet suggests that facter