This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author neologix
Recipients christian.heimes, neologix, pitrou, r.david.murray, sbt, vstinner
Date 2013-10-12.05:55:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM2G9XQAXKJxGj4m714GcV2bmJu1_eqH+6crRiTjRe+JWw@mail.gmail.com>
In-reply-to <1381541681.35.0.712777097995.issue19227@psf.upfronthosting.co.za>
Content
> R. David Murray added the comment:

OSError: [Errno 23] Too many open files in system:
'/home/rdmurray/p34/Lib/tarfile.py'

Well, the buildbot is hitting ENFILE.
Try to run "lsof" as root, to see which process (more likely
processes) have so many open files.
Also, you should check the value of "/proc/sys/fs/file-max", although
the default value should be more than enough.
History
Date User Action Args
2013-10-12 05:55:09neologixsetrecipients: + neologix, pitrou, vstinner, christian.heimes, r.david.murray, sbt
2013-10-12 05:55:09neologixlinkissue19227 messages
2013-10-12 05:55:09neologixcreate