Hello,
I set up an ubuntu agent and ran a puppet agent -t and saw the error below.
I ran a netstat -tlnp and can confirm port 8140 is open. I can also telnet to it from the agent using the fqdn
I can run a puppet agent -t --server on the ubuntu agent server, and it works without issue
I can run a puppet agent -t on the master without issue
The error shows "puppet" in quotes, but my master is puppet2. I'm not sure if that matters
The agent is 1.8.3, though when I installed the puppet master, the agent version was 1.8.2
Does anyone have a suggestion on what I can try next?
:~# /opt/puppetlabs/puppet/bin/puppet agent -t
Warning: Unable to fetch my node definition, but the agent run will continue:
Warning: No route to host - connect(2) for "puppet" port 8140
Info: Retrieving pluginfacts
Error: /File[/opt/puppetlabs/puppet/cache/facts.d]: Failed to generate additional resources using 'eval_generate': No route to host - connect(2) for "puppet" port 8140
Error: /File[/opt/puppetlabs/puppet/cache/facts.d]: Could not evaluate: Could not retrieve file metadata for puppet:///pluginfacts: No route to host - connect(2) for "puppet" port 8140
Info: Retrieving plugin
Error: /File[/opt/puppetlabs/puppet/cache/lib]: Failed to generate additional resources using 'eval_generate': No route to host - connect(2) for "puppet" port 8140
Error: /File[/opt/puppetlabs/puppet/cache/lib]: Could not evaluate: Could not retrieve file metadata for puppet:///plugins: No route to host - connect(2) for "puppet" port 8140
Info: Loading facts
Error: Could not retrieve catalog from remote server: No route to host - connect(2) for "puppet" port 8140
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run
Error: Could not send report: No route to host - connect(2) for "puppet" port 8140
↧