Hi, I've been setting up a new server this weekend and ran into some problems that I thought this mailing list would be interested in. I have another server running version 3.0a7 without any problems using the system installed python (2.4.4) on debian etch. The new server is running debian lenny with the system installed python (2.5.2).
I installed supervisord 3.0a8 using easy_install and copied across the config file from the other server. When I tried to start supervisord I get the following error: p...@bandit:~/build$ sudo /usr/bin/supervisord Error: Unexpected end of key/value pairs For help, use /usr/bin/supervisord -h Here is an extract from the config file: [program:aprogram] directory=/home/auser user=auser command=/home/aprogram/start-aprogram.sh environment=HOME=/home/auser autostart=true autorestart=true stdout_logfile=/tmp/auser_stdout.log stderr_logfile=/tmp/auser_stderr.log If I remove the environment line then supervisord starts fine. I can't see anything wrong with the line - it looks almost identical to one in the documentation. I've reverted back to 3.0a7, so it is not a big problem. Should I be specifying environment variables in another way? Best regards, Paul _______________________________________________ Supervisor-users mailing list [email protected] http://lists.supervisord.org/mailman/listinfo/supervisor-users
