9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] git/clone hangs on netsurf repo
@ 2024-07-22 16:19 Özgür Kesim
  2024-07-22 16:45 ` ori
  0 siblings, 1 reply; 7+ messages in thread
From: Özgür Kesim @ 2024-07-22 16:19 UTC (permalink / raw)
  To: 9front

Hi all,

I just installed 9front on my new refurbished TP x280, got
wifi running and wanted to do a sysupdate and install
netsurf, but both fail with a timeout.

Following the instructions on
https://github.com/netsurf-plan9, I get almost all
submodules loaded, but it fails to fetch the netsurf repo.

Here is how the output of a git/clone attempt:

  sink% git/clone -d https://github.com/netsurf-plan9/netsurf.git
  open url https://github.com:443/netsurf-plan9/netsurf.git/info/refs?service=git-upload-pack
  =r=> 001a:	# service=git-upload-pack\n
  =r=> 0000
  =r=> 0150:	32741e888aa6b5fa2629b21249d579029b41fb31 HEAD\0multi_ack thin-pack side-band side-band-64k ofs-delta shallow deepen-since deepen-not deepen-relative no-progress include-tag multi_ack_detailed allow-tip-sha1-in-want allow-reachable-sha1-in-want no-done symref=HEAD:refs/heads/plan9 filter object-format=sha1 agent=git/github-cea5afd0ff8e\n
  =r=> 003b:	9e4f598b7b2f6f92304f5f9e4ed359e7905b37a9 refs/heads/master\n
  =r=> 0042:	55fadc802ac80286e4f7266866ad789c78f57483 refs/heads/masterr310dev\n
  =r=> 003a:	32741e888aa6b5fa2629b21249d579029b41fb31 refs/heads/plan9\n
  =r=> 0042:	60b86f366182427614a64c2a063cba4f090a2515 refs/heads/plan9-rebased\n
  =r=> 0041:	65723ede41424b2ef7a0119d385de866030f908e refs/heads/plan9r310dev\n
  =r=> 003c:	6db356942e309a07af598c99b9a9b55e4d106dc4 refs/tags/20210207\n
  =r=> 0000
  start write phase
  open url https://github.com:443/netsurf-plan9/netsurf.git/git-upload-pack
  <=w= 0038:	want 32741e888aa6b5fa2629b21249d579029b41fb31 multi_ack\n
  <=w= 002e:	want 9e4f598b7b2f6f92304f5f9e4ed359e7905b37a9\n
  <=w= 002e:	want 55fadc802ac80286e4f7266866ad789c78f57483\n
  <=w= 002e:	want 32741e888aa6b5fa2629b21249d579029b41fb31\n
  <=w= 002e:	want 60b86f366182427614a64c2a063cba4f090a2515\n
  <=w= 002e:	want 65723ede41424b2ef7a0119d385de866030f908e\n
  <=w= 002e:	want 6db356942e309a07af598c99b9a9b55e4d106dc4\n
  <=w= 0000
  <=w= 0005:	done\n
  start read phase
  =r=> 0004:	NAK\n
  fetching...
[after ~5 minutes]
  git/get: fetch packfile: 200 OK tls hungup
  /bin/git/clone: could not clone repository
  failed to clone https://github.com/netsurf-plan9/netsurf.git: cleaning netsurf

Any ideas?

Cheers,
  oec


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9front] git/clone hangs on netsurf repo
  2024-07-22 16:19 [9front] git/clone hangs on netsurf repo Özgür Kesim
@ 2024-07-22 16:45 ` ori
  2024-07-22 17:31   ` Özgür Kesim
  0 siblings, 1 reply; 7+ messages in thread
From: ori @ 2024-07-22 16:45 UTC (permalink / raw)
  To: 9front

Quoth Özgür Kesim <oec-9front@kesim.org>:
> git/clone -d https://github.com/netsurf-plan9/netsurf.git

can't reproduce, cloned in a few seconds. Try again?

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9front] git/clone hangs on netsurf repo
  2024-07-22 16:45 ` ori
@ 2024-07-22 17:31   ` Özgür Kesim
  2024-07-22 17:42     ` Stanley Lieber
  0 siblings, 1 reply; 7+ messages in thread
