| IOError[Errno 122] Disk quota exceeded | Please include this information in your bug reports!: Python Python 2.2.3: /usr/bin/python Linux fuzzy.phpwebhosting.com 2.4.21-63.ELsmp #1 SMP Wed Oct 28 23:15:46 EDT 2009 i686 MoinMoin Release 1.3.4 [Revision 1.3.4 release] Wed May 16 19:47:14 2012 |
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/mca/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/mca...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/mca/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"AideDeL'\xc9dition/SousPages" |
| /home/mca/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=AideDeL%27%C3%89dition%2FSousPages&HTTP...rawl.org%2Fbot.html%29&REMOTE_ADDR=38.107.179.209', add_http_info=1, mtime_usecs=1337212033968614L) |
| 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 = 1337212033968614L, eventtype = 'VIEWPAGE', values = 'pagename=AideDeL%27%C3%89dition%2FSousPages&HTTP...rawl.org%2Fbot.html%29&REMOTE_ADDR=38.107.179.209' |
| /home/mca/lib/python2.2/site-packages/MoinMoin/logfile/logfile.py in _add(self=<MoinMoin.logfile.eventlog.EventLog instance>, line=u'1337212033968614\tVIEWPAGE\tpagename=AideDeL%27%C3...awl.org%2Fbot.html%29&REMOTE_ADDR=38.107.179.209\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/mca/share/moin/cumoin/data/event-log', mode 'ab'>, self._output.write = <bound method StreamReaderWriter.write of <open ...ca/share/moin/cumoin/data/event-log', mode 'ab'>>, line = u'1337212033968614\tVIEWPAGE\tpagename=AideDeL%27%C3...awl.org%2Fbot.html%29&REMOTE_ADDR=38.107.179.209\n' |
| /usr/lib/python2.2/codecs.py in write(self=<open file '/home/mca/share/moin/cumoin/data/event-log', mode 'ab'>, data=u'1337212033968614\tVIEWPAGE\tpagename=AideDeL%27%C3...awl.org%2Fbot.html%29&REMOTE_ADDR=38.107.179.209\n') |
| 336 def write(self, data): |
| 337 |
| 338 return self.writer.write(data) |
| 339 |
| 340 def writelines(self, list): |
| self = <open file '/home/mca/share/moin/cumoin/data/event-log', mode 'ab'>, self.writer = <open file '/home/mca/share/moin/cumoin/data/event-log', mode 'ab'>, self.writer.write = <bound method StreamWriter.write of <open file '...ca/share/moin/cumoin/data/event-log', mode 'ab'>>, data = u'1337212033968614\tVIEWPAGE\tpagename=AideDeL%27%C3...awl.org%2Fbot.html%29&REMOTE_ADDR=38.107.179.209\n' |
| /usr/lib/python2.2/codecs.py in write(self=<open file '/home/mca/share/moin/cumoin/data/event-log', mode 'ab'>, object=u'1337212033968614\tVIEWPAGE\tpagename=AideDeL%27%C3...awl.org%2Fbot.html%29&REMOTE_ADDR=38.107.179.209\n') |
| 136 """ |
| 137 data, consumed = self.encode(object, self.errors) |
| 138 self.stream.write(data) |
| 139 |
| 140 def writelines(self, list): |
| self = <open file '/home/mca/share/moin/cumoin/data/event-log', mode 'ab'>, self.stream = <open file '/home/mca/share/moin/cumoin/data/event-log', mode 'ab'>, self.stream.write = <built-in method write of file object>, data = '1337212033968614\tVIEWPAGE\tpagename=AideDeL%27%C3...awl.org%2Fbot.html%29&REMOTE_ADDR=38.107.179.209\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'