[Bug 1447294] Re: package nginx-full 1.6.2-5ubuntu3 failed to install/upgrade due to configuration file using a 'hostname' to try and resolve an IP address (for upstream block)

2015-05-07 Thread Francis De Brabandere
By the way, the nginx upstream module docs use names instead of ip addresses... http://nginx.org/en/docs/http/ngx_http_upstream_module.html -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nginx in Ubuntu. https://bugs.launchpad.net/bug

[Bug 1447294] Re: package nginx-full 1.6.2-5ubuntu3 failed to install/upgrade due to configuration file using a 'hostname' to try and resolve an IP address (for upstream block)

2015-05-07 Thread Francis De Brabandere
Ok, strange that this problem suddenly appeared in 15.04 vivid I might have hijacked this bug report as the original issue might be unrelated? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nginx in Ubuntu. https://bugs.launchpad.net/

[Bug 1447294] Re: package nginx-full 1.6.2-5ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-05-07 Thread Francis De Brabandere
temporary fix: instead of upstream jenkins { server localhost:8080 fail_timeout=0; } we now use upstream jenkins { server 127.0.0.1:8080 fail_timeout=0; } -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nginx in Ubuntu. https://

[Bug 1447294] Re: package nginx-full 1.6.2-5ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-05-07 Thread Francis De Brabandere
systemctl status nginx.service ● nginx.service - A high performance web server and a reverse proxy server Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Thu 2015-05-07 10:47:47 EDT; 8min ago Process: 540 ExecSta