On Fri, 2016-09-30 at 12:14 -0400, Jason McCallister wrote: > Hello, > > When I run the verify all command below, I typically get a list of > all > files in all packages. > > rpm --dbpath /my/path/rpm -Va > > However, it will run for 2-3 minutes and then return nothing with a > return > code of 0 if I check. > > rpmdb_verify does not show any issus. > > Also, I can run a scripted version of Va by way of -qa and -Vv like > below. > It returns all of the packages and installed files. > > rpm --dbpath /my/path/rpm -qa | while read PACKAGE > do > echo $PACKAGE > rpm --dbpath /my/path/rpm -Vv $PACKAGE > done -Vv is verbose. To get the same in one command use -Vva. _______________________________________________ Rpm-list mailing list Rpm-list@xxxxxxxxxxxxx http://lists.rpm.org/mailman/listinfo/rpm-list