Skip to content

Instantly share code, notes, and snippets.

@superdaigo
Created August 15, 2012 13:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save superdaigo/3360187 to your computer and use it in GitHub Desktop.
Save superdaigo/3360187 to your computer and use it in GitHub Desktop.
gunicorn の起動エラー
Traceback (most recent call last):
File "/home/oreore/app/env/bin/gunicorn_django", line 8, in <module>
load_entry_point('gunicorn==0.14.6', 'console_scripts', 'gunicorn_django')()
File "/home/oreore/app/env/lib/python2.6/site-packages/gunicorn/app/djangoapp.py", line 132, in run
DjangoApplication("%prog [OPTIONS] [SETTINGS_PATH]").run()
File "/home/oreore/app/env/lib/python2.6/site-packages/gunicorn/app/base.py", line 124, in run
Arbiter(self).run()
File "/home/oreore/app/env/lib/python2.6/site-packages/gunicorn/arbiter.py", line 72, in __init__
cwd = os.getcwd()
OSError: [Errno 2] No such file or directory
@superdaigo
Copy link
Author

gunicorn 0.14.5 だと起動してたのだが、 0.14.6 になったら動かなくなった。
起動スクリプトの中で cd /tmp すると動くようになった。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment