Hi, I just recently upgraded my puppetmaster and clients from 0.25.3 to 2.6.3.rc3. Everything worked fine for a while. Now, none of my clients are able to retrieve their catalog. Here is some [hopefully] relevant information: $ puppetd --server fc-pupm01 --verbose --waitforcert 60 -- environment=fcprod --test err: Could not retrieve catalog from remote server: Error 403 on SERVER: Forbidden request: fc-pupm01(172.26.101.160 access to /catalog/ fc-pupm01 [find] at line 93 warning: Not using cache on failed catalog err: Could not retrieve catalog; skipping run err: Could not send report: Error 500 on SERVER: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>500 Internal Server Error</title> </head><body> <h1>Internal Server Error</h1> <p>The server encountered an internal error or misconfiguration and was unable to complete your request.</p> <p>Please contact the server administrator, root@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.</p> <p>More information about this error may be available in the server error log.</p> <hr> <address>Apache/2.2.3 (CentOS) Server at fc-pupm01 Port 8140</address> </body></html> .. and Apache''s error log: [Tue Nov 16 15:18:34 2010] [error] [client 172.26.101.51] (104)Connection reset by peer: ap_content_length_filter: apr_bucket_read() ailed [ pid=11148 file=ext/apache2/Hooks.cpp:566 time=2010-11-16 15:18:42.256 ]: Unexpected error in mod_passenger: An error occured while sending the request body to the request handler: Broken pipe (32) Backtrace: in ''virtual void Passenger::Application::Session::sendBodyBlock(const char*, unsigned int)'' (Application.h:159) in ''int Hooks::handleRequest(request_rec*)'' (Hooks.cpp:491) Other things behind passenger (Foreman) continue to work properly. Running Passenger 2.2.2. Does anyone have any ideas what may have caused this, and how to fix it? Thanks, Josh -- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
On Nov 16, 4:26 pm, Josh <joshba...@gmail.com> wrote:> Hi, > > I just recently upgraded my puppetmaster and clients from 0.25.3 to > 2.6.3.rc3. Everything worked fine for a while. Now, none of my > clients are able to retrieve their catalog. Here is some [hopefully] > relevant information: >Some more info: The client is CentOS5/x86_64: *** LOCAL GEMS *** fastthread (1.0.7) mysql (2.8.1) passenger (2.2.2) rack (1.0.1, 0.4.0) rake (0.8.7, 0.8.3) sqlite3-ruby (1.2.4) -- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Ok, looks like this may be fixed. I added "allow *" to the puppetmaster''s auth.conf. I guess this is something that changed between 0.25.3 and 2.6.3, and I missed it while reading the release notes. Josh On Nov 16, 4:45 pm, Josh <joshba...@gmail.com> wrote:> On Nov 16, 4:26 pm, Josh <joshba...@gmail.com> wrote: > > > Hi, > > > I just recently upgraded my puppetmaster and clients from 0.25.3 to > > 2.6.3.rc3. Everything worked fine for a while. Now, none of my > > clients are able to retrieve their catalog. Here is some [hopefully] > > relevant information: > > Some more info: > > The client is CentOS5/x86_64: > > *** LOCAL GEMS *** > > fastthread (1.0.7) > mysql (2.8.1) > passenger (2.2.2) > rack (1.0.1, 0.4.0) > rake (0.8.7, 0.8.3) > sqlite3-ruby (1.2.4)-- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.