wiki page HowToDocument is broken
hi all, the page http://projects.scipy.org/scipy/numpy/wiki/HowToDocument that is referred from http://projects.scipy.org/scipy/numpy/wiki/DocstringStandards need bugfix ("A problem occurred in a Python script..."), full output is attached below: *SubversionException* Python 2.4.3: /usr/bin/python Mon Jul 30 01:11:01 2007 A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred. /var/www/cgi-bin/build/bdist.linux-i686/egg/tracrst/macro.py <file:///var/www/cgi-bin/build/bdist.linux-i686/egg/tracrst/macro.py> in *render_macro*(self=<tracrst.macro.TracReSTMacro object>, req=<trac.web.api.Request object>, name=u'ReST', args=u'trunk/numpy/doc/HOWTO_DOCUMENT.txt') /var/www/cgi-bin/build/bdist.linux-i686/egg/tracrst/svn_helper.py <file:///var/www/cgi-bin/build/bdist.linux-i686/egg/tracrst/svn_helper.py> in *cat*(self=<tracrst.svn_helper.SVNHelper instance>, path='file:///home/scipy/svn/numpytrunk/numpy/doc/HOWTO_DOCUMENT.txt', rev=<libsvn.core.svn_opt_revision_t; proxy of C svn_...ion_t instance at _909de509_p_svn_opt_revision_t>) *SubversionException*: ('Unable to open an ra_local session to URL', 180001) apr_err = 180001 args = ('Unable to open an ra_local session to URL', 180001)
On 7/30/07, dmitrey <openopt@ukr.net> wrote:
hi all, the page http://projects.scipy.org/scipy/numpy/wiki/HowToDocument that is referred from http://projects.scipy.org/scipy/numpy/wiki/DocstringStandards need bugfix ("A problem occurred in a Python script..."), full output is attached below:
I wonder if this has anything to do with the fact that the Moin site has been very slow this weekend, and throwing frequent errors when trying to edit pages. In the end it worked, but it felt like something wasn't quite happy in there. And ssh-ing directly into the machine is also *very* slow right now. A quick top shows: top - 01:27:36 up 126 days, 7:59, 2 users, load average: 20.11, 14.59, 12.91 Tasks: 165 total, 4 running, 161 sleeping, 0 stopped, 0 zombie Cpu(s): 33.1% us, 4.1% sy, 0.8% ni, 0.2% id, 61.0% wa, 0.2% hi, 0.7% si Mem: 2075100k total, 2020196k used, 54904k free, 15040k buffers Swap: 4192944k total, 1201472k used, 2991472k free, 232596k cached That's kind of a high load... And I see several python and trac.cgiprocesses eating up quite a bit of cpu. Cheers, f
Its the middle of the night here right now. Jeff will look into this ASAP in the morning. Sorry for the problems. eric Fernando Perez wrote:
On 7/30/07, *dmitrey* <openopt@ukr.net <mailto:openopt@ukr.net>> wrote:
hi all, the page http://projects.scipy.org/scipy/numpy/wiki/HowToDocument that is referred from http://projects.scipy.org/scipy/numpy/wiki/DocstringStandards need bugfix ("A problem occurred in a Python script..."), full output is attached below:
I wonder if this has anything to do with the fact that the Moin site has been very slow this weekend, and throwing frequent errors when trying to edit pages. In the end it worked, but it felt like something wasn't quite happy in there.
And ssh-ing directly into the machine is also *very* slow right now. A quick top shows:
top - 01:27:36 up 126 days, 7:59, 2 users, load average: 20.11, 14.59, 12.91 Tasks: 165 total, 4 running, 161 sleeping, 0 stopped, 0 zombie Cpu(s): 33.1% us, 4.1% sy, 0.8% ni, 0.2% id, 61.0% wa, 0.2% hi, 0.7% si Mem: 2075100k total, 2020196k used, 54904k free, 15040k buffers Swap: 4192944k total, 1201472k used, 2991472k free, 232596k cached
That's kind of a high load... And I see several python and trac.cgi processes eating up quite a bit of cpu.
Cheers,
f ------------------------------------------------------------------------
_______________________________________________ Scipy-dev mailing list Scipy-dev@scipy.org http://projects.scipy.org/mailman/listinfo/scipy-dev
These things are not related. The problem with HowToDocument was a missing / in the ReST macro path. I added it, and the page works now. However, there are a few ReST errors in the file. The load average is much lower now, as well. Thanks, Jeff On Monday 30 July 2007 1:29 am, Fernando Perez wrote:
On 7/30/07, dmitrey <openopt@ukr.net> wrote:
hi all, the page http://projects.scipy.org/scipy/numpy/wiki/HowToDocument that is referred from http://projects.scipy.org/scipy/numpy/wiki/DocstringStandards need bugfix ("A problem occurred in a Python script..."), full output is attached below:
I wonder if this has anything to do with the fact that the Moin site has been very slow this weekend, and throwing frequent errors when trying to edit pages. In the end it worked, but it felt like something wasn't quite happy in there.
And ssh-ing directly into the machine is also *very* slow right now. A quick top shows:
top - 01:27:36 up 126 days, 7:59, 2 users, load average: 20.11, 14.59, 12.91 Tasks: 165 total, 4 running, 161 sleeping, 0 stopped, 0 zombie Cpu(s): 33.1% us, 4.1% sy, 0.8% ni, 0.2% id, 61.0% wa, 0.2% hi, 0.7% si Mem: 2075100k total, 2020196k used, 54904k free, 15040k buffers Swap: 4192944k total, 1201472k used, 2991472k free, 232596k cached
That's kind of a high load... And I see several python and trac.cgiprocesses eating up quite a bit of cpu.
Cheers,
f
participants (4)
-
dmitrey -
eric jones -
Fernando Perez -
Jeff Strunk