cannot fetch from gerrit git://

Norbert Thiebaud nthiebaud at gmail.com
Thu Feb 4 06:05:38 UTC 2016


On Wed, Feb 3, 2016 at 11:52 PM, Lionel Elie Mamane <lionel at mamane.lu> wrote:
> $ egrep -A2 '^\[remote "origin"\]' .git/config
> [remote "origin"]
> fetch = +refs/heads/*:refs/remotes/origin/*
> url = git://gerrit.libreoffice.org/core
> $ git fetch origin
[...]
> remote: error: unable to open object pack directory: ./objects/pack: Too many open files
> remote: fatal: failed to read object 198f20238330e60172f67e9c6a21aeefc50136c4: Too many open files
> remote: aborting due to possible repository corruption on the remote side.
> fatal: protocol error: bad pack header
>

prolly too long since the last git gc on core.git, leaving many
'loose' objects => needing too many open file descriptors...
/me taking care of that...

Norbert


More information about the LibreOffice mailing list