Re: bundler: command not found: sidekiq after upgrade to GitLab 7.1.0 & Ruby 2.1.2

2016-05-22 Thread Ravi Sharma
Hi Romain, Thank you for the reply. I did the same, I followed below step, 1). I removed all files inside *gitlab* dir (not removed any files outside *gitlab dir*) 2). then git stash 3). next followed gitlab installation steps It solved my issue. Thank you very much. On Sat, May 21, 2016 at 3

Re: bundler: command not found: sidekiq after upgrade to GitLab 7.1.0 & Ruby 2.1.2

2016-05-21 Thread Romain Tripault
Hi Ravi, It's been quite some times since i had the issue, but if my understanding of my workaround is still right i linked sidekiq & sidekiqctl binaries (which are located in /home/git/gitlab/bin/ if you followed the installation guide) to /home/git/gitlab/vendor/bundle/ruby/2.1.0/bin/ Anothe

Re: bundler: command not found: sidekiq after upgrade to GitLab 7.1.0 & Ruby 2.1.2

2016-05-20 Thread Ravi Sharma
Hi Romain, I have simillar issue for bundle sidekiq (v3.2.2), I ran command for postgreSQL installations but it is not working, Can you guide me more. On Thursday, July 24, 2014 at 5:32:02 PM UTC+5:30, Romain Tripault wrote: > > Thanks Bernhard, > > If that's supposed to fill the binaries, then

Re: bundler: command not found: sidekiq after upgrade to GitLab 7.1.0 & Ruby 2.1.2

2014-07-24 Thread Romain Tripault
Thanks Bernhard, If that's supposed to fill the binaries, then i does not work on my environment (that's what i used to do). Pretty sure that's environment related, but i can't find any possible reason... I guess i will stay that way, until i find the motivation to do a brand new install :) Ch

Re: bundler: command not found: sidekiq after upgrade to GitLab 7.1.0 & Ruby 2.1.2

2014-07-23 Thread Bernhard Eder
The contents of this directory is filled by bundle install. So basically execute the following line (depending on if you're using MySQL or PostgreSQL): # MySQL installations (note: the line below states '--without ... postgres') sudo -u git -H bundle install --without development test postgres --

Re: bundler: command not found: sidekiq after upgrade to GitLab 7.1.0 & Ruby 2.1.2

2014-07-22 Thread Romain Tripault
FWIW, i found out gitlab/vendor/bundle/ruby/2.1.0/bin/ was empty, so i symlinked gitlab/bin/sidekiq & gitlab/bin/sidekiqctl and sidekiq was then working as expected. It might not be a "proper" solution, but seems to do the trick so far -- You received this message because you are subscribed to

bundler: command not found: sidekiq after upgrade to GitLab 7.1.0 & Ruby 2.1.2

2014-07-21 Thread Romain Tripault
Hi everyone, I've been running GitLab without issue since quite some times. Unfortunately, after upgrading to current 7.1.0-rc1 and upgrading Ruby to 2.1.2 (as stated in the upgrade guide), Sidekiq is not more starting and the logs show : >1. > >bundler: command not found: sidek