> >* gpg: checking the trustdb
*> >* gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model*>
> It comes from gpg. I just pushed a fix for 2.1 toseilence it with --quiet.
I still get that output even when using --quiet
But maybe it is because I still have 2.1.11 (ubuntu 16.04)
Dashamir
On Tue, 15 Mar 2016 22:06, dashoho...@gmail.com said:
> gpg: checking the trustdb
> gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
> I believe that it comes from gpg-agent. I have tried to silence it, using
> the option '--quiet', but it seems not to work. Any idea what else I c
On Wed, Mar 16, 2016 at 9:19 AM, Jochen Saalfeld
wrote:
>
> Hi Dahsamir,
>
> I digged the code a bit and found, the piece of code. As you already
> assumed
> correctly, the trust-db is checked periodically, if
> the --no-auto-check-trustdb option is not set, and a log output is made,
> when
> the
On 03/16/2016 12:11 AM, Dashamir Hoxha wrote:
> On Wed, Mar 16, 2016 at 7:30 AM, Dashamir Hoxha
> wrote:
>>> You can stop it by --no-auto-check-trustdb option.
>>>
>>
> Actually, there is no problem if GnuPG checks trustdb periodically, I just
> don't want it to spill the output on stdin. Maybe it
Hi Dahsamir,
I digged the code a bit and found, the piece of code. As you already assumed
correctly, the trust-db is checked periodically, if
the --no-auto-check-trustdb option is not set, and a log output is made, when
the option --quiet is not set (./g10/trustdb.c:970), but the validate
fun
On Wed, Mar 16, 2016 at 7:30 AM, Dashamir Hoxha
wrote:
> On Wed, Mar 16, 2016 at 4:58 AM, NIIBE Yutaka wrote:
>
>> On 03/16/2016 06:06 AM, Dashamir Hoxha wrote:
>> > I have a problem that time after time I get output like this, which is
>> > somewhat unrelated to the operation performed and a bi
On Wed, Mar 16, 2016 at 4:58 AM, NIIBE Yutaka wrote:
> On 03/16/2016 06:06 AM, Dashamir Hoxha wrote:
> > I have a problem that time after time I get output like this, which is
> > somewhat unrelated to the operation performed and a bit confusing:
> >
> > --
> > gpg: checking the trustdb
>
On 03/16/2016 06:06 AM, Dashamir Hoxha wrote:
> I have a problem that time after time I get output like this, which is
> somewhat unrelated to the operation performed and a bit confusing:
>
> --
> gpg: checking the trustdb
> gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
Hi,
I am writting some wrapper shell scripts around gpg, trying to make it a
bit more user-friendly for beginners: https://github.com/dashohoxha/egpg
I have a problem that time after time I get output like this, which is
somewhat unrelated to the operation performed and a bit confusing:
-