[Puppet Users] Re: passenger on Mac OS X question

2009-06-22 Thread Allan Marcus
I'm not launching puppetmasterd at all. As per your suggestion, I'm just launching Apache2. After launching Apache2, I see no puppetmaster in a ps listing at all. When I deploy my server, it will be on intel, so I'm going to recreate my test server on an intel server instead of PPC. I'll le

[Puppet Users] Re: passenger on Mac OS X question

2009-06-19 Thread Nigel Kersten
On Fri, Jun 19, 2009 at 10:02 AM, Allan Marcus wrote: > > I think I found the issue. Looks like Passenger only works on Intel > Macs. I'm using a PPC server for dev work. I will try on Intel. Really? You should be able to compile it on PPC fine? The passenger directives from the apache manual sh

[Puppet Users] Re: passenger on Mac OS X question

2009-06-19 Thread Allan Marcus
I think I found the issue. Looks like Passenger only works on Intel Macs. I'm using a PPC server for dev work. I will try on Intel. --- Thanks, Allan Marcus 505-667-5666 On Jun 18, 2009, at 5:38 PM, Allan Marcus wrote: > > I think this might be a RUBYLIB issues. What is the best way to tel

[Puppet Users] Re: passenger on Mac OS X question

2009-06-18 Thread Allan Marcus
I think this might be a RUBYLIB issues. What is the best way to tell my system to look for the libraries? For example: /opt/local/lib/ruby/gems/1.8/gems/rack-0.4.0/lib Is there any logging from Passenger as it tries to run the config.ru file? --- Thanks, Allan Marcus 505-667-5666 On Ju

[Puppet Users] Re: passenger on Mac OS X question

2009-06-18 Thread Nigel Kersten
On Thu, Jun 18, 2009 at 6:28 AM, Allan Marcus wrote: > > No, I'm not. > > bash-3.2# ps ax | grep -i pup > 10815 ?? Ss 0:00.02 /opt/local/bin/ruby /opt/local/bin/ > puppetmasterd > > is there a special way I need to start puppetmasterd? Right now, since > I'm just testing, I just start it o

[Puppet Users] Re: passenger on Mac OS X question

2009-06-18 Thread Allan Marcus
No, I'm not. bash-3.2# ps ax | grep -i pup 10815 ?? Ss 0:00.02 /opt/local/bin/ruby /opt/local/bin/ puppetmasterd is there a special way I need to start puppetmasterd? Right now, since I'm just testing, I just start it on the command line as the root user. --- Thanks, Allan Marcus 505

[Puppet Users] Re: passenger on Mac OS X question

2009-06-17 Thread Nigel Kersten
On Wed, Jun 17, 2009 at 5:46 PM, Allan Marcus wrote: > > Yes, correct. But how can I tell if puppet is using Passenger? > > I see the following in my /var/log/apache2/error_log file: > > [Tue Jun 16 17:32:01 2009] [notice] Apache/2.2.11 (Unix) mod_ssl/ > 2.2.11 OpenSSL/0.9.7l PHP/5.2.8 Phusion_Pa

[Puppet Users] Re: passenger on Mac OS X question

2009-06-17 Thread Allan Marcus
Yes, correct. But how can I tell if puppet is using Passenger? I see the following in my /var/log/apache2/error_log file: [Tue Jun 16 17:32:01 2009] [notice] Apache/2.2.11 (Unix) mod_ssl/ 2.2.11 OpenSSL/0.9.7l PHP/5.2.8 Phusion_Passenger/2.2.2 configured -- resuming normal operations I see t

[Puppet Users] Re: passenger on Mac OS X question

2009-06-17 Thread Nigel Kersten
On Wed, Jun 17, 2009 at 5:21 PM, Allan Marcus wrote: > > How can I tell if it's using Passenger? So how are you starting it now? If you've followed those instructions on the wiki, you should only be starting apache and nothing else, and the virtual host you've defined will be using passenger/R

[Puppet Users] Re: passenger on Mac OS X question

2009-06-17 Thread Allan Marcus
How can I tell if it's using Passenger? --- Thanks, Allan Marcus 505-667-5666 On Jun 16, 2009, at 6:24 PM, Nigel Kersten wrote: > > On Tue, Jun 16, 2009 at 4:39 PM, Allan Marcus wrote: >> >> hello, >> >> I have installed an configered passenger on my OS X server according >> to http://reduct

[Puppet Users] Re: passenger on Mac OS X question

2009-06-16 Thread Nigel Kersten
On Tue, Jun 16, 2009 at 4:39 PM, Allan Marcus wrote: > > hello, > > I have installed an configered passenger on my OS X server according > to http://reductivelabs.com/trac/puppet/wiki/UsingPassenger > > Now, how do I tell puppet to use it? Do I need to put something in my / > etc/puppet/puppet.con