Re: Problem sending my key to keyring.debian.org

2018-10-04 Thread Joseph Herlant
Hi guys,

Sorry I was out yesterday, slammed by work & life! :)

On Wed, Oct 3, 2018 at 12:19 AM Chris Knadle  wrote:
> Which Debian branch of GnuPG is this error happening with?
> (I assume it's Sid/Unstable).

Yes, it's unstable.

On Thu, Oct 4, 2018 at 6:23 AM Shengjing Zhu  wrote:
> Have you succeed?

Thanks a lot Shengjing, that was very helpful! :)

Thanks to the debug logging I've been able to identify that my issue
is actually the known issue referenced in our bug tracker as #870806.
trying to enable the ipv6 module didn't work for me (for whatever
reason it doesn't load, with no error), but temporarily adding the
disable-ipv6 to ~/.gnupg/dirmngr.conf did the trick!

It works now. Thanks again! :)

Joseph



Re: Problem sending my key to keyring.debian.org

2018-10-04 Thread Shengjing Zhu
On Wed, Oct 3, 2018 at 9:28 AM Joseph Herlant  wrote:
>
> Hi,
>
> On Tue, Oct 2, 2018 at 6:10 PM Seth Arnold  wrote:
> > Two thoughts: first, give it another try. I was able to refresh my
> > keyring using the debian keyserver a few seconds ago:
> >
> > $ gpg  --refresh-keys --keyserver keyring.debian.org
> > gpg: refreshing 229 keys from hkp://keyring.debian.org
> > ...
> > gpg: new signatures: 160
> > ...
>
> Ok, so that's really a problem on my end. I've been having this issue
> since I started trying to update it yesterday and still have now.
> Tried 4 or 5 times during the day, same issue.
> Same error while trying to refresh.
>

Have you succeed?
You may debug with,

add following line to ~/.gnupg/dirmngr.conf

log-file /tmp/dirmngr.log
debug-level advanced
debug-all

then run `gpgconf --kill dirmngr`,
send/recv it again, you will see the log in /tmp/tmp/dirmngr.log

This method applies to other gpg components.

-- 
Shengjing Zhu



Re: Problem sending my key to keyring.debian.org

2018-10-03 Thread Chris Knadle
Joseph Herlant:
> Hi,
> 
> I'm having issues sending my updated key to keyring.debian.org:
> 
> $ gpg --keyserver keyring.debian.org --send-keys
> E823DA111E22D7857E1D865863F7800A23D7B252
> gpg: sending key 63F7800A23D7B252 to hkp://keyring.debian.org
> gpg: keyserver send failed: No keyserver available
> gpg: keyserver send failed: No keyserver available
> 
> Do you have any idea what I could do wrong here?
> 
> Thanks for your help,
> Joseph

Which Debian branch of GnuPG is this error happening with?
(I assume it's Sid/Unstable).

Reason I ask is last year I had a problem sending my rsa4096 key to
keyring.debian.org when using gpg from Sid, but it worked fine when using gpg
from Stretch (and using the exact same keyring in both cases).  Offhand I don't
recall the exact error I got but I remember it seemed nonsensical to the acutal
issue, and now "feels similar" to the error you're receiving.

If by chance you've run into the same issue, that would be interesting.

  -- Chris

-- 
Chris Knadle
chris.kna...@coredump.us



Re: Problem sending my key to keyring.debian.org

2018-10-02 Thread Seth Arnold
On Wed, Oct 03, 2018 at 09:38:43AM +0800, Paul Wise wrote:
> On Wed, Oct 3, 2018 at 9:16 AM Alexandre Viau wrote:
> > keyring.debian.org pulls updates from the keyserver network?
> No, it does not.
> > I wasn't sure, and I would always send to keyring.debian.org separately.
> This is still necessary.

Oh. :( I'm sorry to have given bad advice.

Thanks pabs


signature.asc
Description: PGP signature


Re: Problem sending my key to keyring.debian.org

2018-10-02 Thread Paul Wise
On Wed, Oct 3, 2018 at 9:16 AM Alexandre Viau wrote:

> keyring.debian.org pulls updates from the keyserver network?

No, it does not.

> I wasn't sure, and I would always send to keyring.debian.org separately.

This is still necessary.

-- 
bye,
pabs

https://wiki.debian.org/PaulWise



Re: Problem sending my key to keyring.debian.org

2018-10-02 Thread Joseph Herlant
Hi,

On Tue, Oct 2, 2018 at 6:10 PM Seth Arnold  wrote:
> Two thoughts: first, give it another try. I was able to refresh my
> keyring using the debian keyserver a few seconds ago:
>
> $ gpg  --refresh-keys --keyserver keyring.debian.org
> gpg: refreshing 229 keys from hkp://keyring.debian.org
> ...
> gpg: new signatures: 160
> ...

Ok, so that's really a problem on my end. I've been having this issue
since I started trying to update it yesterday and still have now.
Tried 4 or 5 times during the day, same issue.
Same error while trying to refresh.

> Second, the keyservers all communicate with each other. If one is down,
> aim for another. e.g. keyserver.ubuntu.com or other choices from
> https://sks-keyservers.net/status/
>
> Eventually your key will make it everywhere.

I'm surprised keyring.debian.org is automatically synced, but that's
good to know. It's on other (gnu, mit etc) keyservers so it'll get
there eventually. Thanks! :)

Joseph



Re: Problem sending my key to keyring.debian.org

2018-10-02 Thread Alexandre Viau
On 2018-10-02 9:10 p.m., Seth Arnold wrote:
> Second, the keyservers all communicate with each other. If one is down,
> aim for another. e.g. keyserver.ubuntu.com or other choices from

keyring.debian.org pulls updates from the keyserver network?

I wasn't sure, and I would always send to keyring.debian.org separately.

Cheers,

-- 
Alexandre Viau
av...@debian.org



signature.asc
Description: OpenPGP digital signature


Re: Problem sending my key to keyring.debian.org

2018-10-02 Thread Seth Arnold
On Tue, Oct 02, 2018 at 05:39:34PM -0700, Joseph Herlant wrote:
> I'm having issues sending my updated key to keyring.debian.org:
> [...]
> Do you have any idea what I could do wrong here?

Two thoughts: first, give it another try. I was able to refresh my
keyring using the debian keyserver a few seconds ago:

$ gpg  --refresh-keys --keyserver keyring.debian.org
gpg: refreshing 229 keys from hkp://keyring.debian.org
...
gpg: new signatures: 160
...

Second, the keyservers all communicate with each other. If one is down,
aim for another. e.g. keyserver.ubuntu.com or other choices from
https://sks-keyservers.net/status/

Eventually your key will make it everywhere.

Thanks


signature.asc
Description: PGP signature


Problem sending my key to keyring.debian.org

2018-10-02 Thread Joseph Herlant
Hi,

I'm having issues sending my updated key to keyring.debian.org:

$ gpg --keyserver keyring.debian.org --send-keys
E823DA111E22D7857E1D865863F7800A23D7B252
gpg: sending key 63F7800A23D7B252 to hkp://keyring.debian.org
gpg: keyserver send failed: No keyserver available
gpg: keyserver send failed: No keyserver available

Do you have any idea what I could do wrong here?

Thanks for your help,
Joseph