Issue #1254 has been updated by Nigel Kersten. Status changed from Needs more information to Closed
If anyone still sees this behavior, feel free to reopen. As per the below thread, we're more aggressively closing tickets whose state is unsure, particularly old tickets with little to no inactivity in a long time. You are free to reopen them. http://groups.google.com/group/puppet-users/browse_thread/thread/a040cb9bc5c5b647 ---------------------------------------- Bug #1254: puppetd client randomly hangs https://projects.puppetlabs.com/issues/1254 Author: Redmine Admin Status: Closed Priority: Normal Assignee: Category: Debian Target version: Patch: None Affected Puppet version: 0.24.4 Keywords: Branch: This one has been a hard one tracking down but maybe someone else can shed some light on it puppetd clients occasionally hang. and by hang i mean, no longer do config runs the process still appears active: #ps aux | grep puppet root 23419 0.0 0.6 27008 17024 ? Ss May21 0:02 ruby /usr/sbin/puppetd -w 0 if i do an strace on the process, it doesnt appear like anything is borked #strace -p 23419 Process 23419 attached - interrupt to quit select(8, r7, [], [], NULL by looking at the syslog daemon logfile i can see the last thing it was doing was a run: puppetdr23419: Starting Puppet client version 0.24.4 Client os: debian sarge and etch puppetd is started in an init script using: puppetd -w 0 with the following puppetd.conf /etc/puppet/puppet.conf: [main] logdir=/var/log/puppet vardir=/var/lib/puppet ssldir=/var/lib/puppet/ssl [puppetd] server = mypuppetserver.com report = true factsync = true factsignore = .svn [puppetmasterd] templatedir=/var/lib/puppet/templates -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
