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

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

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

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

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

Re: How to silence gpg-agent?

2016-03-16 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:

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: