> Ken, thanks.  Unfortunately, (from a troubleshooting standpoint), it only
> took one or two seconds to sync stdlib on the local box.
>
> rm -rf /var/lib/puppet/lib/*
> puppet agent --test
>
> I saw the same stream of File notices, but they streamed by in real time,
> instead of taking 10 seconds per notice.

Yeah, thats gotta be some comms problem between your PM and clients
then ... just not sure what.

> John may still have something.  There may still be some name resolution
> issue on the client, but it's just not obvious from the testing that I did.

Perhaps perhaps ... I'd strace the puppet process to see whats
happening in the gaps. 10-15 seconds would lead me to suspect DNS as
well. Perhaps we haven't exhausted this avenue ... try adding all your
hosts into /etc/hosts on each box perhaps? Disabling DNS temporarily
(from say nsswitch.conf) then will remove that avenue of potential
:-).

> I haven't dug into the file provider code.  What mechanism is it using to
> move the files from the server to the client?  Could it be a delay in an scp
> handshake or the like?

HTTPS actually ... with client and server certificates.

ken.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to