This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ brew install openvpn | |
==> Installing openvpn dependency: lzo | |
==> Downloading http://www.oberhumer.com/opensource/lzo/download/lzo-2.06.tar.gz | |
######################################################################## 100.0% | |
==> ./configure --prefix=/usr/local/Cellar/lzo/2.06 --enable-shared | |
==> make | |
==> make check | |
==> make install | |
/usr/local/Cellar/lzo/2.06: 27 files, 552K, built in 27 seconds | |
==> Installing openvpn |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "/home/oreore/app/env/lib/python2.6/site-packages/gunicorn/workers/sync.py", line 33, in run | |
client, addr = self.socket.accept() | |
File "/usr/lib64/python2.6/socket.py", line 197, in accept | |
sock, addr = self._sock.accept() | |
error: [Errno 11] Resource temporarily unavailable |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
NewerOlder