Hello puppeteers. I discovered a problem with newer versions of yum. When puppet checks the repository for later versions it uses the following command: /usr/bin/yum -d 0 -e 0 list available package Earlier versions of yum printed nothing and exited 0 if no new packages were available. Unfortunately, yum-3.2.8-9.el5_2.1 prints an ERROR (which puppet might not care about) and exits 1 (which does concern puppet). There doesn''t seem to be a functional problem, but I could do without all the error messages polluting my syslog. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Hi> Hello puppeteers. I discovered a problem with newer versions of yum. > When puppet checks the repository for later versions it uses the > following command: > > /usr/bin/yum -d 0 -e 0 list available package > > Earlier versions of yum printed nothing and exited 0 if no new > packages were available. > > Unfortunately, yum-3.2.8-9.el5_2.1 prints an ERROR (which puppet might > not care about) and exits 1 (which does concern puppet). There doesn''t > seem to be a functional problem, but I could do without all the error > messages polluting my syslog.can you file a bug? Maybe even with a patch? ;) thanks and cheers pete --~--~---------~--~----~------------~-------~--~----~ 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 Mon, 2009-02-02 at 13:08 -0800, Jeff wrote:> Hello puppeteers. I discovered a problem with newer versions of yum. > When puppet checks the repository for later versions it uses the > following command: > > /usr/bin/yum -d 0 -e 0 list available package > > Earlier versions of yum printed nothing and exited 0 if no new > packages were available. > > Unfortunately, yum-3.2.8-9.el5_2.1 prints an ERROR (which puppet might > not care about) and exits 1 (which does concern puppet). There doesn''t > seem to be a functional problem, but I could do without all the error > messages polluting my syslog.Which version of puppet are you using ? We switched the yum provider quite some time ago to using a separate ''yumhelper'' script for listing available packages. David --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Hi> Which version of puppet are you using ? We switched the yum provider > quite some time ago to using a separate ''yumhelper'' script for listing > available packages.hmm yeah forgot that. :-/ cheers pete --~--~---------~--~----~------------~-------~--~----~ 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 Feb 2, 9:06 pm, David Lutterkort <lut...@redhat.com> wrote:> On Mon, 2009-02-02 at 13:08 -0800, Jeff wrote: > > Hello puppeteers. I discovered a problem with newer versions of yum. > > When puppet checks the repository for later versions it uses the > > following command: > > > /usr/bin/yum -d 0 -e 0 list available package > > > Earlier versions of yum printed nothing and exited 0 if no new > > packages were available. > > > Unfortunately, yum-3.2.8-9.el5_2.1 prints an ERROR (which puppet might > > not care about) and exits 1 (which does concern puppet). There doesn''t > > seem to be a functional problem, but I could do without all the error > > messages polluting my syslog. > > Which version of puppet are you using ? We switched the yum provider > quite some time ago to using a separate ''yumhelper'' script for listing > available packages. >178 # puppetd --version 0.24.4 178 # puppetmasterd --version 0.24.4 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---