On Thu, Aug 6, 2009 at 2:53 AM, Nathann Cohen <nathann.co...@gmail.com>wrote:

>
> Hello everybody !!!
>
> Am I the only one who is unable to download patches on Trac ?
>
>
> http://trac.sagemath.org/sage_trac/raw-attachment/ticket/6674/trac_6674-use-ascii.patch
>
> I constantly get errors such that :
>
> Attachment 'trac_6674-use-ascii.patch' not found
>
> or
>
>  Trac detected an internal error:
>
> IOError: [Errno 24] Too many open files: u'/home/sage/wiki/trac/
> sage_trac/attachments/ticket/6674/trac_6674-use-ascii.patch'
>
>
Hi,

I raised the default number of allowed open files per user on the trac
server to 10000 by adding this line to /etc/security/limits.conf

* - nofile 10000

I then stopped all wiki / trac servers that I server, and restarted them
with this new limit in effect.   This fixed the problem.

I have noticed similar "too many open files" problems with sagenb.org when I
have a large number of users at once (e.g., during a demo in Barcelona with
around 30 users on a humble desktop at the front of the room serving
everybody).   So, this is good to be aware of.  I'm also raising the limit
as above for *.sagenb.org and restarting those servers, so we won't have a
similar problem with sagenb.org.

 -- William

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to