Hi, I''m using puppet 0.25.5 and a puppetlast script [1]. [1] : http://humangenomeinfo.com.ar/1.txt/usr/share/puppet/ext/puppetlast I get a negative checkin time from one node.. UNKNOWN: somenode.fqdn checked in -16 minutes ago how is that possible? The timestamp for the checkin time is taken from node.values[:_timestamp]. Is this timestamp based on the remote node''s clock? -- Gabriel Filion -- 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.
On Thu, 19 May 2011 13:48:06 -0400, Gabriel Filion wrote:> > Hi, > > I''m using puppet 0.25.5 and a puppetlast script [1]. > > [1] : http://humangenomeinfo.com.ar/1.txt/usr/share/puppet/ext/puppetlast > > I get a negative checkin time from one node.. > > UNKNOWN: somenode.fqdn checked in -16 minutes ago > > how is that possible? The timestamp for the checkin time is taken from > node.values[:_timestamp]. > > Is this timestamp based on the remote node''s clock? >It is. It looks like you''ve got clock drift between the machines. -- Jacob Helwig
On 19 May 2011 18:48, Gabriel Filion <lelutin@gmail.com> wrote:> Hi, > > I''m using puppet 0.25.5 and a puppetlast script [1]. > > [1] : http://humangenomeinfo.com.ar/1.txt/usr/share/puppet/ext/puppetlast > > I get a negative checkin time from one node.. > > UNKNOWN: somenode.fqdn checked in -16 minutes ago > > how is that possible? The timestamp for the checkin time is taken from > node.values[:_timestamp]. > > Is this timestamp based on the remote node''s clock?I raised a bug for the report date being based on the clients clock, which doesn''t seem right in my book: https://projects.puppetlabs.com/issues/7520 Cheers Chris -- 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.
On 11-05-19 01:58 PM, Chris Phillips wrote:> I raised a bug for the report date being based on the clients clock, > which doesn''t seem right in my > book: https://projects.puppetlabs.com/issues/7520Thanks to both of you the problem was indeed a clock drift and using ''ntpd -s -d'' on the node "solved" my issue. but I think, like you, that basing the checkin time on the remote clock is awfully wrong. I''ll go vote for the issue. -- Gabriel Filion -- 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.