On Nov 27, 2011, at 5:22 PM, Nigel Kersten wrote: > On Sun, Nov 27, 2011 at 2:48 PM, Jo Rhett <jrh...@netconsonance.com> wrote: > Assuming that what you say above is right, I would suggest that showing the > error only once is only useful for single-digit puppet installations. The > problem here is that I have 500+ nodes. So let's say I'm adjusting a module > and testing the effect with "--test". I adjust the module code, then I run > "puppet agent --test" on the node which should be affected, and I don't see > the error message related to my changes -- only this complaint that the > module isn't found. Perhaps some other node hit the server first (with about > 10 nodes connected at any time, this is fairly likely) and you reported the > error to it -- but how can I see this? Should I stumble around on 500 nodes > and try to figure out which one contains the error? > > No, you should see it in the puppet master logs. Does it not show up there? > You certainly shouldn't be having to hunt around on nodes to discover errors > like this.
Just to re-incarnate this issue, have we fixed this on puppet 3.x? Or at least documented how to easier solve this issue? At most sites the log output scrolls so fast that you need an arcane command line to see these errors: cat /var/log/messages | grep puppet-master | grep -v "Not sending tagmail report" | grep -v "Compiled catalog for " | grep -v "Starting Puppet master" | grep -v "Authentication based on IP address" I tried filtering syslog based on level and did not receive the information I wanted in the separate log. If there is an effective way to do this, documentation of it would be greatly appreciated. -- Jo Rhett Net Consonance : net philanthropy to improve open source and internet projects. -- 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.