I am struggling with the installation of gitorious (on an Ubuntu 12.04 distribution) on my local server following this tutorial : http://cjohansen.no/en/ruby/setting_up_gitorious_on_your_own_server
After fixing some some config, I went running this command : env RAILS_ENV=production /etc/init.d/git-daemon start
, I keep on having this message Starting git-daemon: FAILURE!!!
, without finding any log message. After googling, I found it could be a config problem in the /etc/init.d/git-daemon config file : I put it here