On Sun, Dec 27, 2009 at 02:10, Benjamin Podszun <[email protected]>wrote:
> Hi. > > I followed the installation guide at [1] and mostly (?) made it. > Gitorious is running and allows me to try to login.. Unfortunately > that's about it. I can enter random garbage and end up with the error > "Email and/or password didn't match, please try again.". Perfect! > > But I'd love to log in with my valid credentials as well. I know that > they _do_ work, because every typo or change results in the error > mentioned above. The problem is: The valid login returns me to the > original login site and asks me to log in again. > > In other words, short version: Invalid login -> Error, valid login -> > Homepage. > > I've no idea how to proceed. There's no error message in any log I > could find. I'm just unable to do anything but look at the start page. > > Any help would be appreciated. > > Thanks, > Ben > > > 1: http://cjohansen.no/en/ruby/setting_up_gitorious_on_your_own_server Hi Ben, How are you running the application - through passenger? Your logs should have some clues for you, are you checking the right logs? (i.e., right environment). I'd suggest running the app with mongrel or thin in development mode to more easily follow along when Gitorious fails. There might also be a problem with the permissions on the log directory, you need to make sure that the user running the process can write to the log directory. When running Passenger, it is the user who owns environment.rb that owns the process. Following my guide, that should be the git user. Christian > > > -- > > 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]<gitorious%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/gitorious?hl=en. > > > -- MVH Christian -- 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.
