Last active
August 29, 2015 14:21
-
-
Save erolg/84219f7017a4a3ea1002 to your computer and use it in GitHub Desktop.
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
root@weblinux:~# zdaemon -C /opt/indico/etc/zdctl.conf start | |
. . Traceback (most recent call last): | |
File "/usr/local/bin/zdaemon", line 9, in <module> | |
load_entry_point('zdaemon==3.0.5', 'console_scripts', 'zdaemon')() | |
File "/usr/local/lib/python2.7/dist-packages/zdaemon-3.0.5-py2.7.egg/zdaemon/zdctl.py", line 610, in main | |
return zdaemon.zdrun.main(args) | |
File "/usr/local/lib/python2.7/dist-packages/zdaemon-3.0.5-py2.7.egg/zdaemon/zdrun.py", line 699, in main | |
d.main(args) | |
File "/usr/local/lib/python2.7/dist-packages/zdaemon-3.0.5-py2.7.egg/zdaemon/zdrun.py", line 227, in main | |
self.run() | |
File "/usr/local/lib/python2.7/dist-packages/zdaemon-3.0.5-py2.7.egg/zdaemon/zdrun.py", line 231, in run | |
self.opensocket() | |
File "/usr/local/lib/python2.7/dist-packages/zdaemon-3.0.5-py2.7.egg/zdaemon/zdrun.py", line 253, in opensocket | |
sock.bind(tempname) | |
File "/usr/lib/python2.7/socket.py", line 224, in meth | |
return getattr(self._sock,name)(*args) | |
socket.error: [Errno 13] Permission denied | |
. . . . . . . . . | |
daemon manager not running |
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
<runner> | |
program runzeo -C /opt/indico/etc/zodb.conf | |
user www-data | |
daemon true | |
directory /opt/indico/db | |
socket-name /opt/indico/db/zdsock | |
</runner> | |
<environment> | |
PYTHON_EGG_CACHE /opt/indico/tmp/egg-cache | |
</environment> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment