
Hi, I have been trying to create a new page for the SciPy cookbook via http://www.scipy.org/Cookbook/Matplotlib/Histograms?action=edit but received the error below. Who can solve this? Frank --- OSError [Errno 31] Too many links: '/home/scipy/wiki/data/pages/Cookbook(2f)Matplotlib(2f)Histograms' If you want to report a bug, please save this page and attach it to your bug report. Show debugging information Report bug Visit MoinMoin wiki Traceback A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred. /usr/lib/python2.4/site-packages/MoinMoin/request.py in run (self=<MoinMoin.request.RequestFastCGI object>) 1149 from MoinMoin.wikiaction import getHandler 1150 handler = getHandler(self, action) 1151 handler(self.page.page_name, self) 1152 1153 # generate page footer (actions that do not want this footer use handler = <function do_edit> self = <MoinMoin.request.RequestFastCGI object> self.page = <MoinMoin.Page.Page instance> self.page.page_name = u'Cookbook/Matplotlib/Histograms' /usr/lib/python2.4/site-packages/MoinMoin/wikiaction.py in do_edit (pagename=u'Cookbook/Matplotlib/Histograms', request=<MoinMoin.request.RequestFastCGI object>) 580 # is invoked without savetext start editing 581 if savetext is None: 582 pg.sendEditor() 583 return 584 pg = <MoinMoin.PageEditor.PageEditor instance> pg.sendEditor = <bound method PageEditor.sendEditor of <MoinMoin.PageEditor.PageEditor instance>> /usr/lib/python2.4/site-packages/MoinMoin/PageEditor.py in sendEditor (self=<MoinMoin.PageEditor.PageEditor instance>, **kw={}) 176 except OSError, err: 177 if err.errno != errno.ENAMETOOLONG: 178 raise err 179 msg = _("Page name is too long, try shorter name.") 180 err = <exceptions.OSError instance> OSError [Errno 31] Too many links: '/home/scipy/wiki/data/pages/Cookbook(2f)Matplotlib(2f)Histograms' args = (31, 'Too many links') errno = 31 filename = '/home/scipy/wiki/data/pages/Cookbook(2f)Matplotlib(2f)Histograms' strerror = 'Too many links' System Details Date: Mon, 04 Feb 2013 10:25:58 +0000 Platform: Linux scipy.org 2.6.32-4-pve #1 SMP Thu Oct 21 09:35:29 CEST 2010 i686 Python: Python 2.4.3 (/usr/bin/python) MoinMoin: Release 1.5.6 (release)

On Mon, Feb 4, 2013 at 11:35 AM, Frank Breitling <fbreitling@aip.de> wrote:
Hi,
I have been trying to create a new page for the SciPy cookbook via
http://www.scipy.org/Cookbook/Matplotlib/Histograms?action=edit
but received the error below.
Who can solve this?
I'm running into the same issue. If it's one "kick the server" action away, it would be great if someone does that. Otherwise, hurrying up with the new scipy.org site may be effort better spent. Ralf
Frank
---
OSError
[Errno 31] Too many links: '/home/scipy/wiki/data/pages/Cookbook(2f)Matplotlib(2f)Histograms'
If you want to report a bug, please save this page and attach it to your bug report.
Show debugging information Report bug Visit MoinMoin wiki
Traceback
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
/usr/lib/python2.4/site-packages/MoinMoin/request.py in run (self=<MoinMoin.request.RequestFastCGI object>) 1149 from MoinMoin.wikiaction import getHandler 1150 handler = getHandler(self, action) 1151 handler(self.page.page_name, self) 1152 1153 # generate page footer (actions that do not want this footer use handler = <function do_edit> self = <MoinMoin.request.RequestFastCGI object> self.page = <MoinMoin.Page.Page instance> self.page.page_name = u'Cookbook/Matplotlib/Histograms'
/usr/lib/python2.4/site-packages/MoinMoin/wikiaction.py in do_edit (pagename=u'Cookbook/Matplotlib/Histograms', request=<MoinMoin.request.RequestFastCGI object>) 580 # is invoked without savetext start editing 581 if savetext is None: 582 pg.sendEditor() 583 return 584 pg = <MoinMoin.PageEditor.PageEditor instance> pg.sendEditor = <bound method PageEditor.sendEditor of <MoinMoin.PageEditor.PageEditor instance>>
/usr/lib/python2.4/site-packages/MoinMoin/PageEditor.py in sendEditor (self=<MoinMoin.PageEditor.PageEditor instance>, **kw={}) 176 except OSError, err: 177 if err.errno != errno.ENAMETOOLONG: 178 raise err 179 msg = _("Page name is too long, try shorter name.") 180 err = <exceptions.OSError instance>
OSError
[Errno 31] Too many links: '/home/scipy/wiki/data/pages/Cookbook(2f)Matplotlib(2f)Histograms'
args = (31, 'Too many links') errno = 31 filename = '/home/scipy/wiki/data/pages/Cookbook(2f)Matplotlib(2f)Histograms' strerror = 'Too many links'
System Details
Date: Mon, 04 Feb 2013 10:25:58 +0000 Platform: Linux scipy.org 2.6.32-4-pve #1 SMP Thu Oct 21 09:35:29 CEST 2010 i686 Python: Python 2.4.3 (/usr/bin/python) MoinMoin: Release 1.5.6 (release)
_______________________________________________ SciPy-Dev mailing list SciPy-Dev@scipy.org http://mail.scipy.org/mailman/listinfo/scipy-dev

