I'm attaching the debdiff between the bionic version and the fixed
version.

** Summary changed:

- Allow NGINX to install but not start during postinst if another process is 
bound to port 80
+ [SRU] Allow NGINX to install but not start during postinst if another process 
is bound to port 80

** Description changed:

- Currently, NGINX installations trigger an installation "failure case"
- when another process is bound to port 80 and NGINX is trying to use its
- default configuration files.
+ [Impact]
+ Currently, NGINX installations trigger an installation "failure case" when 
another process is bound to port 80 and NGINX is trying to use its default 
configuration files.
  
  This can lead to installation bug reports which are not actually bugs,
  or having to alter configuration files before completing installations.
  
  It might be better for postinst to determine if we actually need to
  start or restart the service based on if something is listening on port
  80.
+ 
+ [Test Case]
+ 
+ Failure
+ --------
+ 1. Install haproxy (or apache2)
+ 2. Configure it to bind to port 80 (apache2 will be automatically configured)
+ 3. Install nginx
+ 4. The installation will be broken as it will fail to install.
+ 
+ Success
+ -------
+ 1. Do (1), (2) and (3) as above.
+ 2. The installation will succeed. nginx won't auto start allowing it do 
install correctly even if you have haproxy binding on port  80.
+ 
+ 
+ [Regression Potential]
+ Minimal. This change won't break installation of nginx. In fact it will allow 
it to install if another daemon is binding to port 80.

** Attachment added: "debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1782226/+attachment/5178342/+files/debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1782226

Title:
  [SRU] Allow NGINX to install but not start during postinst if another
  process is bound to port 80

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1782226/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to