Re: [gitorious] Re: How to run git-proxy on reboot.

2012-12-04 Thread Marius Mårnes Mathiesen
Artem, Since you're running Ubuntu, you should really use Upstart for controlling the git-daemons and git-proxy processes on your server (shameless self promotion: I have written an article about Upstart on my personal blog: http://zmalltalker.com/linux/init-scripts-part-1.html) Assuming you're

Re: [gitorious] Re: How to run git-proxy on reboot.

2012-11-29 Thread Artem Silenkov
Good day! We have a problem with git-proxy init script. Git-proxy run fine with it and daemonize but after few minutes stop to do any work. With error in log Looking up /project/repo.git IOError - closed stream So no client could push-pull with fatal: The remote end hung up unexpectedly

Re: [gitorious] Re: How to run git-proxy on reboot.

2012-11-29 Thread Artem Silenkov
Good day! Ouh. correction here. forget about -d option. GIT_DAEMON=$RUBY_HOME/bin/ruby $GITORIOUS_HOME/script/git-proxy -d --pid=$PID_FILE четверг, 29 ноября 2012 г., 19:47:20 UTC+7 пользователь Artem Silenkov написал: Good day! We have a problem with git-proxy init script. Git-proxy

Re: [gitorious] Re: How to run git-proxy on reboot.

2012-09-11 Thread Marius Mårnes Mathiesen
On Fri, Aug 17, 2012 at 6:25 PM, Austin Montgomery montg...@gmail.comwrote: So I have come up with a solution. I added the following line to my git users crontab and it has the git-proxy up and running without a hitch on reboot. * * * * * cd /var/www/gitorious env RAILS_ENV=production

[gitorious] Re: How to run git-proxy on reboot.

2012-08-20 Thread Austin Montgomery
So I have come up with a solution. I added the following line to my git users crontab and it has the git-proxy up and running without a hitch on reboot. * * * * * cd /var/www/gitorious env RAILS_ENV=production bundle exec script/git-proxy 21 /dev/null I just wanted to follow up on my post