[Puppet Users] Passenger setup and CA

2015-10-30 Thread Andrew Hibbert
Hi, Currently we have 3 puppet masters behind a VIP load balanced (by hardware load balancer). We have an NFS mount share across the 3 servers which stores the puppet code and certificates etc. We have some proxy balancers on the hosts for CA with the 1st puppet master being the active worker a

[Puppet Users] Passenger-hosted puppet master breaks after 3.4 upgrade

2014-04-10 Thread Guy Knights
I just upgraded puppet on my master machine (Ubuntu 12.04, running under Passenger/Apache) and it doesn't work properly any more. The upgrade was from 3.3.2 to 3.4.3. First of all, after the upgrade I found that the location of config.ru had changed, from /usr/share/puppet/ext/rack/files/config.ru

[Puppet Users] passenger installation file passenger-install-apache2-module missing

2013-08-27 Thread Andreas Dvorak
Dear all, I have installed yum install rubygem-passenger Installed: rubygem-passenger.x86_64 0:4.0.5-3.el6 Dependency Installed: rubygem-daemon_controller.noarch 0:1.1.4-3.el6 rubygem-fastthre

Re: [Puppet Users] Passenger-Rack error 500: no such file to load -- rack

2013-08-13 Thread Larry Fast
Thanks Denmat, It was probably crosstalk between gems and RPMs. Turns out that the rubygems RPM was missing some files. Likely cause was accidentally installing and uninstalling rubygems via non-rpm. Reinstalling the RPM fixed the problem. For the benefit of others, here's how we found the p

Re: [Puppet Users] Passenger-Rack error 500: no such file to load -- rack

2013-08-12 Thread Denmat
Hi, Try loading rack in the ruby irb console. The other thing is depending on your version of puppet an passenger you will need a particular rack version. Do a gem list and see if you have more than one rack gem installed and remove any that may have been recently upgraded. Can be a bit fiddly

[Puppet Users] Passenger-Rack error 500: no such file to load -- rack

2013-08-12 Thread Larry Fast
I have a puppetmaster running within passenger+rack. It has been running properly for almost a year and decided to stop working on the weekend. Now I'm getting the Purple "Ruby (Rack) application could not be started" screen with Error: no such file to load -- rack Application: /data1/rack/pupp

[Puppet Users] Passenger with Puppet 3.0, problems running under

2013-07-24 Thread Forrie
Since upgrading to 3.x I've had some problems running Puppet under Passenger. I've spent several /days/ debugging this. The first symptoms included a new agent could not get a CA cert from the Puppet Master. I checked my configs, permissions, etc. When I run puppet master in stand-alone mod

[Puppet Users] Passenger serving both direct and proxied clients (security standpoint)

2013-07-03 Thread pdpinfo
Hi Puppetmasters, I have a working configuration of a "standard" passenger/puppet setup to which I added a second virtual host to be accessed only via reverse proxy (mod_proxy). Passenger and mod_proxy are on different servers. The scenario is: direct: client --(ssl)--> passenger:8140 proxied: c

Re: [Puppet Users] Passenger failing sporadically

2013-04-22 Thread Stefan Schulte
On Mon, 22 Apr 2013 07:06:50 -0700 (PDT) Drew Blessing wrote: > We're having a very strange issue with Puppet running on Passenger. > Every day or 2, our clients start receiving Passenger back traces. > It's the generic "Ruby (Rack) application could not be started." My > initial thought was tha

[Puppet Users] Passenger failing sporadically

2013-04-22 Thread Drew Blessing
We're having a very strange issue with Puppet running on Passenger. Every day or 2, our clients start receiving Passenger back traces. It's the generic "Ruby (Rack) application could not be started." My initial thought was that this is a resource/configuration problem. Maybe we're overrunnin

Re: [Puppet Users] passenger-install-apache2-module fails

2013-01-23 Thread Tony Caffe
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 mo

Re: [Puppet Users] passenger-3.0.18 command(s) setting env variables to run commands anywhere.

2013-01-09 Thread DJames
created it, but running the commands anywhere still doesnt work. cat /etc/profile.d/pass.sh PATH=$PATH:/usr/lib/ruby/gems/1.8/gems/passenger-3.0.18/bin ln -s /usr/lib/ruby/gems/1.8/gems/passenger-3.0.18/bin /usr/bin On Monday, January 7, 2013 6:31:22 PM UTC-5, denmat wrote: > > Hi, > > Option

Re: [Puppet Users] passenger-3.0.18 command(s) setting env variables to run commands anywhere.

