Date: prev next · Thread: first prev next last
2016 Archives by date, by thread · List index


On Wed, Feb 3, 2016 at 11:52 PM, Lionel Elie Mamane <lionel@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

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.