Advertisement
Guest User

Untitled

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