In order to get Gitorious running on my box I've followed the official installing on Ubuntu guide as well as http://cjohansen.no/en/ruby/setting_up_gitorious_on_your_own_server , I'm running Ubuntu 9.04 with Apache, Ruby 1.9 and Passenger.
As far as I can tell I've followed all the steps mentioned in either guide correctly - the difference between the two is the repository folder location, /var/www/ vs /home/git/. However, when I create a new repo using the Gitorious interface, first of all I'm told an error occured right after hitting submit, when checking the machine the folder on the disk does exist, however, it's owned by root instead of git. When I hit ps aux | grep git I'm shown the following; git 5512 1.8 1.7 222368 87400 ? Sl 21:31 0:07 Passenger ApplicationSpawner: /var/www/git.foo.bar/gitorious git 5520 0.2 1.7 225644 85644 ? Sl 21:31 0:00 Rails: /var/www/git.foo.bar/gitorious np 5881 0.0 0.0 6256 656 pts/1 S+ 21:38 0:00 grep git root 22316 0.0 0.0 112 32 ? Ss 14:18 0:00 runsv git-daemon gitlog 22324 0.0 0.0 128 48 ? S 14:18 0:00 svlogd -tt /var/log/git-daemon 115 22325 0.0 0.0 48668 1508 ? S 14:18 0:00 git- daemon --verbose --base-path=/var/cache /var/cache/git Which doesn't look off at all. The errors gitorious spits out show reading errors followed by a connectionerror to stomp. Additionally and possibly related, I'm unable to push data to the server, whenever I try to do so, I'm shown the following error: [email protected]'s password: fatal: 'test/test.git': unable to chdir or not a git archive fatal: The remote end hung up unexpectedly Any help would be much appreciated! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Gitorious" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/gitorious?hl=en -~----------~----~----~----~------~----~------~--~---
