Wiki Upgrade

The SDL Documentation Wiki has been upgraded to MoinMoin Wiki 1.6.2 and is
available at:
http://www.libsdl.org/cgi/moin.cgi

Please let me know if there are any problems!

Thanks,
-Sam Lantinga, Lead Software Engineer, Blizzard Entertainment

The SDL Documentation Wiki has been upgraded to MoinMoin Wiki 1.6.2 and is
available at:
http://www.libsdl.org/cgi/moin.cgi

Sorry, this is:
http://www.libsdl.org/cgi/docwiki.cgi

See ya!
-Sam Lantinga, Lead Software Engineer, Blizzard Entertainment

Sorry, this is:
http://www.libsdl.org/cgi/docwiki.cgi

I’ve been getting

CacheError
[Errno 28] No space left on device

on various pages.

GregoryOn Thu, 17 Apr 2008, Sam Lantinga wrote:

Hello !

Sorry, this is:
http://www.libsdl.org/cgi/docwiki.cgi

I’ve been getting

CacheError
[Errno 28] No space left on device

Jup, me too :------------------------------------------

CacheError

[Errno 28] No space left on device

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.

1.

/home/sdlweb/sdlwiki/lib/python2.3/site-packages/MoinMoin/request/request_cgi.py in init (self=<MoinMoin.request.request_cgi.Request object>,
properties={})
1. 24
2. 25 self._setup_vars_from_std_env(os.environ)
3. 26 RequestBase.init(self, properties)
4. 27
5. 28 except Exception, err:
* global RequestBase = <class ‘MoinMoin.request.RequestBase’>
* RequestBase.init =
* self = <MoinMoin.request.request_cgi.Request object>
* properties = {}
2.

/home/sdlweb/sdlwiki/lib/python2.3/site-packages/MoinMoin/request/init.py
in init (self=<MoinMoin.request.request_cgi.Request object>,
properties={})
1. 260 if not self.forbidden and self.isForbidden():
2. 261 self.makeForbidden403()
3. 262 if not self.forbidden and self.surge_protect():
4. 263 self.makeUnavailable503()
5. 264
* self = <MoinMoin.request.request_cgi.Request object>
* self.forbidden = False
* self.surge_protect = <bound method Request.surge_protect
of <MoinMoin.request.request_cgi.Request object>>
3.

/home/sdlweb/sdlwiki/lib/python2.3/site-packages/MoinMoin/request/init.py
in surge_protect (self=<MoinMoin.request.request_cgi.Request object>,
kick_him=False)
1. 353 data.append("%s\t%d\t%s\t%s" % (id, t, action,
surge_indicator))
2. 354 data = “\n”.join(data)
3. 355 cache.update(data)
4. 356 except StandardError:
5. 357 pass
* cache = <MoinMoin.caching.CacheEntry instance>
* cache.update = <bound method CacheEntry.update of
<MoinMoin.caching.CacheEntry instance>>
* data =
u’141.99.254.253\t1208466837\tall\t\n141.99.254.253\t12…26\t1208466819\tall\t\n83.135.43.126\t1208466819\tshow\t’
4.

/home/sdlweb/sdlwiki/lib/python2.3/site-packages/MoinMoin/caching.py
in update (self=<MoinMoin.caching.CacheEntry instance>,
content=‘141.99.254.253\t1208466837\tall\t\n141.99.254.253\t12…26\t1208466819\tall\t\n83.135.43.126\t1208466819\tshow\t’)
1. 147 self.request.log(“Can’t acquire write lock in %s” %
self.lock_dir)
2. 148 except (pickle.PicklingError, OSError, IOError,
ValueError), err:
3. 149 raise CacheError(str(err))
4. 150
5. 151 def remove(self):
* global CacheError =
* builtin str = <type ‘str’>
* err = <exceptions.OSError instance>

CacheError

[Errno 28] No space left on device

 * args = ('[Errno 28] No space left on device',)

System Details

 * Date: Thu, 17 Apr 2008 21:13:57 +0000
 * Platform: Linux amp 2.6.24.2-opteron-modules-peon-1.1.4-grsec  

#1 SMP Mon Feb 25 16:14:50 PST 2008 i686
* Python: Python 2.3.5 (/usr/bin/python)
* MoinMoin: Release 1.6.2 (release)


CU