On 7. juni. 2009, at 17.22, Martin Pettersson wrote: > I reached quite far.
Congratulations! > I can create users and project and log in but it works in Konqueror > but not in Firefox. I can add ssh keys. > > When I log in using Firefox I get returned to the front page. In > Konqueror it works. I would suspect this to be a session/cookie issue. In config/ gitorious.yml there's a setting gitorious_host which specifies the site you should use when going to your install in the browser. Gitorious will send a session cookie to this host/domain, ie. if you have "gitorious.domain.com", the cookies will be valid in ".gitorious.domain.com" - and your browser may require the URL to be within this domain. It could be another problem, but the fact that it works in one browser and not another points in this direction. > When I push I get > Permission denied (publickey). > fatal: The remote end hung up unexpectedly > Nothing in the auth log... > > When I added the ssh key I expected the ready filed to be set but it > is 0 so I set it to 1... > The ssh_key_index in the used table is NULL so I set it to the index > of the key I added which was 1 > Still it doesn't work... Did you start the script/poller script? This will consume the messages sent to your message queue, and it sounds like these aren't being picked up. And do make sure your server and the script/poller script runs in the same Rails environment. There should be some other posts on this issue on the list. Good luck! - Marius --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
