powdahound (owner)

Revisions

gist: 224289 Download_button fork
public
Public Clone URL: git://gist.github.com/224289.git
Embed All Files: show embed
chef-client.log #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
INFO: Starting Chef Run
DEBUG: Loading plugin os
DEBUG: Loading plugin ruby
DEBUG: Loading plugin languages
DEBUG: Loading plugin kernel
DEBUG: ---- Begin uname -s STDOUT ----
DEBUG: Linux
DEBUG: ---- End uname -s STDOUT ----
DEBUG: ---- Begin uname -s STDERR ----
DEBUG:
DEBUG: ---- End uname -s STDERR ----
DEBUG: Ran (uname -s) returned 0
DEBUG: ---- Begin uname -r STDOUT ----
DEBUG: 2.6.28-15-server
DEBUG: ---- End uname -r STDOUT ----
DEBUG: ---- Begin uname -r STDERR ----
DEBUG:
DEBUG: ---- End uname -r STDERR ----
DEBUG: Ran (uname -r) returned 0
DEBUG: ---- Begin uname -v STDOUT ----
DEBUG: #49-Ubuntu SMP Tue Aug 18 20:09:37 UTC 2009
DEBUG: ---- End uname -v STDOUT ----
DEBUG: ---- Begin uname -v STDERR ----
DEBUG:
DEBUG: ---- End uname -v STDERR ----
DEBUG: Ran (uname -v) returned 0
DEBUG: ---- Begin uname -m STDOUT ----
DEBUG: x86_64
DEBUG: ---- End uname -m STDOUT ----
DEBUG: ---- Begin uname -m STDERR ----
DEBUG:
DEBUG: ---- End uname -m STDERR ----
DEBUG: Ran (uname -m) returned 0
DEBUG: Loading plugin keys
DEBUG: Loading plugin dmi
DEBUG: ---- Begin dmidecode --version STDOUT ----
DEBUG: 2.9
DEBUG: ---- End dmidecode --version STDOUT ----
DEBUG: ---- Begin dmidecode --version STDERR ----
DEBUG:
DEBUG: ---- End dmidecode --version STDERR ----
DEBUG: Ran (dmidecode --version) returned 0
DEBUG: ---- Begin dmidecode -s bios-vendor STDOUT ----
DEBUG: QEMU
DEBUG: ---- End dmidecode -s bios-vendor STDOUT ----
DEBUG: ---- Begin dmidecode -s bios-vendor STDERR ----
DEBUG:
DEBUG: ---- End dmidecode -s bios-vendor STDERR ----
DEBUG: Ran (dmidecode -s bios-vendor) returned 0
DEBUG: ---- Begin dmidecode -s bios-version STDOUT ----
DEBUG: QEMU
DEBUG: ---- End dmidecode -s bios-version STDOUT ----
DEBUG: ---- Begin dmidecode -s bios-version STDERR ----
DEBUG:
DEBUG: ---- End dmidecode -s bios-version STDERR ----
DEBUG: Ran (dmidecode -s bios-version) returned 0
DEBUG: ---- Begin dmidecode -s bios-release-date STDOUT ----
DEBUG: 01/01/2007
DEBUG: ---- End dmidecode -s bios-release-date STDOUT ----
DEBUG: ---- Begin dmidecode -s bios-release-date STDERR ----
DEBUG:
DEBUG: ---- End dmidecode -s bios-release-date STDERR ----
DEBUG: Ran (dmidecode -s bios-release-date) returned 0
DEBUG: ---- Begin dmidecode -s system-manufacturer STDOUT ----
DEBUG: Not Specified
DEBUG: ---- End dmidecode -s system-manufacturer STDOUT ----
DEBUG: ---- Begin dmidecode -s system-manufacturer STDERR ----
DEBUG:
DEBUG: ---- End dmidecode -s system-manufacturer STDERR ----
DEBUG: Ran (dmidecode -s system-manufacturer) returned 0
DEBUG: ---- Begin dmidecode -s system-product-name STDOUT ----
DEBUG: Not Specified
DEBUG: ---- End dmidecode -s system-product-name STDOUT ----
DEBUG: ---- Begin dmidecode -s system-product-name STDERR ----
DEBUG:
DEBUG: ---- End dmidecode -s system-product-name STDERR ----
DEBUG: Ran (dmidecode -s system-product-name) returned 0
DEBUG: ---- Begin dmidecode -s system-version STDOUT ----
DEBUG: Not Specified
DEBUG: ---- End dmidecode -s system-version STDOUT ----
DEBUG: ---- Begin dmidecode -s system-version STDERR ----
DEBUG:
DEBUG: ---- End dmidecode -s system-version STDERR ----
DEBUG: Ran (dmidecode -s system-version) returned 0
DEBUG: ---- Begin dmidecode -s system-serial-number STDOUT ----
DEBUG: Not Specified
DEBUG: ---- End dmidecode -s system-serial-number STDOUT ----
DEBUG: ---- Begin dmidecode -s system-serial-number STDERR ----
DEBUG:
DEBUG: ---- End dmidecode -s system-serial-number STDERR ----
DEBUG: Ran (dmidecode -s system-serial-number) returned 0
DEBUG: ---- Begin dmidecode -s baseboard-manufacturer STDOUT ----
DEBUG:
DEBUG: ---- End dmidecode -s baseboard-manufacturer STDOUT ----
DEBUG: ---- Begin dmidecode -s baseboard-manufacturer STDERR ----
DEBUG:
DEBUG: ---- End dmidecode -s baseboard-manufacturer STDERR ----
DEBUG: Ran (dmidecode -s baseboard-manufacturer) returned 0
DEBUG: Plugin dmi threw exception #<NoMethodError: undefined method `strip' for nil:NilClass>
DEBUG: Loading plugin uptime
DEBUG: Loading plugin hostname
DEBUG: Loading plugin linux::hostname
DEBUG: ---- Begin hostname -s STDOUT ----
DEBUG: chefserver
DEBUG: ---- End hostname -s STDOUT ----
DEBUG: ---- Begin hostname -s STDERR ----
DEBUG:
DEBUG: ---- End hostname -s STDERR ----
DEBUG: Ran (hostname -s) returned 0
DEBUG: ---- Begin hostname --fqdn STDOUT ----
DEBUG: chefserver.foo.com
DEBUG: ---- End hostname --fqdn STDOUT ----
DEBUG: ---- Begin hostname --fqdn STDERR ----
DEBUG:
DEBUG: ---- End hostname --fqdn STDERR ----
DEBUG: Ran (hostname --fqdn) returned 0
DEBUG: Loading plugin java
DEBUG: ---- Begin java -version STDOUT ----
DEBUG:
DEBUG: ---- End java -version STDOUT ----
DEBUG: ---- Begin java -version STDERR ----
DEBUG: java version "1.6.0_16"
Java(TM) SE Runtime Environment (build 1.6.0_16-b01)
Java HotSpot(TM) 64-Bit Server VM (build 14.2-b01, mixed mode)
DEBUG: ---- End java -version STDERR ----
DEBUG: Ran (java -version) returned 0
DEBUG: Loading plugin ec2
DEBUG: Loading plugin network
DEBUG: Loading plugin linux::network
DEBUG: ---- Begin route -n | grep ^0.0.0.0 | awk '{print $8}' STDOUT ----
DEBUG: eth0
DEBUG: ---- End route -n | grep ^0.0.0.0 | awk '{print $8}' STDOUT ----
DEBUG: ---- Begin route -n | grep ^0.0.0.0 | awk '{print $8}' STDERR ----
DEBUG:
DEBUG: ---- End route -n | grep ^0.0.0.0 | awk '{print $8}' STDERR ----
DEBUG: Ran (route -n | grep ^0.0.0.0 | awk '{print $8}') returned 0
DEBUG: Loading plugin perl
DEBUG: Loading plugin ohai_time
DEBUG: Loading plugin command
DEBUG: Loading plugin platform
DEBUG: Loading plugin linux::platform
DEBUG: Loading plugin linux::lsb
DEBUG: Loading plugin python
DEBUG: ---- Begin python -c "import sys; print sys.version" STDOUT ----
DEBUG: 2.6.2 (release26-maint, Apr 19 2009, 01:58:18)
[GCC 4.3.3]
DEBUG: ---- End python -c "import sys; print sys.version" STDOUT ----
DEBUG: ---- Begin python -c "import sys; print sys.version" STDERR ----
DEBUG:
DEBUG: ---- End python -c "import sys; print sys.version" STDERR ----
DEBUG: Ran (python -c "import sys; print sys.version") returned 0
DEBUG: Loading plugin virtualization
DEBUG: Loading plugin linux::virtualization
DEBUG: Loading plugin erlang
DEBUG: ---- Begin erl +V STDOUT ----
DEBUG:
DEBUG: ---- End erl +V STDOUT ----
DEBUG: ---- Begin erl +V STDERR ----
DEBUG: Erlang (ASYNC_THREADS) (BEAM) emulator version 5.6.5
DEBUG: ---- End erl +V STDERR ----
DEBUG: Ran (erl +V) returned 0
DEBUG: Loading plugin linux::filesystem
DEBUG: Loading plugin linux::uptime
DEBUG: Loading plugin linux::ssh_host_key
DEBUG: Loading plugin linux::ps
DEBUG: Loading plugin linux::memory
DEBUG: Loading plugin linux::block_device
DEBUG: Loading plugin linux::cpu
DEBUG: Loading plugin linux::kernel
DEBUG: ---- Begin uname -o STDOUT ----
DEBUG: GNU/Linux
DEBUG: ---- End uname -o STDOUT ----
DEBUG: ---- Begin uname -o STDERR ----
DEBUG:
DEBUG: ---- End uname -o STDERR ----
DEBUG: Ran (uname -o) returned 0
DEBUG: Registering chefserver_foo_com for an openid
DEBUG: Sending HTTP Request via GET to /registrations/chefserver_foo_com
DEBUG: Authenticating chefserver_foo_com via openid
DEBUG: Sending HTTP Request via POST to /openid/consumer/start
DEBUG: Sending HTTP Request via GET to /openid/server?openid.assoc_handle=%7BHMAC-SHA1%7D%7B4aef119a%7D%7Bfu6%2BJQ%3D%3D%7D&openid.claimed_id=http%3A%2F%2Fchefserver.foo.com%3A4001%2Fopenid%2Fserver%2Fnode%2Fchefserver_foo_com&openid.identity=http%3A%2F%2Fchefserver.foo.com%3A4001%2Fopenid%2Fserver%2Fnode%2Fchefserver_foo_com&openid.mode=checkid_setup&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0&openid.realm=http%3A%2F%2Fchefserver.foo.com%3A4000%2Fopenid%2Fconsumer&openid.return_to=http%3A%2F%2Fchefserver.foo.com%3A4000%2Fopenid%2Fconsumer%2Fcomplete
DEBUG: Sending HTTP Request via POST to /openid/server/decision
DEBUG: Sending HTTP Request via GET to /openid/consumer/complete?openid.assoc_handle=%7BHMAC-SHA1%7D%7B4aef119a%7D%7Bfu6%2BJQ%3D%3D%7D&openid.claimed_id=http%3A%2F%2Fchefserver.foo.com%3A4001%2Fopenid%2Fserver%2Fnode%2Fchefserver_foo_com&openid.identity=http%3A%2F%2Fchefserver.foo.com%3A4001%2Fopenid%2Fserver%2Fnode%2Fchefserver_foo_com&openid.mode=id_res&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0&openid.op_endpoint=http%3A%2F%2Fchefserver.foo.com%3A4001%2Fopenid%2Fserver&openid.response_nonce=2009-11-02T17%3A26%3A05ZuY2RWJ&openid.return_to=http%3A%2F%2Fchefserver.foo.com%3A4000%2Fopenid%2Fconsumer%2Fcomplete&openid.sig=VkVvLe7Ejs1q7sCNRskJdC96jYo%3D&openid.signed=assoc_handle%2Cclaimed_id%2Cidentity%2Cmode%2Cns%2Cop_endpoint%2Cresponse_nonce%2Creturn_to%2Csigned
DEBUG: Sending HTTP Request via GET to /nodes
DEBUG: Building node object for chefserver_foo_com
DEBUG: Sending HTTP Request via GET to /nodes/chefserver_foo_com
DEBUG: Ohai Attribute: dmi - {"bios"=>{"version"=>"QEMU", "release_date"=>"01/01/2007", "vendor"=>"QEMU"}, "baseboard"=>{}, "system"=>{"serial_number"=>"Not Specified", "version"=>"Not Specified", "manufacturer"=>"Not Specified", "product_name"=>"Not Specified"}, "version"=>"2.9"}
DEBUG: Ohai Attribute: keys - {"ssh"=>{"host_dsa_public"=>"AAAAB3NzaC1kc3MAAACBAIty9Jhvch0FZSejvMyExkWRs5gKdHEn9wqfOMa0vfHuvrz7XvXJKwBb5q/qYoVgFDMVcsuJWzBBf35L/GL3jLQoFHtPJUOnxoYUMZvzYJbZ3MnejdPqkDNlnce1hbvSx5dzve9iIGB52h9QC7j9QdcmhzBYdWwvQGKkbgWREKiNAAAAFQDCZG/IO1bxVSRrplEnASD27mnx8QAAAIBU4Lmz9R1zcJmw2QqeYMxnuThoF5KWovYfDVEyuDLc3rmrut0Ptm4JAI5nkUcMQqIScJY6YPh3FYNGUtLAWihe9ydwLN2d0d7NjAe5tsjqVva/SJmyJQaRFZkwTLdw6ott2vSRKlgxNIB/m9hH/XDbaYU/aDSOgJ8XD2tAFOEsxQAAAIBd+ZVLiB+lUOTGNbzmoYhfCsW3288MXixU6y0xxtLCopDcJGmymuiocmh2O0xw/+qtEpSlGpqCaYWRp/8M5hYrx4MqbCAzrrVGlbxMIPGVZg/p9o/XzM197u70GdIfqNnFlfYIMAJj6x7u0wGbhdO1K3+G0kv2nrjuuwIzyIwdcA==", "host_rsa_public"=>"AAAAB3NzaC1yc2EAAAABIwAAAQEA3VXTUYJqNUQEMSVB2k4NErHfle4ZKOWS6DUVeno3nr3ycHzinfnzRSqk7ut3bUCQwmnaQFj7lwknLR37DPHi85U0Cq3SOqYA8u9K1OCBtk4a+h686rwtAlYijZM+/exvhSV6tzSrNF49UIk6KhG25AvhnYP0cX00Y2eTJLhKl5JieybFDqE1WyvgBc00KWRaxZMu3aDzOvWGSnYtOkq4ZN6PvWejcZu7tn9Rb7NnrWIGcigtEg6CM0sII25up00wB13DDDUmRQWIlKICi9MBHeKp2vP0IRJ924a3M+q/svsQ25uDNLZJOtfgchMUrjSep6fXKZyjhcaxUJcXwU201Q=="}}
DEBUG: Ohai Attribute: kernel - {"modules"=>{"virtio_balloon"=>{"size"=>"13316", "refcount"=>"0"}, "virtio_net"=>{"size"=>"19456", "refcount"=>"0"}, "input_polldev"=>{"size"=>"12688", "refcount"=>"0"}, "virtio_ring"=>{"size"=>"12672", "refcount"=>"1"}, "virtio"=>{"size"=>"13956", "refcount"=>"3"}, "output"=>{"size"=>"11648", "refcount"=>"1"}, "psmouse"=>{"size"=>"64028", "refcount"=>"0"}, "serio_raw"=>{"size"=>"14468", "refcount"=>"0"}, "virtio_pci"=>{"size"=>"15104", "refcount"=>"0"}, "video"=>{"size"=>"29204", "refcount"=>"0"}, "floppy"=>{"size"=>"75816", "refcount"=>"0"}}, "machine"=>"x86_64", "name"=>"Linux", "os"=>"GNU/Linux", "version"=>"#49-Ubuntu SMP Tue Aug 18 20:09:37 UTC 2009", "release"=>"2.6.28-15-server"}
DEBUG: Ohai Attribute: platform_version - "9.04"
DEBUG: Ohai Attribute: fqdn - "chefserver.foo.com"
DEBUG: Ohai Attribute: filesystem - {"/dev/sda1"=>{"kb_size"=>"3843880", "kb_available"=>"1747504", "mount"=>"/", "percent_used"=>"53%", "kb_used"=>"1901116"}, "proc"=>{"mount_options"=>["rw", "noexec", "nosuid", "nodev"], "fs_type"=>"proc", "mount"=>"/proc"}, "udev"=>{"kb_size"=>"249640", "kb_available"=>"249508", "mount_options"=>["rw", "mode=0755"], "fs_type"=>"tmpfs", "mount"=>"/dev", "percent_used"=>"1%", "kb_used"=>"132"}, "devpts"=>{"mount_options"=>["rw", "noexec", "nosuid", "gid=5", "mode=620"], "fs_type"=>"devpts", "mount"=>"/dev/pts"}, "fusectl"=>{"mount_options"=>["rw"], "fs_type"=>"fusectl", "mount"=>"/sys/fs/fuse/connections"}, "sysfs"=>{"mount_options"=>["rw", "noexec", "nosuid", "nodev"], "fs_type"=>"sysfs", "mount"=>"/sys"}, "varlock"=>{"kb_size"=>"249640", "kb_available"=>"249640", "mount_options"=>["rw", "noexec", "nosuid", "nodev", "mode=1777"], "fs_type"=>"tmpfs", "mount"=>"/var/lock", "percent_used"=>"0%", "kb_used"=>"0"}, "varrun"=>{"kb_size"=>"249640", "kb_available"=>"249560", "mount_options"=>["rw", "nosuid", "mode=0755"], "fs_type"=>"tmpfs", "mount"=>"/var/run", "percent_used"=>"1%", "kb_used"=>"80"}, "tmpfs"=>{"kb_size"=>"249640", "kb_available"=>"249640", "mount_options"=>["rw", "nosuid", "nodev"], "fs_type"=>"tmpfs", "mount"=>"/dev/shm", "percent_used"=>"0%", "kb_used"=>"0"}}
DEBUG: Ohai Attribute: command - {"ps"=>"ps -ef"}
DEBUG: Ohai Attribute: ipaddress - "10.0.0.201"
DEBUG: Ohai Attribute: memory - {"dirty"=>"1564kB", "vmalloc_used"=>"1056kB", "page_tables"=>"5768kB", "buffers"=>"14032kB", "slab_unreclaim"=>"8700kB", "vmalloc_chunk"=>"34359735531kB", "nfs_unstable"=>"0kB", "slab"=>"21056kB", "inactive"=>"160104kB", "total"=>"499284kB", "vmalloc_total"=>"34359738367kB", "free"=>"58392kB", "commit_limit"=>"2202720kB", "anon_pages"=>"304072kB", "writeback"=>"0kB", "cached"=>"65520kB", "swap"=>{"total"=>"1953080kB", "free"=>"1946112kB", "cached"=>"3472kB"}, "committed_as"=>"1018464kB", "bounce"=>"0kB", "slab_reclaimable"=>"12356kB", "mapped"=>"26740kB", "active"=>"224612kB"}
DEBUG: Ohai Attribute: idletime_seconds - 1056
DEBUG: Ohai Attribute: counters - {"network"=>{"interfaces"=>{"lo"=>{"tx"=>{"bytes"=>"2449773", "packets"=>"5468", "collisions"=>"0", "queuelen"=>"0", "errors"=>"0", "carrier"=>"0", "overrun"=>"0", "drop"=>"0"}, "rx"=>{"bytes"=>"2449773", "packets"=>"5468", "errors"=>"0", "overrun"=>"0", "drop"=>"0", "frame"=>"0"}}, "eth0"=>{"tx"=>{"bytes"=>"3091008", "packets"=>"5029", "collisions"=>"0", "queuelen"=>"1000", "errors"=>"0", "carrier"=>"0", "overrun"=>"0", "drop"=>"0"}, "rx"=>{"bytes"=>"931632", "packets"=>"6468", "errors"=>"0", "overrun"=>"0", "drop"=>"0", "frame"=>"0"}}}}}
DEBUG: Ohai Attribute: domain - "foo.com"
DEBUG: Ohai Attribute: os - "linux"
DEBUG: Ohai Attribute: idletime - "17 minutes 36 seconds"
DEBUG: Ohai Attribute: virtualization - {"role"=>"guest", "emulator"=>"kvm"}
DEBUG: Ohai Attribute: lsb - {"codename"=>"jaunty", "id"=>"Ubuntu", "description"=>"\"Ubuntu 9.04\"", "release"=>"9.04"}
DEBUG: Ohai Attribute: network - {"default_interface"=>"eth0", "interfaces"=>{"lo"=>{"flags"=>["UP", "LOOPBACK", "RUNNING"], "addresses"=>{"::1"=>{"scope"=>"Node", "prefixlen"=>"128", "family"=>"inet6"}, "127.0.0.1"=>{"netmask"=>"255.0.0.0", "family"=>"inet"}}, "mtu"=>"16436", "encapsulation"=>"Loopback"}, "eth0"=>{"flags"=>["UP", "BROADCAST", "RUNNING", "MULTICAST"], "number"=>"0", "addresses"=>{"52:54:00:09:95:3e"=>{"family"=>"lladdr"}, "fe80::5054:ff:fe09:953e"=>{"scope"=>"Link", "prefixlen"=>"64", "family"=>"inet6"}, "10.0.0.201"=>{"netmask"=>"255.0.0.0", "broadcast"=>"10.255.255.255", "family"=>"inet"}}, "mtu"=>"1500", "type"=>"eth", "arp"=>{"10.0.0.123"=>"00:23:6c:81:f0:95", "10.0.0.1"=>"00:16:b6:da:e0:8b", "10.0.1.1"=>"52:54:00:ae:a3:1f", "10.0.0.203"=>"52:54:00:c8:76:7b"}, "encapsulation"=>"Ethernet"}}}
DEBUG: Ohai Attribute: ohai_time - 1257182764.74067
DEBUG: Ohai Attribute: os_version - "2.6.28-15-server"
DEBUG: Ohai Attribute: languages - {"java"=>{"runtime"=>{"name"=>"Java(TM) SE Runtime Environment", "build"=>"1.6.0_16-b01"}, "version"=>"1.6.0_16"}, "python"=>{"version"=>"2.6.2", "builddate"=>"Apr 19 2009, 01:58:18"},/usr/lib/ruby/1.8/net/http.rb:2097:in `error!': 500 "Internal Server Error" (Net::HTTPFatalError)
from /usr/lib/ruby/gems/1.8/gems/chef-0.7.14/lib/chef/rest.rb:233:in `run_request'
from /usr/lib/ruby/gems/1.8/gems/chef-0.7.14/lib/chef/rest.rb:85:in `get_rest'
from /usr/lib/ruby/gems/1.8/gems/chef-0.7.14/lib/chef/client.rb:342:in `sync_provider_files'
from /usr/lib/ruby/gems/1.8/gems/chef-0.7.14/lib/chef/client.rb:83:in `run'
from /usr/lib/ruby/gems/1.8/gems/chef-0.7.14/lib/chef/application/client.rb:186:in `run_application'
from /usr/lib/ruby/gems/1.8/gems/chef-0.7.14/lib/chef/application/client.rb:178:in `loop'
from /usr/lib/ruby/gems/1.8/gems/chef-0.7.14/lib/chef/application/client.rb:178:in `run_application'
from /usr/lib/ruby/gems/1.8/gems/chef-0.7.14/lib/chef/application.rb:57:in `run'
from /usr/lib/ruby/gems/1.8/gems/chef-0.7.14/bin/chef-client:26
from /usr/bin/chef-client:19:in `load'
from /usr/bin/chef-client:19
 "perl"=>{"version"=>"5.10.0", "archname"=>"x86_64-linux-gnu-thread-multi"}, "ruby"=>{"target_os"=>"linux", "host_vendor"=>"pc", "target_vendor"=>"pc", "ruby_bin"=>"/usr/bin/ruby1.8", "target_cpu"=>"x86_64", "version"=>"1.8.7", "host_os"=>"linux-gnu", "host_cpu"=>"x86_64", "host"=>"x86_64-pc-linux-gnu", "target"=>"x86_64-pc-linux-gnu", "release_date"=>"2008-08-11", "gems_dir"=>"/usr/lib/ruby/gems/1.8", "platform"=>"x86_64-linux"}, "erlang"=>{"version"=>"5.6.5", "emulator"=>"BEAM", "options"=>["ASYNC_THREADS"]}}
