Created
March 13, 2013 17:37
-
-
Save drahamim/5154388 to your computer and use it in GitHub Desktop.
Running sidekiq for a Gitlab installation returns the following.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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