This is a very strange issue going on. I have a puppetmaster on 1 vlan and a client connecting in on the same vlan and every now and then I get
err: /Stage[main]/Nagios::Server/File[/usr/lib/nagios/plugins/get_stats_memcache]: Could not evaluate: SSL_connect SYSCALL returned=5 errno=0 state=SSLv2/v3 read server hello A Could not retrieve file metadata for puppet:///modules/nagios/plugins/get_stats_memcache.sh: SSL_connect SYSCALL returned=5 errno=0 state=SSLv2/v3 read server hello A at /etc/puppet/modules/nagios/manifests/server.pp:93
This is a sign of a dropped connection somewhere. It is hit or miss. Sometimes puppet runs just fine and others it errors on different steps. Puppet clients on other vlans run just fine.
anywhere I can look.. I've look at the log but don't see it dropping packets anywhere
Another sign of packet loss is the time it takes puppet to run
same vlan
real 0m22.068s
user 0m1.940s
sys 0m0.450s
different vlan
real 0m5.595s
user 0m2.270s
sys 0m0.530s
This thread was automatically locked due to age.