Skip to content

Instantly share code, notes, and snippets.

@bourroush
Last active August 29, 2015 14:08
Show Gist options
  • Save bourroush/b2d214d3e30f99f207f2 to your computer and use it in GitHub Desktop.
Save bourroush/b2d214d3e30f99f207f2 to your computer and use it in GitHub Desktop.
➜ repo git:(master) cd /opt/boxen/repo
➜ repo git:(master) script/nuke --services --force
-> Removing /Library/LaunchDaemons/dev.dnsmasq.plist.
-> Removing /Library/LaunchDaemons/dev.mongodb.plist.
-> Removing /Library/LaunchDaemons/dev.nginx.plist.
-> Removing /Library/LaunchDaemons/dev.postgresql.plist.
➜ repo git:(master) boxen
Boxen is up-to-date.
Notice: Compiled catalog for guillaumes-macbook-pro.local in environment production in 3.41 seconds
Notice: /Stage[main]/Postgresql::Config/File[/Library/LaunchDaemons/dev.postgresql.plist]/ensure: defined content as '{md5}be6bf2dbd581e03419aea7dda187a4ec'
Notice: /Stage[main]/Nginx/File[/Library/LaunchDaemons/dev.nginx.plist]/ensure: defined content as '{md5}6fa5ac5b57b00a813738a262ff578181'
Notice: /Stage[main]/Dnsmasq/File[/Library/LaunchDaemons/dev.dnsmasq.plist]/ensure: defined content as '{md5}2561a635a21d060ef79a6bb5f8ce9e55'
Notice: /Stage[main]/Dnsmasq/File[/etc/resolver/dev]/ensure: defined content as '{md5}5d32be72cf6aac6410325aecda6d5859'
Notice: /Stage[main]/Nginx/Service[dev.nginx]/ensure: ensure changed 'stopped' to 'running'
Notice: /Stage[main]/Dnsmasq/Service[dev.dnsmasq]/ensure: ensure changed 'stopped' to 'running'
Notice: /Stage[main]/Postgresql::Service/Service[dev.postgresql]/ensure: ensure changed 'stopped' to 'running'
Error: Command exceeded timeout
Error: /Stage[main]/Postgresql::Service/Exec[wait-for-postgresql]/returns: change from notrun to 0 failed: Command exceeded timeout
Notice: /Stage[main]/Projects::Airware/Boxen::Project[airware]/Postgresql::Db[airware_test]/Exec[postgresql-db-airware_test]: Dependency Exec[wait-for-postgresql] has failures: true
Warning: /Stage[main]/Projects::Airware/Boxen::Project[airware]/Postgresql::Db[airware_test]/Exec[postgresql-db-airware_test]: Skipping because of failed dependencies
Notice: /Stage[main]/Projects::Airware/Boxen::Project[airware]/Postgresql::Db[airware_development]/Exec[postgresql-db-airware_development]: Dependency Exec[wait-for-postgresql] has failures: true
Warning: /Stage[main]/Projects::Airware/Boxen::Project[airware]/Postgresql::Db[airware_development]/Exec[postgresql-db-airware_development]: Skipping because of failed dependencies
Notice: /Stage[main]/Projects::Quarterly/Boxen::Project[quarterly]/Postgresql::Db[quarterly_development]/Exec[postgresql-db-quarterly_development]: Dependency Exec[wait-for-postgresql] has failures: true
Warning: /Stage[main]/Projects::Quarterly/Boxen::Project[quarterly]/Postgresql::Db[quarterly_development]/Exec[postgresql-db-quarterly_development]: Skipping because of failed dependencies
Notice: /Stage[main]/Projects::Quarterly/Boxen::Project[quarterly]/Postgresql::Db[quarterly_test]/Exec[postgresql-db-quarterly_test]: Dependency Exec[wait-for-postgresql] has failures: true
Warning: /Stage[main]/Projects::Quarterly/Boxen::Project[quarterly]/Postgresql::Db[quarterly_test]/Exec[postgresql-db-quarterly_test]: Skipping because of failed dependencies
➜ repo git:(master)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment