So, I''m currently scratching my noodle regarding the following unhelpful stack trace from `puppetd -t --no-noop --trace --debug`: debug: //File[/var/lib/puppet/modules]: Autorequiring User[root] debug: //Node[gatekeeper]/monitoring/munin::client/munin::plugins::linux/munin::plugins::interfaces/Munin::Plugin[if_err_eth1]/File[/etc/munin/plugins/if_err_eth1]: Autorequiring File[/etc/munin/plugins] debug: //Node[gatekeeper]/monitoring/munin::client/munin::plugins::linux/Munin::Plugin[df]/File[/etc/munin/plugin-conf.d/df.conf]: Autorequiring File[/etc/munin/plugin-conf.d] debug: Puppet::Type::Package::ProviderApt: Executing ''/usr/bin/apt-cache policy ruby1.8-dev'' debug: Puppet::Type::Package::ProviderApt: Executing ''/usr/bin/apt-cache policy git-core'' debug: Puppet::Type::Package::ProviderApt: Executing ''/usr/bin/apt-cache policy build-essential'' debug: Puppet::Type::Package::ProviderApt: Executing ''/usr/bin/apt-cache policy puppet'' debug: Puppet::Type::Package::ProviderApt: Executing ''/usr/bin/apt-cache policy libmysqlclient15-dev'' debug: Puppet::Type::Package::ProviderApt: Executing ''/usr/bin/apt-cache policy linux-headers-server'' debug: Calling fileserver.describe debug: Storing state debug: Stored state in 0.03 seconds /usr/lib/ruby/1.8/timeout.rb:54:in `open'': execution expired (Timeout::Error) from /usr/lib/ruby/1.8/net/http.rb:560:in `connect'' from /usr/lib/ruby/1.8/timeout.rb:56:in `timeout'' from /usr/lib/ruby/1.8/timeout.rb:76:in `timeout'' from /usr/lib/ruby/1.8/net/http.rb:560:in `connect'' from /usr/lib/ruby/1.8/net/http.rb:553:in `do_start'' from /usr/lib/ruby/1.8/net/http.rb:542:in `start'' from /usr/lib/ruby/1.8/net/http.rb:1035:in `request'' from /usr/lib/ruby/1.8/net/http.rb:992:in `post2'' ... 38 levels... from /usr/lib/ruby/1.8/puppet/network/client/master.rb:254:in `run'' from /usr/lib/ruby/1.8/sync.rb:230:in `synchronize'' from /usr/lib/ruby/1.8/puppet/network/client/master.rb:236:in `run'' from /usr/sbin/puppetd:417 Any ideas? Regards, AJ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Perhaps an overloaded puppet master? The stack trace is showing that your client can''t reach the puppet master via http.. Adam On Sun, Sep 7, 2008 at 7:05 PM, AJ Christensen <aj@junglist.gen.nz> wrote:> So, I''m currently scratching my noodle regarding the following unhelpful > stack trace from `puppetd -t --no-noop --trace --debug`: > debug: //File[/var/lib/puppet/modules]: Autorequiring User[root] > debug: > //Node[gatekeeper]/monitoring/munin::client/munin::plugins::linux/munin::plugins::interfaces/Munin::Plugin[if_err_eth1]/File[/etc/munin/plugins/if_err_eth1]: > Autorequiring File[/etc/munin/plugins] > debug: > //Node[gatekeeper]/monitoring/munin::client/munin::plugins::linux/Munin::Plugin[df]/File[/etc/munin/plugin-conf.d/df.conf]: > Autorequiring File[/etc/munin/plugin-conf.d] > debug: Puppet::Type::Package::ProviderApt: Executing ''/usr/bin/apt-cache > policy ruby1.8-dev'' > debug: Puppet::Type::Package::ProviderApt: Executing ''/usr/bin/apt-cache > policy git-core'' > debug: Puppet::Type::Package::ProviderApt: Executing ''/usr/bin/apt-cache > policy build-essential'' > debug: Puppet::Type::Package::ProviderApt: Executing ''/usr/bin/apt-cache > policy puppet'' > debug: Puppet::Type::Package::ProviderApt: Executing ''/usr/bin/apt-cache > policy libmysqlclient15-dev'' > debug: Puppet::Type::Package::ProviderApt: Executing ''/usr/bin/apt-cache > policy linux-headers-server'' > debug: Calling fileserver.describe > debug: Storing state > debug: Stored state in 0.03 seconds > /usr/lib/ruby/1.8/timeout.rb:54:in `open'': execution expired > (Timeout::Error) > from /usr/lib/ruby/1.8/net/http.rb:560:in `connect'' > from /usr/lib/ruby/1.8/timeout.rb:56:in `timeout'' > from /usr/lib/ruby/1.8/timeout.rb:76:in `timeout'' > from /usr/lib/ruby/1.8/net/http.rb:560:in `connect'' > from /usr/lib/ruby/1.8/net/http.rb:553:in `do_start'' > from /usr/lib/ruby/1.8/net/http.rb:542:in `start'' > from /usr/lib/ruby/1.8/net/http.rb:1035:in `request'' > from /usr/lib/ruby/1.8/net/http.rb:992:in `post2'' > ... 38 levels... > from /usr/lib/ruby/1.8/puppet/network/client/master.rb:254:in `run'' > from /usr/lib/ruby/1.8/sync.rb:230:in `synchronize'' > from /usr/lib/ruby/1.8/puppet/network/client/master.rb:236:in `run'' > from /usr/sbin/puppetd:417 > > > Any ideas? > > Regards, > > AJ > > > >-- HJK Solutions - We Launch Startups - http://www.hjksolutions.com Adam Jacob, Senior Partner T: (206) 508-4759 E: adam@hjksolutions.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 -~----------~----~----~----~------~----~------~--~---
Nay just me being an idiot. Thought I had removed this post - guess it can''t magically suck it back out of everyones mailbox. The problem was: source => "puppet://ubuntu/path/to/file"; as opposed to: source => "puppet:///ubuntu/path/to/file"; Must have sent my original email before coffee ;) Regards, AJ 2008/9/8 Adam Jacob <adam@hjksolutions.com>> Perhaps an overloaded puppet master? > > The stack trace is showing that your client can''t reach the puppet master > via http.. > > Adam > > > On Sun, Sep 7, 2008 at 7:05 PM, AJ Christensen <aj@junglist.gen.nz> wrote: > >> So, I''m currently scratching my noodle regarding the following unhelpful >> stack trace from `puppetd -t --no-noop --trace --debug`: >> debug: //File[/var/lib/puppet/modules]: Autorequiring User[root] >> debug: >> //Node[gatekeeper]/monitoring/munin::client/munin::plugins::linux/munin::plugins::interfaces/Munin::Plugin[if_err_eth1]/File[/etc/munin/plugins/if_err_eth1]: >> Autorequiring File[/etc/munin/plugins] >> debug: >> //Node[gatekeeper]/monitoring/munin::client/munin::plugins::linux/Munin::Plugin[df]/File[/etc/munin/plugin-conf.d/df.conf]: >> Autorequiring File[/etc/munin/plugin-conf.d] >> debug: Puppet::Type::Package::ProviderApt: Executing ''/usr/bin/apt-cache >> policy ruby1.8-dev'' >> debug: Puppet::Type::Package::ProviderApt: Executing ''/usr/bin/apt-cache >> policy git-core'' >> debug: Puppet::Type::Package::ProviderApt: Executing ''/usr/bin/apt-cache >> policy build-essential'' >> debug: Puppet::Type::Package::ProviderApt: Executing ''/usr/bin/apt-cache >> policy puppet'' >> debug: Puppet::Type::Package::ProviderApt: Executing ''/usr/bin/apt-cache >> policy libmysqlclient15-dev'' >> debug: Puppet::Type::Package::ProviderApt: Executing ''/usr/bin/apt-cache >> policy linux-headers-server'' >> debug: Calling fileserver.describe >> debug: Storing state >> debug: Stored state in 0.03 seconds >> /usr/lib/ruby/1.8/timeout.rb:54:in `open'': execution expired >> (Timeout::Error) >> from /usr/lib/ruby/1.8/net/http.rb:560:in `connect'' >> from /usr/lib/ruby/1.8/timeout.rb:56:in `timeout'' >> from /usr/lib/ruby/1.8/timeout.rb:76:in `timeout'' >> from /usr/lib/ruby/1.8/net/http.rb:560:in `connect'' >> from /usr/lib/ruby/1.8/net/http.rb:553:in `do_start'' >> from /usr/lib/ruby/1.8/net/http.rb:542:in `start'' >> from /usr/lib/ruby/1.8/net/http.rb:1035:in `request'' >> from /usr/lib/ruby/1.8/net/http.rb:992:in `post2'' >> ... 38 levels... >> from /usr/lib/ruby/1.8/puppet/network/client/master.rb:254:in >> `run'' >> from /usr/lib/ruby/1.8/sync.rb:230:in `synchronize'' >> from /usr/lib/ruby/1.8/puppet/network/client/master.rb:236:in >> `run'' >> from /usr/sbin/puppetd:417 >> >> >> Any ideas? >> >> Regards, >> >> AJ >> >> >> > > > -- > HJK Solutions - We Launch Startups - http://www.hjksolutions.com > Adam Jacob, Senior Partner > T: (206) 508-4759 E: adam@hjksolutions.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 -~----------~----~----~----~------~----~------~--~---