2013-01-07 Thread Denmat
Hi, Options are as follows: set your $PATH. PATH=$PATH:/bin Add a path to a file in your /etc/profile.d/ Symlink binaries to /usr/local/bin If you use the RPM provided by stealthmonkeys (not the cannabis site ;) ) it will do this for you. Cheers Den On 08/01/2013, at 4:35, DJames wrote: >

[Puppet Users] passenger-3.0.18 command(s) setting env variables to run commands anywhere.

2013-01-07 Thread DJames
obviously passenger-status and etc... commands works when you are in the path /usr/lib/ruby/gems/1.8/gems/passenger-3.0.18/bin but what env file I need to use to set the right variable to run these commands from any path? cat /etc/redhat-release CentOS release 6.2 (Final) --->> is my OS. --

Re: [Puppet Users] passenger used in puppet 3.0?

2012-11-29 Thread DJames
The setup can be starts off with a internal VIP created on an internal f5 (behind FW) set up pointing to Nginx then pointing to passenger then ---> puppet master... again i have a large scales og client/hosts this should work. On Thursday, November 29, 2012 3:31:46 AM UTC-5, Daniele Sluijt

Re: [Puppet Users] passenger used in puppet 3.0?

2012-11-29 Thread Daniele Sluijters
That depends. If you start Unicorn and make it listen to a Unix socket then no, you'll need something in front of it to accept the HTTP connections for you and then proxy that to the unicorn socket. You can also tell Unicorn to bind against an IP, in which case you won't need an nginx in front

Re: [Puppet Users] passenger used in puppet 3.0?

2012-11-28 Thread DJames
we have f5's load balancer can it be used instead of Nginx? On Wednesday, November 28, 2012 10:30:24 AM UTC-5, jmslagle wrote: > > > On 11/28/2012 09:53 AM, DJames wrote: > > current dev system is using passenger, but production (babystage) is > > using 3.0 version, and we have 1800+ servers (pr

Re: [Puppet Users] passenger used in puppet 3.0?

2012-11-28 Thread Jason Slagle
On 11/28/2012 09:53 AM, DJames wrote: current dev system is using passenger, but production (babystage) is using 3.0 version, and we have 1800+ servers (prod) that will be clients is passenger the way to go still? I was previously using passenger and just recently switched to using nginx

Re: [Puppet Users] passenger used in puppet 3.0?

2012-11-28 Thread DJames
current dev system is using passenger, but production (babystage) is using 3.0 version, and we have 1800+ servers (prod) that will be clients is passenger the way to go still? On Wednesday, November 28, 2012 9:34:52 AM UTC-5, Ramin K wrote: > > On 11/28/2012 6:11 AM, DJames wrote: > > ran ac

Re: [Puppet Users] passenger used in puppet 3.0?

2012-11-28 Thread Ramin K
On 11/28/2012 6:11 AM, DJames wrote: ran across this, what do you think about Mongrel? http://projects.puppetlabs.com/projects/1/wiki/Using_Mongrel It's a more complex config and system for no benefit. Are you having any problems with Passenger/Apache? It's the simplest and most common way t

Re: [Puppet Users] passenger used in puppet 3.0?

2012-11-28 Thread DJames
ran across this, what do you think about Mongrel? http://projects.puppetlabs.com/projects/1/wiki/Using_Mongrel On Tuesday, November 27, 2012 9:45:28 AM UTC-5, Matthew Burgess wrote: > > On Tue, Nov 27, 2012 at 2:27 PM, Dominic James > > > wrote: > > Question: on my current puppet setup 2.7.3-0

Re: [Puppet Users] passenger used in puppet 3.0?

2012-11-27 Thread DJames
ahh i was hoping the puppet master on 3.0 could handle the transport on its own, well dealing with 1800+ plus production systems this mechanism could be an issue... On Tuesday, November 27, 2012 9:45:28 AM UTC-5, Matthew Burgess wrote: > > On Tue, Nov 27, 2012 at 2:27 PM, Dominic James > > > w

Re: [Puppet Users] passenger used in puppet 3.0?

2012-11-27 Thread Matthew Burgess
On Tue, Nov 27, 2012 at 2:27 PM, Dominic James wrote: > Question: on my current puppet setup 2.7.3-0 rhel 6.2 centos - passenger is > used to provide the throughput for the heavy delivery that puppet could not > do by itself, was this fix in version 3.0 puppet? I will be upgrading to 3.0 > and wil

[Puppet Users] passenger used in puppet 3.0?

2012-11-27 Thread Dominic James
Question: on my current puppet setup 2.7.3-0 rhel 6.2 centos - passenger is used to provide the throughput for the heavy delivery that puppet could not do by itself, was this fix in version 3.0 puppet? I will be upgrading to 3.0 and will like puppet master to push to multiple of clients without

Re: [Puppet Users] passenger-install-apache2-module fails

