Re: [gitorious] Can't push

2011-03-21 Thread Marius Mårnes Mathiesen
On Sun, Mar 20, 2011 at 3:45 AM, Hackmac wrote: > When i try to set a "git push origin master", i get the message: > > usage: ssh [-1246AaCfgKkMNnqsTtVvXxYy] [-b bind_address] [-c > cipher_spec] > [-D [bind_address:]port] [-e escape_char] [-F configfile] > [-i identity_file] [

Re: [gitorious] The pre-receive hook is not executable

2011-03-21 Thread Marius Mårnes Mathiesen
On Fri, Mar 18, 2011 at 4:08 PM, Mateusz Kozak wrote: > I've got > "The pre-receive hook is not executable" > error on some users. No idea what might be wrong. > Mateusz, Is this a local Gitorious installation? Did it work previously? Did you make any changes that could have caused i

Re: [gitorious] Gitorious install on debian 6.0, error on login

2011-03-21 Thread Marius Mårnes Mathiesen
On Fri, Mar 18, 2011 at 3:46 PM, Philip wrote: > Hello, > I'm trying to setup a gitorious server in our network using a OpenVZ > VE with debian 6.0 x64. > > I followed http://gitorious.org/gitorious/pages/DebianSqueezeInstallation > but when I tried to login i get a 500 error and the production.l

[gitorious] [Gitorious Processor] fail in PushProcessor

2011-03-21 Thread Jarrod Roberson
I am still getting these strange errors, how do I fix this? It just started up, nothing changed on the server that I know of, what do they mean and how do I fix them? Errors like this on a production server worries me. I am NOT a Ruby programmer, so if it takes some Ruby / Rails efforts please spel

[gitorious] Re: Started getting these strange errors in the middle of the night last night.

2011-03-21 Thread Jarrod Roberson
On Mar 15, 10:50 am, Michael Jackson wrote: > I get those all the time. I have mostly alleviated the issue by telling the > Rails installation to always have at least one copy of gitorious running at > all times. That mostly fixes it but I'll still get the error if gitorious > hasn't been use

Re: [gitorious] Re: Started getting these strange errors in the middle of the night last night.

2011-03-21 Thread Rodrigo Rosenfeld Rosas
On Mar 15, 10:50 am, Michael Jackson wrote: I get those all the time. I have mostly alleviated the issue by telling the Rails installation to always have at least one copy of gitorious running at all times. That mostly fixes it but I'll still get the error if gitorious hasn't been used for

Re: [gitorious] [Gitorious Processor] fail in PushProcessor

2011-03-21 Thread Rodrigo Rosenfeld Rosas
It seems that your database is not well configured because the connection is getting lost in a very simple query ("SELECT * FROM `users` WHERE (`users`.`login` = 'thomastickle')"). I've seen this problem in a server of a friend hosted on Locaweb and he worked around adding this to config/data

Re: Re: [gitorious] Re: Started getting these strange errors in the middle of the night last night.

2011-03-21 Thread jarrod . roberson
On Mar 21, 2011 11:46am, Rodrigo Rosenfeld Rosas wrote: On Mar 15, 10:50 am, Michael Jackson imikejack...@gmail.com> wrote: what does telling the rails installation to always have at least one copy running all the time mean, I am not a Ruby or Rails developer. http://www.modrails.com/do

Re: [gitorious] Re: Started getting these strange errors in the middle of the night last night.

2011-03-21 Thread Rodrigo Rosenfeld Rosas
Em 21-03-2011 21:59, jarrod.rober...@gmail.com escreveu: On Mar 21, 2011 11:46am, Rodrigo Rosenfeld Rosas wrote: > On Mar 15, 10:50 am, Michael Jackson imikejack...@gmail.com> wrote: > > what does telling the rails installation to always have at least one > > copy running all the time mean, I

Re: Re: [gitorious] Re: Started getting these strange errors in the middle of the night last night.

2011-03-21 Thread jarrod . roberson
Well, it depends. What instructions did you follow to install Gitorious? Also, if you are just interested in having a functional local Gitorious install you could give this article a shot: I followed some instructions ( that were apparently outdated as I had to hunt for fixes to the inst