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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
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...-BQ75lA0ptkhBDgjK7y7TUQ@public.gmane.org> 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--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---