Skip to content

Instantly share code, notes, and snippets.

@drahamim
Created March 13, 2013 17:37
Show Gist options
  • Save drahamim/5154388 to your computer and use it in GitHub Desktop.
Save drahamim/5154388 to your computer and use it in GitHub Desktop.
Running sidekiq for a Gitlab installation returns the following.
Running command sudo -u gitlab -H bundle exec rake sidekiq:start RAILS_ENV=production
shows
No such file or directory - /home/gitlab/gitlab/tmp/pids/sidekiq.pid
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/sidekiq-2.6.4/lib/sidekiq/cli.rb:239:in `initialize'
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/sidekiq-2.6.4/lib/sidekiq/cli.rb:239:in `open'
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/sidekiq-2.6.4/lib/sidekiq/cli.rb:239:in `write_pid'
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/sidekiq-2.6.4/lib/sidekiq/cli.rb:73:in `parse'
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/sidekiq-2.6.4/bin/sidekiq:7:in `<top (required)>'
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/bin/sidekiq:23:in `load'
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/bin/sidekiq:23:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment