Asif Iqbal
2010-Feb-08 03:43 UTC
[Puppet Users] Http error with puppet 0.25.1 and passenger
Hi I am getting all these error from each client. This log is from one of the puppet clients http://pastebin.com/f141edbbc I am guessing I need to replace the /usr/share/puppet/rack/puppetmasterd/config.ru (http://pastebin.com/f39e8e519) with the ext/rack/files/config.ru of puppet 0.25.1 (http://pastebin.com/f4b74220b) to fix this issue. I am running Apache/2.2.11 (Ubuntu) mod_ssl/2.2.11 OpenSSL/0.9.8g Phusion_Passenger/2.2.2 on ubuntu 9.04 Please advise. -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? -- 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.
Asif Iqbal
2010-Feb-08 19:27 UTC
[Puppet Users] Re: Http error with puppet 0.25.1 and passenger
I will still need help with this. On Sun, Feb 7, 2010 at 10:43 PM, Asif Iqbal <vadud3@gmail.com> wrote:> Hi > > I am getting all these error from each client. This log is from one of > the puppet clients > > http://pastebin.com/f141edbbc > > I am guessing I need to replace the > /usr/share/puppet/rack/puppetmasterd/config.ru > (http://pastebin.com/f39e8e519) > > with the ext/rack/files/config.ru of puppet 0.25.1 > (http://pastebin.com/f4b74220b) to fix this issue. > > I am running Apache/2.2.11 (Ubuntu) mod_ssl/2.2.11 OpenSSL/0.9.8g > Phusion_Passenger/2.2.2 on ubuntu 9.04 > > Please advise. > > > -- > Asif Iqbal > PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu > A: Because it messes up the order in which people normally read text. > Q: Why is top-posting such a bad thing? >-- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? -- 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.
Atha Kouroussis
2010-Feb-08 19:31 UTC
Re: [Puppet Users] Re: Http error with puppet 0.25.1 and passenger
Hi, the config.ru pasted seems to from 0.24. Is it from Ubuntu''s puppet package? If so, you need to use the one for 0.25.1. You can find 0.25.1 and above debs in Ubuntu PPA repos. Cheers, Atha On Feb 8, 2010, at 16:27 , Asif Iqbal wrote:> I will still need help with this. > > On Sun, Feb 7, 2010 at 10:43 PM, Asif Iqbal <vadud3@gmail.com> wrote: >> Hi >> >> I am getting all these error from each client. This log is from one of >> the puppet clients >> >> http://pastebin.com/f141edbbc >> >> I am guessing I need to replace the >> /usr/share/puppet/rack/puppetmasterd/config.ru >> (http://pastebin.com/f39e8e519) >> >> with the ext/rack/files/config.ru of puppet 0.25.1 >> (http://pastebin.com/f4b74220b) to fix this issue. >> >> I am running Apache/2.2.11 (Ubuntu) mod_ssl/2.2.11 OpenSSL/0.9.8g >> Phusion_Passenger/2.2.2 on ubuntu 9.04 >> >> Please advise. >> >> >> -- >> Asif Iqbal >> PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu >> A: Because it messes up the order in which people normally read text. >> Q: Why is top-posting such a bad thing? >> > > > > -- > Asif Iqbal > PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu > A: Because it messes up the order in which people normally read text. > Q: Why is top-posting such a bad thing? > > -- > 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. >-- 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.
Asif Iqbal
2010-Feb-08 20:07 UTC
Re: [Puppet Users] Re: Http error with puppet 0.25.1 and passenger
On Mon, Feb 8, 2010 at 2:31 PM, Atha Kouroussis <akouroussis@gmail.com> wrote:> Hi, > the config.ru pasted seems to from 0.24. Is it from Ubuntu''s puppet package? If so, you need to use the one for 0.25.1. > You can find 0.25.1 and above debs in Ubuntu PPA repos.I am using the puppet 0.25.1 for ubuntu 9.04 from PPA repos. I guess it did not overwrite config.ru. I will just copy the config.ru from puppet 0.25.1 and restart puppet. Is there anything else I need check to make sure puppet starts by passenger with right setup ?> > Cheers, > Atha > > On Feb 8, 2010, at 16:27 , Asif Iqbal wrote: > >> I will still need help with this. >> >> On Sun, Feb 7, 2010 at 10:43 PM, Asif Iqbal <vadud3@gmail.com> wrote: >>> Hi >>> >>> I am getting all these error from each client. This log is from one of >>> the puppet clients >>> >>> http://pastebin.com/f141edbbc >>> >>> I am guessing I need to replace the >>> /usr/share/puppet/rack/puppetmasterd/config.ru >>> (http://pastebin.com/f39e8e519) >>> >>> with the ext/rack/files/config.ru of puppet 0.25.1 >>> (http://pastebin.com/f4b74220b) to fix this issue. >>> >>> I am running Apache/2.2.11 (Ubuntu) mod_ssl/2.2.11 OpenSSL/0.9.8g >>> Phusion_Passenger/2.2.2 on ubuntu 9.04 >>> >>> Please advise. >>> >>> >>> -- >>> Asif Iqbal >>> PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu >>> A: Because it messes up the order in which people normally read text. >>> Q: Why is top-posting such a bad thing? >>> >> >> >> >> -- >> Asif Iqbal >> PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu >> A: Because it messes up the order in which people normally read text. >> Q: Why is top-posting such a bad thing? >> >> -- >> 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. >> > > -- > 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. > >-- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? -- 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.