Created
September 5, 2016 19:17
-
-
Save diegows/a1072e6868757813366427a0e7799239 to your computer and use it in GitHub Desktop.
This file contains 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
# env | grep -i proxy | |
http_proxy=http://10.12.61.56:8080 | |
ftp_proxy=http://10.12.61.56:8080 | |
https_proxy=http://10.12.61.56:8080 |
This file contains 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
Running handlers: | |
[2016-09-05T07:09:24-07:00] ERROR: Running exception handlers | |
Running handlers complete | |
[2016-09-05T07:09:24-07:00] ERROR: Exception handlers complete | |
Chef Client failed. 0 resources updated in 02 seconds | |
[2016-09-05T07:09:24-07:00] FATAL: Stacktrace dumped to /etc/chef/local-mode-cache/cache/chef-stacktrace.out | |
[2016-09-05T07:09:24-07:00] FATAL: Please provide the contents of the stacktrace.out file if you file a bug report | |
[2016-09-05T07:09:24-07:00] ERROR: chef_ingredient[chef-server] (chef-server::default line 29) had an error: Errno::ECONNREFUSED: Connection refused - connect(2) for "bintray.com" port 443 | |
[2016-09-05T07:09:25-07:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully (exit code 1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment