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
(nova.rpc.amqp): TRACE: Traceback (most recent call last): | |
(nova.rpc.amqp): TRACE: File "/opt/stack/nova/nova/rpc/amqp.py", line 252, in _process_data | |
(nova.rpc.amqp): TRACE: rval = node_func(context=ctxt, **node_args) | |
(nova.rpc.amqp): TRACE: File "/opt/stack/nova/nova/compute/manager.py", line 1972, in live_migration | |
(nova.rpc.amqp): TRACE: block_migration) | |
(nova.rpc.amqp): TRACE: File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__ | |
(nova.rpc.amqp): TRACE: self.gen.next() | |
(nova.rpc.amqp): TRACE: File "/opt/stack/nova/nova/compute/manager.py", line 1964, in live_migration | |
(nova.rpc.amqp): TRACE: 'disk': disk}}) | |
(nova.rpc.amqp): TRACE: File "/opt/stack/nova/nova/rpc/__init__.py", line 68, in call |
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
acl | |
alsa-lib | |
alsa-utils | |
at | |
atk | |
attr | |
audit | |
audit-libs | |
augeas-libs | |
authconfig |
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
######################## | |
# VRRP configuration: # | |
# API : 10.127.54.13 # | |
# DB : 10.127.54.11 # | |
# RABBIT: 10.127.54.16 # | |
######################## | |
[2013-05-30T14:25:02+00:00] INFO: [template[keepalived.conf]] sending restart action to service[keepalived] (delayed) |
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
select anon_1.instances_created_at AS anon_1_instances_created_at, anon_1.instances_updated_at AS anon_1_instances_updated_at, anon_1.instances_deleted_at AS anon_1_instances_deleted_at, anon_1.instances_deleted AS anon_1_instances_deleted, anon_1.instances_id AS anon_1_instances_id, anon_1.instances_user_id AS anon_1_instances_user_id, anon_1.instances_project_id AS anon_1_instances_project_id, anon_1.instances_image_ref AS anon_1_instances_image_ref, anon_1.instances_kernel_id AS anon_1_instances_kernel_id, anon_1.instances_ramdisk_id AS anon_1_instances_ramdisk_id, anon_1.instances_hostname AS anon_1_instances_hostname, anon_1.instances_launch_index AS anon_1_instances_launch_index, anon_1.instances_key_name AS anon_1_instances_key_name, anon_1.instances_key_data AS anon_1_instances_key_data, anon_1.instances_power_state AS anon_1_instances_power_state, anon_1.instances_vm_state AS anon_1_instances_vm_state, anon_1.instances_task_state AS anon_1_instances_task_state, anon_1.instances_memory_mb AS anon_1_in |
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
We'll see if this gets published | |
http://www.amazon.com/Sims-Starter-Pack-Online-Game/dp/B00CQOG8MM/ref=dsvrt_myd_asin_block | |
There is a TL;DR way down at the bottom. Read that first then come back for the rest. | |
I purchased this for my daughter without reading any of the reviews because who, of course not me, reads reviews before they purchase something that can only be returned with a credit card dispute? I had purchased the Sims3 as a digital download for a PC way back in 2011 and the technology sure has gone downhill since. I mean we can launch a rocket and put a man on the moon with the computing power of an abacus but we can't reliably provide a method for downloading a digital item in the digital era with digital computers. If we keep this up we may as well turn our computers in for sticks and cave wall drawings. | |
So, after downloading the cheesy "Installer", opening it like I do any other .DMG file, and finding the Amazon Installer I am thinking that I have somehow bested the others that have tri |
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
osops_search(search_string="rabbitmq-server",one_or_all=:all,include_me=true,order=[:role]).sort_by{|ip| IPAddr.new ip.rabbitmq.address}.map {|k| "#{k.rabbitmq.address}:#{k.rabbitmq.port}"}.join(",") |
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
# VERSION UPDATE | |
for i in $(grep -B1 rcbops .gitmodules | grep path | awk '{print $3}' | grep -v "rabbitmq$"); do | |
pushd $i | |
git fetch origin | |
git checkout master | |
git pull origin master | |
sed -i '' 's/^version.*$/version "4.1.3"/g' metadata.rb | |
git add metadata.rb | |
git commit -m "Version Bump to 4.1.3" | |
git push breu master |
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
rpm -Uvh http://mirror.centos.org/centos/6/xen4/x86_64/Packages/kernel-3.4.61-9.el6.centos.alt.x86_64.rpm http://mirror.centos.org/centos/6/xen4/x86_64/Packages/kernel-headers-3.4.61-9.el6.centos.alt.x86_64.rpm http://mirror.centos.org/centos/6/xen4/x86_64/Packages/kernel-firmware-3.4.61-9.el6.centos.alt.noarch.rpm |
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
{ | |
"name": "rh", | |
"description": "", | |
"cookbook_versions": { | |
}, | |
"json_class": "Chef::Environment", | |
"chef_type": "environment", | |
"default_attributes": { | |
}, | |
"override_attributes": { |
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
Better Not Pout Stout — Ben VanderMeer | |
(5 gallons/19 L, all-grain) | |
OG = 1.068 FG = 1.020 | |
IBU = 21 ABV = 6.1% | |
Best of Show, Great Arizona Homebrew Competition 2010 | |
(151 entries) | |
Ingredients | |
10.5 lbs. (4.9 kg) US 2-row malt | |
1.75 lbs (0.79 kg) crystal malt (80 °L) |
OlderNewer