Re: [web2py] Systemd/uwsgi issue on setup-web2py-nginx-uwsgi-ubuntu.sh install

2016-12-09 Thread wish7code
Sorry, I guess I just opened a duplicate issue.. The behaviour was already reported with https://github.com/web2py/web2py/issues/1443 On Friday, 9 December 2016 16:55:34 UTC+1, Richard wrote: > > Yes, you should have a look if there is no issue open, open a new issue, > and if there is no PR p

Re: [web2py] Systemd/uwsgi issue on setup-web2py-nginx-uwsgi-ubuntu.sh install

2016-12-09 Thread Richard Vézina
If you include the id of the issue in your commit message it will close the opened issue when your PR will be accepted. Richard On Fri, Dec 9, 2016 at 10:55 AM, Richard Vézina wrote: > Yes, you should have a look if there is no issue open, open a new issue, > and if there is no PR pending corre

Re: [web2py] Systemd/uwsgi issue on setup-web2py-nginx-uwsgi-ubuntu.sh install

2016-12-09 Thread Richard Vézina
Yes, you should have a look if there is no issue open, open a new issue, and if there is no PR pending correcting this issue submit one... I fix that in my own environnement restoring script, but I guess I forgot to report this problem, but I remember having notice this issue a couples of months a

Re: [web2py] Systemd/uwsgi issue on setup-web2py-nginx-uwsgi-ubuntu.sh install

2016-12-09 Thread wish7code
Yes, I took master.. I think, I now identified the issue: the installer starts the service on first run (see https://github.com/web2py/web2py/blob/master/scripts/setup-web2py-nginx-uwsgi-ubuntu.sh#L218), but it fails to activate it permanently. What's missing here is a systemctl enable emper

Re: [web2py] Systemd/uwsgi issue on setup-web2py-nginx-uwsgi-ubuntu.sh install

2016-12-08 Thread Richard Vézina
Did you take the last version of the script the one available in trunk (or github master)? I not, try that version of the script first... Here : https://github.com/web2py/web2py/blob/master/scripts/setup-web2py-nginx-uwsgi-ubuntu.sh If you still experiment the same problem consider open an issue

[web2py] Systemd/uwsgi issue on setup-web2py-nginx-uwsgi-ubuntu.sh install

2016-12-08 Thread wish7code
Hello friends, I started a new web2py project on ubuntu 16.04 from scratch using https://github.com/web2py/web2py/blob/master/scripts/setup-web2py-nginx-uwsgi-ubuntu.sh When trying to access the website I get 502 bad gateway errors, probably related to an uwsgi issue. This is the systemctl outp