On Wed, 16 Oct 2002 23:22:18 -0400, Michael Fratoni wrote: > rpm -Va just checks packages that are installed (or that rpm thinks > are installed) on the system. All those missing files point to a > problem of some sort, I'd guess. For each missing file, you can run > rpm -qf file, to determine what package owns the file. That can be automated: $ su - # rpm -qa | xargs -n 1 -t rpm -V &> rpm-Va.txt # $EDITOR rpm-Va.txt
Attachment:
pgp00208.pgp
Description: PGP signature