On Sat, Feb 16, 2013 at 9:07 PM, Ralf Gommers <ralf.gommers@gmail.com> wrote:
On Mon, Feb 4, 2013 at 11:35 AM, Frank Breitling <fbreitling@aip.de> wrote:
Hi,
I have been trying to create a new page for the SciPy cookbook via
http://www.scipy.org/Cookbook/Matplotlib/Histograms?action=edit
but received the error below.
Who can solve this?
I'm running into the same issue. If it's one "kick the server" action away, it would be great if someone does that. Otherwise, hurrying up with the new scipy.org site may be effort better spent.
Please try again. As the spam pages accumulate, they eventually hit the maximum number of files allowed in a directory. I have removed all non-current page directories away. -- Robert Kern

On Sun, Feb 17, 2013 at 1:23 AM, Robert Kern <robert.kern@gmail.com> wrote:
On Sat, Feb 16, 2013 at 9:07 PM, Ralf Gommers <ralf.gommers@gmail.com> wrote:
On Mon, Feb 4, 2013 at 11:35 AM, Frank Breitling <fbreitling@aip.de>
wrote:
Hi,
I have been trying to create a new page for the SciPy cookbook via
http://www.scipy.org/Cookbook/Matplotlib/Histograms?action=edit
but received the error below.
Who can solve this?
I'm running into the same issue. If it's one "kick the server" action away, it would be great if someone does that. Otherwise, hurrying up with the new scipy.org site may be effort better spent.
Please try again. As the spam pages accumulate, they eventually hit the maximum number of files allowed in a directory. I have removed all non-current page directories away.
Thanks Robert, it's working again. Ralf

