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
12:12:21 PM Brendan Keogh: Hey Steve, | |
12:12:45 PM Brendan Keogh: I am helping check out the secure auth servers, and if I hit them individually they are working | |
12:12:55 PM steveholly051802: I restarted nginx on all 4 secure servers. | |
12:13:05 PM Brendan Keogh: but if I go through the AWS LB it is failing | |
12:13:19 PM steveholly051802: What's the failure? It it timing out or something? | |
12:13:34 PM Brendan Keogh: Actually it is back https://secure.dishonline.com:4444/secure_session_create/QzBEQUZGODJBQ0MxMDIzMEUwNDREOEQzODVGNkMwMDYgMDYxODIwMTIyMDAwMTAgRlE4LytlMFFJQzVNQWhVWWFMcGxHRGx4MG4wPQ | |
12:13:51 PM steveholly051802: I just restarted nginx on all 4 secure servers. We had to restart nginx on the app servers this morning. | |
12:13:54 PM steveholly051802: and last night. | |
12:15:50 PM Brendan Keogh: Getting prod-appserv02.dishonline.com: Unknown MySQL server host 'x-prod-slave1.dishonline.com' (1) | |
prod-appserv02.dishonline.com: Error connecting to read connection {"port"=>3306, "adapter"=>"mysql", "username"=>"appl |
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
<?php | |
#error_reporting(E_ALL); | |
#ini_set('display_errors', '1'); | |
$src = $_GET["src"]; | |
$wmax = $_GET["wmax"]; | |
$hmax = $_GET["hmax"]; | |
$quality = $_GET["quality"]; | |
$bgcol = $_GET["bgcol"]; |
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
system: | |
system: | |
uname: "Linux int-bacin-app01 2.6.21.7-2.fc8xen #1 SMP Fri Feb 15 12:34:28 EST 2008 x86_64 x86_64 x86_64 GNU/Linux" | |
system: "redhat//x86_64" | |
bash: "/bin/bash => GNU bash, version 3.2.25(1)-release (x86_64-redhat-linux-gnu)" | |
zsh: " => not installed" | |
rvm: | |
version: "rvm 1.16.8 (stable) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/]" |
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
Oct 5 17:21:15 qa-bacin-app01 puppet-agent[25933]: Reopening log files | |
Oct 5 17:21:15 qa-bacin-app01 puppet-agent[25933]: Starting Puppet client version 2.7.6 | |
Oct 5 17:23:11 qa-bacin-app01 puppet-agent[25933]: (/Stage[main]/Bacin/Rvm_system_ruby[ruby-1.9.3-p194]/ensure) created | |
Oct 5 17:23:13 qa-bacin-app01 puppet-agent[25933]: (/Stage[main]/Bacin/Rvm_gemset[ruby-1.9.3-p194@bacin]/ensure) created | |
Oct 5 17:23:14 qa-bacin-app01 puppet-agent[25933]: Could not match /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/yaml.rb:56:in `<top (required)>': | |
Oct 5 17:23:14 qa-bacin-app01 puppet-agent[25933]: Could not match It seems your ruby installation is missing psych (for YAML output). | |
Oct 5 17:23:14 qa-bacin-app01 puppet-agent[25933]: Could not match To eliminate this warning, please install libyaml and reinstall your ruby. | |
Oct 5 17:23:18 qa-bacin-app01 puppet-agent[25933]: Could not match /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/yaml.rb:56:in `<top (required)>': | |
Oct 5 17:23:18 qa-bacin-app01 |
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
[root@qa-bacin-app01 ~]# rvm use 1.9.3 | |
Using /usr/local/rvm/gems/ruby-1.9.3-p194 | |
[root@qa-bacin-app01 ~]# gem list | |
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/yaml.rb:56:in `<top (required)>': | |
It seems your ruby installation is missing psych (for YAML output). | |
To eliminate this warning, please install libyaml and reinstall your ruby. | |
*** LOCAL GEMS *** | |
bigdecimal (1.1.0) |
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
#! /bin/sh | |
# Generated by configure. | |
# Run this file to recreate the current configuration. | |
# Compiler output produced by configure, useful for debugging | |
# configure, is in config.log if it exists. | |
debug=false | |
ac_cs_recheck=false | |
ac_cs_silent=false |
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
[root@qa-bacin-app01 ~]# rvm info system | |
ruby-1.9.3-p194: | |
system: | |
uname: "Linux qa-bacin-app01 2.6.21.7-2.fc8xen #1 SMP Fri Feb 15 12:34:28 EST 2008 x86_64 x86_64 x86_64 GNU/Linux" | |
system: "redhat//x86_64" | |
bash: "/bin/bash => GNU bash, version 3.2.25(1)-release (x86_64-redhat-linux-gnu)" | |
zsh: " => not installed" | |
[root@qa-bacin-app01 ~]# |
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
[root@qa-bacin-app01 ~]# ldd /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-linux/psych.so | |
libruby.so.1.9 => /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/libruby.so.1.9 (0x00002aaaaacb4000) | |
libyaml-0.so.2 => not found | |
libpthread.so.0 => /lib64/libpthread.so.0 (0x00002aaaab126000) | |
librt.so.1 => /lib64/librt.so.1 (0x00002aaaab342000) | |
libdl.so.2 => /lib64/libdl.so.2 (0x00002aaaab54b000) | |
libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00002aaaab74f000) | |
libm.so.6 => /lib64/libm.so.6 (0x00002aaaab988000) | |
libc.so.6 => /lib64/libc.so.6 (0x00002aaaabc0b000) | |
/lib64/ld-linux-x86-64.so.2 (0x0000555555554000) |
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
Script started on Fri Oct 5 19:32:37 2012 | |
]0;root@qa-bacin-app01:~[root@qa-bacin-app01 ~]# rm -rf $rvm_path/usr ; rvm --debug pkg install libyaml ; rvm --debug reinstall 1.9.3 --disable- binary | |
found compiler: /usr/bin/gcc | |
Fetching yaml-0.1.4.tar.gz to /usr/local/rvm/archives | |
Fetching: https://rvm.io/src/yaml-0.1.4.tar.gz | |
Fetch command: curl -f -L --create-dirs -C - -o yaml-0.1.4.tar.gz | |
Archive checksum matched, not downloading | |
Downloaded archive checksum matched. | |
Extracting yaml-0.1.4.tar.gz to /usr/local/rvm/src | |
[2012-10-05 19:33:13] gtar xmzf /usr/local/rvm/archives/yaml-0.1.4.tar.gz -C /usr/local/rvm/src --no-same-owner |
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
[root@qa-bacin-app01 ~]# rvm install 1.9.3 --color=0 | |
Fetching yaml-0.1.4.tar.gz to /usr/local/rvm/archives | |
Extracting yaml-0.1.4.tar.gz to /usr/local/rvm/src | |
Prepare yaml in /usr/local/rvm/src/yaml-0.1.4. | |
Configuring yaml in /usr/local/rvm/src/yaml-0.1.4. | |
Compiling yaml in /usr/local/rvm/src/yaml-0.1.4. | |
Installing yaml to /usr/local/rvm/usr | |
Installing Ruby from source to: /usr/local/rvm/rubies/ruby-1.9.3-p194, this may take a while depending on your cpu(s)... | |
ruby-1.9.3-p194 - #downloading ruby-1.9.3-p194, this may take a while depending on your connection... |