Hello,

I just set up Puppet / Passenger by following the documentation.
For servers already authenticated key I do not encounter problems, but
for new I have these errors:

<pre>
root@server2:~# puppetd --test --no-daemonize
info: Retrieving plugin
err: /File[/var/lib/puppet/lib]: Failed to generate additional
resources using 'eval_generate': SSL_connect returned=1 errno=0
state=SSLv3 read server certificate B: certificate verify
failed
err: /File[/var/lib/puppet/lib]: Could not evaluate: SSL_connect
returned=1 errno=0 state=SSLv3 read server certificate B: certificate
verify failed Could not retrieve file metadata for 
puppet://PUPPETMASTER.fqdn/plugins:
SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B:
certificate verify failed
err: Could not retrieve catalog from remote server: SSL_connect
returned=1 errno=0 state=SSLv3 read server certificate B: certificate
verify failed
warning: Not using cache on failed catalog
err: Could not retrieve catalog; skipping run
err: Could not send report: SSL_connect returned=1 errno=0 state=SSLv3
read server certificate B: certificate verify failed
</pre>

Also, I get a new type of error by mail:

<pre>
Tue Aug 16 15:52:08 +0200 2011 //server1.fqdn/Puppet (err): Could not
retrieve catalog from remote server: Error 414 on SERVER: <!DOCTYPE
HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>414 Request-URI Too Large</title>
</head><body>
<h1>Request-URI Too Large</h1>
<p>The requested URL's length exceeds the capacity
limit for this server.<br />
</p>
<hr>
<address>Apache/2.2.9 (Debian) DAV/2 SVN/1.5.1 Phusion_Passenger/3.0.7
mod_ssl/2.2.9 OpenSSL/0.9.8g Server at PUPPETMASTER.fqdn Port 8140</
address>
</body></html>

Tue Aug 16 15:52:08 +0200 2011 //server1.fqdn/Puppet (notice): Using
cached catalog
Tue Aug 16 15:52:08 +0200 2011 //server1.fqdn/Puppet (err): Could not
retrieve catalog; skipping run

</pre>

I have set the variable:
<pre>
PassengerMaxRequests 10000
</pre>

But I doubt that this impact on this error.

Again, thank you!
Jimmy

On 26 juil, 14:33, "ji...@goffaux.fr" <ji...@goffaux.fr> wrote:
> Passenger is already installed, but was not configured to Puppet.
> I will do the migration and I will return here.
>
> Thank you!
>
> On 25 juil, 17:21, Peter Meier <peter.me...@immerda.ch> wrote:
>
>
>
>
>
>
>
> > > I have about 130 customer puppet.
> > > I left the default time interval.
>
> > Are you still running with default webrick on the puppetmaster? (If you
> > didn't change anything, then yes you are).
>
> > If yes, it's time to scale out and use either a Mongrel or
> > Passenger-based 
> > Setup:http://projects.puppetlabs.com/projects/puppet/wiki/Using_Passenger
>
> > ~pete

-- 
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.

Reply via email to