Just for input, I haven't been seeing this behavior with 0.24.8 (or any previous release) on Fedora.
Trevor On Thu, Jul 23, 2009 at 17:43, Derek Yarnell<derektyarn...@gmail.com> wrote: > On Tue, Jul 21, 2009 at 8:13 PM, Luke Kanies <l...@madstop.com> wrote: >> >> It's not daemonizing there, it's exiting -- if you use --onetime, it >> exits after the run. > > It really does daemonize there, > # ps axuww | grep puppet > root 2476 0.0 0.2 4036 644 pts/1 S+ 17:41 0:00 grep puppet > # /usr/sbin/puppetd --onetime --no-daemonize --verbose --debug > debug: Creating default schedules > debug: Failed to load library 'shadow' for feature 'libshadow' > debug: Failed to load library 'ldap' for feature 'ldap' > ... > debug: Finishing transaction -606656664 with 0 changes > # ps axuww | grep puppet > root 2518 88.0 6.0 19080 15412 ? Rs 17:41 0:00 /usr/bin/ruby > /usr/sbin/puppetd --onetime --no-daemonize --verbose --debug > root 2541 0.0 0.2 4888 648 pts/1 S+ 17:41 0:00 grep puppet > It is doing --onetime correctly but still regardless of putting > --no-daemonize or not it still forks into the background. > -- > --- > Derek T. Yarnell > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---