How to silence gpg

2016-05-07 Thread Dashamir Hoxha
> >* 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

Re: How to silence gpg-agent?

2016-03-19 Thread Werner Koch
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

Re: How to silence gpg-agent?

2016-03-16 Thread Dashamir Hoxha
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

Re: How to silence gpg-agent?

2016-03-16 Thread Paul R. Ramer
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

Re: How to silence gpg-agent?

2016-03-16 Thread Jochen Saalfeld
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

Re: How to silence gpg-agent?

2016-03-16 Thread Dashamir Hoxha
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

Re: How to silence gpg-agent?

2016-03-15 Thread Dashamir Hoxha
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 >

Re: How to silence gpg-agent?

2016-03-15 Thread NIIBE Yutaka
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

How to silence gpg-agent?

2016-03-15 Thread Dashamir Hoxha
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: -