[Puppet Users] Cannot dry run puppet on the puppetmaster

2011-05-07 Thread treydock
For some reason I am unable to run dry runs of the puppet client on
my puppetmaster server.  Running puppetd with the --test, --noop and
verbose / debug flags results in nothing for about a minute or two
then this output...

$ time puppetd --test --noop -v
err: Could not retrieve catalog from remote server: execution expired
warning: Not using cache on failed catalog
err: Could not retrieve catalog; skipping run
err: Could not run Puppet configuration client: execution expired

real4m2.971s
user0m0.803s
sys 0m2.115s


There's nothing else in the logs besides that output.  Not really sure
how to debug this.  All my other puppet clients function just fine.

Thanks
- Trey

-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



Re: [Puppet Users] Cannot dry run puppet on the puppetmaster

2011-05-07 Thread Patrick

On May 7, 2011, at 12:13 AM, treydock wrote:

 For some reason I am unable to run dry runs of the puppet client on
 my puppetmaster server.  Running puppetd with the --test, --noop and
 verbose / debug flags results in nothing for about a minute or two
 then this output...
 
 $ time puppetd --test --noop -v
 err: Could not retrieve catalog from remote server: execution expired
 warning: Not using cache on failed catalog
 err: Could not retrieve catalog; skipping run
 err: Could not run Puppet configuration client: execution expired
 
 real  4m2.971s
 user  0m0.803s
 sys   0m2.115s
 
 
 There's nothing else in the logs besides that output.  Not really sure
 how to debug this.  All my other puppet clients function just fine.

As generic advice, I'd try adding the --debug flag.

-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.