[Puppet Users] troubleshooting quiet puppet client

2010-03-11 Thread chalex
# puppetmasterd --version 0.24.7 # puppetd --version 0.25.4 Just upgraded that puppetd client, and now it doesn't do anything: # puppetd --test --server cob.genomics.upenn.edu --debug --trace debug: Failed to load library 'selinux' for feature 'selinux' debug: Puppet::Type::User::ProviderDirecto

[Puppet Users] Re: How long for changes to be pushed out?

2008-09-17 Thread chalex
I would do something like an ssh for loop that looked for the log entries from the clients to see what they're doing: for i in $NODES ssh $i grep puppetd /var/log/messages etc On Sep 17, 9:48 am, josh <[EMAIL PROTECTED]> wrote: > I should have mentioned, I'm running four mongrel instances fronte