<div dir="ltr">That solved it. <div><br></div><div>Thanks for the quick response James!<div><br></div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 30, 2016 at 1:19 PM, James Antill <span dir="ltr"><<a href="mailto:james@fedoraproject.org" target="_blank">james@fedoraproject.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Fri, 2016-09-30 at 12:14 -0400, Jason McCallister wrote:<br>
> Hello,<br>
><br>
> When I run the verify all command below, I typically get a list of<br>
> all<br>
> files in all packages.<br>
><br>
>     rpm --dbpath /my/path/rpm -Va<br>
><br>
> However, it will run for 2-3 minutes and then return nothing with a<br>
> return<br>
> code of 0 if I check.<br>
><br>
> rpmdb_verify does not show any issus.<br>
><br>
> Also, I can run a scripted version of Va by way of -qa and -Vv like<br>
> below.<br>
> It returns all of the packages and installed files.<br>
><br>
>     rpm --dbpath /my/path/rpm -qa | while read PACKAGE<br>
>     do<br>
>         echo $PACKAGE<br>
>         rpm --dbpath /my/path/rpm -Vv $PACKAGE<br>
>     done<br>
<br>
</span> -Vv is verbose. To get the same in one command use -Vva.<br>
<br>
______________________________<wbr>_________________<br>
Rpm-list mailing list<br>
<a href="mailto:Rpm-list@lists.rpm.org">Rpm-list@lists.rpm.org</a><br>
<a href="http://lists.rpm.org/mailman/listinfo/rpm-list" rel="noreferrer" target="_blank">http://lists.rpm.org/mailman/<wbr>listinfo/rpm-list</a><br>
</blockquote></div><br></div>