Issue #13027 has been updated by Josh Cooper. Status changed from Accepted to In Topic Branch Pending Review Branch set to https://github.com/puppetlabs/puppet_for_the_win/pull/26
---------------------------------------- Bug #13027: Windows service can get into an infinite loop https://projects.puppetlabs.com/issues/13027#change-56374 Author: Josh Cooper Status: In Topic Branch Pending Review Priority: Normal Assignee: Josh Cooper Category: windows Target version: 2.7.x Affected Puppet version: development Keywords: Branch: https://github.com/puppetlabs/puppet_for_the_win/pull/26 While researching this issue <http://groups.google.com/group/puppet-users/browse_thread/thread/359461c6b46ce027?hl=en> I accidentally created an MSI containing the 2.6.x version of puppet. When the service starts, it tries to execute: <pre> runinterval = %x{ "#{puppet}" config print runinterval }.to_i </pre> The config option is not valid is 2.6.x, so runinterval was getting set to 0. As a result, the service would attempt to launch puppet agent --onetime, sleeping 0 seconds in between. The service code should be more robust so that this sort of issue doesn't happen. Note this code is in the puppet_for_the_win repo, not puppet itself. -- 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.
