Glen | 15 May 23:49
Picon

mongrel_service error


I have an odd situation.  When running my app in production mode via
mongrel_service several things do not work at all.  However when
running in production mode with mongrel from the command line
everything works as expected.  Has anyone seen behavior like this
before?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@...
To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Craig White | 16 May 07:28

Re: ****[Rails] mongrel_service error


On Thu, 2008-05-15 at 14:54 -0700, Glen wrote:
> I have an odd situation.  When running my app in production mode via
> mongrel_service several things do not work at all.  However when
> running in production mode with mongrel from the command line
> everything works as expected.  Has anyone seen behavior like this
> before?
----
you probably need to set user/group in mongrel configuration because out
of the box, it is unset. If it works from command line, figure out your
user/group first...

whoami
groups

and then set them in the mongrel_cluster configuration.

I found that the README that comes with mongrel_cluster extremely
useful. On Red Hat/Fedora/CentOS systems, it is located at...

/usr/lib/ruby/gems/1.8/gems/mongrel_cluster-0.2.1/README

Craig

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@...
To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---
(Continue reading)

Glen | 16 May 17:21
Picon

Re: ****[Rails] mongrel_service error


Thanks Craig,

I'll look into mongrel_cluster.  I'm unfortunately stuck running this
in Windows so I'll see how much translates.

On May 15, 11:28 pm, Craig White <craigwh...@...> wrote:
> On Thu, 2008-05-15 at 14:54 -0700, Glen wrote:
> > I have an odd situation.  When running my app in production mode via
> > mongrel_service several things do not work at all.  However when
> > running in production mode with mongrel from the command line
> > everything works as expected.  Has anyone seen behavior like this
> > before?
>
> ----
> you probably need to set user/group in mongrel configuration because out
> of the box, it is unset. If it works from command line, figure out your
> user/group first...
>
> whoami
> groups
>
> and then set them in the mongrel_cluster configuration.
>
> I found that the README that comes with mongrel_cluster extremely
> useful. On Red Hat/Fedora/CentOS systems, it is located at...
>
> /usr/lib/ruby/gems/1.8/gems/mongrel_cluster-0.2.1/README
>
> Craig
(Continue reading)


Gmane