Created
March 29, 2012 16:38
-
-
Save hunterloftis/2239603 to your computer and use it in GitHub Desktop.
This file contains 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
hunter:~/work/base12$ scripts/provision/provision -si 165.225.129.25 config/web.server.json | |
Provisioning 165.225.129.25 | |
Using /Users/hunter/work/base12/config/web.server.json | |
=== Setup === | |
Setting up for Joyent | |
Config is: { type: 'joyent', install: [ 'redis', 'mongodb', 'node' ] } | |
EXECUTING: ssh [email protected] 'bash -s' < /Users/hunter/work/base12/scripts/provision/joyent/setup.sh | |
CODE: null | |
STDOUT: database for http://pkgsrc.joyent.com/sdc6/2011Q4/gcc46/All is up-to-date | |
STDERR: | |
=== Install === | |
EXECUTING: ssh [email protected] 'bash -s' < /Users/hunter/work/base12/scripts/provision/joyent/redis_check.sh | |
EXECUTING: ssh [email protected] 'bash -s' < /Users/hunter/work/base12/scripts/provision/joyent/mongodb_check.sh | |
EXECUTING: ssh [email protected] 'bash -s' < /Users/hunter/work/base12/scripts/provision/joyent/node_check.sh | |
CODE: { [Error: Command failed: ] killed: false, code: 1, signal: null } | |
STDOUT: no redis in /root/local/bin /opt/local/bin /opt/local/sbin /usr/bin /usr/sbin | |
STDERR: | |
Installed? { [Error: Command failed: ] killed: false, code: 1, signal: null } | |
CODE: null | |
STDOUT: | |
STDERR: | |
Installed? null | |
EXECUTING: ssh [email protected] 'bash -s' < /Users/hunter/work/base12/scripts/provision/joyent/mongodb_install.sh | |
CODE: null | |
STDOUT: /opt/local/bin/node | |
STDERR: | |
Installed? null | |
EXECUTING: ssh [email protected] 'bash -s' < /Users/hunter/work/base12/scripts/provision/joyent/node_install.sh | |
CODE: null | |
calculating dependencies... done. | |
nothing to do. | |
STDERR: | |
EXECUTING: ssh [email protected] 'bash -s' < /Users/hunter/work/base12/scripts/provision/joyent/node_check.sh | |
CODE: null | |
STDOUT: /opt/local/bin/node | |
STDERR: | |
CODE: { [Error: Command failed: % Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 4230 100 4230 0 0 98781 0 --:--:-- --:--:-- --:--:-- 142k | |
2012-03-29 16:37:10 URL:http://fastdl.mongodb.org/sunos5/mongodb-sunos5-x86_64-2.0.2.tgz [41493741/41493741] -> "mongodb-sunos5-x86_64-2.0.2.tgz" [1] | |
2012-03-29 16:37:11 URL:http://fastdl.mongodb.org/sunos5/mongo-extra-64.tgz [1669058/1669058] -> "mongo-extra-64.tgz" [1] | |
svcadm: Pattern 'mongodb' matches multiple instances: | |
svc:/application/mongodb:default | |
svc:/network/mongodb:default | |
] killed: false, code: 1, signal: null } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment