Hi, When I start mongrel as a non root user, I will get an 500. In my log/production.log I see this: file /home/paul/rails/Test/releases/20071115232111/tmp/sessions// ruby_sess.9a975fe464a2f6ba not readable ... when I start mongrel as root everything works fine. Can anyone imagine whats up there? Thanks in advance, Paul PS: is it a bad idea to run mongrel as root? (security etc.) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Maybe it''s old file made by root user ? Delete all files from .../tmp/sessions/* and restart mongrel. Don''t run mongrel as a root user. Paul wrote:> Hi, > > When I start mongrel as a non root user, I will get an 500. > In my log/production.log I see this: > > file /home/paul/rails/Test/releases/20071115232111/tmp/sessions// > ruby_sess.9a975fe464a2f6ba not readable > ... > > when I start mongrel as root everything works fine. > > Can anyone imagine whats up there? > > Thanks in advance, > Paul > > PS: is it a bad idea to run mongrel as root? (security etc.)-- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Yes - you are completely right! Problem solved - Thank you very much! Best Regards, Paul On Nov 16, 10:29 pm, Klodus Klodus <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Maybe it''s old file made by root user ? > Delete all files from .../tmp/sessions/* and restart mongrel. > Don''t run mongrel as a root user. > > > > Paul wrote: > > Hi, > > > When I start mongrel as a non root user, I will get an 500. > > In my log/production.log I see this: > > > file /home/paul/rails/Test/releases/20071115232111/tmp/sessions// > > ruby_sess.9a975fe464a2f6ba not readable > > ... > > > when I start mongrel as root everything works fine. > > > Can anyone imagine whats up there? > > > Thanks in advance, > > Paul > > > PS: is it a bad idea to run mongrel as root? (security etc.) > > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---