Added the post-invoke line to apt.conf and have debsums installed now. Is there a way to wipe the current md5sums and generate all new ones?
<EOL> Tib On Fri, 23 May 2003, xavier renaut wrote: > On Wed, May 21, 2003 at 01:33:02PM -0700, Tib wrote: > | > |Well I found the debsums program, but unfortunately that hasn't solved > |anything. Here's what I run and this is what I get. There are a LOT more > |failures than just these, but these are the only two types of failures. > |How do I properly fix these? > | > | > |altaica:~# debsums --generate=missing|grep -v OK > | > |usr/share/man/man1/sort.1.gz FAILED > |usr/share/man/man1/unexpand.1.gz FAILED > |usr/share/man/man1/md5sum.textutils.1.gz FAILED > |debsums: no md5sums for tf and no deb available > |debsums: no md5sums for time and no deb available > |debsums: no md5sums for timeout and no deb available > > > debsums should be installed as soon as possible. > (to catch all packages) > > otherwise, trash your /var/cache/apt/archive/*.deb > after the first run. > > and add > > DPkg::Post-Invoke { > "debsums --generate=nocheck -sp /var/cache/apt/archives"; > }; > > > in your apt.conf > > > >