Kristoffer
2008-Nov-17 09:01 UTC
[Puppet Users] err: Could not run Puppet::Client::MasterClient: undefined method
Hi, On debian etch with puppet v. 0.20.1-1 (debian package) Some servers are not updating automatically, they do however update if puppet is restartet. Error is: debug: Calling puppetmaster.freshness err: Could not run Puppet::Client::MasterClient: undefined method `-'' for #<XMLRPC::DateTime:0x2ac92d888468> Any idea? I''d really like to avoid Lenny for now... ;-) Thanks... Kristoffer --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Brice Figureau
2008-Nov-17 10:06 UTC
[Puppet Users] Re: err: Could not run Puppet::Client::MasterClient: undefined method
On Mon, 2008-11-17 at 01:01 -0800, Kristoffer wrote:> Hi, > > On debian etch with puppet v. 0.20.1-1 (debian package)This is really and oooold version (almost 2 years old). There were tons of bug fixes and new features between this version and the curent 0.24.6.> Some servers are not updating automatically, they do however update if > puppet is restartet. > Error is: > > debug: Calling puppetmaster.freshness > err: Could not run Puppet::Client::MasterClient: undefined method `-'' > for #<XMLRPC::DateTime:0x2ac92d888468>I''m sorry, I don''t have any idea about your issue: I never used 0.20 myself (I started to use puppet around 0.23).> Any idea? I''d really like to avoid Lenny for now... ;-)I''d suggest you upgrade your clients and masters to a more recent version. You can apply lenny''s or unstable puppet package to etch without any troubles. And if you are reluctant: etch-backports contains 0.24.4. Hope that helps, -- Brice Figureau Days of Wonder http://www.daysofwonder.com/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Nigel Kersten
2008-Nov-17 15:51 UTC
[Puppet Users] Re: err: Could not run Puppet::Client::MasterClient: undefined method
On Mon, Nov 17, 2008 at 2:06 AM, Brice Figureau <brice-puppet@daysofwonder.com> wrote:> > On Mon, 2008-11-17 at 01:01 -0800, Kristoffer wrote: >> Hi, >> >> On debian etch with puppet v. 0.20.1-1 (debian package) > > This is really and oooold version (almost 2 years old). > There were tons of bug fixes and new features between this version and > the curent 0.24.6. > >> Some servers are not updating automatically, they do however update if >> puppet is restartet. >> Error is: >> >> debug: Calling puppetmaster.freshness >> err: Could not run Puppet::Client::MasterClient: undefined method `-'' >> for #<XMLRPC::DateTime:0x2ac92d888468> > > I''m sorry, I don''t have any idea about your issue: I never used 0.20 > myself (I started to use puppet around 0.23).Kristoffer: http://projects.reductivelabs.com/issues/show/1551 It''s a reasonably simple fix. -- Nigel Kersten Systems Administrator Tech Lead - MacOps --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Nigel Kersten
2008-Nov-17 15:52 UTC
[Puppet Users] Re: err: Could not run Puppet::Client::MasterClient: undefined method
On Mon, Nov 17, 2008 at 7:51 AM, Nigel Kersten <nigelk@google.com> wrote:> On Mon, Nov 17, 2008 at 2:06 AM, Brice Figureau > <brice-puppet@daysofwonder.com> wrote: >> >> On Mon, 2008-11-17 at 01:01 -0800, Kristoffer wrote: >>> Hi, >>> >>> On debian etch with puppet v. 0.20.1-1 (debian package) >> >> This is really and oooold version (almost 2 years old). >> There were tons of bug fixes and new features between this version and >> the curent 0.24.6. >> >>> Some servers are not updating automatically, they do however update if >>> puppet is restartet. >>> Error is: >>> >>> debug: Calling puppetmaster.freshness >>> err: Could not run Puppet::Client::MasterClient: undefined method `-'' >>> for #<XMLRPC::DateTime:0x2ac92d888468> >> >> I''m sorry, I don''t have any idea about your issue: I never used 0.20 >> myself (I started to use puppet around 0.23). > > Kristoffer: > > http://projects.reductivelabs.com/issues/show/1551 > > It''s a reasonably simple fix.The patch is here by the way: http://projects.reductivelabs.com/repositories/diff/puppet/lib/puppet/network/handler/master.rb?rev=e15d316cbb9ee33bfbed4b29649f36a97490e985 I messed around with my github repo, so the first link won''t work. -- Nigel Kersten Systems Administrator Tech Lead - MacOps --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Kristoffer Egefelt
2009-Jan-03 14:13 UTC
[Puppet Users] Re: err: Could not run Puppet::Client::MasterClient: undefined method
Thanks guys - it works :D On Mon, Nov 17, 2008 at 4:52 PM, Nigel Kersten <nigelk@google.com> wrote:> > On Mon, Nov 17, 2008 at 7:51 AM, Nigel Kersten <nigelk@google.com> wrote: > > On Mon, Nov 17, 2008 at 2:06 AM, Brice Figureau > > <brice-puppet@daysofwonder.com> wrote: > >> > >> On Mon, 2008-11-17 at 01:01 -0800, Kristoffer wrote: > >>> Hi, > >>> > >>> On debian etch with puppet v. 0.20.1-1 (debian package) > >> > >> This is really and oooold version (almost 2 years old). > >> There were tons of bug fixes and new features between this version and > >> the curent 0.24.6. > >> > >>> Some servers are not updating automatically, they do however update if > >>> puppet is restartet. > >>> Error is: > >>> > >>> debug: Calling puppetmaster.freshness > >>> err: Could not run Puppet::Client::MasterClient: undefined method `-'' > >>> for #<XMLRPC::DateTime:0x2ac92d888468> > >> > >> I''m sorry, I don''t have any idea about your issue: I never used 0.20 > >> myself (I started to use puppet around 0.23). > > > > Kristoffer: > > > > http://projects.reductivelabs.com/issues/show/1551 > > > > It''s a reasonably simple fix. > > The patch is here by the way: > > > http://projects.reductivelabs.com/repositories/diff/puppet/lib/puppet/network/handler/master.rb?rev=e15d316cbb9ee33bfbed4b29649f36a97490e985 > > I messed around with my github repo, so the first link won''t work. > > > > -- > Nigel Kersten > Systems Administrator > Tech Lead - MacOps > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---