We have "apt-get update" run from Puppet when /etc/apt/sources.list changes. Sometimes the command exits with status=100. This seems to be a soft or transient error, but I''ve not been able to find any details of what it actually means. Has anyone else experienced this? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Le jeudi 26 février 2009 à 10:52 +0000, Keith Edmunds a écrit :> We have "apt-get update" run from Puppet when /etc/apt/sources.list > changes. Sometimes the command exits with status=100. This seems to be a > soft or transient error, but I''ve not been able to find any details of > what it actually means. > > Has anyone else experienced this?does your /etc/apt/preferencs has some incorrect/no more up-to-date things inside ? -- Nicolas Szalay Administrateur systèmes & réseaux -- _ ASCII ribbon campaign ( ) - against HTML email X & vCards / \
> does your /etc/apt/preferencs has some incorrect/no more up-to-date > things inside ?No. Running ''apt-get update'' manually succeeds, and sometimes it succeeds with Puppet. I''m just not sure what exit status 100 from that command means. Keith --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
From manpage: apt-get returns zero on normal operation, decimal 100 on error. So basically 100 is apt-get''s catch-all return code. My money''s on a timeout to your apt repo. Keith Edmunds wrote:>> does your /etc/apt/preferencs has some incorrect/no more up-to-date >> things inside ? >> > > No. Running ''apt-get update'' manually succeeds, and sometimes it succeeds > with Puppet. I''m just not sure what exit status 100 from that command > means. > > Keith > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---