Thank you, I can create pages now. However, two issues remain: 1. I still get the following error message although the pages gets created (http://www.scipy.org/Cookbook/Histograms#preview): === Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, root@enthought.com and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log." === Maybe someone wants to fix this. 2. How can I move or delete a page? After creating http://www.scipy.org/Cookbook/Matplotlib/Histograms I realized that it would better fit into the Numpy section at http://www.scipy.org/Cookbook/Histograms . However, I didn't see a way how to move or delete the previous page. Can anybody tell me? Frank On 17.02.2013 01:23, Robert Kern wrote:
On Mon, Feb 4, 2013 at 11:35 AM, Frank Breitling <fbreitling@aip.de> wrote:
Hi,
I have been trying to create a new page for the SciPy cookbook via
http://www.scipy.org/Cookbook/Matplotlib/Histograms?action=edit
but received the error below.
Who can solve this? I'm running into the same issue. If it's one "kick the server" action away, it would be great if someone does that. Otherwise, hurrying up with the new scipy.org site may be effort better spent. Please try again. As the spam pages accumulate, they eventually hit
On Sat, Feb 16, 2013 at 9:07 PM, Ralf Gommers <ralf.gommers@gmail.com> wrote: the maximum number of files allowed in a directory. I have removed all non-current page directories away.

A third problem is: "You are not allowed to delete attachments on this page." However I created the side and uploaded the attachment. I just want to update it. Overwriting also fails. Frank On 26.03.2013 11:10, Frank Breitling wrote:
Thank you, I can create pages now. However, two issues remain:
1. I still get the following error message although the pages gets created (http://www.scipy.org/Cookbook/Histograms#preview): === Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, root@enthought.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log." === Maybe someone wants to fix this.
2. How can I move or delete a page? After creating http://www.scipy.org/Cookbook/Matplotlib/Histograms I realized that it would better fit into the Numpy section at http://www.scipy.org/Cookbook/Histograms . However, I didn't see a way how to move or delete the previous page. Can anybody tell me?
Frank
On 17.02.2013 01:23, Robert Kern wrote:
On Mon, Feb 4, 2013 at 11:35 AM, Frank Breitling <fbreitling@aip.de> wrote:
Hi,
I have been trying to create a new page for the SciPy cookbook via
http://www.scipy.org/Cookbook/Matplotlib/Histograms?action=edit
but received the error below.
Who can solve this? I'm running into the same issue. If it's one "kick the server" action away, it would be great if someone does that. Otherwise, hurrying up with the new scipy.org site may be effort better spent. Please try again. As the spam pages accumulate, they eventually hit
On Sat, Feb 16, 2013 at 9:07 PM, Ralf Gommers <ralf.gommers@gmail.com> wrote: the maximum number of files allowed in a directory. I have removed all non-current page directories away.
_______________________________________________ SciPy-Dev mailing list SciPy-Dev@scipy.org http://mail.scipy.org/mailman/listinfo/scipy-dev

Anybody? On 26.03.2013 11:52, Frank Breitling wrote:
A third problem is: "You are not allowed to delete attachments on this page." However I created the page and the attachment. I just want to update it. Overwriting also fails.
Frank
On 26.03.2013 11:10, Frank Breitling wrote:
Thank you, I can create pages now. However, two issues remain:
1. I still get the following error message although the pages gets created (http://www.scipy.org/Cookbook/Histograms#preview): === Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, root@enthought.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log." === Maybe someone wants to fix this.
2. How can I move or delete a page? After creating http://www.scipy.org/Cookbook/Matplotlib/Histograms I realized that it would better fit into the Numpy section at http://www.scipy.org/Cookbook/Histograms . However, I didn't see a way how to move or delete the previous page. Can anybody tell me?
Frank
On 17.02.2013 01:23, Robert Kern wrote:
On Mon, Feb 4, 2013 at 11:35 AM, Frank Breitling <fbreitling@aip.de> wrote:
Hi,
I have been trying to create a new page for the SciPy cookbook via
http://www.scipy.org/Cookbook/Matplotlib/Histograms?action=edit
but received the error below.
Who can solve this? I'm running into the same issue. If it's one "kick the server" action away, it would be great if someone does that. Otherwise, hurrying up with the new scipy.org site may be effort better spent. Please try again. As the spam pages accumulate, they eventually hit
On Sat, Feb 16, 2013 at 9:07 PM, Ralf Gommers <ralf.gommers@gmail.com> wrote: the maximum number of files allowed in a directory. I have removed all non-current page directories away.
_______________________________________________ SciPy-Dev mailing list SciPy-Dev@scipy.org http://mail.scipy.org/mailman/listinfo/scipy-dev
_______________________________________________ SciPy-Dev mailing list SciPy-Dev@scipy.org http://mail.scipy.org/mailman/listinfo/scipy-dev

On Wed, Apr 10, 2013 at 2:37 PM, Frank Breitling <fbreitling@aip.de> wrote:
Anybody?
On 26.03.2013 11:52, Frank Breitling wrote:
A third problem is: "You are not allowed to delete attachments on this page." However I created the page and the attachment. I just want to update it. Overwriting also fails.
I can try deleting that attachment if you are ready with a replacement. -- Robert Kern

Hi Robert, I am ready with my replacement. If the web page problems are not so easy to repair could you please delete the following page and its attachment http://www.scipy.org/Cookbook/Matplotlib/Histograms as well as the attachment (but not the page) of http://www.scipy.org/Cookbook/Histograms ? Thanks in advance. Frank On 10.04.2013 15:02, Robert Kern wrote:
On Wed, Apr 10, 2013 at 2:37 PM, Frank Breitling <fbreitling@aip.de> wrote:
Anybody?
On 26.03.2013 11:52, Frank Breitling wrote:
A third problem is: "You are not allowed to delete attachments on this page." However I created the page and the attachment. I just want to update it. Overwriting also fails. I can try deleting that attachment if you are ready with a replacement.
-- Robert Kern _______________________________________________ SciPy-Dev mailing list SciPy-Dev@scipy.org http://mail.scipy.org/mailman/listinfo/scipy-dev

On Wed, Apr 10, 2013 at 7:21 PM, Frank Breitling <fbreitling@aip.de> wrote:
Hi Robert,
I am ready with my replacement. If the web page problems are not so easy to repair could you please delete the following page and its attachment
http://www.scipy.org/Cookbook/Matplotlib/Histograms
as well as the attachment (but not the page) of
Done and done. -- Robert Kern
participants (3)
-
Frank Breitling
-
Ralf Gommers
-
Robert Kern