2012-09-11 Thread Anthony Affee
Perfect that worked. Thanks. On Tue, Sep 11, 2012 at 8:30 AM, Jakov Sosic 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 in

Re: [Puppet Users] passenger-install-apache2-module fails

2012-09-11 Thread Jakov Sosic
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 packag

Re: [Puppet Users] passenger-install-apache2-module fails

2012-09-11 Thread Tony Caffe
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: >

Re: [Puppet Users] passenger-install-apache2-module fails

2012-09-10 Thread Ramin K
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-i

Re: [Puppet Users] passenger-install-apache2-module fails

2012-09-10 Thread Jakov Sosic
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: So

Re: [Puppet Users] passenger-install-apache2-module fails

2012-09-10 Thread Craig White
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

[Puppet Users] passenger-install-apache2-module fails

2012-09-07 Thread Tony Caffe
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

[Puppet Users] Passenger Problems

2012-08-31 Thread matonb
I'm having trouble getting puppetmaster to use passenger, it appears to be releated SSL selfsigned certificates but I could be barking up the wrong tree... Puppet Master is hosted on a CentOS 6.0 32bit machine # yum list installed | grep puppet facter.i3861:1.6.11-1.el6

Re: [Puppet Users] Passenger on redhat 6

2012-05-31 Thread Jo Rhett
On May 24, 2012, at 3:48 AM, David Schmitt wrote: >> I have been using Phusion Passenger repo in production since a few >> months and so far no complains. >> URL: http://passenger.stealthymonkeys.com/rhel/6/$basearch > > Except that - as far as i understood it - those packages require a > compile

Re: [Puppet Users] Passenger on redhat 6

2012-05-25 Thread David Schmitt
D'oh, missed that one. I'll check it out! Thanks, David On 24.05.2012 22:07, Dan White wrote: I think you misunderstood. They are binary RPM's, not source RPM's They contain some config files and an *.so file “Sometimes I think the surest sign that intelligent life exists elsewhere in the

Re: [Puppet Users] Passenger on redhat 6

2012-05-24 Thread Dan White
I think you misunderstood. They are binary RPM's, not source RPM's They contain some config files and an *.so file “Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us.” Bill Waterson (Calvin & Hobbes) - David

Re: [Puppet Users] Passenger on redhat 6

2012-05-24 Thread Scott Merrill
I've found it pretty easy to rebuild the SRPMs provided by the stealthmonkey repository. You'll need a couple of devel packages from EPEL to complete the build. If you want the binary RPMs I built, let me know. I don't know if I qualify as a trusted source for you. :) I can also share the document

Re: [Puppet Users] Passenger on redhat 6

2012-05-24 Thread Ohad Levy
On Thu, May 24, 2012 at 1:48 PM, David Schmitt wrote: > On Thu, 24 May 2012 15:26:10 +0530, Aditya Patawari > wrote: > > On Thu, May 24, 2012 at 1:28 PM, David Schmitt wrote: > >> Hi, > >> > >> > >> does anyone have a mod_passenger for RHEL6 from a trusted source, where > I > >> *don't* have to

Re: [Puppet Users] Passenger on redhat 6

2012-05-24 Thread David Schmitt
On Thu, 24 May 2012 15:26:10 +0530, Aditya Patawari wrote: > On Thu, May 24, 2012 at 1:28 PM, David Schmitt wrote: >> Hi, >> >> >> does anyone have a mod_passenger for RHEL6 from a trusted source, where I >> *don't* have to compile on the server? I'm trying to upgrade the >> puppetmaster/dashboar

Re: [Puppet Users] Passenger on redhat 6

2012-05-24 Thread Aditya Patawari
On Thu, May 24, 2012 at 1:28 PM, David Schmitt wrote: > Hi, > > > does anyone have a mod_passenger for RHEL6 from a trusted source, where I > *don't* have to compile on the server? I'm trying to upgrade the > puppetmaster/dashboard here and the docs on the wiki > (http://projects.puppetlabs.com/pr

[Puppet Users] Passenger on redhat 6

2012-05-24 Thread David Schmitt
Hi, does anyone have a mod_passenger for RHEL6 from a trusted source, where I *don't* have to compile on the server? I'm trying to upgrade the puppetmaster/dashboard here and the docs on the wiki (http://projects.puppetlabs.com/projects/1/wiki/Using_Passenger) are not helpful either. Best Regar

[Puppet Users] passenger starts old pupper

2011-11-09 Thread Leonko
Hello, I use Centos 5x with rpmforge for install puppet. It's update's itself. Today system update puppet to 2.7.x version. Puppen agent updates ok. But passenger start old version(2.6.x). Then I start puppetmaster init script (it's start WEBrick) started new version. Apache vhost: RackAu

[Puppet Users] passenger setup -- which settings work best for you?

2011-11-02 Thread Jo Rhett
I've been using passenger for about a month and it has worked fine -- however, I noticed that catalog compilation times were increasing significantly. I couldn't find any errors in the httpd log, or anything wrong with the setup. Last night I tried out the settings recommended by Larry Ludwig

[Puppet Users] passenger 3.0.7 and puppet function

2011-07-10 Thread hai wu
Hi, I am using passenger 3.0.7, Apache from RHEL5U6, and Puppet 2.6.9-1. After change certain puppet function content, I have to restart Apache in order for puppet client to see the change. Is this a known issue? Thanks, Hai -- You received this message because you are subscribed to the Google

[Puppet Users] Passenger issues running Puppet

2011-05-11 Thread PBWebGuy
I have been through all of the instructions for setting up a PuppetMaster using Passenger. At the present time, when I access Passenger I receive the Passenger Error page with the message "The application has exited during startup (i.e. during the evaluation of config/environment.rb)". I've looke

Re: [Puppet Users] Passenger Error "during the evaluation of config/environment.rb"

2011-05-04 Thread Denmat
Hi, I haven't tested puppet/passenger with those versions of passenger/rake but they appear high to me. I use 2.1x of passenger and 1.1 of rake (cant remember exact versions). Higher versions did not work. This may or may not be your particular issue as I currently run 2.6.4 of puppet. Cheers

[Puppet Users] Passenger Error "during the evaluation of config/environment.rb"

2011-05-04 Thread PBWebGuy
I have been through all of the instructions for setting up a PuppetMaster using Passenger. At the present time, when I access Passenger I receive the Passenger Error page with the message "The application has exited during startup (i.e. during the evaluation of config/environment.rb)". I've looke

[Puppet Users] Passenger complains /etc/puppet/ssl doesn't exist.

2011-04-04 Thread Douglas Garstang
All, I just tried to get Passenger up and running, based on on the docs at: http://projects.puppetlabs.com/projects/1/wiki/Using_Passenger I am seeing this in my Apache error_log whenever a client tries to connect: Could not prepare for execution: Got 2 failure(s) while initializing: change from

Re: [Puppet Users] Passenger

2011-03-21 Thread Eric Stonfer
Hi, I've had good luck mirroring this repository it includes a passenger rubygem RPM with a precompiled mod_passenger. http://yum.puppetlabs.com/prosvc/5/x86_64/ rpm -ql rubygem-passenger | grep so$ /usr/lib/ruby/gems/1.8/gems/passenger-2.2.11/ext/apache2/mod_passenger.so /usr/lib/ruby/gems/1.8/g

Re: [Puppet Users] Passenger

2011-03-19 Thread Michael Knox
Hi, However, apache is giving me errors such as # mkdir -p /usr/lib/ruby/gems/1.8/gems/passenger-3.0.5/ext/ruby/native # cd /usr/lib/ruby/gems/1.8/gems/passenger-3.0.5/ext/ruby/native # /usr/bin/ruby '/usr/lib/ruby/gems/1.8/gems/passenger-3.0.5/ext/ruby/ extconf.rb' # make make: gcc: Command not

[Puppet Users] Passenger

2011-03-19 Thread rjl
Hi all, I am having a very difficult time getting passenger installed and configured with puppet. I have puppet installed and working fine but it is using webrick. I have followed the documentation here (http:// projects.puppetlabs.com/projects/puppet/wiki/Using_Passenger) with no success. I need

Re: [Puppet Users] Passenger Install Success / Question about logs

2011-03-09 Thread John Warburton
On 10 March 2011 07:44, Christopher Lee wrote: > Hello, > > Well I spent the morning getting passenger installed on my RHEL 5 server > and finally got it working and was able to run an agent update. But now I > have a questions about logs, before when we were working we would tail -f > puppetmas

Re: [Puppet Users] Passenger Install Success / Question about logs

2011-03-09 Thread Denmat
Hi, Normally apache logs (assuming your running passenger with apache). I'm pretty sure passenger spits out error logs to there too. Cheers On 10/03/2011, at 4:44, Christopher Lee wrote: > Hello, > > Well I spent the morning getting passenger installed on my RHEL 5 server and > finally got

[Puppet Users] Passenger Install Success / Question about logs

2011-03-09 Thread Christopher Lee
Hello, Well I spent the morning getting passenger installed on my RHEL 5 server and finally got it working and was able to run an agent update. But now I have a questions about logs, before when we were working we would tail -f puppetmaster.log file to see notices and errors, but now this log fil

Re: [Puppet Users] Passenger, Puppet/ nodes.pp ignored with external nodes script?

2011-02-19 Thread Gary Larizza
With regard to the External Nodes problem - are you returning an empty block of YAML if the node isn't defined in the external nodes script? That's the way Puppet knows to check for the nodes.pp file. If you return /NOTHING/ (i.e. not an empty YAML block), then nodes.pp isn't checked. -Gary On

[Puppet Users] Passenger, Puppet/ nodes.pp ignored with external nodes script?

2011-02-15 Thread trey85stang
Hey All, I'm still experimenting with a puppet backend for 6000 hosts. I have switched from mongrel to a passenger backend on a single puppetserver. Afterwards any node that is not defined in the external nodes script, is now rejected even if they have an entry in my nodes.pp manifest. With the

Re: [Puppet Users] Passenger problem with /etc/puppet/ssl

2011-02-01 Thread Denmat
Hi, You only need to set the location of the ssl directory in the [main] section of the puppet.. If you are using puppet with apache/passenger you need to put apache in the puppet group. Create the ssl directory first by running puppetmasterd once. The other thing to watch is the versions o

Re: [Puppet Users] Passenger problem with /etc/puppet/ssl

2011-02-01 Thread Dave Augustus
Hello Mark, I ran into trouble using symlinks with puppet/puppetmaster as puppet would manage them directly and actually remove them. I know there is the ability to tell puppet NOT to do this but I didn't explore that option. At this point, I have puppetmaster/passenger now running on /etc/p

Re: [Puppet Users] Passenger problem with /etc/puppet/ssl

2011-02-01 Thread Mark Stanislav
Dave, Just wondering if you tried to make a temporary symlink from /var/lib/puppet/ssl to /etc/puppet/ssl to see if the error changes or goes away (just to narrow the scope)? Also, take a look at http://blog.kumina.nl/2011/01/puppet-on-puppetmaster/ -- perhaps you're missing an ssldir declarat

[Puppet Users] Passenger problem with /etc/puppet/ssl

2011-02-01 Thread Dave Augustus
I have been working on converting puppetmaster to use passenger and I can't seem to get past this error message: Could not prepare for execution: Got 1 failure(s) while initializing: change from absent to directory failed: Could not set 'directory on ensure: Permission denied - /etc/puppet/ssl

Re: [Puppet Users] Passenger cannot load Rack

2010-11-16 Thread Jeff McCune
Kent, How did you install rubygems? Could it be rack is in ~/.gems and not in the system site ruby directory? Also, there are well tested RPM packages for rubygems, passenger, rack and fastthread for EL 5 which available at http://yum.puppetlabs.com/prosvc/ These RPM's may help you out since th

[Puppet Users] Passenger cannot load Rack

2010-11-16 Thread Kent
I am getting the following error in my Apache error log when trying to run my puppetmaster as a rack app with Passenger: *** Exception LoadError in PhusionPassenger::Rack::ApplicationSpawner (no such file to load -- rack) (process 32373): Apache will start up without error, but as soon as a puppe

Re: [Puppet Users] Passenger Problems

2010-10-26 Thread Patrick
On Oct 25, 2010, at 12:50 PM, Taylor Leese wrote: > Hi all, > > I'm new to Puppet and I'm trying to setup a puppet master and a client > on Amazon EC2 using Passenger. I've gone through the steps described > here (http://docs.puppetlabs.com/guides/passenger.html) and here > (http://github.com/pu

Re: [Puppet Users] Passenger Problems

2010-10-26 Thread Patrick
On Oct 25, 2010, at 7:45 PM, Daneil Goodman wrote: > Hi all, > > I am trying to use @@sshkey{...} and Sshkey <<| |>> to share host keys > between compute nodes. It does work! But there is a weird issue. The same > host key entry of each node will add into ssh_known_host again after > restarte

Re: [Puppet Users] Passenger Problems

2010-10-26 Thread Daneil Goodman
Hi all, I am trying to use @@sshkey{...} and Sshkey <<| |>> to share host keys between compute nodes. It does work! But there is a weird issue. The same host key entry of each node will add into ssh_known_host again after restarted puppet each time. I only need one entry for each node in ssh_known

[Puppet Users] Passenger Problems

2010-10-25 Thread Taylor Leese
Hi all, I'm new to Puppet and I'm trying to setup a puppet master and a client on Amazon EC2 using Passenger. I've gone through the steps described here (http://docs.puppetlabs.com/guides/passenger.html) and here (http://github.com/puppetlabs/puppet/tree/master/ext/rack). However, I am still havin

Re: [Puppet Users] Passenger barfs.

2010-06-25 Thread Gary Larizza
Remove rack 1.2.1 first and then install rack 1.1.0. It seems that rack 1.1.0 and passenger 2.2.9 have been the magic combination (at least for me). -Gary On Fri, Jun 25, 2010 at 2:06 AM, Douglas Garstang wrote: > On Thu, Jun 24, 2010 at 10:48 PM, Douglas Garstang > wrote: > > On Thu, Jun 24,

Re: [Puppet Users] Passenger barfs.

2010-06-24 Thread Douglas Garstang
On Thu, Jun 24, 2010 at 10:48 PM, Douglas Garstang wrote: > On Thu, Jun 24, 2010 at 6:20 PM, Gary Larizza wrote: >> Yep - I narrowed it down to Rack and Passenger, but haven't tested for >> exactly which one was the problem since I fixed it.  I should have >> probably submitted a bug. We were usi

Re: [Puppet Users] Passenger barfs.

2010-06-24 Thread Douglas Garstang
On Thu, Jun 24, 2010 at 6:20 PM, Gary Larizza wrote: > Yep - I narrowed it down to Rack and Passenger, but haven't tested for > exactly which one was the problem since I fixed it.  I should have > probably submitted a bug. We were using OS X 10.6.4 Server, BTW. > > On Thursday, June 24, 2010, Silv

Re: [Puppet Users] Passenger barfs.

2010-06-24 Thread Gary Larizza
Yep - I narrowed it down to Rack and Passenger, but haven't tested for exactly which one was the problem since I fixed it. I should have probably submitted a bug. We were using OS X 10.6.4 Server, BTW. On Thursday, June 24, 2010, Silviu Paragina wrote: > Also check the rack version, and the requ

Re: [Puppet Users] Passenger barfs.

2010-06-24 Thread Silviu Paragina
Also check the rack version, and the requirements for your version of passenger. It smells like an incompatibility between the passenger version and the rack version. Aka what Gary said should be perfectly valid. Silviu On 25.06.2010 02:50, Douglas Garstang wrote: I have a freshly installed

Re: [Puppet Users] Passenger barfs.

2010-06-24 Thread Gary Larizza
Check Passenger version. Had this problem, rolled back to 2.2.9 (IIRC), removed the most recent Gem (2.2.11, I think), and all was well. On Thursday, June 24, 2010, Douglas Garstang wrote: > I have a freshly installed and updated CentOS 5.4 system running > puppet 0.25.5. I followed the passenger

[Puppet Users] Passenger barfs.

2010-06-24 Thread Douglas Garstang
I have a freshly installed and updated CentOS 5.4 system running puppet 0.25.5. I followed the passenger docs here: http://projects.puppetlabs.com/projects/puppet/wiki/Using_Passenger Upon starting the client, the following appears in the apache error log. [Thu Jun 24 10:48:40 2010] [error] [cli

Re: [Puppet Users] Passenger doesn't work

2010-04-07 Thread Jeff McCune
And actually, it looks like the recommended way currently us to use Apache mod_env and the SetEnv directive. http://blog.phusion.nl/2009/06/17/phusion-passenger-223-released-bug-fix-edition/ -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To po

Re: [Puppet Users] Passenger doesn't work

2010-04-07 Thread Jeff McCune
On Wed, Apr 7, 2010 at 11:15 AM, smain kahlouch wrote: > > > 2010/4/7 Jeff McCune >> >> On Wed, Apr 7, 2010 at 7:16 AM, smain kahlouch wrote: >> > Hi, >> > >> > I'm coming back 'cause i still notice the same error. >> > I installed a new VM (debian 64) >> > I followed exactly the documentation (

Re: [Puppet Users] Passenger doesn't work

2010-04-07 Thread smain kahlouch
2010/4/7 Jeff McCune > On Wed, Apr 7, 2010 at 7:16 AM, smain kahlouch wrote: > > Hi, > > > > I'm coming back 'cause i still notice the same error. > > I installed a new VM (debian 64) > > I followed exactly the documentation (installation of passenger via gems) > > and the error. > > > > err: /F

Re: [Puppet Users] Passenger doesn't work

2010-04-07 Thread Jeff McCune
On Wed, Apr 7, 2010 at 7:16 AM, smain kahlouch wrote: > Hi, > > I'm coming back 'cause i still notice the same error. > I installed a new VM (debian 64) > I followed exactly the documentation (installation of passenger via gems) > and the error. > > err: /File[/var/lib/puppet/lib]: Failed to gener

Re: [Puppet Users] Passenger doesn't work

2010-04-07 Thread smain kahlouch
2010/3/31 Ben Lovell > On 31 March 2010 11:20, smain kahlouch wrote: > >> >> >> 2010/3/31 Ben Lovell >> >>> On 31 March 2010 11:03, smain kahlouch wrote: >>> 2010/3/31 Ben Lovell >> >> 2010/3/30 Peter Meier >> >> gem update rack >

Re: [Puppet Users] Passenger doesn't work

2010-03-31 Thread Ben Lovell
On 31 March 2010 11:20, smain kahlouch wrote: > > > 2010/3/31 Ben Lovell > >> On 31 March 2010 11:03, smain kahlouch wrote: >> >>> >>> >>> 2010/3/31 Ben Lovell >>> >>> > > 2010/3/30 Peter Meier > > gem update rack >>> Updating installed gems >>

Re: [Puppet Users] Passenger doesn't work

2010-03-31 Thread smain kahlouch
2010/3/31 Ben Lovell > On 31 March 2010 11:03, smain kahlouch wrote: > >> >> >> 2010/3/31 Ben Lovell >> >> 2010/3/30 Peter Meier gem update rack >> Updating installed gems >> Updating rack >> Successfully installed rack-1.1.0 >>>

Re: [Puppet Users] Passenger doesn't work

2010-03-31 Thread Ben Lovell
On 31 March 2010 11:03, smain kahlouch wrote: > > > 2010/3/31 Ben Lovell > > >>> >>> 2010/3/30 Peter Meier >>> >>> gem update rack > Updating installed gems > Updating rack > Successfully installed rack-1.1.0 > Gems updated: rack > >>

Re: [Puppet Users] Passenger doesn't work

2010-03-31 Thread smain kahlouch
2010/3/31 Ben Lovell > >> >> 2010/3/30 Peter Meier >> >> gem update rack Updating installed gems Updating rack Successfully installed rack-1.1.0 Gems updated: rack I still have the same error. >>> >>> just to

Re: [Puppet Users] Passenger doesn't work

2010-03-31 Thread smain kahlouch
2010/3/31 Daniel Kerwin > Can you post your apache config? Maybe you want to compare it to i > config i posted: > http://www.linuxaddicted.de/blog/2010/03/18/puppetmasterd-and-passenger/ > > On Wed, Mar 31, 2010 at 9:48 AM, smain kahlouch > wrote: > > > > > > 2010/3/30 smain kahlouch > >> > >>

Re: [Puppet Users] Passenger doesn't work

2010-03-31 Thread Ben Lovell
> > > > 2010/3/30 Peter Meier > > gem update rack >>> Updating installed gems >>> Updating rack >>> Successfully installed rack-1.1.0 >>> Gems updated: rack >>> >>> I still have the same error. >>> >> >> just to be sure: you restarted apache, ri

Re: [Puppet Users] Passenger doesn't work

2010-03-31 Thread Daniel Kerwin
Can you post your apache config? Maybe you want to compare it to i config i posted: http://www.linuxaddicted.de/blog/2010/03/18/puppetmasterd-and-passenger/ On Wed, Mar 31, 2010 at 9:48 AM, smain kahlouch wrote: > > > 2010/3/30 smain kahlouch >> >> >> 2010/3/30 Ben Lovell >>> >>> On 30 March 20

Re: [Puppet Users] Passenger doesn't work

2010-03-31 Thread smain kahlouch
2010/3/30 smain kahlouch > > > 2010/3/30 Ben Lovell > >> On 30 March 2010 16:38, smain kahlouch wrote: >> >>> >>> >>> 2010/3/30 smain kahlouch >>> 2010/3/30 smain kahlouch > > 2010/3/30 Peter Meier > > gem update rack >>> Updating installed gems

Re: [Puppet Users] Passenger doesn't work

2010-03-30 Thread smain kahlouch
2010/3/30 Ben Lovell > On 30 March 2010 16:38, smain kahlouch wrote: > >> >> >> 2010/3/30 smain kahlouch >> >>> >>> >>> 2010/3/30 smain kahlouch >>> >>> 2010/3/30 Peter Meier gem update rack >> Updating installed gems >> Updating rack >> Successfully installed

Re: [Puppet Users] Passenger doesn't work

2010-03-30 Thread Ben Lovell
On 30 March 2010 16:38, smain kahlouch wrote: > > > 2010/3/30 smain kahlouch > >> >> >> 2010/3/30 smain kahlouch >> >> >>> >>> 2010/3/30 Peter Meier >>> >>> gem update rack > Updating installed gems > Updating rack > Successfully installed rack-1.1.0 > Gems updated: rack >

Re: [Puppet Users] Passenger doesn't work

2010-03-30 Thread Smain Kahlouch
Ok, i think i'll have to come back to mongrel. It seemed to me simplier. :( Message initial De: smain kahlouch À: puppet-users@googlegroups.com Sujet: Re: [Puppet Users] Passenger doesn't work Date: Tue, 30 Mar 2010 17:38:52 +0200 2010/3/30 smai

Re: [Puppet Users] Passenger doesn't work

2010-03-30 Thread smain kahlouch
2010/3/30 smain kahlouch > > > 2010/3/30 smain kahlouch > > >> >> 2010/3/30 Peter Meier >> >> gem update rack Updating installed gems Updating rack Successfully installed rack-1.1.0 Gems updated: rack I still have the same error. >>> >>> just to be sure: you

Re: [Puppet Users] Passenger doesn't work

2010-03-30 Thread smain kahlouch
2010/3/30 smain kahlouch > > > 2010/3/30 Peter Meier > > gem update rack >>> Updating installed gems >>> Updating rack >>> Successfully installed rack-1.1.0 >>> Gems updated: rack >>> >>> I still have the same error. >>> >> >> just to be sure: you restarted apache, right? >> >> can you give us

Re: [Puppet Users] Passenger doesn't work

2010-03-30 Thread smain kahlouch
2010/3/30 Peter Meier > gem update rack >> Updating installed gems >> Updating rack >> Successfully installed rack-1.1.0 >> Gems updated: rack >> >> I still have the same error. >> > > just to be sure: you restarted apache, right? > > can you give us a list of your installed gems, as well you ser

Re: [Puppet Users] Passenger doesn't work

2010-03-30 Thread Peter Meier
gem update rack Updating installed gems Updating rack Successfully installed rack-1.1.0 Gems updated: rack I still have the same error. just to be sure: you restarted apache, right? can you give us a list of your installed gems, as well you server and client version? cheers pete -- You re

Re: [Puppet Users] Passenger doesn't work

2010-03-30 Thread smain kahlouch
2010/3/30 Ben Lovell > On 30 March 2010 12:31, smain kahlouch wrote: > >> >> >> 2010/3/30 Ben Lovell >> >>> On 30 March 2010 11:36, smain kahlouch wrote: >>> Hi, I've got the following errors when i try to connect from a client. I have no idea how to solve that. I'm m

Re: [Puppet Users] Passenger doesn't work

2010-03-30 Thread Ben Lovell
On 30 March 2010 12:31, smain kahlouch wrote: > > > 2010/3/30 Ben Lovell > >> On 30 March 2010 11:36, smain kahlouch wrote: >> >>> Hi, >>> >>> I've got the following errors when i try to connect from a client. I have >>> no idea how to solve that. >>> I'm migrating to passenger. >>> >>> >>

Re: [Puppet Users] Passenger doesn't work

2010-03-30 Thread smain kahlouch
2010/3/30 Ben Lovell > On 30 March 2010 11:36, smain kahlouch wrote: > >> Hi, >> >> I've got the following errors when i try to connect from a client. I have >> no idea how to solve that. >> I'm migrating to passenger. >> >> >> err: /File[/var/lib/puppet/lib]: Failed to generate additional

Re: [Puppet Users] Passenger doesn't work

2010-03-30 Thread Ben Lovell
On 30 March 2010 11:36, smain kahlouch wrote: > Hi, > > I've got the following errors when i try to connect from a client. I have > no idea how to solve that. > I'm migrating to passenger. > > > err: /File[/var/lib/puppet/lib]: Failed to generate additional resources > using 'eval_generate':

[Puppet Users] Passenger doesn't work

2010-03-30 Thread smain kahlouch
Hi, I've got the following errors when i try to connect from a client. I have no idea how to solve that. I'm migrating to passenger. err: /File[/var/lib/puppet/lib]: Failed to generate additional resources using 'eval_generate': Error 400 on SERVER: undefined method `path' for # debug: file_

Re: [Puppet Users] Passenger Apache2 Certificates

2010-03-30 Thread smain kahlouch
Thanks Ohad. Actually, i should have search a bit more. Now i'm trying to understand the following part of the documentation : " To set up most of the boring stuff, you can use this command: puppet --verbose --modulepath ./ext ext/rack/manifest.pp Or use manifest.pp as a starting point for your

Re: [Puppet Users] Passenger Apache2 Certificates

2010-03-29 Thread Ohad Levy
Hi Grifith, Puppet includes by default a CA, therefor if you had puppet working before (with a puppetmaster) then all you need to do is to find the relevant fines in your /var/lib/puppet/ssl dir :) something in the spirit of http://github.com/ohadlevy/puppet-multipuppetmaster/blob/master/template

[Puppet Users] Passenger Apache2 Certificates

2010-03-29 Thread Smain Kahlouch
Hi everyone, I'm trying to migrate my puppetmaster to Passenger and i was wondering how can i generate the following lines in apache2 configuration : ... SSLCertificateFile /var/lib/puppet/ssl/certs/puppet.koumbit.net.pem SSLCertificateKeyFile /var/lib/puppet/ssl/private_keys/puppet.koumbi

  1   2   >