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
Am 29.01.26 um 10:37 schrieb GOMEZ, Terence:
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 <http://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 ?
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.
Amon.
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...
Amon.
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.