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 <8734s5anse.fsf@tudado.org>
Deutsch   English   Français   Italiano  
<8734s5anse.fsf@tudado.org>

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

Path: ...!3.eu.feeder.erje.net!feeder.erje.net!news2.arglkargh.de!news.mixmin.net!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: Sun, 31 Mar 2024 22:12:49 -0300
Organization: A noiseless patient Spider
Lines: 20
Message-ID: <8734s5anse.fsf@tudado.org>
References: <87plvd2584.fsf@tudado.org> <l6nq6fF4ncvU1@mid.individual.net>
	<87frw9w1wp.fsf@tudado.org> <8734s9vz5u.fsf@tudado.org>
	<uucoct$21mjj$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain
Injection-Date: Mon, 01 Apr 2024 01:12:53 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="02b332fc0762e4c3a5bb2221ff38cbf2";
	logging-data="2224982"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX186s3FREeXFl+FVGiUOEIb+7ixYN3PQC/U="
Cancel-Lock: sha1:b5g+9dHcKgEJp1pqvv1ux4i+WbQ=
	sha1:D8yhzIZq//g2woQwh1WX2xriHGU=
Bytes: 1991

Philippe Michel <philippe.michel7@free.fr.invalid> writes:

> On 2024-03-29, Johanne Fairchild <jfairchild@tudado.org> wrote:
>
>> Sorry.  This seems to have nothing to do with FreeBSD.  I believe I
>> can't clone any large repository.
>
>> But I can do just fine with small ones.
>
> Depending on what you intent to do with it, a shallow clone of a 
> specific branch might be enough and will be much smaller than the entire 
> src. Something like:
> git clone -b stable/14 --depth 1 https://git.freebsd.org/src.git /usr/src

That worked well.  I don't need the full repository.  I just want to
read the current source code.  It turns out I was able to clone the
whole thing, but I had to upgrade the AWS virtual machine from the $3.5
one to the $10 one.  (I did not try the $5 one.)  There must be
resource-quotas that somehow did not let the cloning take place.  I
don't know how it works.  Thanks very much.