Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2017
399
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.37 KB | None | 0 0
  1. 00:54 deploy:sidekiq:restart
  2.       01 sudo initctl restart workers
  3.       01 initctl: Unknown instance:
  4.       01
  5. (Backtrace restricted to imported tasks)
  6. cap aborted!
  7. SSHKit::Runner::ExecuteError: Exception while executing as deploy@api-0006.mwwondemand.com: sudo exit status: 1
  8. sudo stdout: initctl: Unknown instance:
  9. sudo stderr: Nothing written
  10.  
  11.  
  12. Caused by:
  13. SSHKit::Command::Failed: sudo exit status: 1
  14. sudo stdout: initctl: Unknown instance:
  15. sudo stderr: Nothing written
  16.  
  17. Tasks: TOP => deploy:sidekiq:restart
  18. (See full trace by running task with --trace)
  19. The deploy has failed with an error: Exception while executing as deploy@api-0006.mwwondemand.com: sudo exit status: 1
  20. sudo stdout: initctl: Unknown instance:
  21. sudo stderr: Nothing written
  22.  
  23.  
  24. ** DEPLOY FAILED
  25. ** Refer to log/capistrano.log for details. Here are the last 20 lines:
  26.  
  27.  
  28.  DEBUG [62b7a205] Command: if test ! -d /home/deploy/peeps_production/releases/20171122142742; then echo "Directory does not exist '/home/deploy/peeps_production/releases/20171122142742'" 1>&2; false; fi
  29.  
  30.  DEBUG [62b7a205] Finished in 0.010 seconds with exit status 0 (successful).
  31.  
  32.   INFO [ad545cf6] Running /usr/bin/env passenger-config restart-app /home/deploy/peeps_production --ignore-app-not-running as deploy@api-0002.mwwondemand.com
  33.  
  34.  DEBUG [ad545cf6] Command: cd /home/deploy/peeps_production/releases/20171122142742 && ( export RBENV_ROOT="/home/deploy/.rbenv/" RBENV_VERSION="2.4.1" ; /usr/bin/env passenger-config restart-app /home/deploy/peeps_production --ignore-app-not-running )
  35.  
  36.  DEBUG [ad545cf6]       Restarting /home/deploy/peeps_production/current/public (production)
  37.  
  38.   INFO [ad545cf6] Finished in 0.167 seconds with exit status 0 (successful).
  39.  
  40.  DEBUG [02646f80] Running if test ! -d /home/deploy/peeps_production/releases/20171122142742; then echo "Directory does not exist '/home/deploy/peeps_production/releases/20171122142742'" 1>&2; false; fias deploy@api-0001.mwwondemand.com
  41.  
  42.  DEBUG [02646f80] Command: if test ! -d /home/deploy/peeps_production/releases/20171122142742; then echo "Directory does not exist '/home/deploy/peeps_production/releases/20171122142742'" 1>&2; false; fi
  43.  
  44.  DEBUG [02646f80] Finished in 0.104 seconds with exit status 0 (successful).
  45.  
  46.   INFO [db2f6beb] Running /usr/bin/env passenger-config restart-app /home/deploy/peeps_production --ignore-app-not-running as deploy@api-0001.mwwondemand.com
  47.  
  48.  DEBUG [db2f6beb] Command: cd /home/deploy/peeps_production/releases/20171122142742 && ( export RBENV_ROOT="/home/deploy/.rbenv/" RBENV_VERSION="2.4.1" ; /usr/bin/env passenger-config restart-app /home/deploy/peeps_production --ignore-app-not-running )
  49.  
  50.  DEBUG [db2f6beb]       Restarting /home/deploy/peeps_production/current/public (production)
  51.  
  52.  DEBUG [db2f6beb]
  53.  
  54.   INFO [db2f6beb] Finished in 0.385 seconds with exit status 0 (successful).
  55.  
  56.   INFO [d1ee9277] Running /usr/bin/env sudo initctl restart workers as deploy@api-0004.mwwondemand.com
  57.  
  58.  DEBUG [d1ee9277] Command: ( export RBENV_ROOT="/home/deploy/.rbenv/" RBENV_VERSION="2.4.1" ; /usr/bin/env sudo initctl restart workers )
  59.  
  60.   INFO [b924b429] Running /usr/bin/env sudo initctl restart workers as deploy@api-0006.mwwondemand.com
  61.  
  62.  DEBUG [b924b429] Command: ( export RBENV_ROOT="/home/deploy/.rbenv/" RBENV_VERSION="2.4.1" ; /usr/bin/env sudo initctl restart workers )
  63.  
  64.  DEBUG [b924b429]       initctl: Unknown instance:
  65.  
  66.  DEBUG [b924b429]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement