[gitorious] Re: snapshot fail problem

2014-04-09 Thread Daniel Bausch
I also had problems with snapshot, although my output looked slightly different. My snapshot copied the whole root tree to the tmp-backup-workdir/repos because repo_path occurred to be empty. I fixed my problem by changing in lib/tasks/backup.rake the line task :snapshot = :env do to

Re: [gitorious] Re: internal server error 500 at login

2014-04-09 Thread Paweł Pierzchała
Hi Brett, I'm glad it worked for you after restart, I'll look into installer, it should have worked after the first installation. Cheers, Pawel On 1 April 2014 21:47, Brett Taylor brett.w.tay...@gmail.com wrote: Re-ran the install script. now it works. *shrugs* On Tuesday, April 1, 2014

Re: [gitorious] Sign in doesn't work in production

2014-04-09 Thread Paweł Pierzchała
Hi Daniel, please use official installer to install Gitorious. You can find it here: http://getgitorious.com/installer Cheers, Pawel On 3 April 2014 06:18, dan...@degu.cl wrote: Hi, I installed gitorious from the gitorious/mainline git repository. In the development environment I can sign

Re: [gitorious] Re: Only some projects shown in projects list and global activities list

2014-04-09 Thread Paweł Pierzchała
Hi Daniel, It shows up only the most popular projects, It has already caused a lot of confusion among the users. I've added a task to our backlog to show all the projects on /projects page. Cheers, Pawel On 3 April 2014 12:06, Daniel Bausch danielbau...@gmx.de wrote: After additional hours of

Re: [gitorious] gitorious migrate to new server

2014-04-09 Thread Paweł Pierzchała
Hi, Ubuntu is not a supported OS for Gitorious installations, I would recommend you getting Centos 6.5 on the server2. Nevertheless, instructions for migration are the same for both oses: 1. Use bin/snapshot to create a backup on server1 2. Use bin/restore to restore backup on server2 If you are

Re: [gitorious] Linux-Can-read

2014-04-09 Thread Paweł Pierzchała
Hi Mahaveer, Gitorious is a git hosting platform. I think linux-can mailing list would be a better place to ask this kind of question: http://vger.kernel.org/vger-lists.html#linux-can ;) Cheers, Pawel On 9 April 2014 11:23, Mahaveer Hanuman Share mahaveerhanuma...@gmail.comwrote: Hallo Guys,

Re: [gitorious] Upgrade fails on ce appliance

2014-04-09 Thread Paweł Pierzchała
Hi Roman, I've run into this error when my searchd daemon was down. Please make sure you have this process running. Have you run the upgrade script? It should start it automatically.You can try starting by hand with: bundle exec rake ts:start Cheers, Pawel On 31 March 2014 02:19, Roman

Re: [gitorious] Re: Administration in Gitorious 3 ?

2014-04-09 Thread Paweł Pierzchała
Hi Sam, Daniel, Daniel correctly pointed out that there is no link to admin panel in v3. You need to manually navigate to /admin. Cheers, Pawel On 4 April 2014 07:48, Sam Ryan s...@seventhbeam.com wrote: On Wednesday, April 2, 2014 8:14:23 PM UTC+11, Daniel Bausch wrote: I was also

Re: [gitorious] Upgrade fails on ce appliance

2014-04-09 Thread Paweł Pierzchała
Hi Roman, you need to run this command from the gitorious location: cd /var/www/gitorious/app RAILS_ENV=production bundle exec rake ts:start Cheers, Pawel On 9 April 2014 14:44, Roman N datainfo...@gmail.com wrote: I run updated script few weeks ago, everything else seems to be fixed

Re: [gitorious] Re: snapshot fail problem

2014-04-09 Thread Paweł Pierzchała
Hi Qiang, Your stacktrace includes bin/snapshot which wasn't present in version v2.4.12, are you sure that is your version? I'm not sure what have caused the problem, but in case of missing dependencies Daniel's fix might help you. Cheers, Pawel On 9 April 2014 09:51, Daniel Bausch

Re: [gitorious] Upgrade fails on ce appliance

2014-04-09 Thread Roman N
I've refreshed and re-run upgrade.sh once again, there were some changed after last time I checked. Run ts as git user, getting this: -bash-4.1$ cd /var/www/gitorious/app -bash-4.1$ RAILS_ENV=production bundle exec rake ts:start WARNING! No value set for exception_recipients in gitorious.yml.