[Puppet Users] Re: Could not retrieve catalog: Could not find node

2009-06-04 Thread Jeremy Hansen
David Schmitt wrote: > Jeremy Hansen schrieb: > >> notice: Starting Puppet server version 0.24.8 >> debug: Allowing authenticated client blah(10.10.10.11) access to >> puppetmaster.getconfig >> debug: Our client is remote >> debug: Executing '/usr/local/sbin/puppet_node_classifier blah' >> debu

[Puppet Users] Re: Could not retrieve catalog: Could not find node

2009-06-03 Thread David Schmitt
Jeremy Hansen schrieb: > notice: Starting Puppet server version 0.24.8 > debug: Allowing authenticated client blah(10.10.10.11) access to > puppetmaster.getconfig > debug: Our client is remote > debug: Executing '/usr/local/sbin/puppet_node_classifier blah' > debug: Empty response for blah from ex

[Puppet Users] Re: Could not retrieve catalog: Could not find node

2009-06-03 Thread Jeremy Hansen
Jim Pirzyk wrote: > Do you have a > > node default { > ... > } > > section in your site.pp or any included file? > Yes: # /etc/puppet/manifests/site.pp import "modules" import "nodes" filebucket { main: server => puppet } # global defaults File { backup => main } Exec { path => "/usr/bin:/u

[Puppet Users] Re: Could not retrieve catalog: Could not find node

2009-06-03 Thread Jeremy Hansen
James Turnbull wrote: > Jeremy Hansen wrote: > >> This one is driving me a little crazy. >> >> This is a Xen host. The first we're trying to get into puppet. I >> continuously get: >> >> Could not retrieve catalog: Could not find node 'blah'; cannot compile >> >> I can't figure out why this

[Puppet Users] Re: Could not retrieve catalog: Could not find node

2009-06-03 Thread Jim Pirzyk
Do you have a node default { ... } section in your site.pp or any included file? - JimP On Jun 3, 2009, at 7:12 PM, Jeremy Hansen wrote: > > > Actually, puppet seems to be doing this for any NEW host. What > went wrong? > > -jeremy > > Jeremy Hansen wrote: >> This one is driving me a little

[Puppet Users] Re: Could not retrieve catalog: Could not find node

2009-06-03 Thread Peter Meier
Hi > Actually, puppet seems to be doing this for any NEW host. What went > wrong? do you have a node entry set for these hosts or any default node set? imho this error occures when puppet can't find a node. cheers pete --~--~-~--~~~---~--~~ You received this

[Puppet Users] Re: Could not retrieve catalog: Could not find node

2009-06-03 Thread James Turnbull
Jeremy Hansen wrote: > This one is driving me a little crazy. > > This is a Xen host. The first we're trying to get into puppet. I > continuously get: > > Could not retrieve catalog: Could not find node 'blah'; cannot compile > > I can't figure out why this is happening. > > No problem with

[Puppet Users] Re: Could not retrieve catalog: Could not find node

2009-06-03 Thread Jeremy Hansen
Actually, puppet seems to be doing this for any NEW host. What went wrong? -jeremy Jeremy Hansen wrote: > This one is driving me a little crazy. > > This is a Xen host. The first we're trying to get into puppet. I > continuously get: > > Could not retrieve catalog: Could not find node 'blah