** Description changed:

+ [Impact]
+ 
+ Upgrade processes that take too long will result in the service not
+ being restarted.
+ 
+ [Test Case]
+ 
+ The test case is difficult to reproduce, because it requires the upgrade
+ process to take a long time.
+ 
+ [Regression Potential]
+ 
+ These changes have already been applied in other releases, but were
+ missed on xenial for some reason. The changes are designed to address
+ this particular issue, and so shouldn't cause a regression.
+ 
+ [Original Description]
+ 
  The unattended update has launch the update of php7.0-fpm that trigger
  the stop of php7.0-fpm service (timestamp match that operation). The
  service does not restart within 10 minutes.
  
- 
  # systemctl status php7.0-fpm
  ● php7.0-fpm.service - The PHP 7.0 FastCGI Process Manager
-    Loaded: loaded (/lib/systemd/system/php7.0-fpm.service; enabled; vendor 
preset: enabled)
-    Active: inactive (dead) since Thu 2019-03-07 15:21:00 UTC; 8min ago
-  Main PID: 3505 (code=exited, status=0/SUCCESS)
-    Status: "Processes active: 0, idle: 32, Requests: 0, slow: 0, Traffic: 
0req/sec"
+    Loaded: loaded (/lib/systemd/system/php7.0-fpm.service; enabled; vendor 
preset: enabled)
+    Active: inactive (dead) since Thu 2019-03-07 15:21:00 UTC; 8min ago
+  Main PID: 3505 (code=exited, status=0/SUCCESS)
+    Status: "Processes active: 0, idle: 32, Requests: 0, slow: 0, Traffic: 
0req/sec"
  
  Mar 07 15:14:55 xxx systemd[1]: Starting The PHP 7.0 FastCGI Process 
Manager...
  Mar 07 15:14:55 xxx systemd[1]: Started The PHP 7.0 FastCGI Process Manager.
  Mar 07 15:21:00 xxx systemd[1]: Stopping The PHP 7.0 FastCGI Process 
Manager...
  Mar 07 15:21:00 xxx systemd[1]: Stopped The PHP 7.0 FastCGI Process Manager.
  
  # cat /var/log/dpkg.log  | grep php | grep fpm
  [...]
  2019-03-07 15:20:58 status triggers-pending php7.0-fpm:amd64 
7.0.30-0ubuntu0.16.04.1
  2019-03-07 15:21:00 upgrade php7.0-fpm:amd64 7.0.30-0ubuntu0.16.04.1 
7.0.33-0ubuntu0.16.04.2
  2019-03-07 15:21:00 status half-configured php7.0-fpm:amd64 
7.0.30-0ubuntu0.16.04.1
  2019-03-07 15:21:00 status unpacked php7.0-fpm:amd64 7.0.30-0ubuntu0.16.04.1
  2019-03-07 15:21:00 status half-installed php7.0-fpm:amd64 
7.0.30-0ubuntu0.16.04.1
  2019-03-07 15:21:00 status half-installed php7.0-fpm:amd64 
7.0.30-0ubuntu0.16.04.1
  2019-03-07 15:21:00 status unpacked php7.0-fpm:amd64 7.0.33-0ubuntu0.16.04.2
  2019-03-07 15:21:00 status unpacked php7.0-fpm:amd64 7.0.33-0ubuntu0.16.04.2
  2019-03-07 15:31:31 configure php7.0-fpm:amd64 7.0.33-0ubuntu0.16.04.2 <none>
  2019-03-07 15:31:31 status unpacked php7.0-fpm:amd64 7.0.33-0ubuntu0.16.04.2
  2019-03-07 15:31:31 status unpacked php7.0-fpm:amd64 7.0.33-0ubuntu0.16.04.2
  2019-03-07 15:31:31 status unpacked php7.0-fpm:amd64 7.0.33-0ubuntu0.16.04.2
  2019-03-07 15:31:31 status unpacked php7.0-fpm:amd64 7.0.33-0ubuntu0.16.04.2
  2019-03-07 15:31:31 status unpacked php7.0-fpm:amd64 7.0.33-0ubuntu0.16.04.2
  2019-03-07 15:31:31 status unpacked php7.0-fpm:amd64 7.0.33-0ubuntu0.16.04.2
  2019-03-07 15:31:31 status unpacked php7.0-fpm:amd64 7.0.33-0ubuntu0.16.04.2
  2019-03-07 15:31:31 status half-configured php7.0-fpm:amd64 
7.0.33-0ubuntu0.16.04.2
  2019-03-07 15:31:32 status installed php7.0-fpm:amd64 7.0.33-0ubuntu0.16.04.2
  2019-03-07 15:31:32 status triggers-pending php7.0-fpm:amd64 
7.0.33-0ubuntu0.16.04.2
  
  $ lsb_release -rd
  Description:    Ubuntu 16.04.4 LTS
  Release:        16.04
  
  $ apt-cache policy php7.0-fpm
  php7.0-fpm:
-   Installed: 7.0.33-0ubuntu0.16.04.2
-   Candidate: 7.0.33-0ubuntu0.16.04.2
-   Version table:
-  *** 7.0.33-0ubuntu0.16.04.2 500
-         500 http://us-east-1.ec2.archive.ubuntu.com/ubuntu 
xenial-updates/universe amd64 Packages
-         500 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 
Packages
-         100 /var/lib/dpkg/status
-      7.0.4-7ubuntu2 500
-         500 http://us-east-1.ec2.archive.ubuntu.com/ubuntu xenial/universe 
amd64 Packages
+   Installed: 7.0.33-0ubuntu0.16.04.2
+   Candidate: 7.0.33-0ubuntu0.16.04.2
+   Version table:
+  *** 7.0.33-0ubuntu0.16.04.2 500
+         500 http://us-east-1.ec2.archive.ubuntu.com/ubuntu 
xenial-updates/universe amd64 Packages
+         500 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 
Packages
+         100 /var/lib/dpkg/status
+      7.0.4-7ubuntu2 500
+         500 http://us-east-1.ec2.archive.ubuntu.com/ubuntu xenial/universe 
amd64 Packages

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

Title:
  php7.0-fpm_7.0.33-0ubuntu0.16.04.2 update stop fpm service for 10
  minutes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1819033/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to