On 17 Aug 2007, at 17:24, Vince W. wrote:

>
> I'm having an odd issue with mongrel cluster 1.0.2 on ubuntu feisty
> which I could sure use a hand with:
>
> I'm starting the cluster like this and get no errors
> mongrel_rails cluster::start -v
>
> starting port 8000
> mongrel_rails start -d -e production -a 127.0.0.1 -c /var/www/cc1 -- 
> user
> www-data --group www-data -p 8000 -P log/mongrel.8000.pid -l
> log/mongrel.8000.log
> starting port 8001
> mongrel_rails start -d -e production -a 127.0.0.1 -c /var/www/cc1 -- 
> user
> www-data --group www-data -p 8001 -P log/mongrel.8001.pid -l
> log/mongrel.8001.log
> starting port 8002
> mongrel_rails start -d -e production -a 127.0.0.1 -c /var/www/cc1 -- 
> user
> www-data --group www-data -p 8002 -P log/mongrel.8002.pid -l
> log/mongrel.8002.log
>
> Despite no errors, no mongrels are running:
>
> ps aux | grep mongrel
> root      8198  0.0  0.1   3856   584 pts/0    S+   12:21   0:00 grep
> mongrel
>
> Here's my mongrel_cluster.yml file:
> ---
> cwd: /var/www/cc1
> port: 8000
> environment: production
> group: www-data
> user: www-data
> address: 127.0.0.1
> pid_file: log/mongrel.pid
> servers: 3
>
> /var/www/cc1 is chowned for www-data:www-data
>
> Also, FWIW, mongrel_rails start in my app directory does work..

With all the same modifiers at the command line?
>
> Thanks in advance..
> -- 
> Posted via http://www.ruby-forum.com/.
>
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Deploying Rails" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-deployment?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to