After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 707300 - Pull fails, too many open files
Pull fails, too many open files
Status: RESOLVED DUPLICATE of bug 707157
Product: ostree
Classification: Infrastructure
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: OSTree maintainer(s)
OSTree maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-09-02 18:31 UTC by Daniel Narvaez
Modified: 2013-09-02 18:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Daniel Narvaez 2013-09-02 18:31:29 UTC
I setup a repo with

ostree --repo=/home/dnarvaez/test init

ostree --repo=/home/dnarvaez/test remote add origin https://build.gnome.org/ostree/buildmaster/repo/

Then I pulled

[dnarvaez@thinkpad ~]$ ostree --repo=/home/dnarvaez/test pull origin
Requesting /ostree/buildmaster/repo/config

Receiving objects: 46% (856/1859) 347.1 kB
(ostree pull:12100): GLib-GIO-CRITICAL **: g_simple_async_result_take_error: assertion `G_IS_SIMPLE_ASYNC_RESULT (simple)' failed

(ostree pull:12100): GLib-GIO-CRITICAL **: g_simple_async_result_complete: assertion `G_IS_SIMPLE_ASYNC_RESULT (simple)' failed

... lots of these...

ostree pull: Too many open files

I tried a few times with the same result, always at 46%. Self built ostree master, installed in /usr/local on stock Fedora 19.
Comment 1 Colin Walters 2013-09-02 18:47:48 UTC
Yep, patches in bug 707157 should be inbound soon.

*** This bug has been marked as a duplicate of bug 707157 ***