Hi, After figuring out the strange "rdoc" related crashes yesterday I''ve really started to test out puppet today. However, as my manifests become more complex I''m back to seeing random crashes again. I read the recent message in the archives of this list about downgrading to Debian''s libruby1.8-1.8.4-1 but it seems like only the "-5" version is in the mirrors. Does anyone know where I can get the "-1" version for i386? Thanks, -Brett.
Brett Viren wrote:> Hi, > > After figuring out the strange "rdoc" related crashes yesterday I''ve > really started to test out puppet today. However, as my manifests > become more complex I''m back to seeing random crashes again. > > I read the recent message in the archives of this list about > downgrading to Debian''s libruby1.8-1.8.4-1 but it seems like only the > "-5" version is in the mirrors. > > Does anyone know where I can get the "-1" version for i386?I found mine in /var/cache/apt/archives; I stuck my copy in http://reductivelabs.com/downloads/puppet, but I don''t know how to get it from the mirrors. -- I used to get high on life but lately I''ve built up a resistance. --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.com
Luke Kanies <luke@madstop.com> writes:> I found mine in /var/cache/apt/archives; I stuck my copy in > http://reductivelabs.com/downloads/puppet, but I don''t know how to get > it from the mirrors.Got it. And it does indeed solve the crashes. Thanks much! -Brett.
On Fri, Sep 01, 2006 at 04:39:14PM -0400, Brett Viren wrote:> Hi, > > After figuring out the strange "rdoc" related crashes yesterday I''ve > really started to test out puppet today. However, as my manifests > become more complex I''m back to seeing random crashes again. > > I read the recent message in the archives of this list about > downgrading to Debian''s libruby1.8-1.8.4-1 but it seems like only the > "-5" version is in the mirrors. > > Does anyone know where I can get the "-1" version for i386?Add this to your /etc/apt/sources.list: deb http://snapshot.debian.net/archive pool ruby1.8 Then `apt-get install libruby1=1.8.4-1` Christian
Christian G. Warden wrote:> > Add this to your /etc/apt/sources.list: > deb http://snapshot.debian.net/archive pool ruby1.8 > > Then `apt-get install libruby1=1.8.4-1`Thanks! I never knew how to do this, and I''m very glad to know. This is also added to the install page. -- Should I say "I believe in physics", or "I know that physics is true"? -- Ludwig Wittgenstein, On Certainty, 602. --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.com