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 > [email protected] > http://lists.supervisord.org/mailman/listinfo/supervisor-users > _______________________________________________ Supervisor-users mailing list [email protected] http://lists.supervisord.org/mailman/listinfo/supervisor-users
