Why doesn't -Va return results, when -qa -> -Vv do?
Jason McCallister
jaxjason at gmail.com
Fri Sep 30 18:09:06 UTC 2016
That solved it.
Thanks for the quick response James!
On Fri, Sep 30, 2016 at 1:19 PM, James Antill <james at fedoraproject.org>
wrote:
> 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 at lists.rpm.org
> http://lists.rpm.org/mailman/listinfo/rpm-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-list/attachments/20160930/c63d5743/attachment.html>
More information about the Rpm-list
mailing list