Re: xfonts-*dpi and reiserfs?

2001-09-10 Thread Wessel Dankers
hy it always occurs with this package: apparently the filenames in one of the font directories trigger some kind of hash collision. -- Wessel Dankers <[EMAIL PROTECTED]> The computer fletely, mouse and all.

Re: verifying deb installation

2001-09-14 Thread Wessel Dankers
> * how do I get dpkg to check the manifest list of the installed packages > against the files installed, and reinstall the missing ones? * find /var/lib/dpkg/info -name '*.list' | sort | uniq | while read f do if [ ! -e "$f" ]; then echo "$f is missing"

Re: verifying deb installation

2001-09-14 Thread Wessel Dankers
On 2001-09-15 04:23:17+0200, Wessel Dankers wrote: > > * how do I get dpkg to check the manifest list of the installed packages > > against the files installed, and reinstall the missing ones? * > find /var/lib/dpkg/info -name '*.list' | sort | uniq | while read f &g