Guest User

Untitled

a guest
Mar 8th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.10 KB | None | 0 0
  1. morty:~/projects/comma/comma_website john$ ENV=production cap setup_apache
  2. **** USING production ENVIRONMENT ****
  3. Do you want to reconsider? 5 4
  4. PROCEEDING
  5. * executing task setup_apache
  6. * executing task update_manifest
  7. * executing "sudo manifesto update_manifest -n comma_website -h commadev.com -r /home/www/rails/comma_website/current -s 1 -e production"
  8. servers: ["newman.commadev.com"]
  9. [newman.commadev.com] executing command
  10. command finished
  11. * executing "sudo sh -c 'manifesto apache_conf > /etc/apache2/sites-available/rails'"
  12. servers: ["newman.commadev.com"]
  13. [newman.commadev.com] executing command
  14. command finished
  15. * executing task graceful
  16. * executing task disable_web
  17. servers: ["newman.commadev.com"]
  18. * uploading /home/www/rails/comma_website/shared/system/maintenance.html
  19. ** uploading data to newman.commadev.com:/home/www/rails/comma_website/shared/system/maintenance.html
  20. * done uploading data to newman.commadev.com:/home/www/rails/comma_website/shared/system/maintenance.html
  21. upload finished
  22. * executing "sudo -u www-data manifesto graceful -n comma_website"
  23. servers: ["newman.commadev.com"]
  24. [newman.commadev.com] executing command
  25. ** [out :: newman.commadev.com] gracefuling comma_website
  26. ** [out :: newman.commadev.com] Couldn't find any pid file in '/home/www/rails/comma_website/current/tmp/pids' matching 'dispatch.[0-9]*.pid'
  27. ** [out :: newman.commadev.com] (also looked for processes matching "/home/www/rails/comma_website/current/public/dispatch.fcgi")
  28. command finished
  29. * executing task start
  30. * executing "sudo -u www-data manifesto start -n comma_website"
  31. servers: ["newman.commadev.com"]
  32. [newman.commadev.com] executing command
  33. ** [out :: newman.commadev.com] Starting comma_website
  34. ** [out :: newman.commadev.com] => Starting mongrel dispatchers
  35. ** [out :: newman.commadev.com] Checking if something is already running on 127.0.0.1:5900...NO
  36. ** [out :: newman.commadev.com] Starting dispatcher on port: 127.0.0.1:5900
  37. command finished
  38. * executing task enable_web
  39. * executing "rm -f /home/www/rails/comma_website/shared/system/maintenance.html"
  40. servers: ["newman.commadev.com"]
  41. [newman.commadev.com] executing command
  42. command finished
  43. * executing "sudo /etc/init.d/apache2 restart"
  44. servers: ["newman.commadev.com"]
  45. [newman.commadev.com] executing command
  46. ** [out :: newman.commadev.com] Forcing reload of web server (apache2)...
  47. ** [out :: newman.commadev.com] waiting
  48. ** [out :: newman.commadev.com] Apache/2.2.3 mod_ssl/2.2.3 (Pass Phrase Dialog)
  49. ** [out :: newman.commadev.com] Some of your private key files are encrypted for security reasons.
  50. ** [out :: newman.commadev.com] In order to read them you have to provide the pass phrases.
  51. ** [out :: newman.commadev.com]
  52. ** [out :: newman.commadev.com] Server debtclasses.transmitsecurely.com:443 (RSA)
  53. ** [out :: newman.commadev.com] Enter pass phrase:
  54. 53b02a44
  55. ^C/opt/local/lib/ruby/gems/1.8/gems/capistrano-1.4.0/lib/capistrano/command.rb:41:in `sleep': Interrupt
  56. from /opt/local/lib/ruby/gems/1.8/gems/capistrano-1.4.0/lib/capistrano/command.rb:41:in `process!'
  57. from /opt/local/lib/ruby/gems/1.8/gems/capistrano-1.4.0/lib/capistrano/command.rb:28:in `loop'
  58. from /opt/local/lib/ruby/gems/1.8/gems/capistrano-1.4.0/lib/capistrano/command.rb:28:in `process!'
  59. from /opt/local/lib/ruby/gems/1.8/gems/capistrano-1.4.0/lib/capistrano/actor.rb:210:in `run'
  60. from /opt/local/lib/ruby/gems/1.8/gems/capistrano-1.4.0/lib/capistrano/actor.rb:554:in `execute_on_servers'
  61. from /opt/local/lib/ruby/gems/1.8/gems/capistrano-1.4.0/lib/capistrano/actor.rb:207:in `run'
  62. from /opt/local/lib/ruby/gems/1.8/gems/capistrano-1.4.0/lib/capistrano/actor.rb:324:in `sudo'
  63. from ./config/recipes/standard.rb:53
  64. ... 7 levels...
  65. from /opt/local/lib/ruby/gems/1.8/gems/capistrano-1.4.0/lib/capistrano/cli.rb:12:in `execute!'
  66. from /opt/local/lib/ruby/gems/1.8/gems/capistrano-1.4.0/bin/cap:11
  67. from /opt/local/bin/cap:16:in `load'
  68. from /opt/local/bin/cap:16
Add Comment
Please, Sign In to add comment