Re: [gitorious] Re: server reboot now passport error

2011-01-07 Thread Eric Jones
thanks All. turns out the issue was SELinux all along. we turned that off cause it's more of a headache then anything else. that and our server is already behind a firewall. ___ Eric Jones http://www.witharmshigh.com http://twitter.com/witharmshigh Talk - (404) 939-0276 On Fri, Ja

Re: [gitorious] Re: server reboot now passport error

2011-01-07 Thread Marius Mårnes Mathiesen
On Thu, Jan 6, 2011 at 9:42 PM, Eric Jones wrote: > and i've got this in my error log for apache > > Rails Error: Unable to access log file. Please ensure that > /opt/gitorious/gitorious/log/production.log exists and is chmod 0666. The > log level has been raised to WARN and the output directe

Re: [gitorious] Re: server reboot now passport error

2011-01-06 Thread Eric Jones
and i've got this in my error log for apache Rails Error: Unable to access log file. Please ensure that /opt/gitorious/gitorious/log/production.log exists and is chmod 0666. The log level has been raised to WARN and the output directed to STDERR until the problem is fixed. [ pid=17446 thr=134

Re: [gitorious] Re: server reboot now passport error

2011-01-06 Thread Eric Jones
Not sure if this is the culprit but my log tail /opt/gitorious/gitorious/log/message_processing.log is producing this error ActiveMessaging: thread[default]: Exception from connection.receive: can't convert TypeError into String /opt/gitorious/gitorious/vendor/rails/activesupport/lib/active_

Re: [gitorious] Re: server reboot now passport error

2011-01-06 Thread Eric Jones
Thanks jarrod, gave that a try too and still no joy.. same error... if it helps anyone i used these instruction to install on our server... http://www.tikalk.com/alm/blog/installing-gitorious-centos-55 ___ Eric Jones http://www.witharmshigh.com http://twitter.com/witharmshigh Tal

[gitorious] Re: server reboot now passport error

2011-01-06 Thread Jarrod Roberson
On Jan 6, 10:33 am, Eric Jones wrote: > i started all the services as root would this be an issue? I had to make all the gitourious processes in /etc/init.d/ chown git:git otherwise they would inherit the root user and create files that were owned by root. I had a lot of problems until I got t