Why doesn't -Va return results, when -qa -> -Vv do?
James Antill
james at fedoraproject.org
Fri Sep 30 17:19:31 UTC 2016
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.
More information about the Rpm-list
mailing list