"GOT", but the "O" is a cute, smiling pufferfish. Index | Thread | Search

From:
Dave Voutila <dave@sisu.io>
Subject:
Re: got send to github.com hangs
To:
Stefan Sperling <stsp@stsp.name>
Cc:
gameoftrees@openbsd.org
Date:
Sun, 14 Nov 2021 15:19:38 -0500

Download raw body.

Thread
Stefan Sperling <stsp@stsp.name> writes:

> On Sun, Nov 14, 2021 at 01:47:59PM -0500, Dave Voutila wrote:
>> Using got 0.63 on the latest OpenbSD amd64 snapshot and trying to `got
>> send` to a remote github repo. Gets to the below step and just seems to
>> deadlock or hang.
>>
>> All got processes report a STATE of idle and a WAIT of kqread in top(1)
>> with the exception of got-send-pack that's WAITing on netio.
>>
>> Could this be related to the recent OpenSSH changes in snapshots?
>
> I don't know, but have you tried compiling ssh from source to check
> this? I think it would make sense to do that before we dig into the
> Got code (which has not seen any recent changes in this area).

Yup, that did it. Fetched the lastest src tree from the github mirror
and built/installed ssh from source. Works fine now, so I'd say
attribute this to something in the previous snap.

-dv