Troubleshooting of Verso's Gitorious ==================================== SSH keys -------- SSH keys can't be added to user * Are git's ~/.ssh/authorized_keys permissions ok? * "Something went wrong" is shown, there's probably something wrong with active message broker. Is stomp server running? SSH keys are added, but the page shows Not ready even if the key gets put to ~/.ssh/authorized_keys * The poller is running with wrong settings: the job gets done but report isn't sent. * A bug in Gitorious? FIXME: #gitorious has been consulted, waiting for answers. Git Push fails to "You don't have write access to this repository", but everything (incl. Git url) should be fine and the user should have write access? * does git's ~/.ssh/authorized_keys contain multiple records of the key on different users? If it does, the git push is authenticated with the first one, which could lead to using wrong user. Git operations -------------- Git clone using push URL (git@...) works, but with git://.. URL clone fails to socket error. * Git daemon is not running Search ------ Search fails to internal error * Most likely the ultrasphinx daemon is not running The search doesn't show recent things * The git's ultrasphinx cronjob is missing Miscellaneous ------------- post-update-hook stalls: After every push the git repo on server gets updated, but the post-update process simply stalls. * The post udpate tries (via poller?) to pass the message of update to DB, but DB connection can be dead due to timeout. This situation seems unhandled atm. Fix: set mysql's wait_timeout to some BIG value and/or restart poller once in a while. Avatar adding fails: File seems to got uploaded but the option stalls; the uploaded image can't be viewed or deleted. * If the server has saved the image file, there's probably something wrong with ImageMagic dependencies. Gitorious tries to create thumbnail using convert, but fails.