[Supervisor-users] Problem geting Supervisord started
Chris McDonough
chrism at plope.com
Sun Dec 13 20:07:41 EST 2009
Hi Mark,
Take the ";" off the end of all of the lines you've ended them with, or put a
space between the last "real" character and the ";".
Mark Jarecki wrote:
> 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
> _______________________________________________
> Supervisor-users mailing list
> Supervisor-users at lists.supervisord.org
> http://lists.supervisord.org/mailman/listinfo/supervisor-users
>
More information about the Supervisor-users
mailing list