Hi there I basically followed the tutorial on http://gitorious.org/gitorious/pages/DebianSqueezeInstallation in order to install Gitorious on my own server (running Debian 6, Ruby 1.8.7, Apache 2 with mod_passenger).
I got the website up and running, created a user and can login into Gitorious. But when I create a repo, I get the "We are sorry, but something went wrong." error page although the repo is correctly created on the file system. The same thing happens when I click on a link to a repo in Gitorious (http://git.myserver.example/myproject/myrepo) Note that I have postfix installed on my server and not sendmail, so in config/environments/production.rb I tried to set action mail to smtp or sendmail, both giving me some errors about a bad recipient address syntax: With smtp: 501 5.1.3 Bad recipient address syntax With sendmail: sendmail: fatal: www-data(33): No recipient addresses found in message header postdrop: warning: stdin: unexpected EOF in data, record type 78 length 111 postdrop: fatal: uid=33: malformed input Does anybody know what's going on here? Thx Martin -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected]
