It seems that one of my puppets isn''t refreshing on interval. If I run puppetd manually, it works, but the one running via service isn''t. (I stop the service before running the one manually, then start the service later). I changed the runinterval to 900, no difference. Any ideas? Puppet = 0.24.8, RHEL 4. Thanks --~--~---------~--~----~------------~-------~--~----~ 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+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
I''m having the same exact problem here on quite a few el4 machines. Those that don''t work are running puppet 0.24.8 whereas I do have one el4 that works and it''s running 0.23.0. It doesn''t seem to be puppet directly, though. I''ve tried downgrading puppet to 0.22.4 (can''t find the 0.23 rpm anymore) and it still won''t work, the bug must be in one of the supporting libraries/programs. If I run: puppetd --no-daemonize --debug --verbose On the non-working server, the last thing it prints is: notice: Starting Puppet client version 0.24.8 debug: Loaded state in 0.00 seconds and then just sits there. Also when I send a hangup, it refuses to shut down. Subsequent hangups just produce a ruby stack trace and ends with the message: notice: Already in shutdown When I do the same on the el4 box running 0.23 (minus --no-daemonize as it''s not in that version) it continues right along and works: notice: Starting Puppet client version 0.23.0 info: Caching configuration at /var/lib/puppet/localconfig.yaml notice: Starting configuration run When I watch it via strace it just repeats these three lines: stat("/etc/puppet/puppet.conf", {st_mode=S_IFREG|0644, st_size=1036, ...}) = 0 select(7, [3 6], [], [], {14, 999980}) = 0 (Timeout) select(7, [3 6], [], [], {0, 0}) = 0 (Timeout) I''m puzzled as well. Have you had any luck fixing it? On May 21, 12:47 pm, Len Rugen <lenru...@gmail.com> wrote:> It seems that one of my puppets isn''t refreshing on interval. If I run > puppetd manually, it works, but the one running via service isn''t. (I stop > the service before running the one manually, then start the service later). > > I changed the runinterval to 900, no difference. Any ideas? > > Puppet = 0.24.8, RHEL 4. > > Thanks--~--~---------~--~----~------------~-------~--~----~ 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+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
Turns out this is a bug in facter which is fixed in 1.5.5. The rpm is available in epel-testing. On Jun 10, 11:18 am, Christopher <christopher.sule...@gmail.com> wrote:> I''m having the same exact problem here on quite a few el4 machines. > Those that don''t work are running puppet 0.24.8 whereas I do have one > el4 that works and it''s running 0.23.0.--~--~---------~--~----~------------~-------~--~----~ 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+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
We are just putting our RHEL 4 systems in crontab.... On Wed, Jun 10, 2009 at 2:31 PM, Christopher <christopher.suleski@gmail.com>wrote:> > Turns out this is a bug in facter which is fixed in 1.5.5. The rpm is > available in epel-testing. > > On Jun 10, 11:18 am, Christopher <christopher.sule...@gmail.com> > wrote: > > I''m having the same exact problem here on quite a few el4 machines. > > Those that don''t work are running puppet 0.24.8 whereas I do have one > > el4 that works and it''s running 0.23.0. > > > >--~--~---------~--~----~------------~-------~--~----~ 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+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---