From: Özgür Kesim @ 2024-07-22 17:31 UTC (permalink / raw)
  To: 9front

Thus spake ori@eigenstate.org (ori@eigenstate.org):

> Quoth Özgür Kesim <oec-9front@kesim.org>:
> > git/clone -d https://github.com/netsurf-plan9/netsurf.git
> 
> can't reproduce, cloned in a few seconds. Try again?

I did, multiple times since yesterday.

The "git/get: fetch packfile: 200 OK tls hungup" line
suggests that the server side (or webfs?) ran into a
timeout.  Maybe my wifi is too slow?  (I don't have an
alternative, though).

 oec

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9front] git/clone hangs on netsurf repo
  2024-07-22 17:31   ` Özgür Kesim
@ 2024-07-22 17:42     ` Stanley Lieber
  2024-07-22 17:54       ` ori
  0 siblings, 1 reply; 7+ messages in thread
From: Stanley Lieber @ 2024-07-22 17:42 UTC (permalink / raw)
  To: 9front

On July 22, 2024 1:31:11 PM EDT, "Özgür Kesim" <oec-9front@kesim.org> wrote:
>Thus spake ori@eigenstate.org (ori@eigenstate.org):
>
>> Quoth Özgür Kesim <oec-9front@kesim.org>:
>> > git/clone -d https://github.com/netsurf-plan9/netsurf.git
>> 
>> can't reproduce, cloned in a few seconds. Try again?
>
>I did, multiple times since yesterday.
>
>The "git/get: fetch packfile: 200 OK tls hungup" line
>suggests that the server side (or webfs?) ran into a
>timeout.  Maybe my wifi is too slow?  (I don't have an
>alternative, though).
>
> oec
>

not sure if wifi is really the problem, but intel 6235 will get better results in that machine:

http://plan9.stanleylieber.com/hardware/thinkpad/x280/20kf-0022us/sysinfo
http://helpful.cat-v.org/Blog/2023/06/03/0/

sl

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9front] git/clone hangs on netsurf repo
  2024-07-22 17:42     ` Stanley Lieber
@ 2024-07-22 17:54       ` ori
  2024-07-22 19:43         ` Steve Simon
  2024-07-23  8:14         ` Özgür Kesim
  0 siblings, 2 replies; 7+ messages in thread
From: ori @ 2024-07-22 17:54 UTC (permalink / raw)
  To: 9front

Quoth Stanley Lieber <sl@stanleylieber.com>:
> On July 22, 2024 1:31:11 PM EDT, "Özgür Kesim" <oec-9front@kesim.org> wrote:
> >Thus spake ori@eigenstate.org (ori@eigenstate.org):
> >
> >> Quoth Özgür Kesim <oec-9front@kesim.org>:
> >> > git/clone -d https://github.com/netsurf-plan9/netsurf.git
> >> 
> >> can't reproduce, cloned in a few seconds. Try again?
> >
> >I did, multiple times since yesterday.
> >
> >The "git/get: fetch packfile: 200 OK tls hungup" line
> >suggests that the server side (or webfs?) ran into a
> >timeout.  Maybe my wifi is too slow?  (I don't have an
> >alternative, though).
> >
> > oec
> >
> 
> not sure if wifi is really the problem, but intel 6235 will get better results in that machine:
> 
> http://plan9.stanleylieber.com/hardware/thinkpad/x280/20kf-0022us/sysinfo
> http://helpful.cat-v.org/Blog/2023/06/03/0/
> 
> sl

It may be worth trying to clone over ssh as well. For what its
worth, you should be able to peek at the progress with du:

	du -sh netsurf/.git

For me, it's sitting at about 31 megabytes fully cloned.


	

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9front] git/clone hangs on netsurf repo
  2024-07-22 17:54       ` ori
@ 2024-07-22 19:43         ` Steve Simon
  2024-07-23  8:14         ` Özgür Kesim
  1 sibling, 0 replies; 7+ messages in thread
From: Steve Simon @ 2024-07-22 19:43 UTC (permalink / raw)
  To: 9front

