[chef] Re: Re: Re: Re: Re: Re: Re: Re: Re: Problem running chef-client, just from 2 days ago.


Chronological Thread 
  • From: Carlos Camacho < >
  • To: Lamont Granquist < >, Adam Edwards < >
  • Cc:
  • Subject: [chef] Re: Re: Re: Re: Re: Re: Re: Re: Re: Problem running chef-client, just from 2 days ago.
  • Date: Tue, 20 May 2014 09:34:02 +0200

Hello,

Adam, Lamont good morning.

Ill give it a try to CHEF-5270 because this error is recent (I don't
loose any trying as i'm stuck right now) about 2 weeks ago it suddenly
stop working. Also I'm attaching the chef-client logs in debug mode
and the chef-server logs. But again i don't see any error in the
application layer.

Thanks for your help,

Cheers!


On Mon, May 19, 2014 at 9:15 PM, Lamont Granquist 
< >
 wrote:
> On 5/19/14, 12:24 AM, Carlos Camacho wrote:
>>
>> Hello Julian and Lamont,
>>
>> I just check all logs in the server and there is not any apparent
>> error... It so confusing and frustrating this issue..
>>
>>
> Well, the server is actually tearing down the connection normally with a
> FIN|ACK, but then the client is still sending data, which produces a RST
> from the server, then the client receives those and sends back FIN|ACK and
> RST of its own.  So TCP is behaving normally and it does look like this
> isn't a rackspace issue.  The question is why the server seems to tear down
> the connection early while the client is still attempting to send data.
>
> There should be something either in the nginx or erchef logs on the server
> on in the -l debug logs or the stacktrace on the client.
>
PS C:\Users\Administrator> chef-client -l debug
[2014-05-20T06:44:12+00:00] WARN:
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
*
SSL validation of HTTPS requests is disabled. HTTPS connections are still
encrypted, but chef is not able to detect forged replies or man in the middle
attacks.

To fix this issue add an entry like this to your configuration file:

```
  # Verify all HTTPS connections (recommended)
  ssl_verify_mode :verify_peer

  # OR, Verify only connections to chef-server
  verify_api_cert true
```

To check your SSL configuration, or troubleshoot errors, you can use the
`knife ssl check` command like so:

```
  knife ssl check -c C:\chef\client.rb
```

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
*

Starting Chef Client, version 11.12.4
[2014-05-20T06:44:14+00:00] INFO: *** Chef 11.12.4 ***
[2014-05-20T06:44:14+00:00] INFO: Chef-client pid: 2020
[2014-05-20T06:44:14+00:00] DEBUG: Chef-client request_id: 
e589dd15-9f4b-4330-bbe0-6cad36ded30a
[2014-05-20T06:44:20+00:00] DEBUG: Plugin Memory threw exception #<LoadError: 
cannot load such file -- sigar> C:/opscode
/chef/embedded/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in 
`require'
C:/opscode/chef/embedded/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in
 `require'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/plugins/sigar/memory.rb:23:in
 `block (2 levels) in
 <main>'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/dsl/plugin/versionvii.rb:90:in
 `instance_eval'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/dsl/plugin/versionvii.rb:90:in
 `run_plugin'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/dsl/plugin.rb:98:in
 `run'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/dsl/plugin.rb:167:in
 `safe_run'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/runner.rb:82:in
 `run_v7_plugin'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/runner.rb:43:in
 `run_plugin'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/system.rb:96:in
 `block in run_plugins'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/system.rb:95:in
 `each'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/system.rb:95:in
 `run_plugins'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/system.rb:73:in
 `all_plugins'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/client.rb:292:in
 `run_ohai'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/client.rb:414:in
 `do_run'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/client.rb:227:in
 `run'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/application.rb:217:in
 `run_chef_clie
nt'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/application/client.rb:328:in
 `block
in run_application'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/application/client.rb:317:in
 `loop'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/application/client.rb:317:in
 `run_ap
plication'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/application.rb:67:in
 `run'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/bin/chef-client:26:in
 `<top (required)>'
C:/opscode/chef/bin/chef-client:23:in `load'
C:/opscode/chef/bin/chef-client:23:in `<main>'
[2014-05-20T06:44:20+00:00] DEBUG: Plugin NetworkRoutes threw exception 
#<LoadError: cannot load such file -- sigar> C:/
opscode/chef/embedded/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in
 `require'
C:/opscode/chef/embedded/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in
 `require'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/plugins/sigar/network_route.rb:42:in
 `block (2 lev
els) in <main>'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/dsl/plugin/versionvii.rb:90:in
 `instance_eval'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/dsl/plugin/versionvii.rb:90:in
 `run_plugin'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/dsl/plugin.rb:98:in
 `run'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/dsl/plugin.rb:167:in
 `safe_run'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/runner.rb:82:in
 `run_v7_plugin'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/runner.rb:43:in
 `run_plugin'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/system.rb:96:in
 `block in run_plugins'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/system.rb:95:in
 `each'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/system.rb:95:in
 `run_plugins'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/system.rb:73:in
 `all_plugins'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/client.rb:292:in
 `run_ohai'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/client.rb:414:in
 `do_run'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/client.rb:227:in
 `run'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/application.rb:217:in
 `run_chef_clie
nt'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/application/client.rb:328:in
 `block
in run_application'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/application/client.rb:317:in
 `loop'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/application/client.rb:317:in
 `run_ap
plication'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/application.rb:67:in
 `run'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/bin/chef-client:26:in
 `<top (required)>'
C:/opscode/chef/bin/chef-client:23:in `load'
C:/opscode/chef/bin/chef-client:23:in `<main>'
[2014-05-20T06:44:20+00:00] DEBUG: Plugin NetworkListeners threw exception 
#<LoadError: cannot load such file -- sigar>
C:/opscode/chef/embedded/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in
 `require'
C:/opscode/chef/embedded/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in
 `require'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/plugins/network_listeners.rb:25:in
 `block (2 level
s) in <main>'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/dsl/plugin/versionvii.rb:90:in
 `instance_eval'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/dsl/plugin/versionvii.rb:90:in
 `run_plugin'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/dsl/plugin.rb:98:in
 `run'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/dsl/plugin.rb:167:in
 `safe_run'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/runner.rb:82:in
 `run_v7_plugin'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/runner.rb:43:in
 `run_plugin'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/system.rb:96:in
 `block in run_plugins'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/system.rb:95:in
 `each'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/system.rb:95:in
 `run_plugins'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/system.rb:73:in
 `all_plugins'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/client.rb:292:in
 `run_ohai'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/client.rb:414:in
 `do_run'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/client.rb:227:in
 `run'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/application.rb:217:in
 `run_chef_clie
nt'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/application/client.rb:328:in
 `block
in run_application'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/application/client.rb:317:in
 `loop'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/application/client.rb:317:in
 `run_ap
plication'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/application.rb:67:in
 `run'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/bin/chef-client:26:in
 `<top (required)>'
C:/opscode/chef/bin/chef-client:23:in `load'
C:/opscode/chef/bin/chef-client:23:in `<main>'
[2014-05-20T06:44:20+00:00] DEBUG: [inet] Using default interface 0xe and 
default gateway 10.181.159.187 to set the defa
ult ip to 10.181.133.29
[2014-05-20T06:44:20+00:00] DEBUG: [inet6] no default interface, picking the 
first ipaddress
[2014-05-20T06:44:20+00:00] DEBUG: No data to collect for plugin LSB. 
Continuing...
[2014-05-20T06:44:22+00:00] DEBUG: No hints present for azure.
[2014-05-20T06:44:23+00:00] DEBUG: has_ec2_mac? == false
[2014-05-20T06:44:23+00:00] DEBUG: looks_like_ec2? == false
[2014-05-20T06:44:23+00:00] DEBUG: Plugin GCE threw #<SocketError: 
getaddrinfo: No such host is known. >
[2014-05-20T06:44:23+00:00] DEBUG: 
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/mixin/gce_metad
ata.rb:29:in `pack_sockaddr_in'
[2014-05-20T06:44:23+00:00] DEBUG: 
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/mixin/gce_metad
ata.rb:29:in `can_metadata_connect?'
[2014-05-20T06:44:23+00:00] DEBUG: 
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/plugins/gce.rb:
30:in `has_gce_metadata?'
[2014-05-20T06:44:23+00:00] DEBUG: 
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/plugins/gce.rb:
39:in `looks_like_gce?'
[2014-05-20T06:44:23+00:00] DEBUG: 
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/plugins/gce.rb:
43:in `block (2 levels) in <main>'
[2014-05-20T06:44:23+00:00] DEBUG: 
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/dsl/plugin/vers
ionvii.rb:90:in `instance_eval'
[2014-05-20T06:44:23+00:00] DEBUG: 
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/dsl/plugin/vers
ionvii.rb:90:in `run_plugin'
[2014-05-20T06:44:23+00:00] DEBUG: 
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/dsl/plugin.rb:9
8:in `run'
[2014-05-20T06:44:23+00:00] DEBUG: 
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/dsl/plugin.rb:1
67:in `safe_run'
[2014-05-20T06:44:23+00:00] DEBUG: 
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/runner.rb:82:in
 `run_v7_plugin'
[2014-05-20T06:44:23+00:00] DEBUG: 
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/runner.rb:43:in
 `run_plugin'
[2014-05-20T06:44:23+00:00] DEBUG: 
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/system.rb:96:in
 `block in run_plugins'
[2014-05-20T06:44:23+00:00] DEBUG: 
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/system.rb:95:in
 `each'
[2014-05-20T06:44:23+00:00] DEBUG: 
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/system.rb:95:in
 `run_plugins'
[2014-05-20T06:44:23+00:00] DEBUG: 
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/system.rb:73:in
 `all_plugins'
[2014-05-20T06:44:23+00:00] DEBUG: 
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/c
lient.rb:292:in `run_ohai'
[2014-05-20T06:44:23+00:00] DEBUG: 
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/c
lient.rb:414:in `do_run'
[2014-05-20T06:44:23+00:00] DEBUG: 
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/c
lient.rb:227:in `run'
[2014-05-20T06:44:23+00:00] DEBUG: 
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/a
pplication.rb:217:in `run_chef_client'
[2014-05-20T06:44:23+00:00] DEBUG: 
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/a
pplication/client.rb:328:in `block in run_application'
[2014-05-20T06:44:23+00:00] DEBUG: 
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/a
pplication/client.rb:317:in `loop'
[2014-05-20T06:44:23+00:00] DEBUG: 
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/a
pplication/client.rb:317:in `run_application'
[2014-05-20T06:44:23+00:00] DEBUG: 
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/a
pplication.rb:67:in `run'
[2014-05-20T06:44:23+00:00] DEBUG: 
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/bin/chef-c
lient:26:in `<top (required)>'
[2014-05-20T06:44:23+00:00] DEBUG: C:/opscode/chef/bin/chef-client:23:in 
`load'
[2014-05-20T06:44:23+00:00] DEBUG: C:/opscode/chef/bin/chef-client:23:in 
`<main>'
[2014-05-20T06:44:23+00:00] DEBUG: Plugin Rackspace threw #<NoMethodError: 
undefined method `[]' for nil:NilClass>
[2014-05-20T06:44:23+00:00] DEBUG: 
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/plugins/rackspa
ce.rb:60:in `get_ip_address'
[2014-05-20T06:44:23+00:00] DEBUG: 
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/plugins/rackspa
ce.rb:122:in `block (2 levels) in <main>'
[2014-05-20T06:44:23+00:00] DEBUG: 
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/dsl/plugin/vers
ionvii.rb:90:in `instance_eval'
[2014-05-20T06:44:23+00:00] DEBUG: 
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/dsl/plugin/vers
ionvii.rb:90:in `run_plugin'
[2014-05-20T06:44:23+00:00] DEBUG: 
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/dsl/plugin.rb:9
8:in `run'
[2014-05-20T06:44:23+00:00] DEBUG: 
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/dsl/plugin.rb:1
67:in `safe_run'
[2014-05-20T06:44:23+00:00] DEBUG: 
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/runner.rb:82:in
 `run_v7_plugin'
[2014-05-20T06:44:23+00:00] DEBUG: 
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/runner.rb:43:in
 `run_plugin'
[2014-05-20T06:44:23+00:00] DEBUG: 
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/system.rb:96:in
 `block in run_plugins'
[2014-05-20T06:44:23+00:00] DEBUG: 
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/system.rb:95:in
 `each'
[2014-05-20T06:44:23+00:00] DEBUG: 
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/system.rb:95:in
 `run_plugins'
[2014-05-20T06:44:23+00:00] DEBUG: 
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.4/lib/ohai/system.rb:73:in
 `all_plugins'
[2014-05-20T06:44:23+00:00] DEBUG: 
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/c
lient.rb:292:in `run_ohai'
[2014-05-20T06:44:23+00:00] DEBUG: 
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/c
lient.rb:414:in `do_run'
[2014-05-20T06:44:23+00:00] DEBUG: 
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/c
lient.rb:227:in `run'
[2014-05-20T06:44:23+00:00] DEBUG: 
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/a
pplication.rb:217:in `run_chef_client'
[2014-05-20T06:44:23+00:00] DEBUG: 
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/a
pplication/client.rb:328:in `block in run_application'
[2014-05-20T06:44:23+00:00] DEBUG: 
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/a
pplication/client.rb:317:in `loop'
[2014-05-20T06:44:23+00:00] DEBUG: 
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/a
pplication/client.rb:317:in `run_application'
[2014-05-20T06:44:23+00:00] DEBUG: 
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/a
pplication.rb:67:in `run'
[2014-05-20T06:44:23+00:00] DEBUG: 
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/bin/chef-c
lient:26:in `<top (required)>'
[2014-05-20T06:44:23+00:00] DEBUG: C:/opscode/chef/bin/chef-client:23:in 
`load'
[2014-05-20T06:44:23+00:00] DEBUG: C:/opscode/chef/bin/chef-client:23:in 
`<main>'
[2014-05-20T06:44:23+00:00] DEBUG: has_euca_mac? == false
[2014-05-20T06:44:23+00:00] DEBUG: has_euca_mac? == false
[2014-05-20T06:44:23+00:00] DEBUG: looks_like_euca? == false
[2014-05-20T06:44:23+00:00] DEBUG: NOT ohai openstack
[2014-05-20T06:44:23+00:00] DEBUG: No data to collect for plugin PS. 
Continuing...
[2014-05-20T06:44:23+00:00] DEBUG: No data to collect for plugin 
SystemProfile. Continuing...
[2014-05-20T06:44:23+00:00] DEBUG: No data to collect for plugin 
Virtualization. Continuing...
[2014-05-20T06:44:23+00:00] DEBUG: No data to collect for plugin InitPackage. 
Continuing...
[2014-05-20T06:44:23+00:00] DEBUG: ip_scopes: cannot load gem, plugin 
disabled: cannot load such file -- ipaddr_extensio
ns
[2014-05-20T06:44:23+00:00] DEBUG: Failed to find sshd configuration file
[2014-05-20T06:44:23+00:00] DEBUG: No data to collect for plugin BlockDevice. 
Continuing...
[2014-05-20T06:44:23+00:00] DEBUG: No data to collect for plugin Zpools. 
Continuing...
[2014-05-20T06:44:23+00:00] DEBUG: Client key c:/chef/client.pem is present - 
skipping registration
[2014-05-20T06:44:23+00:00] DEBUG: Building node object for slwnone09
[2014-05-20T06:44:23+00:00] DEBUG: Chef::HTTP calling 
Chef::HTTP::JSONInput#handle_request
[2014-05-20T06:44:23+00:00] DEBUG: Chef::HTTP calling 
Chef::HTTP::JSONToModelOutput#handle_request
[2014-05-20T06:44:23+00:00] DEBUG: Chef::HTTP calling 
Chef::HTTP::CookieManager#handle_request
[2014-05-20T06:44:23+00:00] DEBUG: Chef::HTTP calling 
Chef::HTTP::Decompressor#handle_request
[2014-05-20T06:44:23+00:00] DEBUG: Chef::HTTP calling 
Chef::HTTP::Authenticator#handle_request
[2014-05-20T06:44:23+00:00] DEBUG: Signing the request as slwnone09
[2014-05-20T06:44:23+00:00] DEBUG: String to sign: 'Method:GET
Hashed Path:9Vty/nlX4Px8TKJiLQWNmc+MKgU=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2014-05-20T06:44:23Z
X-Ops-UserId:slwnone09'
Header hash: {"X-Ops-Sign"=>"algorithm=sha1;version=1.0;", 
"X-Ops-Userid"=>"slwnone09", "X-Ops-Timestamp"=>"2014-05-20T0
6:44:23Z", "X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", 
"X-Ops-Authorization-1"=>"ysD7RL2Ial6N3OWBxkV896TtZQpj6
qNUm4Ph7978x6WWu91+C61+W5YRcFBy", 
"X-Ops-Authorization-2"=>"vEwnlWxXEstSiaWuXNKeGcl4+YLCddG9zmz2Uclnn0b3vx79z8hyLhXS2tb6
", 
"X-Ops-Authorization-3"=>"naTFf45lavKU2f0fP0ZQUNKVZf2+42eiTYK/FChR47hU6LNy5y9EorodnrKe",
 "X-Ops-Authorization-4"=>"/6
3SJLyjPbNM1zFL5zk0eZBrNs1CEBy5bB6TMDwKiPJ0PI/sf62b2CmTNcYQ", 
"X-Ops-Authorization-5"=>"542sRF8eG+UyRGKJ6OfnbbJSvGS6XfQPP
7Ly1ObMvP/xMSfXu82cu0chyc+n", 
"X-Ops-Authorization-6"=>"spFi3Phqv31qt8bbPzFp0xh7hocO0cKbg9LvUfOCVw=="}
[2014-05-20T06:44:23+00:00] DEBUG: Chef::HTTP calling 
Chef::HTTP::RemoteRequestID#handle_request
[2014-05-20T06:44:23+00:00] DEBUG: Chef::HTTP calling 
Chef::HTTP::ValidateContentLength#handle_request
[2014-05-20T06:44:23+00:00] DEBUG: Initiating GET to 
https://chef.frontiersin.net/nodes/slwnone09
[2014-05-20T06:44:23+00:00] DEBUG: ---- HTTP Request Header Data: ----
[2014-05-20T06:44:23+00:00] DEBUG: Accept: application/json
[2014-05-20T06:44:23+00:00] DEBUG: Accept-Encoding: 
gzip;q=1.0,deflate;q=0.6,identity;q=0.3
[2014-05-20T06:44:23+00:00] DEBUG: X-OPS-SIGN: algorithm=sha1;version=1.0;
[2014-05-20T06:44:23+00:00] DEBUG: X-OPS-USERID: slwnone09
[2014-05-20T06:44:23+00:00] DEBUG: X-OPS-TIMESTAMP: 2014-05-20T06:44:23Z
[2014-05-20T06:44:23+00:00] DEBUG: X-OPS-CONTENT-HASH: 
2jmj7l5rSw0yVb/vlWAYkK/YBwk=
[2014-05-20T06:44:23+00:00] DEBUG: X-OPS-AUTHORIZATION-1: 
ysD7RL2Ial6N3OWBxkV896TtZQpj6qNUm4Ph7978x6WWu91+C61+W5YRcFBy
[2014-05-20T06:44:23+00:00] DEBUG: X-OPS-AUTHORIZATION-2: 
vEwnlWxXEstSiaWuXNKeGcl4+YLCddG9zmz2Uclnn0b3vx79z8hyLhXS2tb6
[2014-05-20T06:44:23+00:00] DEBUG: X-OPS-AUTHORIZATION-3: 
naTFf45lavKU2f0fP0ZQUNKVZf2+42eiTYK/FChR47hU6LNy5y9EorodnrKe
[2014-05-20T06:44:23+00:00] DEBUG: X-OPS-AUTHORIZATION-4: 
/63SJLyjPbNM1zFL5zk0eZBrNs1CEBy5bB6TMDwKiPJ0PI/sf62b2CmTNcYQ
[2014-05-20T06:44:23+00:00] DEBUG: X-OPS-AUTHORIZATION-5: 
542sRF8eG+UyRGKJ6OfnbbJSvGS6XfQPP7Ly1ObMvP/xMSfXu82cu0chyc+n
[2014-05-20T06:44:23+00:00] DEBUG: X-OPS-AUTHORIZATION-6: 
spFi3Phqv31qt8bbPzFp0xh7hocO0cKbg9LvUfOCVw==
[2014-05-20T06:44:23+00:00] DEBUG: HOST: chef.frontiersin.net:443
[2014-05-20T06:44:23+00:00] DEBUG: X-REMOTE-REQUEST-ID: 
e589dd15-9f4b-4330-bbe0-6cad36ded30a
[2014-05-20T06:44:23+00:00] DEBUG: ---- End HTTP Request Header Data ----

================================================================================
Chef encountered an error attempting to load the node data for "slwnone09"
================================================================================

Unexpected Error:
-----------------
EOFError: end of file reached

[2014-05-20T06:44:23+00:00] DEBUG: Re-raising exception: EOFError - end of 
file reached
C:/opscode/chef/embedded/lib/ruby/1.9.1/openssl/buffering.rb:174:in 
`sysread_nonblock'
  C:/opscode/chef/embedded/lib/ruby/1.9.1/openssl/buffering.rb:174:in 
`read_nonblock'
  C:/opscode/chef/embedded/lib/ruby/1.9.1/net/protocol.rb:141:in `rbuf_fill'
  C:/opscode/chef/embedded/lib/ruby/1.9.1/net/protocol.rb:122:in `readuntil'
  C:/opscode/chef/embedded/lib/ruby/1.9.1/net/protocol.rb:132:in `readline'
  C:/opscode/chef/embedded/lib/ruby/1.9.1/net/http.rb:2563:in 
`read_status_line'
  C:/opscode/chef/embedded/lib/ruby/1.9.1/net/http.rb:2552:in `read_new'
  C:/opscode/chef/embedded/lib/ruby/1.9.1/net/http.rb:1320:in `block in 
transport_request'
  C:/opscode/chef/embedded/lib/ruby/1.9.1/net/http.rb:1317:in `catch'
  C:/opscode/chef/embedded/lib/ruby/1.9.1/net/http.rb:1317:in 
`transport_request'
  C:/opscode/chef/embedded/lib/ruby/1.9.1/net/http.rb:1294:in `request'
  
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/rest-client-1.6.7/lib/restclient/net_http_ext.rb:51:in
 `request'
  C:/opscode/chef/embedded/lib/ruby/1.9.1/net/http.rb:1287:in `block in 
request'
  C:/opscode/chef/embedded/lib/ruby/1.9.1/net/http.rb:746:in `start'
  C:/opscode/chef/embedded/lib/ruby/1.9.1/net/http.rb:1285:in `request'
  
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/rest-client-1.6.7/lib/restclient/net_http_ext.rb:51:in
 `request'
  
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/http/basic_client.rb:65:in
 `reques
t'
  
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/http.rb:257:in
 `block in send_http
_request'
  
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/http.rb:289:in
 `retrying_http_erro
rs'
  
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/http.rb:251:in
 `send_http_request'

  
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/http.rb:141:in
 `request'
  
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/rest.rb:115:in
 `get'
  
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/node.rb:507:in
 `load'
  
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/node.rb:491:in
 `find_or_create'
  
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/policy_builder/expand_node_object.
rb:92:in `load_node'
  
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/client.rb:249:in
 `load_node'
  
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/client.rb:418:in
 `do_run'
  
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/client.rb:227:in
 `run'
  
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/application.rb:217:in
 `run_chef_cl
ient'
  
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/application/client.rb:328:in
 `bloc
k in run_application'
  
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/application/client.rb:317:in
 `loop
'
  
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/application/client.rb:317:in
 `run_
application'
  
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/application.rb:67:in
 `run'
  
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/bin/chef-client:26:in
 `<top (required)>'
  C:/opscode/chef/bin/chef-client:23:in `load'
  C:/opscode/chef/bin/chef-client:23:in `<main>'
[2014-05-20T06:44:23+00:00] FATAL: Stacktrace dumped to 
c:/chef/cache/chef-stacktrace.out
[2014-05-20T06:44:23+00:00] DEBUG: EOFError: end of file reached
C:/opscode/chef/embedded/lib/ruby/1.9.1/openssl/buffering.rb:174:in 
`sysread_nonblock'
C:/opscode/chef/embedded/lib/ruby/1.9.1/openssl/buffering.rb:174:in 
`read_nonblock'
C:/opscode/chef/embedded/lib/ruby/1.9.1/net/protocol.rb:141:in `rbuf_fill'
C:/opscode/chef/embedded/lib/ruby/1.9.1/net/protocol.rb:122:in `readuntil'
C:/opscode/chef/embedded/lib/ruby/1.9.1/net/protocol.rb:132:in `readline'
C:/opscode/chef/embedded/lib/ruby/1.9.1/net/http.rb:2563:in `read_status_line'
C:/opscode/chef/embedded/lib/ruby/1.9.1/net/http.rb:2552:in `read_new'
C:/opscode/chef/embedded/lib/ruby/1.9.1/net/http.rb:1320:in `block in 
transport_request'
C:/opscode/chef/embedded/lib/ruby/1.9.1/net/http.rb:1317:in `catch'
C:/opscode/chef/embedded/lib/ruby/1.9.1/net/http.rb:1317:in 
`transport_request'
C:/opscode/chef/embedded/lib/ruby/1.9.1/net/http.rb:1294:in `request'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/rest-client-1.6.7/lib/restclient/net_http_ext.rb:51:in
 `request'
C:/opscode/chef/embedded/lib/ruby/1.9.1/net/http.rb:1287:in `block in request'
C:/opscode/chef/embedded/lib/ruby/1.9.1/net/http.rb:746:in `start'
C:/opscode/chef/embedded/lib/ruby/1.9.1/net/http.rb:1285:in `request'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/rest-client-1.6.7/lib/restclient/net_http_ext.rb:51:in
 `request'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/http/basic_client.rb:65:in
 `request'

C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/http.rb:257:in
 `block in send_http_r
equest'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/http.rb:289:in
 `retrying_http_errors
'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/http.rb:251:in
 `send_http_request'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/http.rb:141:in
 `request'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/rest.rb:115:in
 `get'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/node.rb:507:in
 `load'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/node.rb:491:in
 `find_or_create'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/policy_builder/expand_node_object.rb
:92:in `load_node'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/client.rb:249:in
 `load_node'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/client.rb:418:in
 `do_run'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/client.rb:227:in
 `run'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/application.rb:217:in
 `run_chef_clie
nt'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/application/client.rb:328:in
 `block
in run_application'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/application/client.rb:317:in
 `loop'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/application/client.rb:317:in
 `run_ap
plication'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/lib/chef/application.rb:67:in
 `run'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.4-x86-mingw32/bin/chef-client:26:in
 `<top (required)>'
C:/opscode/chef/bin/chef-client:23:in `load'
C:/opscode/chef/bin/chef-client:23:in `<main>'
Chef Client failed. 0 resources updated in 11.658375 seconds
[2014-05-20T06:44:23+00:00] FATAL: EOFError: end of file reached
PS C:\Users\Administrator>==> /var/log/chef-server/nginx/access.log <==
chef-client - - [20/May/2014:06:44:14 +0000]  "GET /nodes/slwnone09 HTTP/1.1" 
200 "0.014" 16307 "-" "Chef Client/11.12.4 (ruby-1.9.3-p484; ohai-7.0.4; 
i386-mingw32; +http://opscode.com)" "127.0.0.1:8000" "200" "0.014" "11.12.4" 
"algorithm=sha1;version=1.0;" "slwnone09" "2014-05-20T06:44:23Z" 
"2jmj7l5rSw0yVb/vlWAYkK/YBwk=" 999
chef-client - - [20/May/2014:06:55:22 +0000]  "GET /nodes/slwnone09 HTTP/1.1" 
200 "0.007" 16307 "-" "Chef Client/11.12.4 (ruby-1.9.3-p484; ohai-7.0.4; 
i386-mingw32; +http://opscode.com)" "127.0.0.1:8000" "200" "0.007" "11.12.4" 
"algorithm=sha1;version=1.0;" "slwnone09" "2014-05-20T06:55:31Z" 
"2jmj7l5rSw0yVb/vlWAYkK/YBwk=" 999
chef-client - - [20/May/2014:06:55:58 +0000]  "GET /nodes/slwnone09 HTTP/1.1" 
200 "0.007" 16307 "-" "Chef Client/11.12.4 (ruby-1.9.3-p484; ohai-7.0.4; 
i386-mingw32; +http://opscode.com)" "127.0.0.1:8000" "200" "0.007" "11.12.4" 
"algorithm=sha1;version=1.0;" "slwnone09" "2014-05-20T06:56:07Z" 
"2jmj7l5rSw0yVb/vlWAYkK/YBwk=" 999
chef-client - - [20/May/2014:07:05:44 +0000]  "GET /nodes/slwnone09 HTTP/1.1" 
200 "0.008" 16307 "-" "Chef Client/11.12.4 (ruby-1.9.3-p484; ohai-7.0.4; 
i386-mingw32; +http://opscode.com)" "127.0.0.1:8000" "200" "0.008" "11.12.4" 
"algorithm=sha1;version=1.0;" "slwnone09" "2014-05-20T07:05:53Z" 
"2jmj7l5rSw0yVb/vlWAYkK/YBwk=" 999
chef-client - - [20/May/2014:07:05:45 +0000]  "POST 
/reports/nodes/slwnone09/runs HTTP/1.1" 404 "0.050" 173 "-" "Chef 
Client/11.12.4 (ruby-1.9.3-p484; ohai-7.0.4; i386-mingw32; 
+http://opscode.com)" "127.0.0.1:8000" "404" "0.001" "11.12.4" 
"algorithm=sha1;version=1.0;" "slwnone09" "2014-05-20T07:05:54Z" 
"J8qDXurrqrrtYZfitO67OLe840o=" 1214
chef-client - - [20/May/2014:07:05:45 +0000]  "POST 
/environments/_default/cookbook_versions HTTP/1.1" 200 "0.063" 863 "-" "Chef 
Client/11.12.4 (ruby-1.9.3-p484; ohai-7.0.4; i386-mingw32; 
+http://opscode.com)" "127.0.0.1:8000" "200" "0.009" "11.12.4" 
"algorithm=sha1;version=1.0;" "slwnone09" "2014-05-20T07:05:54Z" 
"oxopNq5HHhVWRiVIxCseXf3iHmU=" 1107
chef-client - - [20/May/2014:07:05:45 +0000]  "PUT /nodes/slwnone09 HTTP/1.1" 
200 "0.044" 16348 "-" "Chef Client/11.12.4 (ruby-1.9.3-p484; ohai-7.0.4; 
i386-mingw32; +http://opscode.com)" "127.0.0.1:8000" "200" "0.029" "11.12.4" 
"algorithm=sha1;version=1.0;" "slwnone09" "2014-05-20T07:05:54Z" 
"bmIJjq8UXLkjCHfg3KxJbS/udr8=" 129300
chef-client - - [20/May/2014:07:06:05 +0000]  "GET /nodes/slwnone09 HTTP/1.1" 
200 "0.007" 16348 "-" "Chef Client/11.12.4 (ruby-1.9.3-p484; ohai-7.0.4; 
i386-mingw32; +http://opscode.com)" "127.0.0.1:8000" "200" "0.007" "11.12.4" 
"algorithm=sha1;version=1.0;" "slwnone09" "2014-05-20T07:06:14Z" 
"2jmj7l5rSw0yVb/vlWAYkK/YBwk=" 999
chef-client - - [20/May/2014:07:11:09 +0000]  "GET /nodes/slwnone09 HTTP/1.1" 
200 "0.007" 16348 "-" "Chef Client/11.12.4 (ruby-1.9.3-p484; ohai-7.0.4; 
i386-mingw32; +http://opscode.com)" "127.0.0.1:8000" "200" "0.007" "11.12.4" 
"algorithm=sha1;version=1.0;" "slwnone09" "2014-05-20T07:11:18Z" 
"2jmj7l5rSw0yVb/vlWAYkK/YBwk=" 999
chef-client - - [20/May/2014:07:24:33 +0000]  "GET /nodes/slwnone09 HTTP/1.1" 
200 "0.007" 16348 "-" "Chef Client/11.12.4 (ruby-1.9.3-p484; ohai-7.0.4; 
i386-mingw32; +http://opscode.com)" "127.0.0.1:8000" "200" "0.007" "11.12.4" 
"algorithm=sha1;version=1.0;" "slwnone09" "2014-05-20T07:24:49Z" 
"2jmj7l5rSw0yVb/vlWAYkK/YBwk=" 999

==> /var/log/chef-server/nginx/current <==

==> /var/log/chef-server/nginx/error.log <==

==> /var/log/chef-server/rabbitmq/current <==
2014-05-13_12:07:03.40204 starting exchange, queue and binding recovery       
                  ...done
2014-05-13_12:07:03.41295 starting mirror queue slave sup                     
                  ...done
2014-05-13_12:07:03.41331 starting adding mirrors to queues                   
                  ...done
2014-05-13_12:07:03.41381 -- message delivery logic ready
2014-05-13_12:07:03.41393 starting error log relay                            
                  ...done
2014-05-13_12:07:03.41459 starting networking                                 
                  ...done
2014-05-13_12:07:03.45135 starting direct_client                              
                  ...done
2014-05-13_12:07:03.45185 starting notify cluster nodes                       
                  ...done
2014-05-13_12:07:03.45208 
2014-05-13_12:07:03.45209 broker running

==> /var/log/chef-server/postgresql/current <==
2014-05-13_13:10:42.26520 DETAIL:  Key (org_id, 
checksum)=(00000000000000000000000000000000, 
c99b49c9820ff30891960c7fd0c47519) already exists.
2014-05-13_13:10:42.26520 STATEMENT:  INSERT INTO checksums(org_id, checksum)
2014-05-13_13:10:42.26520            VALUES ($1, $2)
2014-05-13_13:10:42.26603 ERROR:  duplicate key value violates unique 
constraint "checksums_pkey"
2014-05-13_13:10:42.26603 DETAIL:  Key (org_id, 
checksum)=(00000000000000000000000000000000, 
b537d99780f62789ce3fbc33747461ac) already exists.
2014-05-13_13:10:42.26604 STATEMENT:  INSERT INTO checksums(org_id, checksum)
2014-05-13_13:10:42.26604            VALUES ($1, $2)
2014-05-14_07:11:09.82221 ERROR:  duplicate key value violates unique 
constraint "org_id_name_unique"
2014-05-14_07:11:09.82223 DETAIL:  Key (org_id, 
name)=(00000000000000000000000000000000, slwnone09) already exists.
2014-05-14_07:11:09.82224 STATEMENT:  INSERT INTO clients ( id, authz_id, 
org_id, name, validator, admin, public_key,    pubkey_version, 
last_updated_by, created_at, updated_at )  VALUES ($1, $2, $3, $4, $5, $6, 
$7, $8, $9, $10, $11)

==> /var/log/chef-server/bookshelf/current <==
2014-05-13_12:07:22.67117 ** Found 0 name clashes in code paths 
2014-05-13_12:07:22.69718 
2014-05-13_12:07:22.69722 =INFO REPORT==== 13-May-2014::12:07:22 ===
2014-05-13_12:07:22.69722 bookshelf using config: [{ip,"127.0.0.1"},
2014-05-13_12:07:22.69722                          {port,4321},
2014-05-13_12:07:22.69723                          
{log_dir,"/var/log/chef-server/bookshelf"},
2014-05-13_12:07:22.69723                          
{disk_store,"/var/opt/chef-server/bookshelf/data/"},
2014-05-13_12:07:22.69724                          {stream_download,true},
2014-05-13_12:07:22.69724                          {access_key_id,
2014-05-13_12:07:22.69724                              
<<"6e684f9256973a08b255956dae69e4f0af8d855a">>}]

==> /var/log/chef-server/chef-server-webui/current <==
2014-05-16_09:03:09.25390 Started GET "/assets/facebox/tl.png" for 127.0.0.1 
at 2014-05-16 09:03:09 +0000
2014-05-16_09:03:09.25441 Served asset /facebox/tl.png - 304 Not Modified 
(0ms)
2014-05-16_09:03:09.25456 Started GET "/assets/facebox/b.png" for 127.0.0.1 
at 2014-05-16 09:03:09 +0000
2014-05-16_09:03:09.25500 Served asset /facebox/b.png - 304 Not Modified (0ms)
2014-05-16_09:03:09.25505 Started GET "/assets/facebox/tr.png" for 127.0.0.1 
at 2014-05-16 09:03:09 +0000
2014-05-16_09:03:09.25555 Served asset /facebox/tr.png - 304 Not Modified 
(0ms)
2014-05-16_09:03:09.25561 Started GET "/assets/facebox/bl.png" for 127.0.0.1 
at 2014-05-16 09:03:09 +0000
2014-05-16_09:03:09.25599 Served asset /facebox/bl.png - 304 Not Modified 
(0ms)
2014-05-16_09:03:09.30262 Started GET "/assets/facebox/br.png" for 127.0.0.1 
at 2014-05-16 09:03:09 +0000
2014-05-16_09:03:09.30321 Served asset /facebox/br.png - 304 Not Modified 
(0ms)

==> /var/log/chef-server/erchef/current <==
2014-05-13_12:07:43.46001 Loaded key default of type RSAPrivateKey from file 
/etc/chef-server/chef-webui.pem 
2014-05-13_12:07:43.47454 
2014-05-13_12:07:43.47455 =INFO REPORT==== 13-May-2014::12:07:43 ===
2014-05-13_12:07:43.47455 starting chef_index_sup
2014-05-13_12:07:43.47488 
2014-05-13_12:07:43.47489 =INFO REPORT==== 13-May-2014::12:07:43 ===
2014-05-13_12:07:43.47489 Connecting to Rabbit at 127.0.0.1:5672/chef 
(exchange: <<>>)
2014-05-13_12:07:43.55875 
2014-05-13_12:07:43.55877 =INFO REPORT==== 13-May-2014::12:07:43 ===
2014-05-13_12:07:43.55877 Negotiated maximums: (Channel = 0, Frame = 131072, 
Heartbeat = 0)

==> /var/log/chef-server/erchef/erchef.log.1 <==
2014-05-19T09:08:52Z 

 INFO req_id=B7ckg4Lt/iK2ylR/06MCZg==; status=200; method=PUT; 
path=/nodes/slwnone09; user=slwnone09; msg=[]; req_time=39; rdbms_time=14; 
rdbms_count=3
2014-05-20T06:44:14Z 

 INFO req_id=yayBTdFXmyjahS+RnAaBQA==; status=200; method=GET; 
path=/nodes/slwnone09; user=slwnone09; msg=[]; req_time=12; rdbms_time=8; 
rdbms_count=2
2014-05-20T06:55:22Z 

 INFO req_id=oQa5iT8XrCS95UVqEudFTA==; status=200; method=GET; 
path=/nodes/slwnone09; user=slwnone09; msg=[]; req_time=5; rdbms_time=0; 
rdbms_count=2
2014-05-20T06:55:58Z 

 INFO req_id=DJ6OqLgTto6S4SIo6N5nwA==; status=200; method=GET; 
path=/nodes/slwnone09; user=slwnone09; msg=[]; req_time=5; rdbms_time=0; 
rdbms_count=2
2014-05-20T07:05:44Z 

 INFO req_id=E+g9Q7FCEKOXk6MFS68YDA==; status=200; method=GET; 
path=/nodes/slwnone09; user=slwnone09; msg=[]; req_time=4; rdbms_time=0; 
rdbms_count=2
2014-05-20T07:05:45Z 

 INFO req_id=BZXLcDPhkqBqhndo9yt1jQ==; status=200; method=POST; 
path=/environments/_default/cookbook_versions; user=slwnone09; msg=[]; 
req_time=7; rdbms_time=2; rdbms_count=4
2014-05-20T07:05:45Z 

 INFO req_id=W2WyhMlp8rCw/0pkRyUkPQ==; status=200; method=PUT; 
path=/nodes/slwnone09; user=slwnone09; msg=[]; req_time=27; rdbms_time=2; 
rdbms_count=3
2014-05-20T07:06:05Z 

 INFO req_id=rTjAqxzPWPWcIx6rUX45Eg==; status=200; method=GET; 
path=/nodes/slwnone09; user=slwnone09; msg=[]; req_time=5; rdbms_time=0; 
rdbms_count=2
2014-05-20T07:11:09Z 

 INFO req_id=zfk8mgAJ39+m9w/ofdOyqw==; status=200; method=GET; 
path=/nodes/slwnone09; user=slwnone09; msg=[]; req_time=5; rdbms_time=0; 
rdbms_count=2
2014-05-20T07:24:33Z 

 INFO req_id=ZbYiIRNvRurSZ8R9znYb+w==; status=200; method=GET; 
path=/nodes/slwnone09; user=slwnone09; msg=[]; req_time=4; rdbms_time=0; 
rdbms_count=2

==> /var/log/chef-server/erchef/erchef.log.siz <==
 
==> /var/log/chef-server/erchef/erchef.log.idx <==

==> /var/log/chef-server/chef-expander/current <==
2014-05-16_07:14:54.42390 [Fri, 16 May 2014 07:14:54 +0000] INFO: indexed 
node[0000000000007c1093a019810992da7a] 
database[chef_00000000000000000000000000000000] transit,xml,solr-post | 
0,0.09151172637939453,0.14321422576904297 |
2014-05-16_07:30:35.58517 [Fri, 16 May 2014 07:30:35 +0000] INFO: indexed 
node[0000000000007c1093a019810992da7a] 
database[chef_00000000000000000000000000000000] transit,xml,solr-post | 
0,0.08756065368652344,0.1371908187866211 |
2014-05-16_07:35:35.26821 [Fri, 16 May 2014 07:35:35 +0000] INFO: indexed 
node[0000000000007c1093a019810992da7a] 
database[chef_00000000000000000000000000000000] transit,xml,solr-post | 
0,0.10456681251525879,0.14017462730407715 |
2014-05-16_08:20:59.52235 [Fri, 16 May 2014 08:20:59 +0000] INFO: indexed 
node[0000000000007c1093a019810992da7a] 
database[chef_00000000000000000000000000000000] transit,xml,solr-post | 
0,0.10883593559265137,0.15758872032165527 |
2014-05-16_09:36:52.90580 [Fri, 16 May 2014 09:36:52 +0000] INFO: indexed 
node[0000000000007c1093a019810992da7a] 
database[chef_00000000000000000000000000000000] transit,xml,solr-post | 
0,0.08075213432312012,0.11586594581604004 |
2014-05-16_10:09:23.41520 [Fri, 16 May 2014 10:09:23 +0000] INFO: indexed 
node[0000000000007c1093a019810992da7a] 
database[chef_00000000000000000000000000000000] transit,xml,solr-post | 
0,0.1080942153930664,0.15629363059997559 |
2014-05-19_07:06:56.47264 [Mon, 19 May 2014 07:06:56 +0000] INFO: indexed 
node[0000000000007c1093a019810992da7a] 
database[chef_00000000000000000000000000000000] transit,xml,solr-post | 
0,0.10464358329772949,0.14504003524780273 |
2014-05-19_07:10:13.04364 [Mon, 19 May 2014 07:10:13 +0000] INFO: indexed 
node[0000000000007c1093a019810992da7a] 
database[chef_00000000000000000000000000000000] transit,xml,solr-post | 
1,0.07306051254272461,0.10779547691345215 |
2014-05-19_09:08:53.12349 [Mon, 19 May 2014 09:08:53 +0000] INFO: indexed 
node[0000000000007c1093a019810992da7a] 
database[chef_00000000000000000000000000000000] transit,xml,solr-post | 
1,0.11504077911376953,0.16824650764465332 |
2014-05-20_07:05:45.71143 [Tue, 20 May 2014 07:05:45 +0000] INFO: indexed 
node[0000000000007c1093a019810992da7a] 
database[chef_00000000000000000000000000000000] transit,xml,solr-post | 
0,0.07903337478637695,0.11549878120422363 |

==> /var/log/chef-server/chef-pedant/http-traffic.log <==
-> "1b1\r\n"
reading 433 bytes...
-> 
"\x1F\x8B\b\x00\x00\x00\x00\x00\x00\x03e\x91\xCB\x92\xA20\x00E\x7F\xA5\x8B\xAD\xD3%\x88( @\x14y\x19\xBA\xE6\xDF\xC7\xEE\xED\xDC\xD5\xBD\xE7.\xCF\xB7\xC0\xC22\x12\x96\x02eY\x1Cq\xE1\x8Fpo\xCFEv\xF9\xA2\xAF\xB1\x14\xDE\x7F\x02\xF1\xCAt\xDE\xB6>\xDC\x98\xE8\xCD\xC2\xC7_H\x98m\x9A\xD0\xCC\x81\x03\x13Z\xA54[-z\x11\x02\x0F\xEB\x00\xB8\bx*\xF8\xF9Qb\xBD:\x06\xBC\xE6\xB3\xF9jA\xC6\xDA\n\xDE\x91\xB1\x95\"\xFE\xA8\t\xDB\xA6\x96i\xA0\xE7\r\xADS\xAER\xFD*\x1D\x9A\xD2\x1Fe\xB2#g\xC5\xDCw\x8B\xCE\xED\x8FO\xD0\x91\xB1}\xB1\xE7d|2v\xF1<\x8F\xB2\xFBc\x174k\x8F5H&,\xB2\xE2\xD9\x04\xEB\xB7v\xB8\x8C*\x8D\x8A\xB6\x01m\xAEl\x82)h\x9E\xCD\xE0\xF3\x86\xA6\xC15.R\xFF\xE8#k\xC8\x8D\x83\xDCw(\xB3\x02\x89O\xC8\x98]w%a#\x7F\xA8\xA07If\xF6Z\x94\xA6\xA0\xDA\xF1\xC4\xF8t\xE6\xA2\x82\xF2\xE1\x14\x96i\xC2\xAD\x8F\xD5\xC7l\xBF\x19P\x1D]\x0F\a2v\xDC\xB4\xAE\x9C:?W\x9C\e\xB2N\x98(\xC6\xEB\x13\xDE\x83\xC7\xF9B\xD5\xB2\xBB\x85\xAE'\xF7\xF8~h\xFDh[\xE6z\xA0)\v|T\xEEN>\x9D\xE4a\x10\xC3Y\xDB\xFBi\x05\xF2\x05T3UD\raJ\xDB\xEA\xD1>\xB4jZ\xE0\x8D|:\"H\x91c\xD2\xA0\xEB*p\x0EU\x1C\x1Ai%\xF5&\x1FZ\xBC(\xF6\xD6\xE59\x81\x836\xA5\xC9\xA7Tv\xA5\xE2\xEC\t+{S\x03\x1E\x80\x84\xFD\x1A\xC2\x8E\xF6\xBF\xB4\x97\xE0\xF0ZfLX\xC6aQG\x7F\xFF\x01K
 \xF8\xC1\x00\x02\x00\x00"
read 433 bytes
reading 2 bytes...
-> "\r\n"
read 2 bytes
-> "0\r\n"
-> "\r\n"
Conn keep-alive

==> /var/log/chef-server/chef-solr/current <==
2014-05-20_07:06:45.75132 May 20, 2014 7:06:45 AM 
org.apache.solr.core.QuerySenderListener newSearcher
2014-05-20_07:06:45.75133 INFO: QuerySenderListener done.
2014-05-20_07:06:45.75133 May 20, 2014 7:06:45 AM 
org.apache.solr.core.SolrCore registerSearcher
2014-05-20_07:06:45.75134 INFO: [] Registered new searcher 

 main
2014-05-20_07:06:45.75135 May 20, 2014 7:06:45 AM 
org.apache.solr.search.SolrIndexSearcher close
2014-05-20_07:06:45.75135 INFO: Closing 

 main
2014-05-20_07:06:45.75136       
fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
2014-05-20_07:06:45.75136       
filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=10,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=10,cumulative_evictions=0}
2014-05-20_07:06:45.75137       
queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=11,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=11,cumulative_evictions=0}
2014-05-20_07:06:45.75137       
documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=60,cumulative_hits=30,cumulative_hitratio=0.50,cumulative_inserts=30,cumulative_evictions=0}
VT102



Archive powered by MHonArc 2.6.16.

§