Re: [devpi-dev] Permanent installation: gendeploy and devpi-server options

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

On 9 May 2014, at 17:26, Jonathan Roy wrote:
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!
Yes, looks correct. Regards, Florian Schulze

On Fri, May 09, 2014 at 11:26 -0400, Jonathan Roy wrote:
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!
to recap: if you execute the exact same command as configured in supervisord.conf it listens on 0.0.0.0 but when started via supervisord it only listens to localhost? No idea how that could happen to be honest. What does the log say in the line "serving at url: ..."? holger
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
-- You received this message because you are subscribed to the Google Groups "devpi-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to devpi-dev+...@googlegroups.com. To post to this group, send email to devp...@googlegroups.com. Visit this group at http://groups.google.com/group/devpi-dev. For more options, visit https://groups.google.com/d/optout.
participants (3)
-
Florian Schulze
-
holger krekel
-
Jonathan Roy