Skip to content

Instantly share code, notes, and snippets.

@gsf
Created June 21, 2011 12:41
Show Gist options
  • Save gsf/1037776 to your computer and use it in GitHub Desktop.
Save gsf/1037776 to your computer and use it in GitHub Desktop.
supybot thrash and die
INFO 2011-06-21T05:40:56 supybot Reconnecting to freenode at 2011-06-21T05:45:56.
WARNING 2011-06-21T05:40:56 supybot Scheduling a second reconnect when one is already scheduled. This
is a bug; please report it, with an explanation of what caused this to happen.
WARNING 2011-06-21T05:40:56 supybot Disconnect from verne.freenode.net:6667: error: [Errno 32] Broken
pipe.
INFO 2011-06-21T05:40:56 supybot Reconnecting to freenode at 2011-06-21T05:45:56.
WARNING 2011-06-21T05:40:56 supybot Scheduling a second reconnect when one is already scheduled. This
is a bug; please report it, with an explanation of what caused this to happen.
WARNING 2011-06-21T05:40:56 supybot Disconnect from verne.freenode.net:6667: error: [Errno 32] Broken
pipe.
... (Above lines repeated many, many times. Then the machine runs out of space.)
ERROR 2011-06-21T06:25:14 supybot Uncaught exception in in drivers.ru
n:
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.6/supybot/drivers/__init__.py", line 108, in run
driver.run()
File "/usr/lib/pymodules/python2.6/supybot/drivers/Socket.py", line 118, in run
self._sendIfMsgs()
File "/usr/lib/pymodules/python2.6/supybot/drivers/Socket.py", line 108, in _sendIfMsgs
self._handleSocketError(e)
File "/usr/lib/pymodules/python2.6/supybot/drivers/Socket.py", line 89, in _handleSocketError
drivers.log.disconnect(self.currentServer, e)
File "/usr/lib/pymodules/python2.6/supybot/drivers/__init__.py", line 153, in disconnect
self.warning('Disconnect from %s: %s', server, e)
File "/usr/lib/python2.6/logging/__init__.py", line 1060, in warning
self._log(WARNING, msg, args, **kwargs)
File "/usr/lib/pymodules/python2.6/supybot/log.py", line 89, in _log
logging.Logger._log(self, level, msg, (), exc_info=exc_info)
File "/usr/lib/python2.6/logging/__init__.py", line 1165, in _log
self.handle(record)
File "/usr/lib/python2.6/logging/__init__.py", line 1175, in handle
self.callHandlers(record)
File "/usr/lib/python2.6/logging/__init__.py", line 1212, in callHandlers
hdlr.handle(record)
File "/usr/lib/python2.6/logging/__init__.py", line 673, in handle
self.emit(record)
File "/usr/lib/pymodules/python2.6/supybot/log.py", line 139, in emit
self.flush()
File "/usr/lib/python2.6/logging/__init__.py", line 754, in flush
self.stream.flush()
IOError: [Errno 28] No space left on device
ERROR 2011-06-21T06:25:14 supybot Exception id: 0xc6c9b
INFO 2011-06-21T06:25:15 supybot Flushers flushed and garbage collected.
INFO 2011-06-21T06:25:15 supybot Reconnecting to freenode.
INFO 2011-06-21T06:25:15 supybot Sending PASS command, not logging the password.
INFO 2011-06-21T06:25:15 supybot Connecting to #:6667.
WARNING 2011-06-21T06:25:15 supybot Error connecting to #:6667: Name or service not known
INFO 2011-06-21T06:25:15 supybot Reconnecting to freenode at 2011-06-21T06:25:25.
INFO 2011-06-21T06:25:15 supybot Sending PASS command, not logging the password.
INFO 2011-06-21T06:25:15 supybot Connecting to verne.freenode.net:6667.
INFO 2011-06-21T06:25:16 supybot Removing driver SocketDriver(Irc object for freenode).
ERROR 2011-06-21T06:25:16 supybot Schedule is the only remaining driver, why do we continue to live?
ERROR 2011-06-21T06:25:17 supybot Schedule is the only remaining driver, why do we continue to live?
ERROR 2011-06-21T06:25:18 supybot Schedule is the only remaining driver, why do we continue to live?
... (Above repeated many times)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment