diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2016-01-26 15:37:59 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2016-01-26 15:37:59 -0800 |
commit | 9ee924785e46c7cddc9db13df5de3e10b1de53fa (patch) | |
tree | 91bcc3694566a53e770472314d90f42abc30b316 /lib/chef/formatters | |
parent | a9242f3b64fca6195e31ff4f5ed1e10e7ba48137 (diff) | |
download | chef-9ee924785e46c7cddc9db13df5de3e10b1de53fa.tar.gz |
explicit specs for EOFErrorslcg/better-eof-errors
Diffstat (limited to 'lib/chef/formatters')
-rw-r--r-- | lib/chef/formatters/error_inspectors/api_error_formatting.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/chef/formatters/error_inspectors/api_error_formatting.rb b/lib/chef/formatters/error_inspectors/api_error_formatting.rb index a87166e168..a327089121 100644 --- a/lib/chef/formatters/error_inspectors/api_error_formatting.rb +++ b/lib/chef/formatters/error_inspectors/api_error_formatting.rb @@ -42,11 +42,11 @@ Received an EOF on transport socket. This almost always indicates a network error external to chef-client. Some causes include: - Blocking ICMP Dest Unreachable (breaking Path MTU Discovery) - - IPsec or VPN tunnelling breaking Path MTU + - IPsec or VPN tunnelling / TCP Encapsulation MTU issues - Jumbo frames configured only on one side (breaking Path MTU) - Jumbo frames configured on a LAN that does not support them - Proxies or Load Balancers breaking large POSTs - - Broken TCP offload + - Broken TCP offload in network drivers/hardware Try sending large pings to the destination: @@ -68,7 +68,7 @@ Try disabling TCP Offload Engines (TOE) in your ethernet drivers. for i in rx tx sg tso ufo gso gro lro rxvlan txvlan rxhash; do /sbin/ethtool -K eth0 $i off; done In some cases the underlying virtualization layer (Xen, VMware, KVM, Hyper-V, etc) may have -broken networking. +broken virtual networking code. E end |