Thanks for the work done.
I can confirm it works for me now.
Terence Gomez
Le lun. 16 févr. 2026 à 12:18, Amon Ott via rsbac <rsbac(a)rsbac.org> a
écrit :
>
>
>
> ---------- Forwarded message ----------
> From: Amon Ott <ao(a)rsbac.org>
> To: rsbac(a)rsbac.org
> Cc:
> Bcc:
> Date: Mon, 16 Feb 2026 12:18:29 +0100
> Subject: [rsbac] Re: RSBAC git repo clone error - ressource limitations
> Am 16.02.26 um 09:00 schrieb Amon Ott:
> > Am 29.01.26 um 10:59 schrieb Amon Ott:
> >> Am 29.01.26 um 10:37 schrieb GOMEZ, Terence:
> >>> I can't seem to be able to clone the RSBAC git repo.
> > ...
> >>> Could you be able to fix this ?
> >>
> >> Unfortunately, this is a known issue I have not been able to fix so
> >> far. The git server at rsbac.org is still at 32 Bit and cannot cope
> >> with so many objects in a single Git repo. Getting the 64 Bit version
> >> onto the server is tricky, but I will have another look.
> >>
> >> As a workaround, please clone from git.kernel.org first and then pull
> >> from rsbac.org.
> >
> > Another workaround, just tested:
> >
> > git clone --depth 2500 git://git.rsbac.org/linux-6.18.y
> >
> > This limits the git log to 2500 entries, only going back to 2019.
> >
> > Looking at the git package again now...
>
> Got the 64 Bit git package working at rsbac.org, you can now clone all
> trees.
>
> Amon.
> --
> https://www.rsbac.org
> GnuPG: E25D2F7B0C561382570DB487DC2A69DA870FE7FF 2018-03-20
>
>
>
> ---------- Forwarded message ----------
> From: Amon Ott via rsbac <rsbac(a)rsbac.org>
> To: rsbac(a)rsbac.org
> Cc:
> Bcc:
> Date: Mon, 16 Feb 2026 12:18:29 +0100
> Subject: [rsbac] Re: RSBAC git repo clone error - ressource limitations
> _______________________________________________
> rsbac mailing list -- rsbac(a)rsbac.org
> To unsubscribe send an email to rsbac-leave(a)rsbac.org
>
Hello,
I can't seem to be able to clone the RSBAC git repo.
When trying to do so, this error comes up :
$ git clone git://rsbac.org/linux-6.18.y.git
Cloning into 'linux-6.18.y'...
remote: fatal: Out of memory, realloc failed
remote: aborting due to possible repository corruption on the remote side.
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
Before this error, I have "remote: Enumerating objects:" which goes up to
around 10111222.
I believe this is caused by ressource limitations on the server.
Could you be able to fix this ?
Thanks
Terence Gomez