[-- Attachment #1: Type: text/plain, Size: 1465 bytes --]

i became so exasperated at how slowly a file was downloading over dialup, that some time in the early 2000s i wrote this:

  http://quintile.net/pkg/rc/growth

might raise a smile - don’t grumble if its bitrotted, thats half the fun.

-Steve


> On 22 Jul 2024, at 6:55 pm, ori@eigenstate.org wrote:
> 
> Quoth Stanley Lieber <sl@stanleylieber.com>:
>>> On July 22, 2024 1:31:11 PM EDT, "Özgür Kesim" <oec-9front@kesim.org> wrote:
>>> Thus spake ori@eigenstate.org (ori@eigenstate.org):
>>> 
>>>> Quoth Özgür Kesim <oec-9front@kesim.org>:
>>>>> git/clone -d https://github.com/netsurf-plan9/netsurf.git
>>>> 
>>>> can't reproduce, cloned in a few seconds. Try again?
>>> 
>>> I did, multiple times since yesterday.
>>> 
>>> The "git/get: fetch packfile: 200 OK tls hungup" line
>>> suggests that the server side (or webfs?) ran into a
>>> timeout.  Maybe my wifi is too slow?  (I don't have an
>>> alternative, though).
>>> 
>>> oec
>>> 
>> 
>> not sure if wifi is really the problem, but intel 6235 will get better results in that machine:
>> 
>> http://plan9.stanleylieber.com/hardware/thinkpad/x280/20kf-0022us/sysinfo
>> http://helpful.cat-v.org/Blog/2023/06/03/0/
>> 
>> sl
> 
> It may be worth trying to clone over ssh as well. For what its
> worth, you should be able to peek at the progress with du:
> 
>    du -sh netsurf/.git
> 
> For me, it's sitting at about 31 megabytes fully cloned.
> 
> 
>    

[-- Attachment #2: Type: text/html, Size: 4138 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9front] git/clone hangs on netsurf repo
  2024-07-22 17:54       ` ori
  2024-07-22 19:43         ` Steve Simon
@ 2024-07-23  8:14         ` Özgür Kesim
  1 sibling, 0 replies; 7+ messages in thread
From: Özgür Kesim @ 2024-07-23  8:14 UTC (permalink / raw)
  To: 9front

Thus spake ori@eigenstate.org (ori@eigenstate.org):

> Quoth Stanley Lieber <sl@stanleylieber.com>:
> > On July 22, 2024 1:31:11 PM EDT, "Özgür Kesim" <oec-9front@kesim.org> wrote:
> > >Thus spake ori@eigenstate.org (ori@eigenstate.org):
> > >
> > >> Quoth Özgür Kesim <oec-9front@kesim.org>:
> > >> > git/clone -d https://github.com/netsurf-plan9/netsurf.git
> > >> 
> > >> can't reproduce, cloned in a few seconds. Try again?
> > >
> > >I did, multiple times since yesterday.
> > >
> > >The "git/get: fetch packfile: 200 OK tls hungup" line
> > >suggests that the server side (or webfs?) ran into a
> > >timeout.  Maybe my wifi is too slow?  (I don't have an
> > >alternative, though).
> > >
> > > oec
> > >
> > 
> > not sure if wifi is really the problem, but intel 6235 will get better results in that machine:
> > 
> > http://plan9.stanleylieber.com/hardware/thinkpad/x280/20kf-0022us/sysinfo
> > http://helpful.cat-v.org/Blog/2023/06/03/0/
> > 
> > sl
> 
> It may be worth trying to clone over ssh as well. For what its
> worth, you should be able to peek at the progress with du:
> 
> 	du -sh netsurf/.git
> 
> For me, it's sitting at about 31 megabytes fully cloned.

I haven't tried with ssh from 9front yet, but I can
confirm that throttling 'git clone https://...' on my
Linux machine down to 80kb/s (that's what I measured on
9front via tput [thanks @sl!]), leads to the same result:
The server side disconnects during the transmission.

I think I need more cowbell.

 oec

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-07-23  8:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-22 16:19 [9front] git/clone hangs on netsurf repo Özgür Kesim
2024-07-22 16:45 ` ori
2024-07-22 17:31   ` Özgür Kesim
2024-07-22 17:42     ` Stanley Lieber
2024-07-22 17:54       ` ori
2024-07-22 19:43         ` Steve Simon
2024-07-23  8:14         ` Özgür Kesim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).