Hi I have installed passenger on many machine and this is my 3rd puppet master on CentOS 6. This one is giving me problems and I have been trying with different gem versions and still no go. When I run passenger-install-apache2-module I get this error: Sorry its really long so I copied to a text doc attached to this post. Any Idea on whats going wrong. I have not had a problem with this before and without the passenger_mod.so I cant get it to work. My last resort is to not use apache but I have never used an alternative and all my infrastructure is apache. I am installing on a cloud machine from GoGrid. My others have been on RackSpace. Thanks in advance, -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/ttm5rHfRv4oJ. 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.
Craig White
2012-Sep-10 15:13 UTC
Re: [Puppet Users] passenger-install-apache2-module fails
On Sep 7, 2012, at 2:00 PM, Tony Caffe wrote:> Hi I have installed passenger on many machine and this is my 3rd puppet master on CentOS 6. This one is giving me problems and I have been trying with different gem versions and still no go. > When I run passenger-install-apache2-module I get this error: > > Sorry its really long so I copied to a text doc attached to this post. > > Any Idea on whats going wrong. I have not had a problem with this before and without the passenger_mod.so I cant get it to work. > > My last resort is to not use apache but I have never used an alternative and all my infrastructure is apache. I am installing on a cloud machine from GoGrid. My others have been on RackSpace. > > Thanks in advance,---- We use nginx for most everything around here these days but like apache, passenger just seems to build without issues. I would suggest that you get on support list for passenger and get help for getting the passenger module to install on apache since that is what you are committed to using. Craig -- 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.
Jakov Sosic
2012-Sep-11 01:48 UTC
Re: [Puppet Users] passenger-install-apache2-module fails
On 09/07/2012 11:00 PM, Tony Caffe wrote:> Hi I have installed passenger on many machine and this is my 3rd puppet > master on CentOS 6. This one is giving me problems and I have been > trying with different gem versions and still no go. > When I run passenger-install-apache2-moduleI get this error: > > Sorry its really long so I copied to a text doc attached to this post. > > Any Idea on whats going wrong. I have not had a problem with this before > and without the passenger_mod.so I cant get it to work. > > My last resort is to not use apache but I have never used an alternative > and all my infrastructure is apache. I am installing on a cloud machine > from GoGrid. My others have been on RackSpace. > > Thanks in advance,It''s always better to build RPM packages and use them, so you don''t have to have all the devel packages and gcc/gcc-c++ on the production. Take a look here: ftp://ftp.srce.hr/redhat/base/el6/x86_64/ You can use my mod_passenger and ruby gems RPM packages for el6, they''re build for RedMine 2.x but I don''t see why wouldn''t they support puppet too. -- Jakov Sosic www.srce.unizg.hr -- 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 9/10/2012 6:48 PM, Jakov Sosic wrote:> On 09/07/2012 11:00 PM, Tony Caffe wrote: >> Hi I have installed passenger on many machine and this is my 3rd puppet >> master on CentOS 6. This one is giving me problems and I have been >> trying with different gem versions and still no go. >> When I run passenger-install-apache2-moduleI get this error: >> >> Sorry its really long so I copied to a text doc attached to this post. >> >> Any Idea on whats going wrong. I have not had a problem with this before >> and without the passenger_mod.so I cant get it to work. >> >> My last resort is to not use apache but I have never used an alternative >> and all my infrastructure is apache. I am installing on a cloud machine >> from GoGrid. My others have been on RackSpace. >> >> Thanks in advance, > > It''s always better to build RPM packages and use them, so you don''t have > to have all the devel packages and gcc/gcc-c++ on the production. > > Take a look here: > ftp://ftp.srce.hr/redhat/base/el6/x86_64/ > > You can use my mod_passenger and ruby gems RPM packages for el6, they''re > build for RedMine 2.x but I don''t see why wouldn''t they support puppet too.Or you can just use the official rpm/debs from the Passenger guys themselves. https://www.phusionpassenger.com/native_packages Ramin -- 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.
Tony Caffe
2012-Sep-11 15:04 UTC
Re: [Puppet Users] passenger-install-apache2-module fails
Thanks. now that the rpm is installed, I remove the passenger gem? So then do I still have to run: passenger-install-apache2-module after rpm is installed. I am not sure of next step. On Monday, September 10, 2012 8:26:48 PM UTC-7, Ramin K wrote:> > On 9/10/2012 6:48 PM, Jakov Sosic wrote: > > On 09/07/2012 11:00 PM, Tony Caffe wrote: > >> Hi I have installed passenger on many machine and this is my 3rd puppet > >> master on CentOS 6. This one is giving me problems and I have been > >> trying with different gem versions and still no go. > >> When I run passenger-install-apache2-moduleI get this error: > >> > >> Sorry its really long so I copied to a text doc attached to this post. > >> > >> Any Idea on whats going wrong. I have not had a problem with this > before > >> and without the passenger_mod.so I cant get it to work. > >> > >> My last resort is to not use apache but I have never used an > alternative > >> and all my infrastructure is apache. I am installing on a cloud machine > >> from GoGrid. My others have been on RackSpace. > >> > >> Thanks in advance, > > > > It''s always better to build RPM packages and use them, so you don''t have > > to have all the devel packages and gcc/gcc-c++ on the production. > > > > Take a look here: > > ftp://ftp.srce.hr/redhat/base/el6/x86_64/ > > > > You can use my mod_passenger and ruby gems RPM packages for el6, they''re > > build for RedMine 2.x but I don''t see why wouldn''t they support puppet > too. > > Or you can just use the official rpm/debs from the Passenger guys > themselves. > > https://www.phusionpassenger.com/native_packages > > Ramin > >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/zHXuaWB4SbUJ. 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.
Jakov Sosic
2012-Sep-11 15:30 UTC
Re: [Puppet Users] passenger-install-apache2-module fails
On 09/11/2012 05:04 PM, Tony Caffe wrote:> Thanks. now that the rpm is installed, I remove the passenger gem? > So then do I still have to run: > > passenger-install-apache2-module > > after rpm is installed. > I am not sure of next step.You should remove the gem first, then install the package and that should be that. Package should done all the job for you. -- 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.
Anthony Affee
2012-Sep-11 15:30 UTC
Re: [Puppet Users] passenger-install-apache2-module fails
Perfect that worked. Thanks. On Tue, Sep 11, 2012 at 8:30 AM, Jakov Sosic <jsosic@srce.hr> wrote:> On 09/11/2012 05:04 PM, Tony Caffe wrote: > > Thanks. now that the rpm is installed, I remove the passenger gem? > > So then do I still have to run: > > > > passenger-install-apache2-module > > > > after rpm is installed. > > I am not sure of next step. > > You should remove the gem first, then install the package and that > should be that. Package should done all the job for you. > > -- > 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. > >-- Anthony Affee Jr. Linux System Administrator Woody''s Books, Inc. E-mail: Anthony@woboinc.com <Anthonyaffee@woboinc.com> Skype: Tony_Caffe Phone: 619.646.9816 -- 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.
Tony Caffe
2013-Jan-23 23:26 UTC
Re: [Puppet Users] passenger-install-apache2-module fails
Ok well It never finished working in the end. I have just been to busy to mess with it. So I now have passenger installed and my versions are as follows: ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux] CentOS release 6.3 (Final) Apache/2.2.15 (Unix) rubygem-passenger-3.0.19-1.el6.x86_64 mod_ssl-2.2.15-15.el6.centos.1.x86_64 rubygem-daemon_controller.noarch 1.0.0-1.1.el6 rubygem-fastthread.x86_64 1.0.7-2.el6 rubygem-json.x86_64 1.4.6-2.el6 rubygem-passenger-native.x86_64 1:3.0.19-1.el6 rubygem-passenger-native-libs.x86_64 rubygem-rack.noarch 1:1.1.0-2.el6 rubygem-rake.noarch 0.8.7-2.1.el6 rubygems.noarch 1.3.7-1.el6 puppet.noarch 3.0.2-1.el6 puppet-dashboard.noarch 1.2.20-1.el6 puppet-server.noarch 3.0.2-1.el6 puppetlabs-release.noarch 6-6 I am getting a new error when I try to run (File put in attachment): puppet agent -t -d Among other things I get the error: Error: Could not request certificate: Error 500 on SERVER: Ruby (Rack) application could not be started This all is in html tags/code. Weird. Any ideas? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/1Ay-iVxmDA8J. 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.
Apparently Analagous Threads
- passenger installation file passenger-install-apache2-module missing
- Puppet check ntpd change
- custom define type for array with 'case' argument pass to it
- Error: Trying to install passenger-install-apache2-module
- Puppet dashboard over passenger: The environment must be purely alphanumeric, not ''