From e8916049f41c3781eece28793bc30e9309d9ecce Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Wed, 1 Jun 2022 11:08:44 +0200 Subject: [PATCH] Add some notes that pcntl functions might be disabled This is the case on debian php 8.0 backports Signed-off-by: Carl Schwan --- admin_manual/installation/source_installation.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst index 2eb56a3b5..6da186aee 100644 --- a/admin_manual/installation/source_installation.rst +++ b/admin_manual/installation/source_installation.rst @@ -100,6 +100,10 @@ For command line processing (*optional*): * PHP module pcntl (enables command interruption by pressing ``ctrl-c``) +.. note:: + You also need to ensure that pcntl_signal and pcntl_signal_dispatch are not disabled + in your php.ini file. + For command line updater (*optional*): * PHP module phar (upgrades Nextcloud by running ``sudo -u www-data php /var/www/nextcloud/updater/updater.phar``)