Alright, then. Are your agents *nix? Please try and strace an agent run and determine what's going on during the 75 seconds waiting periods.
A simpler first step will be to wireshark agent/master communication with a tool such as ssldump. But that will only help if there is in fact communication happening. (I can still see TCP timeouts being an issue here, if you're having packet loss you're not yet aware of.) HTH, Felix On 02/28/2013 07:16 PM, r.yeo wrote: > Architecture of PM is Ubuntu 12.04 in a VM with 8GB of RAM (4.7GB used) > with Apache 2.2 as the front end. > > No network bottlenecks that I have been able to identify and the nodes > this is happening on seem to be random. Different buildings on campus, > different vlans, etc. I have nodes on the same network segment getting > identical configs that are performing flawlessly. > > recurse => true is not being called in any module and no directories in > my file manifests. > > My typical module with files has about 5 files and they are all smaller > then 5KB. > > I'll keep digging and see if I can find any similarities on the client > machines that might be causing this. It really seems client side at > this point since looking in dashboard it does seem to be very consistent > on the nodes that are having issues and the nodes that are good even > though they are getting identical configs. > > Thanks, > > Rob -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
