Skip to content

Instantly share code, notes, and snippets.

@nmattam
Created August 15, 2017 15:02
Show Gist options
  • Save nmattam/4ef676fd38f77f8710e1126e5a333084 to your computer and use it in GitHub Desktop.
Save nmattam/4ef676fd38f77f8710e1126e5a333084 to your computer and use it in GitHub Desktop.
==> c1_master: Running chef-client...
==> c1_master: [2017-08-10T13:50:02-05:00] WARN: Ohai::Config[:plugin_path] is set. Ohai::Config[:plugin_path] is deprecated and will be removed in future releases of ohai. Use ohai.plugin_path in your configuration file to configure :plugin_path for ohai.
==> c1_master: [2017-08-10T13:50:02-05:00] INFO: Forking chef instance to converge...
==> c1_master: Starting Chef Client, version 12.17.44
==> c1_master: [2017-08-10T13:50:02-05:00] INFO: *** Chef 12.17.44 ***
==> c1_master: [2017-08-10T13:50:02-05:00] INFO: Platform: x86_64-linux
==> c1_master: [2017-08-10T13:50:02-05:00] INFO: Chef-client pid: 4753
==> c1_master: [2017-08-10T13:50:02-05:00] WARN: Ohai::Config[:plugin_path] is set. Ohai::Config[:plugin_path] is deprecated and will be removed in future releases of ohai. Use ohai.plugin_path in your configuration file to configure :plugin_path for ohai.
==> c1_master: [2017-08-10T13:50:03-05:00] INFO: Ohai override :ipaddress to 33.33.33.11 from ["eth1", {"type"=>"eth", "number"=>"1", "mtu"=>"1500", "flags"=>["BROADCAST", "MULTICAST", "UP", "LOWER_UP"], "encapsulation"=>"Ethernet", "addresses"=>{"08:00:27:65:A3:9F"=>{"family"=>"lladdr"}, "33.33.33.11"=>{"family"=>"inet", "prefixlen"=>"24", "netmask"=>"255.255.255.0", "broadcast"=>"33.33.33.255", "scope"=>"Global"}, "fe80::a00:27ff:fe65:a39f"=>{"family"=>"inet6", "prefixlen"=>"64", "scope"=>"Link", "tags"=>[]}}, "state"=>"up", "routes"=>[{"destination"=>"33.33.33.0/24", "family"=>"inet", "scope"=>"link", "proto"=>"kernel", "src"=>"33.33.33.11"}, {"destination"=>"169.254.0.0/16", "family"=>"inet", "scope"=>"link", "metric"=>"1003"}, {"destination"=>"fe80::/64", "family"=>"inet6", "metric"=>"256", "proto"=>"kernel"}], "link_speed"=>1000, "duplex"=>"Full", "port"=>"Twisted Pair", "transceiver"=>"internal", "auto_negotiation"=>"on", "mdi_x"=>"Unknown", "ring_params"=>{"max_rx"=>4096, "max_rx_mini"=>0, "max_rx_jumbo"=>0, "max_tx"=>4096, "current_rx"=>256, "current_rx_mini"=>0, "current_rx_jumbo"=>0, "current_tx"=>256}}]
==> c1_master:
==> c1_master: ================================================================================
==> c1_master: Chef encountered an error attempting to load the node data for "c1_master"
==> c1_master: ================================================================================
==> c1_master:
==> c1_master: Unexpected Error:
==> c1_master: -----------------
==> c1_master: Errno::EHOSTUNREACH: Failed to open TCP connection to 33.33.33.33:4000 (No route to host - connect(2) for "33.33.33.33" port 4000)
==> c1_master:
==> c1_master: Platform:
==> c1_master: ---------
==> c1_master: x86_64-linux
==> c1_master:
==> c1_master:
==> c1_master: Running handlers:
==> c1_master: [2017-08-10T13:50:09-05:00] ERROR: Running exception handlers
==> c1_master: Running handlers complete
==> c1_master: [2017-08-10T13:50:09-05:00] ERROR: Exception handlers complete
==> c1_master: Chef Client failed. 0 resources updated in 06 seconds
==> c1_master: [2017-08-10T13:50:09-05:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out
==> c1_master: [2017-08-10T13:50:09-05:00] FATAL: Please provide the contents of the stacktrace.out file if you file a bug report
==> c1_master: [2017-08-10T13:50:09-05:00] ERROR: Failed to open TCP connection to 33.33.33.33:4000 (No route to host - connect(2) for "33.33.33.33" port 4000)
==> c1_master: [2017-08-10T13:50:09-05:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully (exit code 1)
Chef never successfully completed! Any errors should be visible in the
output above. Please fix your recipes so that they properly complete.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment