Skip to content

Instantly share code, notes, and snippets.

@mgood
Created May 12, 2010 05:32
Show Gist options
  • Save mgood/398245 to your computer and use it in GitHub Desktop.
Save mgood/398245 to your computer and use it in GitHub Desktop.
2010-05-12 05:28:36 [1092] [INFO] Listening at: unix:/mnt/application/mopho-v5/run/gunicorn.sock
2010-05-12 05:28:36 [1097] [INFO] Worker spawned (pid: 1097)
2010-05-12 05:28:36 [1098] [INFO] Worker spawned (pid: 1098)
2010-05-12 05:28:36 [1098] [ERROR] Unexpected error in acceptor. Sepuku.
Traceback (most recent call last):
File "/mnt/application/mopho-v5/src/gunicorn/gunicorn/workers/geventlet.py", line 59, in acceptor
conn, addr = self.socket.accept()
File "/mnt/application/mopho-v5/lib/python2.6/site-packages/eventlet/greenio.py", line 161, in accept
timeout_exc=socket.timeout("timed out"))
File "/mnt/application/mopho-v5/lib/python2.6/site-packages/eventlet/hubs/__init__.py", line 118, in trampoline
listener = hub.add(hub.READ, fileno, current.switch)
File "/mnt/application/mopho-v5/lib/python2.6/site-packages/eventlet/hubs/epolls.py", line 50, in add
self.register(fileno, new=True)
File "/mnt/application/mopho-v5/lib/python2.6/site-packages/eventlet/hubs/poll.py", line 44, in register
self.poll.register(fileno, mask)
IOError: [Errno 17] File exists
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment