CONTENTS


Lastmodified 2024-03-30 (土) 17:44:45


The process control (PCNTL) extensions are required

Nextcloud のバージョンアップをCLIで検知する

#!/bin/sh
/usr/bin/su -m www -c "php /usr/local/www/nextcloud/occ upgrade"
exit 0

The process control (PCNTL) extensions are required in case you want to interrupt long running commands - see https://www.php.net/manual/en/book.pcntl.php
Additionally the function 'pcntl_signal' and 'pcntl_signal_dispatch' need to be enabled in your php.ini.
Nextcloud is already latest version

と言われる様になった。

PCNTL は、php81-extensions のオプションメニュ(make config)にあるので、チェックを確認してから reinstall する。

[X] PCNTL        pcntl support (CLI only)  

で、エラーメッセージが抑制された


Total access 23:本日 1:昨日 0

Counter: 23, today: 1, yesterday: 0

トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2024-03-30 (土) 17:44:45