I tried to fix the command in the the supervisor config file in : /home/jroy/.virtualenvs/devpi-server/etc/supervisord.conf
But it is still listeming only to localhost, I doesn't seem to honor the --host 0.0.0.0 parameter.

devpi-ctl status
using supervisor config: /home/jroy/.virtualenvs/devpi-server/etc/supervisord.conf
Should be this configuration file!



2014-05-09 11:20 GMT-04:00 Florian Schulze <ma...@florian-schulze.net>:


On 8 May 2014, at 22:02, Jonathan Roy wrote:

If I manually run the server executing the
command: /home/jroy/.virtualenvs/devpi-server/bin/devpi-server --port 3141
--host 0.0.0.0 --serverdir /home/jroy/.virtualenvs/devpi-server/data
It is listening to 0.0.0.0 but not if it is start with the supervisor
config: /home/jroy/.virtualenvs/devpi-server/bin/devpi-ctl start all

Is there something I can do or this is a bug?

I don't know if there is a bug in gendeploy, but what you can do is editing supervisord.cfg to fix the command line options there. I'm not exactly sure where it is located when using gendeploy, you might have to use "find . -name supervisord.cfg".

Regards,
Florian Schulze