Skip to content

somehow we completely broke the moinmoin wiki stuff included in Sage on OS X. #1870

@williamstein

Description

@williamstein

Try this with a fresh sage-2.10. I've only tested this on my osx laptop so far.
This does not fail on Linux (sage.math.washington.edu at least).

sage: wiki()
**************************************************
*                                                *
* Open your web browser to http://localhost:9000 *
*                                                *
**************************************************
2008/01/20 15:08 -0700 [-] Log opened.
2008/01/20 15:08 -0700 [-] twistd 2.5.0 (/Users/was/s/local/bin/python 2.5.1) starting up
2008/01/20 15:08 -0700 [-] reactor class: <class 'twisted.internet.selectreactor.SelectReactor'>
2008/01/20 15:08 -0700 [-] Loading twistedconf.py...
2008/01/20 15:08 -0700 [-] Loaded.
2008/01/20 15:08 -0700 [-] MoinMoin.server.twistedmoin.MoinSite starting on 9000
2008/01/20 15:08 -0700 [-] Starting factory <MoinMoin.server.twistedmoin.MoinSite instance at 0x7aecb0>
2008/01/20 15:08 -0700 [-] Traceback (most recent call last):
2008/01/20 15:08 -0700 [-]   File "/Users/was/s/local/bin/twistd", line 21, in <module>
2008/01/20 15:08 -0700 [-]     run()
2008/01/20 15:08 -0700 [-]   File "/Users/was/s/local/lib/python2.5/site-packages/twisted/scripts/twistd.py", line 27, in run
2008/01/20 15:08 -0700 [-]     app.run(runApp, ServerOptions)
2008/01/20 15:08 -0700 [-]   File "/Users/was/s/local/lib/python2.5/site-packages/twisted/application/app.py", line 379, in run
2008/01/20 15:08 -0700 [-]     runApp(config)
2008/01/20 15:08 -0700 [-]   File "/Users/was/s/local/lib/python2.5/site-packages/twisted/scripts/twistd.py", line 23, in runApp
2008/01/20 15:08 -0700 [-]     _SomeApplicationRunner(config).run()
2008/01/20 15:08 -0700 [-]   File "/Users/was/s/local/lib/python2.5/site-packages/twisted/application/app.py", line 158, in run
2008/01/20 15:08 -0700 [-]     self.postApplication()
2008/01/20 15:08 -0700 [-]   File "/Users/was/s/local/lib/python2.5/site-packages/twisted/scripts/_twistd_unix.py", line 213, in postApplication
2008/01/20 15:08 -0700 [-]     startApplication(self.config, self.application)
2008/01/20 15:08 -0700 [-]   File "/Users/was/s/local/lib/python2.5/site-packages/twisted/scripts/_twistd_unix.py", line 182, in startApplication
2008/01/20 15:08 -0700 [-]     shedPrivileges(config['euid'], uid, gid)
2008/01/20 15:08 -0700 [-]   File "/Users/was/s/local/lib/python2.5/site-packages/twisted/scripts/_twistd_unix.py", line 148, in shedPrivileges
2008/01/20 15:08 -0700 [-]     switchUID(uid, gid, euid)
2008/01/20 15:08 -0700 [-]   File "/Users/was/s/local/lib/python2.5/site-packages/twisted/python/util.py", line 651, in switchUID
2008/01/20 15:08 -0700 [-]     initgroups(uid, gid)
2008/01/20 15:08 -0700 [-]   File "/Users/was/s/local/lib/python2.5/site-packages/twisted/python/util.py", line 621, in initgroups
2008/01/20 15:08 -0700 [-]     _setgroups_until_success(l)
2008/01/20 15:08 -0700 [-]   File "/Users/was/s/local/lib/python2.5/site-packages/twisted/python/util.py", line 575, in _setgroups_until_success
2008/01/20 15:08 -0700 [-]     setgroups(l)
2008/01/20 15:08 -0700 [-] OSError: [Errno 1] Operation not permitted
True

Component: website/wiki

Issue created by migration from https://trac.sagemath.org/ticket/1870

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions