Re: [gitorious] Can't get login to work with or without SSL Centos 5.5?

2010-11-03 Thread Marius Mårnes Mathiesen
On Wed, Nov 3, 2010 at 2:05 AM, Jarrod Roberson wrote: > to my production.rb file, but then every time I click on "login" I get > a generic 500 error that says. "We are sorry, but something went > wrong." > Jarrod, The log file in log/production.log should have a little more information about wha

Re: [gitorious] Error on login with SSL disabled

2010-11-03 Thread Marius Mårnes Mathiesen
On Wed, Nov 3, 2010 at 2:36 AM, Jarrod Roberson wrote: > I am getting the following error when I try and log in with SSL > disabled. What do I need to do to fix this please? > > A ActionView::TemplateError occurred in sessions#new: > > undefined method `call' for "Email":String > On line #37 of

[gitorious] Re: Error on login with SSL disabled

2010-11-03 Thread Jarrod Roberson
On Nov 3, 8:18 am, Marius Mårnes Mathiesen wrote: > On Wed, Nov 3, 2010 at 2:36 AM, Jarrod Roberson > wrote: > > > I am getting the following error when I try and log in with SSL > > disabled. What do I need to do to fix this please? > > > A ActionView::TemplateError occurred in sessions#new: > >

[gitorious] Error on creating new Project in Gitorious

2010-11-03 Thread Jarrod Roberson
I am trying to create a test repository in my newly working Gitorious server. Thanks for the help with the login problem. What could be causing this issue. I have checked permissions everything that should be git:git is. I have checked that my git-daemon and gitorious-poller are running. I followe

[gitorious] Re: /opt/gitorious/script/git-daemon:76:in `peeraddr': Transport endpoint is not connected - getpeername(2) (Errno::ENOTCONN)

2010-11-03 Thread Renato Isidio
Plz... dont let this topic die. On 25 out, 17:43, Renato Isidio wrote: > Hi everyone! > > Ive put below the trace of the process: > > fcntl64(6, F_SETFL, O_RDWR|O_NONBLOCK)  = 0 > gettimeofday({1285964990, 986409}, NULL) = 0 > poll([{fd=6, events=POLLOUT}], 1, 0)    = 1 ([{fd=6, > revents=POLLOU

[gitorious] Re: Error on creating new Project in Gitorious

2010-11-03 Thread Jarrod Roberson
On Nov 3, 11:14 am, Jarrod Roberson wrote: > I am trying to create a test repository in my newly working Gitorious > server. Thanks for the help with the login problem. > > What could be causing this issue. > I have checked permissions everything that should be git:git is. > I have checked that

[gitorious] Can't create Repository on my Gitorious install

2010-11-03 Thread Jarrod Roberson
I have fixed the login issues, and Project creation issues. Now when I try and create a repository it just hangs and goes into a refresh loop displaying the following on the screen. This repository is being created, it will be ready pretty soon… What should I look at to resolve this issue? Than

[gitorious] directories created in the repository all are owned by root:root

2010-11-03 Thread Jarrod Roberson
Gitorious blows up when I navigate to these repositories, if I go chown them to git:git then it works. This is the last hurdle I have to overcome to have Gitorious up and running smoothly I think. This is like peeling an onion, trying to get everything up and talking to each other. I can't wait to

Re: [gitorious] directories created in the repository all are owned by root:root

2010-11-03 Thread Michael Jackson
If I remember correctly the owner of one of the scripts/daemons is not set correctly or being run as the correct user (git). Checking permissions extensively is what you need to do. This page may help: http://www.bluequartz.net/projects/ElectronicImaging/SCMService/html/index.html Mike Jack

[gitorious] Re: Can't create Repository on my Gitorious install

2010-11-03 Thread Jarrod Roberson
On Nov 3, 12:13 pm, Jarrod Roberson wrote: > I have fixed the login issues, and Project creation issues. > > Now when I try and create a repository it just hangs and goes into a > refresh loop displaying the following on the screen. > > This repository is being created, > it will be ready pretty s

[gitorious] Re: directories created in the repository all are owned by root:root

2010-11-03 Thread dmreiland
Who are your daemons running as? All of them should be running as gitorious_user as defined in gitorious.yml. On Nov 3, 1:04 pm, Jarrod Roberson wrote: > Gitorious blows up when I navigate to these repositories, if I go > chown them to git:git then it works. > This is the last hurdle I have to o

Re: [gitorious] Re: Can't create Repository on my Gitorious install

2010-11-03 Thread Dan Reiland
Have you tried running git-daemon as your gitorious_user as defined in config/gitorious.yml? On Wed, Nov 3, 2010 at 1:07 PM, Jarrod Roberson wrote: > On Nov 3, 12:13 pm, Jarrod Roberson wrote: > > I have fixed the login issues, and Project creation issues. > > > > Now when I try and create a rep

[gitorious] Re: Can't create Repository on my Gitorious install

2010-11-03 Thread dmreiland
Check: {gitorious-install-dir}/log/message_processing.log and {gitorious-install-dir}/log/production.log Good chance you have a permissions related issue. On Nov 3, 11:13 am, Jarrod Roberson wrote: > I have fixed the login issues, and Project creation issues. > > Now when I try and create a rep

[gitorious] Where does GitBackend log?

2010-11-03 Thread Dun Peal
Hey. On our private Gitorious installation, `GitBackend.create` apparently fails. I say "apparently" since all I see in `production.log` is that the HTTP request to create the repository finished successfully. Looking inside the repositories directory, I don't see the hashed path, so I suspect the

[gitorious] Re: Where does GitBackend log?

2010-11-03 Thread Renato Isidio
Hi Dun! I think I saw this before. Can you tell me if your poller or activemq is running and git-daemon is up? I think the message to create the repository was sent but didnt receive or process. best regards! Renato Isidio On 3 nov, 18:14, Dun Peal wrote: > Hey. > > On our private Gitorious in

Re: [gitorious] Re: Where does GitBackend log?

2010-11-03 Thread Dun Peal
Thanks, I checked, and all of those (poller, activemq, git-daemon) seem to be running fine. Would be really nice to get some kind of an error message, or any way to check what's going on... Thanks, D On Wed, Nov 3, 2010 at 3:44 PM, Renato Isidio wrote: > Hi Dun! > > I think I saw this before. C