--> -->
 
 
IOError[Errno 122] Disk quota exceeded
Please include this information in your bug reports!:
Python Python 2.3.4: /usr/bin/python
Linux balin.blacknight.ie 2.6.9-101.ELsmp #1 SMP Fri May 27 18:57:30 EDT 2011 i686
MoinMoin Release 1.3.4 [Revision 1.3.4 release]
Fri May 24 10:24:29 2013

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /home/glennifso/lib/python2.2/site-packages/MoinMoin/request.py in run(self=<MoinMoin.request.RequestCGI instance>)
  916             else:
  917                 try:
  918                     cgitb.Hook(file=self).handle(saved_exc)
  919                     # was: cgitb.handler()
  920                 except:
cgitb = <module 'MoinMoin.support.cgitb' from '/home/gle...hon2.2/site-packages/MoinMoin/support/cgitb.pyc'>, cgitb.Hook = <class MoinMoin.support.cgitb.Hook>, file undefined, self = <MoinMoin.request.RequestCGI instance>, ).handle undefined, saved_exc = (<class exceptions.IOError>, <exceptions.IOError instance>, <traceback object>)

 /home/glennifso/lib/python2.2/site-packages/MoinMoin/Page.py in send_page(self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestCGI instance>, msg='', **keywords={'count_hit': 1})
  924         # count hit?
  925         if keywords.get('count_hit', 0):
  926             eventlog.EventLog(request).add(request, 'VIEWPAGE', {'pagename': self.page_name})
  927 
  928         # load the text
global eventlog = <module 'MoinMoin.logfile.eventlog' from '/home/...2.2/site-packages/MoinMoin/logfile/eventlog.pyc'>, eventlog.EventLog = <class MoinMoin.logfile.eventlog.EventLog>, request = <MoinMoin.request.RequestCGI instance>, ).add undefined, self = <MoinMoin.Page.Page instance>, self.page_name = u'InterWiki'

 /home/glennifso/lib/python2.2/site-packages/MoinMoin/logfile/eventlog.py in add(self=<MoinMoin.logfile.eventlog.EventLog instance>, request=<MoinMoin.request.RequestCGI instance>, eventtype='VIEWPAGE', values='pagename=InterWiki&HTTP_USER_AGENT=CCBot%2F2.0&REMOTE_ADDR=184.72.184.104', add_http_info=1, mtime_usecs=1369387468966374L)
   43         # Encode values in a query string TODO: use more reaable format
   44         values = web.makeQueryString(values)
   45         self._add(u"%d\t%s\t%s\n" % (mtime_usecs, eventtype, values))
   46 
   47     def parser(self, line):
self = <MoinMoin.logfile.eventlog.EventLog instance>, self._add = <bound method EventLog._add of <MoinMoin.logfile.eventlog.EventLog instance>>, mtime_usecs = 1369387468966374L, eventtype = 'VIEWPAGE', values = 'pagename=InterWiki&HTTP_USER_AGENT=CCBot%2F2.0&REMOTE_ADDR=184.72.184.104'

 /home/glennifso/lib/python2.2/site-packages/MoinMoin/logfile/logfile.py in _add(self=<MoinMoin.logfile.eventlog.EventLog instance>, line=u'1369387468966374\tVIEWPAGE\tpagename=InterWiki&HTTP_USER_AGENT=CCBot%2F2.0&REMOTE_ADDR=184.72.184.104\n')
  375         """
  376         if line != None:
  377             if line[-1] != '\n':
  378                 line += '\n'
  379             self._output.write(line)
self = <MoinMoin.logfile.eventlog.EventLog instance>, self._output = <open file '/home/glennifso/ifsowiki/data/event-log', mode 'ab'>, self._output.write = <bound method StreamReaderWriter.write of <open ...e/glennifso/ifsowiki/data/event-log', mode 'ab'>>, line = u'1369387468966374\tVIEWPAGE\tpagename=InterWiki&HTTP_USER_AGENT=CCBot%2F2.0&REMOTE_ADDR=184.72.184.104\n'

 /usr/lib/python2.3/codecs.py in write(self=<open file '/home/glennifso/ifsowiki/data/event-log', mode 'ab'>, data=u'1369387468966374\tVIEWPAGE\tpagename=InterWiki&HTTP_USER_AGENT=CCBot%2F2.0&REMOTE_ADDR=184.72.184.104\n')
  398     def write(self, data):
  399 
  400         return self.writer.write(data)
  401 
  402     def writelines(self, list):
self = <open file '/home/glennifso/ifsowiki/data/event-log', mode 'ab'>, self.writer = <open file '/home/glennifso/ifsowiki/data/event-log', mode 'ab'>, self.writer.write = <bound method StreamWriter.write of <open file '...e/glennifso/ifsowiki/data/event-log', mode 'ab'>>, data = u'1369387468966374\tVIEWPAGE\tpagename=InterWiki&HTTP_USER_AGENT=CCBot%2F2.0&REMOTE_ADDR=184.72.184.104\n'

 /usr/lib/python2.3/codecs.py in write(self=<open file '/home/glennifso/ifsowiki/data/event-log', mode 'ab'>, object=u'1369387468966374\tVIEWPAGE\tpagename=InterWiki&HTTP_USER_AGENT=CCBot%2F2.0&REMOTE_ADDR=184.72.184.104\n')
  177         """
  178         data, consumed = self.encode(object, self.errors)
  179         self.stream.write(data)
  180 
  181     def writelines(self, list):
self = <open file '/home/glennifso/ifsowiki/data/event-log', mode 'ab'>, self.stream = <open file '/home/glennifso/ifsowiki/data/event-log', mode 'ab'>, self.stream.write = <built-in method write of file object>, data = '1369387468966374\tVIEWPAGE\tpagename=InterWiki&HTTP_USER_AGENT=CCBot%2F2.0&REMOTE_ADDR=184.72.184.104\n'

IOError: [Errno 122] Disk quota exceeded
      __doc__ = 'I/O operation failed.'
      __getitem__ = <bound method IOError.__getitem__ of <exceptions.IOError instance>>
      __init__ = <bound method IOError.__init__ of <exceptions.IOError instance>>
      __module__ = 'exceptions'
      __str__ = <bound method IOError.__str__ of <exceptions.IOError instance>>
      args = (122, 'Disk quota exceeded')
      errno = 122
      filename = None
      strerror = 'Disk quota exceeded'