Eugene Ventimiglia
2007-Dec-28 17:13 UTC
puppet hangs on Puppet::Type::Package::ProviderYum
This is particularly nasty, since it''s on the puppetmaster itself: [root@puppet tmp]# rpm -q yum puppet puppet-server yum-3.0.5-1.el5.centos.5 puppet-0.24.0-2.el5 puppet-server-0.24.0-2.el5 [root@puppet tmp]# cat /etc/issue CentOS release 5 (Final) Here''s the output of puppetd --debug: notice: Starting catalog run debug: Loaded state in 0.01 seconds debug: Prefetching rpm resources for package debug: Puppet::Type::Package::ProviderRpm: Executing ''/bin/rpm -qa --nosignature --nodigest --qf ''} '''' debug: Prefetching parsed resources for mount debug: Prefetching yum resources for package debug: Puppet::Type::Package::ProviderYum: Executing ''/bin/rpm -qa --nosignature --nodigest --qf ''} '''' debug: Puppet::Type::Package::ProviderYum: Executing ''/usr/bin/python /usr/lib/ruby/site_ruby/1.8/'' notice: Caught INT; shutting down debug: Signal caught here: debug: /usr/lib/ruby/site_ruby/1.8/puppet/util.rb:315:in `call'' debug: /usr/lib/ruby/site_ruby/1.8/puppet/util.rb:315:in `waitpid2'' debug: /usr/lib/ruby/site_ruby/1.8/puppet/util.rb:315:in `execute'' debug: /usr/lib/ruby/site_ruby/1.8/puppet/provider.rb:138:in `python'' debug: /usr/lib/ruby/site_ruby/1.8/puppet/provider/package/yum.rb:32:in `prefetch'' debug: /usr/lib/ruby/site_ruby/1.8/puppet/transaction.rb:492:in `prefetch'' debug: /usr/lib/ruby/site_ruby/1.8/puppet/transaction.rb:489:in `each'' debug: /usr/lib/ruby/site_ruby/1.8/puppet/transaction.rb:489:in `prefetch'' debug: /usr/lib/ruby/site_ruby/1.8/puppet/transaction.rb:504:in `prepare'' debug: /usr/lib/ruby/site_ruby/1.8/puppet/transaction.rb:301:in `evaluate'' debug: /usr/lib/ruby/site_ruby/1.8/puppet/node/catalog.rb:102:in `apply'' debug: /usr/lib/ruby/site_ruby/1.8/puppet/network/client/master.rb:271:in `run'' debug: /usr/lib/ruby/site_ruby/1.8/puppet/util.rb:212:in `benchmark'' debug: /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'' debug: /usr/lib/ruby/1.8/benchmark.rb:307:in `realtime'' debug: /usr/lib/ruby/site_ruby/1.8/puppet/util.rb:211:in `benchmark'' debug: /usr/lib/ruby/site_ruby/1.8/puppet/network/client/master.rb:270:in `run'' debug: /usr/lib/ruby/1.8/sync.rb:229:in `synchronize'' debug: /usr/lib/ruby/site_ruby/1.8/puppet/network/client/master.rb:252:in `run'' debug: /usr/sbin/puppetd:427 notice: Shutting down debug: Storing state debug: Stored state in 0.07 seconds debug: Storing state debug: Stored state in 0.06 seconds debug: Creating default schedules _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
Eugene Ventimiglia
2007-Dec-28 18:40 UTC
Re: puppet hangs on Puppet::Type::Package::ProviderYum
looks like /usr/lib/ruby/site_ruby/1.8/puppet/provider/package/yumhelper.py doesn''t like yum3.1 all of the sudden ________________________________ From: puppet-users-bounces@madstop.com [mailto:puppet-users-bounces@madstop.com] On Behalf Of Eugene Ventimiglia Sent: Friday, December 28, 2007 12:14 PM To: Puppet User Discussion Subject: [Puppet-users] puppet hangs on Puppet::Type::Package::ProviderYum This is particularly nasty, since it''s on the puppetmaster itself: [root@puppet tmp]# rpm -q yum puppet puppet-server yum-3.0.5-1.el5.centos.5 puppet-0.24.0-2.el5 puppet-server-0.24.0-2.el5 [root@puppet tmp]# cat /etc/issue CentOS release 5 (Final) Here''s the output of puppetd --debug: notice: Starting catalog run debug: Loaded state in 0.01 seconds debug: Prefetching rpm resources for package debug: Puppet::Type::Package::ProviderRpm: Executing ''/bin/rpm -qa --nosignature --nodigest --qf ''} '''' debug: Prefetching parsed resources for mount debug: Prefetching yum resources for package debug: Puppet::Type::Package::ProviderYum: Executing ''/bin/rpm -qa --nosignature --nodigest --qf ''} '''' debug: Puppet::Type::Package::ProviderYum: Executing ''/usr/bin/python /usr/lib/ruby/site_ruby/1.8/'' notice: Caught INT; shutting down debug: Signal caught here: debug: /usr/lib/ruby/site_ruby/1.8/puppet/util.rb:315:in `call'' debug: /usr/lib/ruby/site_ruby/1.8/puppet/util.rb:315:in `waitpid2'' debug: /usr/lib/ruby/site_ruby/1.8/puppet/util.rb:315:in `execute'' debug: /usr/lib/ruby/site_ruby/1.8/puppet/provider.rb:138:in `python'' debug: /usr/lib/ruby/site_ruby/1.8/puppet/provider/package/yum.rb:32:in `prefetch'' debug: /usr/lib/ruby/site_ruby/1.8/puppet/transaction.rb:492:in `prefetch'' debug: /usr/lib/ruby/site_ruby/1.8/puppet/transaction.rb:489:in `each'' debug: /usr/lib/ruby/site_ruby/1.8/puppet/transaction.rb:489:in `prefetch'' debug: /usr/lib/ruby/site_ruby/1.8/puppet/transaction.rb:504:in `prepare'' debug: /usr/lib/ruby/site_ruby/1.8/puppet/transaction.rb:301:in `evaluate'' debug: /usr/lib/ruby/site_ruby/1.8/puppet/node/catalog.rb:102:in `apply'' debug: /usr/lib/ruby/site_ruby/1.8/puppet/network/client/master.rb:271:in `run'' debug: /usr/lib/ruby/site_ruby/1.8/puppet/util.rb:212:in `benchmark'' debug: /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'' debug: /usr/lib/ruby/1.8/benchmark.rb:307:in `realtime'' debug: /usr/lib/ruby/site_ruby/1.8/puppet/util.rb:211:in `benchmark'' debug: /usr/lib/ruby/site_ruby/1.8/puppet/network/client/master.rb:270:in `run'' debug: /usr/lib/ruby/1.8/sync.rb:229:in `synchronize'' debug: /usr/lib/ruby/site_ruby/1.8/puppet/network/client/master.rb:252:in `run'' debug: /usr/sbin/puppetd:427 notice: Shutting down debug: Storing state debug: Stored state in 0.07 seconds debug: Storing state debug: Stored state in 0.06 seconds debug: Creating default schedules _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
Eugene Ventimiglia
2007-Dec-28 19:31 UTC
Re: puppet hangs onPuppet::Type::Package::ProviderYum
yum was broken... sorry if anyone was working on this... need more coffee ________________________________ From: puppet-users-bounces@madstop.com [mailto:puppet-users-bounces@madstop.com] On Behalf Of Eugene Ventimiglia Sent: Friday, December 28, 2007 1:40 PM To: Puppet User Discussion Subject: Re: [Puppet-users] puppet hangs onPuppet::Type::Package::ProviderYum looks like /usr/lib/ruby/site_ruby/1.8/puppet/provider/package/yumhelper.py doesn''t like yum3.1 all of the sudden ________________________________ From: puppet-users-bounces@madstop.com [mailto:puppet-users-bounces@madstop.com] On Behalf Of Eugene Ventimiglia Sent: Friday, December 28, 2007 12:14 PM To: Puppet User Discussion Subject: [Puppet-users] puppet hangs on Puppet::Type::Package::ProviderYum This is particularly nasty, since it''s on the puppetmaster itself: [root@puppet tmp]# rpm -q yum puppet puppet-server yum-3.0.5-1.el5.centos.5 puppet-0.24.0-2.el5 puppet-server-0.24.0-2.el5 [root@puppet tmp]# cat /etc/issue CentOS release 5 (Final) Here''s the output of puppetd --debug: notice: Starting catalog run debug: Loaded state in 0.01 seconds debug: Prefetching rpm resources for package debug: Puppet::Type::Package::ProviderRpm: Executing ''/bin/rpm -qa --nosignature --nodigest --qf ''} '''' debug: Prefetching parsed resources for mount debug: Prefetching yum resources for package debug: Puppet::Type::Package::ProviderYum: Executing ''/bin/rpm -qa --nosignature --nodigest --qf ''} '''' debug: Puppet::Type::Package::ProviderYum: Executing ''/usr/bin/python /usr/lib/ruby/site_ruby/1.8/'' notice: Caught INT; shutting down debug: Signal caught here: debug: /usr/lib/ruby/site_ruby/1.8/puppet/util.rb:315:in `call'' debug: /usr/lib/ruby/site_ruby/1.8/puppet/util.rb:315:in `waitpid2'' debug: /usr/lib/ruby/site_ruby/1.8/puppet/util.rb:315:in `execute'' debug: /usr/lib/ruby/site_ruby/1.8/puppet/provider.rb:138:in `python'' debug: /usr/lib/ruby/site_ruby/1.8/puppet/provider/package/yum.rb:32:in `prefetch'' debug: /usr/lib/ruby/site_ruby/1.8/puppet/transaction.rb:492:in `prefetch'' debug: /usr/lib/ruby/site_ruby/1.8/puppet/transaction.rb:489:in `each'' debug: /usr/lib/ruby/site_ruby/1.8/puppet/transaction.rb:489:in `prefetch'' debug: /usr/lib/ruby/site_ruby/1.8/puppet/transaction.rb:504:in `prepare'' debug: /usr/lib/ruby/site_ruby/1.8/puppet/transaction.rb:301:in `evaluate'' debug: /usr/lib/ruby/site_ruby/1.8/puppet/node/catalog.rb:102:in `apply'' debug: /usr/lib/ruby/site_ruby/1.8/puppet/network/client/master.rb:271:in `run'' debug: /usr/lib/ruby/site_ruby/1.8/puppet/util.rb:212:in `benchmark'' debug: /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'' debug: /usr/lib/ruby/1.8/benchmark.rb:307:in `realtime'' debug: /usr/lib/ruby/site_ruby/1.8/puppet/util.rb:211:in `benchmark'' debug: /usr/lib/ruby/site_ruby/1.8/puppet/network/client/master.rb:270:in `run'' debug: /usr/lib/ruby/1.8/sync.rb:229:in `synchronize'' debug: /usr/lib/ruby/site_ruby/1.8/puppet/network/client/master.rb:252:in `run'' debug: /usr/sbin/puppetd:427 notice: Shutting down debug: Storing state debug: Stored state in 0.07 seconds debug: Storing state debug: Stored state in 0.06 seconds debug: Creating default schedules _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users