[Supervisor-users] Problem geting Supervisord started
Mark Jarecki
mjarecki at bigpond.net.au
Sun Dec 13 20:03:47 EST 2009
I've just installed supervisord os OS X 10.6.2 and Python 2.6.4 and am having some issues getting it started.
When I try:
sudo supervisord
I get the following error:
Error: invalid literal for int() with base 10: '50mb;'
My supervisord.conf looks like:
[unix_http_server]
file=/tmp/supervisor.sock;
[supervisord]
logfile=/usr/local/supervisord/supervisord.log;
logfile_maxbytes=50MB;
logfile_backups=10;
loglevel=info;
pidfile=/var/run/supervisord.pid;
nodaemon=false;
user=foo;
childlogdir=/usr/local/supervisord/;
[rpcinterface:supervisor]
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
[supervisorctl]
serverurl=unix:///tmp/supervisor.sock;
[program:tornado-project]
command=~/project/project.py
Any help would be greatly appreciated.
Cheers,
Mark
More information about the Supervisor-users
mailing list