Issue #2138 has been reported by lluis.
----------------------------------------
Bug #2138: puppetd does not runs without --onetime
http://projects.reductivelabs.com/issues/2138
Author: lluis
Status: Unreviewed
Priority: Normal
Assigned to:
Category:
Target version:
Complexity: Unknown
Affected version: 0.24.8
Keywords:
Since I updated to puppet v.0.24.8, all my CentOS puppetd stopped working.
puppetd just does nothing and don't show any errors.
strace output:
<pre>
# strace -e open /usr/bin/ruby /usr/sbin/puppetd --no-daemonize -d
(...)
open("/usr/lib/site_ruby/1.8/facter/util/uptime.rb", O_RDONLY|O_LARGEFILE) = 6
open("/usr/lib/site_ruby/1.8/facter/util/uptime.rb", O_RDONLY|O_LARGEFILE) = 6
open("/usr/lib/site_ruby/1.8/facter/util/uptime.rb", O_RDONLY|O_LARGEFILE) = 6
open("/usr/lib/site_ruby/1.8/facter/util/uptime.rb", O_RDONLY|O_LARGEFILE) = 6
open("/usr/lib/site_ruby/1.8/facter/util/uptime.rb", O_RDONLY|O_LARGEFILE) = 6
open("/proc/uptime", O_RDONLY|O_LARGEFILE) = 6
notice: Caught TERM; shutting down
</pre>
may be related with #1963 ?
--
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://reductivelabs.com/redmine/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
-~----------~----~----~----~------~----~------~--~---