DEBUG: Ohai Attribute: cpu - {"real"=>0, "total"=>1, "0"=>{"flags"=>["fpu", "de", "pse", "tsc", "msr", "pae", "mce", "cx8", "apic", "sep", "mtrr", "pge", "mca", "cmov", "pat", "pse36", "clflush", "mmx", "fxsr", "sse", "sse2", "syscall", "nx", "lm", "up", "pni", "hypervisor"], "model"=>"2", "model_name"=>"QEMU Virtual CPU version 0.9.1", "family"=>"6", "mhz"=>"28058.660", "vendor_id"=>"AuthenticAMD", "cache_size"=>"512 KB", "stepping"=>"3"}}
DEBUG: Ohai Attribute: uptime - "25 minutes 57 seconds"
DEBUG: Ohai Attribute: hostname - "chefserver"
DEBUG: Ohai Attribute: macaddress - "52:54:00:09:95:3e"
DEBUG: Ohai Attribute: block_device - {"ram13"=>{"size"=>"131072", "removable"=>"0"}, "ram0"=>{"size"=>"131072", "removable"=>"0"}, "loop0"=>{"size"=>"0", "removable"=>"0"}, "ram14"=>{"size"=>"131072", "removable"=>"0"}, "ram1"=>{"size"=>"131072", "removable"=>"0"}, "loop1"=>{"size"=>"0", "removable"=>"0"}, "ram15"=>{"size"=>"131072", "removable"=>"0"}, "ram2"=>{"size"=>"131072", "removable"=>"0"}, "loop2"=>{"size"=>"0", "removable"=>"0"}, "ram3"=>{"size"=>"131072", "removable"=>"0"}, "loop3"=>{"size"=>"0", "removable"=>"0"}, "ram4"=>{"size"=>"131072", "removable"=>"0"}, "sda"=>{"model"=>"QEMU HARDDISK ", "size"=>"12290048", "timeout"=>"30", "rev"=>"0.9.", "removable"=>"0", "vendor"=>"ATA ", "state"=>"running"}, "loop4"=>{"size"=>"0", "removable"=>"0"}, "ram5"=>{"size"=>"131072", "removable"=>"0"}, "sr0"=>{"model"=>"QEMU DVD-ROM ", "size"=>"2097151", "timeout"=>"30", "rev"=>"0.9.", "removable"=>"1", "vendor"=>"QEMU ", "state"=>"running"}, "loop5"=>{"size"=>"0", "removable"=>"0"}, "ram6"=>{"size"=>"131072", "removable"=>"0"}, "loop6"=>{"size"=>"0", "removable"=>"0"}, "ram10"=>{"size"=>"131072", "removable"=>"0"}, "ram7"=>{"size"=>"131072", "removable"=>"0"}, "loop7"=>{"size"=>"0", "removable"=>"0"}, "ram11"=>{"size"=>"131072", "removable"=>"0"}, "ram8"=>{"size"=>"131072", "removable"=>"0"}, "ram12"=>{"size"=>"131072", "removable"=>"0"}, "ram9"=>{"size"=>"131072", "removable"=>"0"}}
DEBUG: Ohai Attribute: uptime_seconds - 1557
DEBUG: Ohai Attribute: platform - "ubuntu"
DEBUG: Platform is ubuntu version 9.04
DEBUG: Saving the current state of node chefserver_foo_com
DEBUG: Sending HTTP Request via PUT to /nodes/chefserver_foo_com
DEBUG: Synchronizing libraries
DEBUG: Sending HTTP Request via GET to /cookbooks/_library_files?node=chefserver.foo.com
DEBUG: generating cookbook url for url=monitrc.rb, cookbook="monit", type=libraries, node=node[chefserver.foo.com]
DEBUG: generated cookbook url: cookbooks/monit/libraries?id=monitrc.rb&checksum=8663de22f2bbf38706d270a0a567ce1cdc162ee0e9719c75df82abefdbedc56c
DEBUG: cookbooks/monit/libraries?id=monitrc.rb&checksum=8663de22f2bbf38706d270a0a567ce1cdc162ee0e9719c75df82abefdbedc56c
DEBUG: generating cookbook url for url=packages.rb, cookbook="packages", type=libraries, node=node[chefserver.foo.com]
DEBUG: generated cookbook url: cookbooks/packages/libraries?id=packages.rb&checksum=b46d2cc3aa1295892ad783e5c1bc115e1afefacb988445170b531175fb65f25d
DEBUG: cookbooks/packages/libraries?id=packages.rb&checksum=b46d2cc3aa1295892ad783e5c1bc115e1afefacb988445170b531175fb65f25d
DEBUG: Synchronizing providers
DEBUG: Sending HTTP Request via GET to /cookbooks/_provider_files?node=chefserver.foo.com
/usr/lib/ruby/1.8/net/http.rb:2097:in `error!': 500 "Internal Server Error" (Net::HTTPFatalError)
        from /usr/lib/ruby/gems/1.8/gems/chef-0.7.14/lib/chef/rest.rb:233:in `run_request'
        from /usr/lib/ruby/gems/1.8/gems/chef-0.7.14/lib/chef/rest.rb:85:in `get_rest'
        from /usr/lib/ruby/gems/1.8/gems/chef-0.7.14/lib/chef/client.rb:342:in `sync_provider_files'
        from /usr/lib/ruby/gems/1.8/gems/chef-0.7.14/lib/chef/client.rb:83:in `run'
        from /usr/lib/ruby/gems/1.8/gems/chef-0.7.14/lib/chef/application/client.rb:186:in `run_application'
        from /usr/lib/ruby/gems/1.8/gems/chef-0.7.14/lib/chef/application/client.rb:178:in `loop'
        from /usr/lib/ruby/gems/1.8/gems/chef-0.7.14/lib/chef/application/client.rb:178:in `run_application'
        from /usr/lib/ruby/gems/1.8/gems/chef-0.7.14/lib/chef/application.rb:57:in `run'
        from /usr/lib/ruby/gems/1.8/gems/chef-0.7.14/bin/chef-client:26
        from /usr/bin/chef-client:19:in `load'
        from /usr/bin/chef-client:19