Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <8734s9vz5u.fsf@tudado.org>
Deutsch   English   Français   Italiano  
<8734s9vz5u.fsf@tudado.org>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Johanne Fairchild <jfairchild@tudado.org>
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: on git cloning src.git
Date: Fri, 29 Mar 2024 12:24:45 -0300
Organization: A noiseless patient Spider
Lines: 71
Message-ID: <8734s9vz5u.fsf@tudado.org>
References: <87plvd2584.fsf@tudado.org> <l6nq6fF4ncvU1@mid.individual.net>
	<87frw9w1wp.fsf@tudado.org>
MIME-Version: 1.0
Content-Type: text/plain
Injection-Date: Fri, 29 Mar 2024 15:24:46 +0100 (CET)
Injection-Info: dont-email.me; posting-host="f666225367230cb092212f4ff55a99ef";
	logging-data="394326"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+onpiqdRyofGoCeb+b3RYsrfErn1is8vQ="
Cancel-Lock: sha1:lfikFoqRmiCgKb+ovzE/8ZtvJ7s=
	sha1:PhReLY5PueGAc2LVcTmxPyCCkw0=
Bytes: 3690

Johanne Fairchild <jfairchild@tudado.org> writes:

> groenveld@acm.org (John D Groenveld) writes:
>
>> In article <87plvd2584.fsf@tudado.org>,
>> Johanne Fairchild  <jfairchild@tudado.org> wrote:
>>>My download rate begins megabytes per second, but then it lowers to KiB
>>>per second and at this run, I got ``invalid index-pack''.  Am I having
>>>network problems?  This is the cheapest virtual machine in AWS.
>>
>> Are you able to clone the mirror hosted on GitHub?
>> <URL:https://github.com/freebsd/freebsd-ports.git>
>
> The speed began high---27 MiB/s---, but then it fell, stalled and ended
> with this error.
>
> %git clone -o freebsd https://github.com/freebsd/freebsd-ports.git
> Cloning into 'freebsd-ports'...
> remote: Enumerating objects: 6156144, done.
> remote: Counting objects: 100% (16085/16085), done.
> remote: Compressing objects: 100% (11075/11075), done.
> Receiving objects:  81% (4995725/6156144), 1.98 GiB | 1.19 MiB/s
>
> error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly:
> CANCEL (err 8)
> error: 6065 bytes of body are still expected
> fetch-pack: unexpected disconnect while reading sideband packet
> fatal: early EOF
> fatal: fetch-pack: invalid index-pack output
> %
>
> %git --version
> git version 2.43.0
>
> Let me run it again so you can have a notion of how long it takes.
>
> %time git clone -o freebsd https://github.com/freebsd/freebsd-ports.git
> Cloning into 'freebsd-ports'...
> remote: Enumerating objects: 6156144, done.
> remote: Counting objects: 100% (16085/16085), done.
> remote: Compressing objects: 100% (11075/11075), done.
> error: RPC failed; curl 56 Recv failure: Connection reset by peer
> error: 6881 bytes of body are still expected
> fetch-pack: unexpected disconnect while reading sideband packet
> fatal: early EOF
> fatal: fetch-pack: invalid index-pack output
>       309.22 real         0.44 user         2.83 sys
> %

Sorry.  This seems to have nothing to do with FreeBSD.  I believe I
can't clone any large repository.

%git clone https://github.com/torvalds/linux
Cloning into 'linux'...
remote: Enumerating objects: 10102796, done.
fatal: fetch-pack: invalid index-pack output4.65 GiB | 1.86 MiB/s
error: git-remote-https died of signal 9
fetch-pack: unexpected disconnect while reading sideband packet
%

But I can do just fine with small ones.

%git clone https://github.com/meixler/vix
Cloning into 'vix'...
remote: Enumerating objects: 12, done.
remote: Counting objects: 100% (12/12), done.
remote: Compressing objects: 100% (12/12), done.
remote: Total 12 (delta 2), reused 0 (delta 0), pack-reused 0
Receiving objects: 100% (12/12), 6.95 KiB | 6.96 MiB/s, done.
Resolving deltas: 100% (2/2), done.
%