This file contains hidden or 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
etching [email protected]:dashkb/resque-pool.git | |
Git error: command `git clone '[email protected]:dashkb/resque-pool.git' "/data/dashboard_v2/shared/vendor/bundle/ruby/1.9.2/cache/bundler/git/resque-pool-ad524ccb28379174367f6ca19c83c74fbc715284" --bare --no-hardlinks` in directory /mnt/data/dashboard_v2/releases/664248424f26a1f12f7429cb6fc20d2ea71f5be4 has failed. | |
STDERR: ERROR: Repository not found. | |
fatal: The remote end hung up unexpectedly | |
---- End output of /usr/local/bin/ruby /usr/local/bin/bundle --deployment --without="development test spec cucumber ci osx " --path /data/dashboard_v2/shared/vendor/bundle ---- | |
Ran /usr/local/bin/ruby /usr/local/bin/bundle --deployment --without="development test spec cucumber ci osx " --path /data/dashboard_v2/shared/vendor/bundle returned 11 | |
/usr/local/lib/ruby/gems/1.9.2/gems/chef-0.10.8/lib/chef/shell_out.rb:206:in `invalid!' | |
/usr/local/lib/ruby/gems/1.9.2/gems/chef-0.10.8/lib/chef/shell_out.rb:192:in `error!' | |
/usr/local/lib/ruby/gems/1.9.2/gems/chef-0.10.8/lib/chef/mixin/ |
This file contains hidden or 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
ops@cs-core-base:~$ sudo scalarizr --import -y -o server-id=6e5232bf-9617-4b83-a5b5-0f2023163724 -o role-name=cs-base -o crypto-key=<KEY REMOVED> -o platform=cloudstack -o behaviour= -o queryenv-url=https://my.scalr.net/query-env -o messaging-p2p.producer-url=https://my.scalr.net/messaging | |
2012-04-18 16:58:24,993 - DEBUG - scalarizr - Open SQLite database (file: /etc/scalr/private.d/db.sqlite) | |
2012-04-18 16:58:25,095 - DEBUG - scalarizr.config - Reading file /etc/scalr/private.d/.state | |
2012-04-18 16:58:25,094 - INFO - scalarizr - [pid: 6210] Starting scalarizr 0.7.206 | |
2012-04-18 16:58:25,096 - DEBUG - scalarizr.util.filetool - Reading file /var/run/scalarizr.pid | |
2012-04-18 16:58:25,096 - DEBUG - scalarizr.util.filetool - Writing file /var/run/scalarizr.pid | |
Starting import process... | |
Don't terminate Scalarizr until Scalr will create the new role | |
2012-04-18 16:58:25,096 - DEBUG - scalarizr.config - Writing file /etc/scalr/private.d/.state | |
2012-04-18 16:58:25,097 - DEBUG - scalarizr.config - Reading file /etc/sc |
This file contains hidden or 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
ops@cs-core-base:/var/lib/dhcp3$ ls -l | |
total 4 | |
-rw-r--r-- 1 root root 508 2012-04-18 16:31 dhclient.eth0.leases | |
-rw-r--r-- 1 root root 0 2012-04-18 16:05 dhclient.leases | |
ops@cs-core-base:/var/lib/dhcp3$ |
This file contains hidden or 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
; <<>> DiG 9.7.3-P3 <<>> ext-erlang-node-updated.synchole.staging.cloud.vitrue.com | |
;; global options: +cmd | |
;; Got answer: | |
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 42860 | |
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 4, ADDITIONAL: 0 | |
;; QUESTION SECTION: | |
;ext-erlang-node-updated.synchole.staging.cloud.vitrue.com. IN A | |
;; ANSWER SECTION: |
This file contains hidden or 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
[Mon, 23 Apr 2012 16:46:25 -0400] FATAL: Chef::Exceptions::ShellCommandFailed: deploy_branch[/data/trey] (deploy::default line 79) had an error: Chef::Exceptions::ShellCommandFailed: Expected process to exit with [0], but received '128' | |
---- Begin output of git fetch origin && git fetch origin --tags && git reset --hard f6f933fea43a44a7f39c2813cb8464facbec0191 ---- | |
STDOUT: | |
STDERR: GitHub SSH access is temporarily unavailable (0x04). | |
Check http://status.github.com for details. | |
fatal: The remote end hung up unexpectedly | |
---- End output of git fetch origin && git fetch origin --tags && git reset --hard f6f933fea43a44a7f39c2813cb8464facbec0191 ---- | |
Ran git fetch origin && git fetch origin --tags && git reset --hard f6f933fea43a44a7f39c2813cb8464facbec0191 returned 128 |
This file contains hidden or 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
[doliner@vitdrew ~$] dig ext-erlang-node-updated.synchole.cloud.vitrue.com | |
; <<>> DiG 9.7.3-P3 <<>> ext-erlang-node-updated.synchole.cloud.vitrue.com | |
;; global options: +cmd | |
;; Got answer: | |
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 48594 | |
;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 4, ADDITIONAL: 0 | |
;; QUESTION SECTION: | |
;ext-erlang-node-updated.synchole.cloud.vitrue.com. IN A |
This file contains hidden or 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
upstream publishing_service_upstream { | |
server unix:/var/run/vitrue/unicorn_publishing_service.sock fail_timeout=0; | |
} | |
server { | |
listen 81; | |
server_name pubserv.staging.cloud.vitrue.com; | |
root /data/publishing_service/current/public; |
This file contains hidden or 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
14:07:30-deploy@ec2-50-19-157-193:~$ ps aux | grep fdog | |
fdog 2322 0.0 0.1 121348 8036 ? Ssl 2011 25:21 /usr/local/bin/mongrel2 config.sqlite 48927177-D302-4085-AA01-FA1BB050C234 | |
fdog 2362 0.2 0.3 200840 27528 ? Ssl 2011 558:17 /usr/local/bin/mongrel2 config.sqlite F94BCE71-2810-4461-A25A-8EC605245C6F | |
root 28380 0.0 0.0 4096 616 ? Ss 2011 0:00 /bin/sh -e -c su -c "/usr/local/bin/fdog start --no-fork /data/fdog/ >> /tmp/fdog.out 2>&1" fdog /bin/sh | |
fdog 28381 0.0 0.0 48332 1608 ? S 2011 0:00 su -c /usr/local/bin/fdog start --no-fork /data/fdog/ >> /tmp/fdog.out 2>&1 fdog | |
fdog 28388 0.0 0.0 10716 1300 ? S 2011 0:00 bash -c /usr/local/bin/fdog start --no-fork /data/fdog/ >> /tmp/fdog.out 2>&1 | |
fdog 28389 0.0 0.0 4096 612 ? S 2011 0:00 /bin/sh /usr/local/bin/fdog start --no-fork /data/fdog/ | |
fdog 28392 5.9 0.9 9000528 73392 ? Sl 2011 12569:50 /usr/local/share/fdog/bin/fdog start --no |
This file contains hidden or 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
14:45:53-deploy@ip-10-72-34-214:~$ telnet int-app-master.scribe.cloud.vitrue.com 54133 | |
Trying 10.206.37.171... | |
Connected to int-app-master.scribe.cloud.vitrue.com. | |
Escape character is '^]'. | |
~Scribe |
This file contains hidden or 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
[deploy@ip-10-124-183-96 yum.repos.d]$ sudo yum list | |
ol6_latest | 1.1 kB 00:00 | |
ol6_latest/primary | 17 MB 00:11 | |
ol6_latest 15103/15103 | |
http://yumrepo.tools.vitrue.com/OracleLinux/OL6/custom/repodata/repomd.xml: [Errno 14] PYCURL ERROR 7 - "couldn't connect to host" | |
Trying other mirror. | |
Error: Cannot retrieve repository metadata (repomd.xml) for repository: vitrue. Please verify its path and try again |