Nextcloudpi not working after ncp-dist-upgrade

Support intro

Sorry to hear you’re facing problems. :slightly_frowning_face:

The community help forum (help.nextcloud.com) is for home and non-enterprise users. Support is provided by other community members on a best effort / “as available” basis. All of those responding are volunteering their time to help you.

If you’re using Nextcloud in a business/critical setting, paid and SLA-based support services can be accessed via portal.nextcloud.com where Nextcloud engineers can help ensure your business keeps running smoothly.

Getting help

In order to help you as efficiently (and quickly!) as possible, please fill in as much of the below requested information as you can.

Before clicking submit: Please check if your query is already addressed via the following resources:

(Utilizing these existing resources is typically faster. It also helps reduce the load on our generous volunteers while elevating the signal to noise ratio of the forums otherwise arising from the same queries being posted repeatedly).

Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can. :heart:

The Basics

  • Nextcloud Server version (e.g., 29.x.x):
    *


    33.0.6.2
  • Operating system and version (e.g., Ubuntu 24.04):
    *


    Armbian 26.5.1 trixie. 6.6.63-current-bcm2712 (aarch64)
  • Web server and version (e.g, Apache 2.4.25):

    • Apache/2.4.67 (Debian)
  • Reverse proxy and version _(e.g. nginx 1.27.2)

    • replace me
  • PHP version (e.g, 8.3):

    • 8.3.32
  • Is this the first time you’ve seen this error? (Yes / No):

    • Yes
  • When did this problem seem to first start?

    • Today: after running ncp-dist-upgrade
  • Installation method (e.g. AlO, NCP, Bare Metal/Archive, etc.)

    • NCP
  • Are you using CloudfIare, mod_security, or similar? (Yes / No)

    • replace me

Summary of the issue you are facing:

Mac desktop client suggested to run ncp-dist-upgrade. The cli also suggested this. So I did this at the cli:

sudo ncp-dist-upgrade

there were dpkg errors in the upgrade. I didn’t write them down when the upgrade was running. I can ssh into the system. The system panel is accessible from my Mac. System Info says all the usual services are up. From the system panel, if I try to “Launch Nextcloud”, the browser reports that the local IP address “is currently unable to handle this request”. The Nextcloud web app doesn’t run (same error). The clients do not connect to the server.

sudo apt --fix-broken install

also gives dpkg errors:

Preparing to unpack …/raspi-firmware_1%3a1.20250915-1~bookworm_all.deb …
Unpacking raspi-firmware (1:1.20250915-1~bookworm) …
dpkg: error processing archive /var/cache/apt/archives/raspi-firmware_1%3a1.20250915-1~bookworm_all.deb (–unpack):
trying to overwrite ‘/etc/kernel/postinst.d/z50-raspi-firmware’, which is also in package armbian-bsp-cli-rpi5b-current (24.11.1)
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/raspi-firmware_1%3a1.20250915-1~bookworm_all.deb

Steps to replicate it (hint: details matter!):

  1. sudo ncp-dist-upgrade

Log entries

Nextcloud

Please provide the log entries from your Nextcloud log that are generated during the time of problem (via the Copy raw option from Administration settings->Logging screen or from your nextcloud.log located in your data directory). Feel free to use a pastebin/gist service if necessary.

PASTE HERE

Web Browser

If the problem is related to the Web interface, open your browser inspector Console and Network tabs while refreshing (reloading) and reproducing the problem. Provide any relevant output/errors here that appear.

PASTE

Web server / Reverse Proxy

The output of your Apache/nginx/system log in /var/log/____:

PASTE HERE

Configuration

Nextcloud

The output of occ config:list system or similar is best, but, if not possible, the contents of your config.php file from /path/to/nextcloud is fine (make sure to remove any identifiable information!):

PASTE HERE

Apps

The output of occ app:list (if possible).

Tips for increasing the likelihood of a response

  • Use the preformatted text formatting option in the editor for all log entries and configuration output.
  • If screenshots are useful, feel free to include them.
    • If possible, also include key error output in text form so it can be searched for.
  • Try to edit log output only minimally (if at all) so that it can be ran through analyzers / formatters by those trying to help you.

Some info about how you setup your rpi5 would be nice, you may look at raspios site to get a proper firmware setup, a look at armbian site may be helpful too.

Thank you!

Pi setup: Raspberry Pi 5, with Pimoroni hat and 1T NVMe drive. Nextcloud system installed by putting NextCloudPi image v1.55.3 on the drive and rebooting, last year (April 2025). System has been running well since then, it updates and upgrades itself periodically.

Let me know if there’s something else about the setup that would help.

The system uses dnsmasq to handle split-brain. No-IP provides the external address.

I checked dnsmasq: it was not running. Restarting it gave this error:

illegal repeated keyword at line 6 of /etc/dnsmasq.conf

That line in my dnsmasq.conf was about cache size. I checked /etc/dnsmasq.d/dnsmasq.conf, which also has a line for cache. So I removed the cache line from /etc/dnsmasq.conf. dnsmasq restarted without error, and lsof reports that dnsmasq is listening on port 53 as it should.

However, the client still doesn’t connect, and all attempts to get to the user panel fail, the browser says "This page isn’t working

[the local server IP] is currently unable to handle this request."

I will try to get a proper firmware setup through raspios and armbian.

One other thing.

sudo apt update

fails with these messages:

1 package can be upgraded. Run 'apt list --upgradable' to see it.
Warning: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. OpenPGP signature verification failed: http://armbian.chi.auroradev.org/apt trixie InRelease: Sub-process /usr/bin/sqv returned an error code (1), error message is: Signing key on DF00FAF1C577104B50BF1D0093D6889F9F0E78D5 is not bound:            No binding signature at time 2026-07-07T04:51:15Z   because: Policy rejected non-revocation signature (PositiveCertification) requiring second pre-image resistance   because: SHA1 is not considered secure since 2026-02-01T00:00:00Z Missing key 8CFA83D13EB2181EEF5843E41EB30FAF236099FE, which is needed to verify signature.
Warning: Failed to fetch http://apt.armbian.com/dists/trixie/InRelease  Sub-process /usr/bin/sqv returned an error code (1), error message is: Signing key on DF00FAF1C577104B50BF1D0093D6889F9F0E78D5 is not bound:            No binding signature at time 2026-07-07T04:51:15Z   because: Policy rejected non-revocation signature (PositiveCertification) requiring second pre-image resistance   because: SHA1 is not considered secure since 2026-02-01T00:00:00Z Missing key 8CFA83D13EB2181EEF5843E41EB30FAF236099FE, which is needed to verify signature.
Warning: Some index files failed to download. They have been ignored, or old ones used instead.

tbh, I’m just setting up rpi5 test server, I am not successful running a proper dist-upgrade.

Three errors removed:

  1. dnsmasq needed to have /etc/dnsmasq.config not duplicate an entry (about cache) with /etc/dnsmasq.d/dnsmasq.config
  2. followed advice here https://forum.armbian.com/topic/55129-trixie-apt-warning-policy-will-reject-signature-within-a-year/#comment-225860 and did the following, which removed apt update complaints about signatures:
    1. wget https://apt.armbian.com/armbian.key
    2. gpg --dearmor < armbian.key | sudo tee /usr/share/keyrings/armbian.gpg > /dev/null
  3. apt remove libraspberrypi0 libraspberrypi-bin (did this on the recommendation at No updates and installations possible · Issue #2047 · nextcloud/nextcloudpi · GitHub ). After doing this, sudo apt --fix-broken install no longer report any issue about firmware

I have no more errors from the upgrade to trixie.

reboot

The System Info panel works (so apache and some of NextCloud is working on the server as it should). But the browser still says the NextCloud page gives an error:

500 Internal Server Error

Remote Address

192.168.0.176:443

Referrer Policy

strict-origin-when-cross-origin

and the clients cannot connect to the server.

You may check software repositories.
My findings fiddling with my fresh test server rpi5 is repository lists don’t get proper updated by ncp-dist-upgrade
One possible workaround is dist-upgrading by sudo armbian-config
Stable Distro Upgrade, be aware - it’s for the brave one.

Checking the rpi5 test server just now

georg@heka:~> ssh pi@192.168.2.47
pi@192.168.2.47’s password:

\_             \_    \_                             \_\_  \_\_ \_    \_      \_  

/_\ _ _ _ __ | |__(_)__ _ _ _ __ _ _ _ _ __ / _|/ _(_)__(_)__ _| |
/ _ \| '_| ’ \| '_ \ / _` | ’ \__| || | ’ \/ _ \ _| _| / _| / _` | |
/_/ \_\_| |_|_|_|_.__/_\__,_|_||_| \_,_|_||_\_
_/_| |_| |_\__|_\__,_|_|

v26.2.1 for Raspberry Pi 5 Model B running Armbian Linux 6.18.35-current-bcm2711

Packages: Debian stable (trixie)
Updates: Kernel upgrade enabled and 17 packages available for upgrade

▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
IPv4: (LAN) 192.168.2.47 (WAN) .146
IPv6: fd44:

NextcloudPi v1.58.0 is up to date

Performance:

Load: 2% Uptime: 1d 10h 20m
Memory usage: 16% of 7.75G
CPU temp: 46°C Usage of /: 21% of 29G

Tips:

Becoming a sponsor? Sponsor @armbian on GitHub Sponsors · GitHub

Commands:

Configuration: armbian-config
Upgrade : armbian-upgrade
Monitoring : htop

Last login: Thu Jul 9 07:56:03 2026 from 192.168.2.20
pi@nextcloudpi:~$ sudo armbian-upgrade
Hit:1 Index of /debian trixie InRelease
Hit:2 http://security.debian.org trixie-security InRelease
Get:3 Index of /debian trixie-updates InRelease [47.3 kB]
Get:4 Index of /debian trixie-backports InRelease [54.0 kB]
Hit:5 https://packages.sury.org/php trixie InRelease
Hit:6 Armbian config package repository | configng stable InRelease
Hit:7 Index of /apt/ trixie InRelease
Fetched 101 kB in 1s (195 kB/s)
18 packages can be upgraded. Run ‘apt list --upgradable’ to see them.
Upgrading:
php8.3 php8.3-cli php8.3-fpm php8.3-igbinary php8.3-mbstring php8.3-readline
php8.3-bcmath php8.3-common php8.3-gd php8.3-intl php8.3-mysql php8.3-xml
php8.3-bz2 php8.3-curl php8.3-gmp php8.3-ldap php8.3-opcache php8.3-zip

Summary:
Upgrading: 18, Installing: 0, Removing: 0, Not Upgrading: 0
Download size: 5,507 kB
Space needed: 0 B / 23.9 GB available

Get:1 https://packages.sury.org/php trixie/main arm64 php8.3-bcmath arm64 8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9 [14.9 kB]
Get:2 https://packages.sury.org/php trixie/main arm64 php8.3-zip arm64 8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9 [25.7 kB]
Get:3 https://packages.sury.org/php trixie/main arm64 php8.3-xml arm64 8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9 [108 kB]
Get:4 https://packages.sury.org/php trixie/main arm64 php8.3-readline arm64 8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9 [12.1 kB]
Get:5 https://packages.sury.org/php trixie/main arm64 php8.3-opcache arm64 8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9 [506 kB]
Get:6 https://packages.sury.org/php trixie/main arm64 php8.3-mysql arm64 8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9 [109 kB]
Get:7 https://packages.sury.org/php trixie/main arm64 php8.3-mbstring arm64 8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9 [429 kB]
Get:8 https://packages.sury.org/php trixie/main arm64 php8.3-ldap arm64 8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9 [30.3 kB]
Get:9 https://packages.sury.org/php trixie/main arm64 php8.3-intl arm64 8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9 [134 kB]
Get:10 https://packages.sury.org/php trixie/main arm64 php8.3-gmp arm64 8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9 [21.3 kB]
Get:11 https://packages.sury.org/php trixie/main arm64 php8.3-gd arm64 8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9 [27.6 kB]
Get:12 https://packages.sury.org/php trixie/main arm64 php8.3-cli arm64 8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9 [1,618 kB]
Get:13 https://packages.sury.org/php trixie/main arm64 php8.3-fpm arm64 8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9 [1,630 kB]
Get:14 https://packages.sury.org/php trixie/main arm64 php8.3-curl arm64 8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9 [35.6 kB]
Get:15 https://packages.sury.org/php trixie/main arm64 php8.3-bz2 arm64 8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9 [10.6 kB]
Get:16 https://packages.sury.org/php trixie/main arm64 php8.3-common arm64 8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9 [711 kB]
Get:17 https://packages.sury.org/php trixie/main arm64 php8.3-igbinary arm64 3.2.16-6+0~20260709.60+debian13~1.gbp1eff65 [32.4 kB]
Get:18 https://packages.sury.org/php trixie/main arm64 php8.3 all 8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9 [51.2 kB]
Fetched 5,507 kB in 3s (1,859 kB/s)
(Reading database … 39631 files and directories currently installed.)
Preparing to unpack …/00-php8.3-bcmath_8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9_arm64.deb …
Unpacking php8.3-bcmath (8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9) over (8.3.32-1+0~20260703.84+debian13~1.gbp22d9a9) …
Preparing to unpack …/01-php8.3-zip_8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9_arm64.deb …
Unpacking php8.3-zip (8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9) over (8.3.32-1+0~20260703.84+debian13~1.gbp22d9a9) …
Preparing to unpack …/02-php8.3-xml_8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9_arm64.deb …
Unpacking php8.3-xml (8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9) over (8.3.32-1+0~20260703.84+debian13~1.gbp22d9a9) …
Preparing to unpack …/03-php8.3-readline_8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9_arm64.deb …
Unpacking php8.3-readline (8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9) over (8.3.32-1+0~20260703.84+debian13~1.gbp22d9a9) …
Preparing to unpack …/04-php8.3-opcache_8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9_arm64.deb …
Unpacking php8.3-opcache (8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9) over (8.3.32-1+0~20260703.84+debian13~1.gbp22d9a9) …
Preparing to unpack …/05-php8.3-mysql_8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9_arm64.deb …
Unpacking php8.3-mysql (8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9) over (8.3.32-1+0~20260703.84+debian13~1.gbp22d9a9) …
Preparing to unpack …/06-php8.3-mbstring_8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9_arm64.deb …
Unpacking php8.3-mbstring (8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9) over (8.3.32-1+0~20260703.84+debian13~1.gbp22d9a9) …
Preparing to unpack …/07-php8.3-ldap_8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9_arm64.deb …
Unpacking php8.3-ldap (8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9) over (8.3.32-1+0~20260703.84+debian13~1.gbp22d9a9) …
Preparing to unpack …/08-php8.3-intl_8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9_arm64.deb …
Unpacking php8.3-intl (8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9) over (8.3.32-1+0~20260703.84+debian13~1.gbp22d9a9) …
Preparing to unpack …/09-php8.3-gmp_8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9_arm64.deb …
Unpacking php8.3-gmp (8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9) over (8.3.32-1+0~20260703.84+debian13~1.gbp22d9a9) …
Preparing to unpack …/10-php8.3-gd_8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9_arm64.deb …
Unpacking php8.3-gd (8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9) over (8.3.32-1+0~20260703.84+debian13~1.gbp22d9a9) …
Preparing to unpack …/11-php8.3-cli_8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9_arm64.deb …
Unpacking php8.3-cli (8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9) over (8.3.32-1+0~20260703.84+debian13~1.gbp22d9a9) …
Preparing to unpack …/12-php8.3-fpm_8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9_arm64.deb …
Unpacking php8.3-fpm (8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9) over (8.3.32-1+0~20260703.84+debian13~1.gbp22d9a9) …
Preparing to unpack …/13-php8.3-curl_8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9_arm64.deb …
Unpacking php8.3-curl (8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9) over (8.3.32-1+0~20260703.84+debian13~1.gbp22d9a9) …
Preparing to unpack …/14-php8.3-bz2_8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9_arm64.deb …
Unpacking php8.3-bz2 (8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9) over (8.3.32-1+0~20260703.84+debian13~1.gbp22d9a9) …
Preparing to unpack …/15-php8.3-common_8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9_arm64.deb …
Unpacking php8.3-common (8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9) over (8.3.32-1+0~20260703.84+debian13~1.gbp22d9a9) …
Preparing to unpack …/16-php8.3-igbinary_3.2.16-6+0~20260709.60+debian13~1.gbp1eff65_arm64.deb …
Unpacking php8.3-igbinary (3.2.16-6+0~20260709.60+debian13~1.gbp1eff65) over (3.2.16-6+0~20260623.59+debian12~1.gbp1eff65) …
Preparing to unpack …/17-php8.3_8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9_all.deb …
Unpacking php8.3 (8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9) over (8.3.32-1+0~20260703.84+debian13~1.gbp22d9a9) …
Setting up php8.3-common (8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9) …
Setting up php8.3-zip (8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9) …
Setting up php8.3-mysql (8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9) …
Setting up php8.3-mbstring (8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9) …
Setting up php8.3-readline (8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9) …
Setting up php8.3-gmp (8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9) …
Setting up php8.3-ldap (8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9) …
Setting up php8.3-bcmath (8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9) …
Setting up php8.3-bz2 (8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9) …
Setting up php8.3-xml (8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9) …
Setting up php8.3-opcache (8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9) …
Setting up php8.3-gd (8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9) …
Setting up php8.3-curl (8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9) …
Setting up php8.3-intl (8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9) …
Setting up php8.3-cli (8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9) …
Setting up php8.3-fpm (8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9) …
NOTICE: Not enabling PHP 8.3 FPM by default.
NOTICE: To enable PHP 8.3 FPM in Apache2 do:
NOTICE: a2enmod proxy_fcgi setenvif
NOTICE: a2enconf php8.3-fpm
NOTICE: You are seeing this message because you have apache2 package installed.
Setting up php8.3-igbinary (3.2.16-6+0~20260709.60+debian13~1.gbp1eff65) …
Setting up php8.3 (8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9) …
Processing triggers for man-db (2.13.1-1) …
Processing triggers for php8.3-cli (8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9) …
Processing triggers for php8.3-fpm (8.3.32-1+0~20260708.85+debian13~1.gbp22d9a9) …
NOTICE: Not enabling PHP 8.3 FPM by default.
NOTICE: To enable PHP 8.3 FPM in Apache2 do:
NOTICE: a2enmod proxy_fcgi setenvif
NOTICE: a2enconf php8.3-fpm
NOTICE: You are seeing this message because you have apache2 package installed.
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
pi@nextcloudpi:~$ sudo rm /etc/php/8.3/*/conf.d/20-opcache.ini
pi@nextcloudpi:~$

Thanks!

I’ve looked at /etc/apt/sources.list, /etc/apt/sources.list.d/armbian.list, and /etc/apt/sources.list.d/php.list. These all point at armbian repositories.

The ncp-dist-upgrade appears to have upgraded to Armbian 26.5.1 trixie: /etc/os-release reports as follows:

PRETTY_NAME=“Armbian 26.5.1 trixie”

NAME=“Debian GNU/Linux”

VERSION_ID=“13”

VERSION=“13 (trixie)”

VERSION_CODENAME=trixie

DEBIAN_VERSION_FULL=13.5

ID=debian

HOME_URL=“https://www.armbian.com

SUPPORT_URL=“https://forum.armbian.com

BUG_REPORT_URL=" Contribute - Armbian Documentation "

ARMBIAN_PRETTY_NAME=“Armbian 26.5.1 trixie”

So I’m not sure what an Armbian Stable Distro Upgrade would do for me. (FWIW my system doesn’t currently have armbian-config, but I imagine I could get it with apt install ).

Yes, so a simple sudo apt update will show the repositories actually in use.

Remains the no show connections; error 500, may be you check the trusted proxies configuration of your nextcloud, first check on cli:
sudo ncc setupchecks

sudo ncc setupchecks provided:

  1. "cannot load Zend OPcache" ; fixed this by locating duplicated symlinks to opcache.ini in /etc/php/8.3/fpm and /etc/php/8.3/cli
    
  2. WebDAV endpoint: Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken.
    To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its trusted_domains or the overwrite.cli.url. This failure may be the result of a server-side DNS mismatch or outbound firewall rule.

About (2.) I don’t know what to look for. I found /var/www/nextcloud/config/config.php, file date yesterday (so after the upgrade). The entries there all look like they should look (the trusted_domains and the overwrite.cli.url are all what they should be in my system).

Sorry, I’m not very experienced and never opened my nc to the public.
I recommend reading again, because evolution is ongoing:
WebDAV
Same:
101: Self-hosting information for beginners

Good luck.

Those errors are logged to

/var/log/ncp-dist-upgrade.log

Can you both check / share your

/var/log/ncp-dist-upgrade.log

?

**pi@nextcloudpi**:**\~**$ cat /var/log/ncp-dist-upgrade.log

Maintenance mode enabled

  • curl -sSLo /tmp/debsuryorg-archive-keyring.deb https://packages.sury.org/debsuryorg-archive-keyring.deb
  • dpkg -i /tmp/debsuryorg-archive-keyring.deb
    (Reading database … 36424 files and directories currently installed.)
    Preparing to unpack …/debsuryorg-archive-keyring.deb …
    Unpacking debsuryorg-archive-keyring (2025.11.18) over (2025.11.18) …
    Setting up debsuryorg-archive-keyring (2025.11.18) …
    ++ lsb_release -sc
  • echo ‘deb [signed-by=/usr/share/keyrings/debsuryorg-archive-keyring.gpg] Index of /php/ bookworm main’
  • apt-get update
    Get:1 http://security.debian.org bookworm-security InRelease [48.0 kB]
    Get:2 Index of /debian bookworm InRelease [151 kB]
    Get:3 https://packages.sury.org/php bookworm InRelease [6,136 B]
    Get:4 Index of /debian bookworm-updates InRelease [55.4 kB]
    Get:5 Armbian config package repository | configng stable InRelease [5,467 B]
    Get:6 Index of /debian bookworm-backports InRelease [59.4 kB]
    Get:7 http://security.debian.org bookworm-security/main arm64 Packages [313 kB]
    Get:9 Index of /debian bookworm/main arm64 Packages [11.9 MB]
    Get:10 https://packages.sury.org/php bookworm/main arm64 Packages [514 kB]
    Get:11 Armbian config package repository | configng stable/main arm64 Packages [454 B]
    Get:8 Index of /armbian/apt bookworm InRelease [39.9 kB]
    Get:12 Index of /armbian/apt bookworm/bookworm-desktop arm64 Packages [4,655 B]
    Get:13 Index of /armbian/apt bookworm/bookworm-utils arm64 Packages [23.2 kB]
    Get:14 Index of /armbian/apt bookworm/main arm64 Packages [806 kB]
    Get:15 Index of /armbian/apt bookworm/main all Packages [4,472 B]
    Get:16 Index of /armbian/apt bookworm/bookworm-utils all Packages [5,916 B]
    Get:17 Index of /debian bookworm-backports/main arm64 Packages.diff/Index [63.3 kB]
    Get:18 Index of /debian bookworm/non-free arm64 Packages [93.7 kB]
    Get:19 Index of /debian bookworm-backports/main arm64 Packages T-2026-06-27-0800.23-F-2026-04-17-0201.58.pdiff [37.1 k
    B]
    Get:19 Index of /debian bookworm-backports/main arm64 Packages T-2026-06-27-0800.23-F-2026-04-17-0201.58.pdiff [37.1 k
    B]
    Fetched 14.2 MB in 8s (1,677 kB/s)
    Reading package lists…
  • apt-get upgrade -y
    Reading package lists…
    Building dependency tree…
    Reading state information…
    Calculating upgrade…
    The following packages have been kept back:
    armbian-config
    The following packages will be upgraded:
    apache2 apache2-bin apache2-data apache2-utils armbian-bsp-cli-rpi4b-current
    base-files bash bind9-dnsutils bind9-host bind9-libs busybox
    distro-info-data dnsmasq dnsmasq-base dnsutils dpkg jq libarchive13 libc-bin
    libc-dev-bin libc-l10n libc6 libc6-dev libcap2 libcap2-bin
    libconfig-inifiles-perl libdbi-perl libdpkg-perl libgcrypt20 libgd3
    libglib2.0-0 libgnutls30 libgssapi-krb5-2 libjq1 libk5crypto3 libkrb5-3
    libkrb5support0 libldb2 libnghttp2-14 libpam-systemd libpng16-16
    libpython3.11 libpython3.11-minimal libpython3.11-stdlib libsmbclient
    libsodium23 libssl3 libsystemd-shared libsystemd0 libtiff6 libudev1
    libwbclient0 libxslt1.1 linux-base linux-dtb-current-bcm2711
    linux-image-current-bcm2711 linux-libc-dev locales modsecurity-crs
    openssh-client openssh-server openssh-sftp-server openssl php-common php8.3
    php8.3-apcu php8.3-bcmath php8.3-bz2 php8.3-cli php8.3-common php8.3-curl
    php8.3-fpm php8.3-gd php8.3-gmp php8.3-igbinary php8.3-intl php8.3-ldap
    php8.3-mbstring php8.3-mysql php8.3-opcache php8.3-readline php8.3-redis
    php8.3-xml php8.3-zip python3-ldb python3-samba python3-urllib3 python3.11
    python3.11-minimal redis-server redis-tools rsync samba samba-common
    samba-common-bin samba-libs sed smbclient sudo systemd systemd-resolved
    systemd-sysv systemd-timesyncd tzdata u-boot-tools udev wireless-regdb
    107 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
    Need to get 98.4 MB of archives.
    After this operation, 6,204 kB disk space will be freed.
    Get:1 http://security.debian.org bookworm-security/main arm64 linux-libc-dev arm64 6.1.176-1 [2,280 kB]
    Get:2 Index of /debian bookworm/main arm64 bash arm64 5.2.15-2+b13 [1,444 kB]
    Get:3 https://packages.sury.org/php bookworm/main arm64 php-common all 2:101~+0~20260503.72+debian12~1.gbp7da167 [14.0 kB]
    Get:5 https://packages.sury.org/php bookworm/main arm64 php8.3-bcmath arm64 8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9 [14.8 kB]
    Get:6 https://packages.sury.org/php bookworm/main arm64 php8.3-zip arm64 8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9 [25.1 kB]
    Get:7 https://packages.sury.org/php bookworm/main arm64 php8.3-xml arm64 8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9 [107 kB]
    Get:11 https://packages.sury.org/php bookworm/main arm64 php8.3-readline arm64 8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9 [12.0 k
    B]
    Get:12 https://packages.sury.org/php bookworm/main arm64 php8.3-opcache arm64 8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9 [496 kB]
    Get:4 http://apt.armbian.com bookworm/bookworm-utils arm64 base-files arm64 26.5.1-12.4+deb12u14-bookworm [53.1 kB]
    Get:13 Index of /debian bookworm/main arm64 dpkg arm64 1.21.23 [1,550 kB]
    Get:14 https://packages.sury.org/php bookworm/main arm64 php8.3-mysql arm64 8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9 [108 kB]
    Get:8 Index of /armbian/apt bookworm/main arm64 armbian-bsp-cli-rpi4b-current arm64 26.2.1 [450 kB]
    Get:15 https://packages.sury.org/php bookworm/main arm64 php8.3-mbstring arm64 8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9 [426 kB
    ]
    Get:16 http://security.debian.org bookworm-security/main arm64 libssl3 arm64 3.0.20-1~deb12u2 [1,824 kB]
    Get:17 https://packages.sury.org/php bookworm/main arm64 php8.3-ldap arm64 8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9 [30.0 kB]
    Get:18 https://packages.sury.org/php bookworm/main arm64 php8.3-intl arm64 8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9 [132 kB]
    Get:9 Index of /armbian/apt bookworm/main arm64 linux-dtb-current-bcm2711 arm64 26.5.1 [144 kB]
    Get:19 https://packages.sury.org/php bookworm/main arm64 php8.3-gmp arm64 8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9 [21.1 kB]
    Get:20 https://packages.sury.org/php bookworm/main arm64 libgd3 arm64 2.3.3-13+0~20260506.19+debian12~1.gbp4c9a22 [114 kB]
    Get:10 Index of /armbian/apt bookworm/main arm64 linux-image-current-bcm2711 arm64 26.5.1 [33.3 MB]
    Get:21 Index of /debian bookworm/main arm64 sed arm64 4.9-1+deb12u1 [324 kB]
    Get:22 https://packages.sury.org/php bookworm/main arm64 php8.3-gd arm64 8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9 [27.6 kB]
    Get:23 https://packages.sury.org/php bookworm/main arm64 php8.3-cli arm64 8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9 [1,605 kB]
    Get:24 Index of /debian bookworm/main arm64 libc6-dev arm64 2.36-9+deb12u14 [1,436 kB]
    Get:25 http://security.debian.org bookworm-security/main arm64 libgcrypt20 arm64 1.10.1-3+deb12u1 [620 kB]
    Get:26 http://security.debian.org bookworm-security/main arm64 libnghttp2-14 arm64 1.52.0-1+deb12u3 [69.0 kB]
    Get:27 http://security.debian.org bookworm-security/main arm64 apache2 arm64 2.4.67-1~deb12u3 [231 kB]
    Get:28 http://security.debian.org bookworm-security/main arm64 apache2-bin arm64 2.4.67-1~deb12u3 [1,292 kB]
    Get:29 Index of /debian bookworm/main arm64 libc-dev-bin arm64 2.36-9+deb12u14 [47.2 kB]
    Get:30 Index of /debian bookworm/main arm64 libc6 arm64 2.36-9+deb12u14 [2,325 kB]
    Get:31 http://security.debian.org bookworm-security/main arm64 apache2-data all 2.4.67-1~deb12u3 [160 kB]
    Get:32 https://packages.sury.org/php bookworm/main arm64 php8.3-fpm arm64 8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9 [1,613 kB]
    Get:33 http://security.debian.org bookworm-security/main arm64 apache2-utils arm64 2.4.67-1~deb12u3 [214 kB]
    Get:34 http://security.debian.org bookworm-security/main arm64 libkrb5support0 arm64 1.20.1-2+deb12u5 [32.6 kB]
    Get:35 http://security.debian.org bookworm-security/main arm64 libk5crypto3 arm64 1.20.1-2+deb12u5 [79.9 kB]
    Get:36 http://security.debian.org bookworm-security/main arm64 libgssapi-krb5-2 arm64 1.20.1-2+deb12u5 [124 kB]
    Get:37 http://security.debian.org bookworm-security/main arm64 libkrb5-3 arm64 1.20.1-2+deb12u5 [316 kB]
    Get:38 http://security.debian.org bookworm-security/main arm64 redis-server arm64 5:7.0.15-1~deb12u7 [73.4 kB]
    Get:39 Index of /debian bookworm/main arm64 libc-bin arm64 2.36-9+deb12u14 [535 kB]
    Get:40 Index of /debian bookworm/main arm64 libcap2 arm64 1:2.66-4+deb12u3+b1 [27.1 kB]
    Get:41 Index of /debian bookworm/main arm64 systemd-sysv arm64 252.39-1~deb12u2 [42.9 kB]
    Get:42 Index of /debian bookworm/main arm64 libpam-systemd arm64 252.39-1~deb12u2 [210 kB]
    Get:43 http://security.debian.org bookworm-security/main arm64 redis-tools arm64 5:7.0.15-1~deb12u7 [901 kB]
    Get:44 Index of /debian bookworm/main arm64 systemd-timesyncd arm64 252.39-1~deb12u2 [62.2 kB]
    Get:45 Index of /debian bookworm/main arm64 systemd arm64 252.39-1~deb12u2 [2,840 kB]
    Get:46 https://packages.sury.org/php bookworm/main arm64 php8.3-curl arm64 8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9 [35.4 kB]
    Get:47 https://packages.sury.org/php bookworm/main arm64 php8.3-bz2 arm64 8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9 [10.5 kB]
    Get:48 https://packages.sury.org/php bookworm/main arm64 php8.3-common arm64 8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9 [707 kB]
    Get:49 https://packages.sury.org/php bookworm/main arm64 php8.3-apcu arm64 5.1.28-2+0~20260623.59+debian12~1.gbp4679cd [42.7 kB]
    Get:50 https://packages.sury.org/php bookworm/main arm64 php8.3-igbinary arm64 3.2.16-6+0~20260623.59+debian12~1.gbp1eff65 [32.0 k
    B]
    Get:51 https://packages.sury.org/php bookworm/main arm64 php8.3-redis arm64 6.3.0-2+0~20260706.68+debian12~1.gbpd148c3 [172 kB]
    Get:52 http://security.debian.org bookworm-security/main arm64 rsync arm64 3.2.7-1+deb12u5 [404 kB]
    Get:53 https://packages.sury.org/php bookworm/main arm64 php8.3 all 8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9 [51.2 kB]
    Get:54 http://security.debian.org bookworm-security/main arm64 python3-ldb arm64 2:2.6.2+samba4.17.12+dfsg-0+deb12u4 [60.9 kB]
    Get:55 http://security.debian.org bookworm-security/main arm64 libldb2 arm64 2:2.6.2+samba4.17.12+dfsg-0+deb12u4 [155 kB]
    Get:56 http://security.debian.org bookworm-security/main arm64 libgnutls30 arm64 3.7.9-2+deb12u7 [1,318 kB]
    Get:57 Index of /debian bookworm/main arm64 systemd-resolved arm64 252.39-1~deb12u2 [282 kB]
    Get:58 Index of /debian bookworm/main arm64 libsystemd-shared arm64 252.39-1~deb12u2 [1,508 kB]
    Get:59 http://security.debian.org bookworm-security/main arm64 smbclient arm64 2:4.17.12+dfsg-0+deb12u4 [432 kB]
    Get:60 http://security.debian.org bookworm-security/main arm64 samba-common-bin arm64 2:4.17.12+dfsg-0+deb12u4 [1,097 kB]
    Get:61 Index of /debian bookworm/main arm64 libsystemd0 arm64 252.39-1~deb12u2 [309 kB]
    Get:62 http://security.debian.org bookworm-security/main arm64 libwbclient0 arm64 2:4.17.12+dfsg-0+deb12u4 [53.5 kB]
    Get:63 http://security.debian.org bookworm-security/main arm64 libsmbclient arm64 2:4.17.12+dfsg-0+deb12u4 [79.4 kB]
    Get:64 http://security.debian.org bookworm-security/main arm64 samba-libs arm64 2:4.17.12+dfsg-0+deb12u4 [5,267 kB]
    Get:65 Index of /debian bookworm/main arm64 dnsmasq-base arm64 2.90-4~deb12u2 [472 kB]
    Get:66 Index of /debian bookworm/main arm64 dnsmasq all 2.90-4~deb12u2 [66.3 kB]
    Get:67 Index of /debian bookworm/main arm64 openssh-sftp-server arm64 1:9.2p1-2+deb12u10 [60.3 kB]
    Get:68 Index of /debian bookworm/main arm64 openssh-server arm64 1:9.2p1-2+deb12u10 [412 kB]
    Get:69 Index of /debian bookworm/main arm64 openssh-client arm64 1:9.2p1-2+deb12u10 [935 kB]
    Get:70 Index of /debian bookworm/main arm64 libxslt1.1 arm64 1.1.35-1+deb12u4 [221 kB]
    Get:71 Index of /debian bookworm/main arm64 libpng16-16 arm64 1.6.39-2+deb12u5 [270 kB]
    Get:72 Index of /debian bookworm/main arm64 libtiff6 arm64 4.5.0-6+deb12u4 [301 kB]
    Get:73 Index of /debian bookworm/main arm64 tzdata all 2026b-0+deb12u1 [304 kB]
    Get:74 Index of /debian bookworm/main arm64 libsodium23 arm64 1.0.18-1+deb12u1 [118 kB]
    Get:75 Index of /debian bookworm/main arm64 libpython3.11 arm64 3.11.2-6+deb12u7 [1,840 kB]
    Get:76 http://security.debian.org bookworm-security/main arm64 samba arm64 2:4.17.12+dfsg-0+deb12u4 [889 kB]
    Get:77 http://security.debian.org bookworm-security/main arm64 python3-samba arm64 2:4.17.12+dfsg-0+deb12u4 [2,637 kB]
    Get:78 Index of /debian bookworm/main arm64 python3.11 arm64 3.11.2-6+deb12u7 [574 kB]
    Get:79 Index of /debian bookworm/main arm64 libpython3.11-stdlib arm64 3.11.2-6+deb12u7 [1,748 kB]
    Get:80 http://security.debian.org bookworm-security/main arm64 samba-common all 2:4.17.12+dfsg-0+deb12u4 [88.7 kB]
    Get:81 http://security.debian.org bookworm-security/main arm64 bind9-host arm64 1:9.18.49-1~deb12u1 [52.7 kB]
    Get:82 Index of /debian bookworm/main arm64 python3.11-minimal arm64 3.11.2-6+deb12u7 [1,859 kB]
    Get:83 http://security.debian.org bookworm-security/main arm64 bind9-dnsutils arm64 1:9.18.49-1~deb12u1 [148 kB]
    Get:84 http://security.debian.org bookworm-security/main arm64 bind9-libs arm64 1:9.18.49-1~deb12u1 [1,053 kB]
    Get:85 Index of /debian bookworm/main arm64 libpython3.11-minimal arm64 3.11.2-6+deb12u7 [811 kB]
    Get:86 http://security.debian.org bookworm-security/main arm64 linux-base all 4.12.1~deb12u1 [25.6 kB]
    Get:87 http://security.debian.org bookworm-security/main arm64 u-boot-tools arm64 2023.01+dfsg-2+deb12u3 [190 kB]
    Get:88 http://security.debian.org bookworm-security/main arm64 dnsutils all 1:9.18.49-1~deb12u1 [11.5 kB]
    Get:89 http://security.debian.org bookworm-security/main arm64 jq arm64 1.6-2.1+deb12u2 [63.6 kB]
    Get:90 http://security.debian.org bookworm-security/main arm64 libjq1 arm64 1.6-2.1+deb12u2 [122 kB]
    Get:91 http://security.debian.org bookworm-security/main arm64 libconfig-inifiles-perl all 3.000003-2+deb12u1 [46.0 kB]
    Get:92 http://security.debian.org bookworm-security/main arm64 libdbi-perl arm64 1.643-4+deb12u1 [767 kB]
    Get:93 Index of /debian bookworm/main arm64 libarchive13 arm64 3.6.2-1+deb12u4 [318 kB]
    Get:94 Index of /debian bookworm/main arm64 sudo arm64 1.9.13p3-1+deb12u4 [1,826 kB]
    Get:95 http://security.debian.org bookworm-security/main arm64 openssl arm64 3.0.20-1~deb12u2 [1,405 kB]
    Get:96 http://security.debian.org bookworm-security/main arm64 python3-urllib3 all 1.26.12-1+deb12u4 [114 kB]
    Get:97 Index of /debian bookworm/main arm64 udev arm64 252.39-1~deb12u2 [1,656 kB]
    Get:98 Index of /debian bookworm/main arm64 libudev1 arm64 252.39-1~deb12u2 [103 kB]
    Get:99 Index of /debian bookworm/main arm64 libc-l10n all 2.36-9+deb12u14 [676 kB]
    Get:100 Index of /debian bookworm/main arm64 locales all 2.36-9+deb12u14 [3,906 kB]
    Get:101 Index of /debian bookworm/main arm64 busybox arm64 1:1.35.0-4+deb12u1+b1 [423 kB]
    Get:102 Index of /debian bookworm/main arm64 distro-info-data all 0.58+deb12u7 [6,584 B]
    Get:103 Index of /debian bookworm/main arm64 libcap2-bin arm64 1:2.66-4+deb12u3+b1 [34.5 kB]
    Get:104 Index of /debian bookworm/main arm64 libdpkg-perl all 1.21.23 [604 kB]
    Get:105 Index of /debian bookworm/main arm64 libglib2.0-0 arm64 2.74.6-2+deb12u9 [1,316 kB]
    Get:106 Index of /debian bookworm/main arm64 modsecurity-crs all 3.3.4-1+deb12u3 [163 kB]
    Get:107 Index of /debian bookworm/main arm64 wireless-regdb all 2026.02.04-1~deb12u1 [12.3 kB]
    Preconfiguring packages …
    Fetched 98.4 MB in 42s (2,367 kB/s)
    (Reading database … 36424 files and directories currently installed.)
    Preparing to unpack …/base-files_26.5.1-12.4+deb12u14-bookworm_arm64.deb …
    Unpacking base-files (26.5.1-12.4+deb12u14-bookworm) over (25.8.1-12.4+deb12u13-bookworm) …
    Setting up base-files (26.5.1-12.4+deb12u14-bookworm) …
    Installing new version of config file /etc/debian_version …
    Installing new version of config file /etc/dpkg/origins/armbian …
    (Reading database … 36423 files and directories currently installed.)
    Preparing to unpack …/bash_5.2.15-2+b13_arm64.deb …
    Unpacking bash (5.2.15-2+b13) over (5.2.15-2+b10) …
    Setting up bash (5.2.15-2+b13) …
    update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in
    auto mode
    (Reading database … 36423 files and directories currently installed.)
    Preparing to unpack …/dpkg_1.21.23_arm64.deb …
    Unpacking dpkg (1.21.23) over (1.21.22) …
    Setting up dpkg (1.21.23) …
    dpkg: warning: This system uses merged-usr-via-aliased-dirs, going behind dpkg’s
    dpkg: warning: back, breaking its core assumptions. This can cause silent file
    dpkg: warning: overwrites and disappearances, and its general tools misbehavior.
    dpkg: warning: See https://wiki.debian.org/Teams/Dpkg/FAQ#broken-usrmerge.
    dpkg-db-backup.service is a disabled or a static unit not running, not starting it.
    (Reading database … 36423 files and directories currently installed.)
    Preparing to unpack …/sed_4.9-1+deb12u1_arm64.deb …
    Unpacking sed (4.9-1+deb12u1) over (4.9-1) …
    Setting up sed (4.9-1+deb12u1) …
    (Reading database … 36423 files and directories currently installed.)
    Preparing to unpack …/libc6-dev_2.36-9+deb12u14_arm64.deb …
    Unpacking libc6-dev:arm64 (2.36-9+deb12u14) over (2.36-9+deb12u13) …
    Preparing to unpack …/libc-dev-bin_2.36-9+deb12u14_arm64.deb …
    Unpacking libc-dev-bin (2.36-9+deb12u14) over (2.36-9+deb12u13) …
    Preparing to unpack …/linux-libc-dev_6.1.176-1_arm64.deb …
    Unpacking linux-libc-dev:arm64 (6.1.176-1) over (6.1.164-1) …
    Preparing to unpack …/libc6_2.36-9+deb12u14_arm64.deb …
    Unpacking libc6:arm64 (2.36-9+deb12u14) over (2.36-9+deb12u13) …
    Setting up libc6:arm64 (2.36-9+deb12u14) …
    (Reading database … 36423 files and directories currently installed.)
    Preparing to unpack …/libc-bin_2.36-9+deb12u14_arm64.deb …
    Unpacking libc-bin (2.36-9+deb12u14) over (2.36-9+deb12u13) …
    Setting up libc-bin (2.36-9+deb12u14) …
    (Reading database … 36423 files and directories currently installed.)
    Preparing to unpack …/libcap2_1%3a2.66-4+deb12u3+b1_arm64.deb …
    Unpacking libcap2:arm64 (1:2.66-4+deb12u3+b1) over (1:2.66-4+deb12u2+b2) …
    Setting up libcap2:arm64 (1:2.66-4+deb12u3+b1) …
    (Reading database … 36423 files and directories currently installed.)
    Preparing to unpack …/systemd-sysv_252.39-1~deb12u2_arm64.deb …
    Unpacking systemd-sysv (252.39-1~deb12u2) over (252.39-1~deb12u1) …
    Preparing to unpack …/libpam-systemd_252.39-1~deb12u2_arm64.deb …
    Unpacking libpam-systemd:arm64 (252.39-1~deb12u2) over (252.39-1~deb12u1) …
    Preparing to unpack …/libssl3_3.0.20-1~deb12u2_arm64.deb …
    Unpacking libssl3:arm64 (3.0.20-1~deb12u2) over (3.0.19-1~deb12u2) …
    Preparing to unpack …/systemd-timesyncd_252.39-1~deb12u2_arm64.deb …
    Unpacking systemd-timesyncd (252.39-1~deb12u2) over (252.39-1~deb12u1) …
    Setting up libssl3:arm64 (3.0.20-1~deb12u2) …
    (Reading database … 36423 files and directories currently installed.)
    Preparing to unpack …/systemd_252.39-1~deb12u2_arm64.deb …
    Unpacking systemd (252.39-1~deb12u2) over (252.39-1~deb12u1) …
    Preparing to unpack …/systemd-resolved_252.39-1~deb12u2_arm64.deb …
    Unpacking systemd-resolved (252.39-1~deb12u2) over (252.39-1~deb12u1) …
    Preparing to unpack …/libgcrypt20_1.10.1-3+deb12u1_arm64.deb …
    Unpacking libgcrypt20:arm64 (1.10.1-3+deb12u1) over (1.10.1-3) …
    Setting up libgcrypt20:arm64 (1.10.1-3+deb12u1) …
    (Reading database … 36423 files and directories currently installed.)
    Preparing to unpack …/libsystemd-shared_252.39-1~deb12u2_arm64.deb …
    Unpacking libsystemd-shared:arm64 (252.39-1~deb12u2) over (252.39-1~deb12u1) …
    Preparing to unpack …/libsystemd0_252.39-1~deb12u2_arm64.deb …
    Unpacking libsystemd0:arm64 (252.39-1~deb12u2) over (252.39-1~deb12u1) …
    Setting up libsystemd0:arm64 (252.39-1~deb12u2) …
    (Reading database … 36423 files and directories currently installed.)
    Preparing to unpack …/00-libnghttp2-14_1.52.0-1+deb12u3_arm64.deb …
    Unpacking libnghttp2-14:arm64 (1.52.0-1+deb12u3) over (1.52.0-1+deb12u2) …
    Preparing to unpack …/01-apache2_2.4.67-1~deb12u3_arm64.deb …
    Unpacking apache2 (2.4.67-1~deb12u3) over (2.4.66-1~deb12u1) …
    Preparing to unpack …/02-apache2-bin_2.4.67-1~deb12u3_arm64.deb …
    Unpacking apache2-bin (2.4.67-1~deb12u3) over (2.4.66-1~deb12u1) …
    Preparing to unpack …/03-apache2-data_2.4.67-1~deb12u3_all.deb …
    Unpacking apache2-data (2.4.67-1~deb12u3) over (2.4.66-1~deb12u1) …
    Preparing to unpack …/04-apache2-utils_2.4.67-1~deb12u3_arm64.deb …
    Unpacking apache2-utils (2.4.67-1~deb12u3) over (2.4.66-1~deb12u1) …
    Preparing to unpack …/05-dnsmasq-base_2.90-4~deb12u2_arm64.deb …
    Unpacking dnsmasq-base (2.90-4~deb12u2) over (2.90-4~deb12u1) …
    Preparing to unpack …/06-dnsmasq_2.90-4~deb12u2_all.deb …
    Unpacking dnsmasq (2.90-4~deb12u2) over (2.90-4~deb12u1) …
    Preparing to unpack …/07-libkrb5support0_1.20.1-2+deb12u5_arm64.deb …
    Unpacking libkrb5support0:arm64 (1.20.1-2+deb12u5) over (1.20.1-2+deb12u4) …
    Preparing to unpack …/08-libk5crypto3_1.20.1-2+deb12u5_arm64.deb …
    Unpacking libk5crypto3:arm64 (1.20.1-2+deb12u5) over (1.20.1-2+deb12u4) …
    Preparing to unpack …/09-libgssapi-krb5-2_1.20.1-2+deb12u5_arm64.deb …
    Unpacking libgssapi-krb5-2:arm64 (1.20.1-2+deb12u5) over (1.20.1-2+deb12u4) …
    Preparing to unpack …/10-libkrb5-3_1.20.1-2+deb12u5_arm64.deb …
    Unpacking libkrb5-3:arm64 (1.20.1-2+deb12u5) over (1.20.1-2+deb12u4) …
    Preparing to unpack …/11-openssh-sftp-server_1%3a9.2p1-2+deb12u10_arm64.deb …
    Unpacking openssh-sftp-server (1:9.2p1-2+deb12u10) over (1:9.2p1-2+deb12u9) …
    Preparing to unpack …/12-openssh-server_1%3a9.2p1-2+deb12u10_arm64.deb …
    Unpacking openssh-server (1:9.2p1-2+deb12u10) over (1:9.2p1-2+deb12u9) …
    Preparing to unpack …/13-openssh-client_1%3a9.2p1-2+deb12u10_arm64.deb …
    Unpacking openssh-client (1:9.2p1-2+deb12u10) over (1:9.2p1-2+deb12u9) …
    Preparing to unpack …/14-php-common_2%3a101~+0~20260503.72+debian12~1.gbp7da167_all.deb …
    Unpacking php-common (2:101~+0~20260503.72+debian12~1.gbp7da167) over (2:101~+0~20260212.63+debian12~1.gbp7da167) …
    Preparing to unpack …/15-php8.3-bcmath_8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9_arm64.deb …
    Unpacking php8.3-bcmath (8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9) over (8.3.30-3+0~20260213.77+debian12~1.gbpa1591f) …
    Preparing to unpack …/16-php8.3-zip_8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9_arm64.deb …
    Unpacking php8.3-zip (8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9) over (8.3.30-3+0~20260213.77+debian12~1.gbpa1591f) …
    Preparing to unpack …/17-libxslt1.1_1.1.35-1+deb12u4_arm64.deb …
    Unpacking libxslt1.1:arm64 (1.1.35-1+deb12u4) over (1.1.35-1+deb12u3) …
    Preparing to unpack …/18-php8.3-xml_8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9_arm64.deb …
    Unpacking php8.3-xml (8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9) over (8.3.30-3+0~20260213.77+debian12~1.gbpa1591f) …
    Preparing to unpack …/19-php8.3-readline_8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9_arm64.deb …
    Unpacking php8.3-readline (8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9) over (8.3.30-3+0~20260213.77+debian12~1.gbpa1591f) …
    Preparing to unpack …/20-php8.3-opcache_8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9_arm64.deb …
    Unpacking php8.3-opcache (8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9) over (8.3.30-3+0~20260213.77+debian12~1.gbpa1591f) …
    Preparing to unpack …/21-php8.3-mysql_8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9_arm64.deb …
    Unpacking php8.3-mysql (8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9) over (8.3.30-3+0~20260213.77+debian12~1.gbpa1591f) …
    Preparing to unpack …/22-php8.3-mbstring_8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9_arm64.deb …
    Unpacking php8.3-mbstring (8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9) over (8.3.30-3+0~20260213.77+debian12~1.gbpa1591f) …
    Preparing to unpack …/23-php8.3-ldap_8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9_arm64.deb …
    Unpacking php8.3-ldap (8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9) over (8.3.30-3+0~20260213.77+debian12~1.gbpa1591f) …
    Preparing to unpack …/24-php8.3-intl_8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9_arm64.deb …
    Unpacking php8.3-intl (8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9) over (8.3.30-3+0~20260213.77+debian12~1.gbpa1591f) …
    Preparing to unpack …/25-php8.3-gmp_8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9_arm64.deb …
    Unpacking php8.3-gmp (8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9) over (8.3.30-3+0~20260213.77+debian12~1.gbpa1591f) …
    Preparing to unpack …/26-libpng16-16_1.6.39-2+deb12u5_arm64.deb …
    Unpacking libpng16-16:arm64 (1.6.39-2+deb12u5) over (1.6.39-2+deb12u1) …
    Preparing to unpack …/27-libtiff6_4.5.0-6+deb12u4_arm64.deb …
    Unpacking libtiff6:arm64 (4.5.0-6+deb12u4) over (4.5.0-6+deb12u3) …
    Preparing to unpack …/28-libgd3_2.3.3-13+0~20260506.19+debian12~1.gbp4c9a22_arm64.deb …
    Unpacking libgd3:arm64 (2.3.3-13+0~20260506.19+debian12~1.gbp4c9a22) over (2.3.3-13+0~20250427.18+debian12~1.gbp492e76) …
    Preparing to unpack …/29-php8.3-gd_8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9_arm64.deb …
    Unpacking php8.3-gd (8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9) over (8.3.30-3+0~20260213.77+debian12~1.gbpa1591f) …
    Preparing to unpack …/30-tzdata_2026b-0+deb12u1_all.deb …
    Unpacking tzdata (2026b-0+deb12u1) over (2025b-0+deb12u2) …
    Preparing to unpack …/31-libsodium23_1.0.18-1+deb12u1_arm64.deb …
    Unpacking libsodium23:arm64 (1.0.18-1+deb12u1) over (1.0.18-1) …
    Preparing to unpack …/32-php8.3-cli_8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9_arm64.deb …
    Unpacking php8.3-cli (8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9) over (8.3.30-3+0~20260213.77+debian12~1.gbpa1591f) …
    Preparing to unpack …/33-php8.3-fpm_8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9_arm64.deb …
    Unpacking php8.3-fpm (8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9) over (8.3.30-3+0~20260213.77+debian12~1.gbpa1591f) …
    Preparing to unpack …/34-php8.3-curl_8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9_arm64.deb …
    Unpacking php8.3-curl (8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9) over (8.3.30-3+0~20260213.77+debian12~1.gbpa1591f) …
    Preparing to unpack …/35-php8.3-bz2_8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9_arm64.deb …
    Unpacking php8.3-bz2 (8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9) over (8.3.30-3+0~20260213.77+debian12~1.gbpa1591f) …
    Preparing to unpack …/36-php8.3-common_8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9_arm64.deb …
    Unpacking php8.3-common (8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9) over (8.3.30-3+0~20260213.77+debian12~1.gbpa1591f) …
    Setting up php-common (2:101~+0~20260503.72+debian12~1.gbp7da167) …
    (Reading database … 36424 files and directories currently installed.)
    Preparing to unpack …/00-php8.3-apcu_5.1.28-2+0~20260623.59+debian12~1.gbp4679cd_arm64.deb …
    Unpacking php8.3-apcu (5.1.28-2+0~20260623.59+debian12~1.gbp4679cd) over (5.1.28-1+0~20260118.53+debian12~1.gbp5969fc) …
    Preparing to unpack …/01-php8.3-igbinary_3.2.16-6+0~20260623.59+debian12~1.gbp1eff65_arm64.deb …
    Unpacking php8.3-igbinary (3.2.16-6+0~20260623.59+debian12~1.gbp1eff65) over (3.2.16-6+0~20260330.57+debian12~1.gbp1eff65) …
    Preparing to unpack …/02-php8.3-redis_6.3.0-2+0~20260706.68+debian12~1.gbpd148c3_arm64.deb …
    Unpacking php8.3-redis (6.3.0-2+0~20260706.68+debian12~1.gbpd148c3) over (6.3.0-1+0~20251120.64+debian12~1.gbpd464c1) …
    Preparing to unpack …/03-libpython3.11_3.11.2-6+deb12u7_arm64.deb …
    Unpacking libpython3.11:arm64 (3.11.2-6+deb12u7) over (3.11.2-6+deb12u6) …
    Preparing to unpack …/04-python3.11_3.11.2-6+deb12u7_arm64.deb …
    Unpacking python3.11 (3.11.2-6+deb12u7) over (3.11.2-6+deb12u6) …
    Preparing to unpack …/05-libpython3.11-stdlib_3.11.2-6+deb12u7_arm64.deb …
    Unpacking libpython3.11-stdlib:arm64 (3.11.2-6+deb12u7) over (3.11.2-6+deb12u6) …
    Preparing to unpack …/06-python3.11-minimal_3.11.2-6+deb12u7_arm64.deb …
    Unpacking python3.11-minimal (3.11.2-6+deb12u7) over (3.11.2-6+deb12u6) …
    Preparing to unpack …/07-libpython3.11-minimal_3.11.2-6+deb12u7_arm64.deb …
    Unpacking libpython3.11-minimal:arm64 (3.11.2-6+deb12u7) over (3.11.2-6+deb12u6) …
    Preparing to unpack …/08-redis-server_5%3a7.0.15-1~deb12u7_arm64.deb …
    Unpacking redis-server (5:7.0.15-1~deb12u7) over (5:7.0.15-1~deb12u6) …
    Preparing to unpack …/09-redis-tools_5%3a7.0.15-1~deb12u7_arm64.deb …
    Unpacking redis-tools (5:7.0.15-1~deb12u7) over (5:7.0.15-1~deb12u6) …
    Preparing to unpack …/10-rsync_3.2.7-1+deb12u5_arm64.deb …
    Unpacking rsync (3.2.7-1+deb12u5) over (3.2.7-1+deb12u4) …
    Preparing to unpack …/11-python3-ldb_2%3a2.6.2+samba4.17.12+dfsg-0+deb12u4_arm64.deb …
    Unpacking python3-ldb (2:2.6.2+samba4.17.12+dfsg-0+deb12u4) over (2:2.6.2+samba4.17.12+dfsg-0+deb12u3) …
    Preparing to unpack …/12-libldb2_2%3a2.6.2+samba4.17.12+dfsg-0+deb12u4_arm64.deb …
    Unpacking libldb2:arm64 (2:2.6.2+samba4.17.12+dfsg-0+deb12u4) over (2:2.6.2+samba4.17.12+dfsg-0+deb12u3) …
    Preparing to unpack …/13-libgnutls30_3.7.9-2+deb12u7_arm64.deb …
    Unpacking libgnutls30:arm64 (3.7.9-2+deb12u7) over (3.7.9-2+deb12u6) …
    Setting up libgnutls30:arm64 (3.7.9-2+deb12u7) …
    (Reading database … 36424 files and directories currently installed.)
    Preparing to unpack …/00-smbclient_2%3a4.17.12+dfsg-0+deb12u4_arm64.deb …
    Unpacking smbclient (2:4.17.12+dfsg-0+deb12u4) over (2:4.17.12+dfsg-0+deb12u3) …
    Preparing to unpack …/01-samba-common-bin_2%3a4.17.12+dfsg-0+deb12u4_arm64.deb …
    Unpacking samba-common-bin (2:4.17.12+dfsg-0+deb12u4) over (2:4.17.12+dfsg-0+deb12u3) …
    Preparing to unpack …/02-libwbclient0_2%3a4.17.12+dfsg-0+deb12u4_arm64.deb …
    Unpacking libwbclient0:arm64 (2:4.17.12+dfsg-0+deb12u4) over (2:4.17.12+dfsg-0+deb12u3) …
    Preparing to unpack …/03-libsmbclient_2%3a4.17.12+dfsg-0+deb12u4_arm64.deb …
    Unpacking libsmbclient:arm64 (2:4.17.12+dfsg-0+deb12u4) over (2:4.17.12+dfsg-0+deb12u3) …
    Preparing to unpack …/04-samba-libs_2%3a4.17.12+dfsg-0+deb12u4_arm64.deb …
    Unpacking samba-libs:arm64 (2:4.17.12+dfsg-0+deb12u4) over (2:4.17.12+dfsg-0+deb12u3) …
    Preparing to unpack …/05-samba_2%3a4.17.12+dfsg-0+deb12u4_arm64.deb …
    Unpacking samba (2:4.17.12+dfsg-0+deb12u4) over (2:4.17.12+dfsg-0+deb12u3) …
    Preparing to unpack …/06-python3-samba_2%3a4.17.12+dfsg-0+deb12u4_arm64.deb …
    Unpacking python3-samba (2:4.17.12+dfsg-0+deb12u4) over (2:4.17.12+dfsg-0+deb12u3) …
    Preparing to unpack …/07-samba-common_2%3a4.17.12+dfsg-0+deb12u4_all.deb …
    Unpacking samba-common (2:4.17.12+dfsg-0+deb12u4) over (2:4.17.12+dfsg-0+deb12u3) …
    Preparing to unpack …/08-libarchive13_3.6.2-1+deb12u4_arm64.deb …
    Unpacking libarchive13:arm64 (3.6.2-1+deb12u4) over (3.6.2-1+deb12u3) …
    Preparing to unpack …/09-sudo_1.9.13p3-1+deb12u4_arm64.deb …
    Unpacking sudo (1.9.13p3-1+deb12u4) over (1.9.13p3-1+deb12u3) …
    Preparing to unpack …/10-udev_252.39-1~deb12u2_arm64.deb …
    Unpacking udev (252.39-1~deb12u2) over (252.39-1~deb12u1) …
    Preparing to unpack …/11-libudev1_252.39-1~deb12u2_arm64.deb …
    Unpacking libudev1:arm64 (252.39-1~deb12u2) over (252.39-1~deb12u1) …
    Setting up libudev1:arm64 (252.39-1~deb12u2) …
    (Reading database … 36424 files and directories currently installed.)
    Preparing to unpack …/00-bind9-host_1%3a9.18.49-1~deb12u1_arm64.deb …
    Unpacking bind9-host (1:9.18.49-1~deb12u1) over (1:9.18.47-1~deb12u1) …
    Preparing to unpack …/01-bind9-dnsutils_1%3a9.18.49-1~deb12u1_arm64.deb …
    Unpacking bind9-dnsutils (1:9.18.49-1~deb12u1) over (1:9.18.47-1~deb12u1) …
    Preparing to unpack …/02-bind9-libs_1%3a9.18.49-1~deb12u1_arm64.deb …
    Unpacking bind9-libs:arm64 (1:9.18.49-1~deb12u1) over (1:9.18.47-1~deb12u1) …
    Preparing to unpack …/03-libc-l10n_2.36-9+deb12u14_all.deb …
    Unpacking libc-l10n (2.36-9+deb12u14) over (2.36-9+deb12u13) …
    Preparing to unpack …/04-locales_2.36-9+deb12u14_all.deb …
    Unpacking locales (2.36-9+deb12u14) over (2.36-9+deb12u13) …
    Preparing to unpack …/05-linux-base_4.12.1~deb12u1_all.deb …
    Unpacking linux-base (4.12.1~deb12u1) over (4.9) …
    Preparing to unpack …/06-u-boot-tools_2023.01+dfsg-2+deb12u3_arm64.deb …
    Unpacking u-boot-tools (2023.01+dfsg-2+deb12u3) over (2023.01+dfsg-2+deb12u2) …
    Preparing to unpack …/07-armbian-bsp-cli-rpi4b-current_26.2.1_arm64.deb …
    Armbian ‘armbian-bsp-cli-rpi4b-current’ for ‘1-PC8f91-Vb729-H103c-B8122-Rf36a’: ‘preinst’ starting.
    Armbian ‘armbian-bsp-cli-rpi4b-current’ for ‘1-PC8f91-Vb729-H103c-B8122-Rf36a’: ‘preinst’ finishing.
    Unpacking armbian-bsp-cli-rpi4b-current (26.2.1) over (25.8.1) …
    Armbian ‘armbian-bsp-cli-rpi4b-current’ for ‘1-PCee86-Vd907-H468e-B1e5d-Rf36a’: ‘postrm’ starting.
    Armbian ‘armbian-bsp-cli-rpi4b-current’ for ‘1-PCee86-Vd907-H468e-B1e5d-Rf36a’: ‘postrm’ finishing.
    Preparing to unpack …/08-busybox_1%3a1.35.0-4+deb12u1+b1_arm64.deb …
    Unpacking busybox (1:1.35.0-4+deb12u1+b1) over (1:1.35.0-4+b7) …
    Preparing to unpack …/09-distro-info-data_0.58+deb12u7_all.deb …
    Unpacking distro-info-data (0.58+deb12u7) over (0.58+deb12u6) …
    Preparing to unpack …/10-dnsutils_1%3a9.18.49-1~deb12u1_all.deb …
    Unpacking dnsutils (1:9.18.49-1~deb12u1) over (1:9.18.47-1~deb12u1) …
    Preparing to unpack …/11-jq_1.6-2.1+deb12u2_arm64.deb …
    Unpacking jq (1.6-2.1+deb12u2) over (1.6-2.1+deb12u1) …
    Preparing to unpack …/12-libjq1_1.6-2.1+deb12u2_arm64.deb …
    Unpacking libjq1:arm64 (1.6-2.1+deb12u2) over (1.6-2.1+deb12u1) …
    Preparing to unpack …/13-libcap2-bin_1%3a2.66-4+deb12u3+b1_arm64.deb …
    Unpacking libcap2-bin (1:2.66-4+deb12u3+b1) over (1:2.66-4+deb12u2+b2) …
    Preparing to unpack …/14-libconfig-inifiles-perl_3.000003-2+deb12u1_all.deb …
    Unpacking libconfig-inifiles-perl (3.000003-2+deb12u1) over (3.000003-2) …
    Preparing to unpack …/15-libdbi-perl_1.643-4+deb12u1_arm64.deb …
    Unpacking libdbi-perl:arm64 (1.643-4+deb12u1) over (1.643-4) …
    Preparing to unpack …/16-libdpkg-perl_1.21.23_all.deb …
    Unpacking libdpkg-perl (1.21.23) over (1.21.22) …
    Preparing to unpack …/17-libglib2.0-0_2.74.6-2+deb12u9_arm64.deb …
    Unpacking libglib2.0-0:arm64 (2.74.6-2+deb12u9) over (2.74.6-2+deb12u8) …
    Preparing to unpack …/18-linux-dtb-current-bcm2711_26.5.1_arm64.deb …
    Armbian ‘linux-dtb-current-bcm2711’ for ‘6.18.35-current-bcm2711’: ‘preinst’ starting.
    Armbian ‘linux-dtb-current-bcm2711’ for ‘6.18.35-current-bcm2711’: ‘preinst’ finishing.
    Unpacking linux-dtb-current-bcm2711 (26.5.1) over (25.8.1) …
    Preparing to unpack …/19-linux-image-current-bcm2711_26.5.1_arm64.deb …
    Armbian ‘linux-image-current-bcm2711’ for ‘6.12.41-current-bcm2711’: ‘prerm’ starting.
    Armbian ‘linux-image-current-bcm2711’ for ‘6.12.41-current-bcm2711’: ‘prerm’ finishing.
    Armbian ‘linux-image-current-bcm2711’ for ‘6.18.35-current-bcm2711’: ‘preinst’ starting.
    Armbian ‘linux-image-current-bcm2711’ for ‘6.18.35-current-bcm2711’: ‘preinst’ finishing.
    Unpacking linux-image-current-bcm2711 (26.5.1) over (25.8.1) …
    Armbian ‘linux-image-current-bcm2711’ for ‘6.12.41-current-bcm2711’: ‘postrm’ starting.
    Armbian ‘linux-image-current-bcm2711’ for ‘6.12.41-current-bcm2711’: ‘postrm’ finishing.
    Preparing to unpack …/20-modsecurity-crs_3.3.4-1+deb12u3_all.deb …
    Unpacking modsecurity-crs (3.3.4-1+deb12u3) over (3.3.4-1+deb12u1) …
    Preparing to unpack …/21-openssl_3.0.20-1~deb12u2_arm64.deb …
    Unpacking openssl (3.0.20-1~deb12u2) over (3.0.19-1~deb12u2) …
    Preparing to unpack …/22-php8.3_8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9_all.deb …
    Unpacking php8.3 (8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9) over (8.3.30-3+0~20260213.77+debian12~1.gbpa1591f) …
    Preparing to unpack …/23-python3-urllib3_1.26.12-1+deb12u4_all.deb …
    Unpacking python3-urllib3 (1.26.12-1+deb12u4) over (1.26.12-1+deb12u3) …
    Preparing to unpack …/24-wireless-regdb_2026.02.04-1~deb12u1_all.deb …
    Unpacking wireless-regdb (2026.02.04-1~deb12u1) over (2025.07.10-1~deb12u1) …
    Setting up libconfig-inifiles-perl (3.000003-2+deb12u1) …
    Setting up linux-image-current-bcm2711 (26.5.1) …
    Armbian ‘linux-image-current-bcm2711’ for ‘6.18.35-current-bcm2711’: ‘postinst’ starting.
    update-initramfs: Generating /boot/initrd.img-6.18.35-current-bcm2711
    WARNING: Unsupported initramfs version (6.18.35-current-bcm2711) - skipping setup
    NOTE: Manual boot configuration may be required
    Remove unused generated file: /boot/initrd.img-6.12.41-current-bcm2711
    WARNING: Unsupported kernel version (6.18.35-current-bcm2711) - skipping setup
    NOTE: Manual boot configuration may be required
    Armbian: update last-installed kernel symlink to ‘Image’…
    ‘/boot/Image’ → ‘vmlinuz-6.18.35-current-bcm2711’
    Armbian: Debian compat: linux-update-symlinks install 6.18.35-current-bcm2711 boot/vmlinuz-6.18.35-current-bcm2711
    I: /vmlinuz.old is now a symlink to boot/vmlinuz-6.18.35-current-bcm2711
    I: /initrd.img.old is now a symlink to boot/initrd.img-6.18.35-current-bcm2711
    I: /vmlinuz is now a symlink to boot/vmlinuz-6.18.35-current-bcm2711
    I: /initrd.img is now a symlink to boot/initrd.img-6.18.35-current-bcm2711
    Armbian ‘linux-image-current-bcm2711’ for ‘6.18.35-current-bcm2711’: ‘postinst’ finishing.
    Setting up libc-l10n (2.36-9+deb12u14) …
    Setting up libsodium23:arm64 (1.0.18-1+deb12u1) …
    Setting up linux-base (4.12.1~deb12u1) …
    Setting up libarchive13:arm64 (3.6.2-1+deb12u4) …
    Setting up libjq1:arm64 (1.6-2.1+deb12u2) …
    Setting up libglib2.0-0:arm64 (2.74.6-2+deb12u9) …
    No schema files found: doing nothing.
    Setting up distro-info-data (0.58+deb12u7) …
    Setting up wireless-regdb (2026.02.04-1~deb12u1) …
    Setting up libnghttp2-14:arm64 (1.52.0-1+deb12u3) …
    Setting up linux-libc-dev:arm64 (6.1.176-1) …
    Setting up linux-dtb-current-bcm2711 (26.5.1) …
    Armbian ‘linux-dtb-current-bcm2711’ for ‘6.18.35-current-bcm2711’: ‘postinst’ starting.
    Armbian: DTB: symlinking /boot/dtb to /boot/dtb-6.18.35-current-bcm2711…
    ‘dtb’ → ‘dtb-6.18.35-current-bcm2711’
    Armbian ‘linux-dtb-current-bcm2711’ for ‘6.18.35-current-bcm2711’: ‘postinst’ finishing.
    Setting up php8.3-common (8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9) …
    Setting up samba-common (2:4.17.12+dfsg-0+deb12u4) …
    Setting up dnsmasq-base (2.90-4~deb12u2) …
    Setting up apache2-bin (2.4.67-1~deb12u3) …
    Setting up locales (2.36-9+deb12u14) …
    Generating locales (this might take a while)…
    en_US.UTF-8… done
    Generation complete.
    Setting up modsecurity-crs (3.3.4-1+deb12u3) …
    Setting up php8.3-zip (8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9) …
    Setting up libwbclient0:arm64 (2:4.17.12+dfsg-0+deb12u4) …
    Setting up libkrb5support0:arm64 (1.20.1-2+deb12u5) …
    Setting up php8.3-mysql (8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9) …
    Setting up dnsmasq (2.90-4~deb12u2) …
    dnsmasq.service is a disabled or a static unit not running, not starting it.
    Setting up tzdata (2026b-0+deb12u1) …

Current default time zone: ‘Etc/UTC’
Local time is now: Wed Jul 8 17:48:11 UTC 2026.
Universal Time is now: Wed Jul 8 17:48:11 UTC 2026.
Run ‘dpkg-reconfigure tzdata’ if you wish to change it.

Setting up libcap2-bin (1:2.66-4+deb12u3+b1) …
Setting up busybox (1:1.35.0-4+deb12u1+b1) …
Setting up php8.3-mbstring (8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9) …
Setting up php8.3-readline (8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9) …
Setting up redis-tools (5:7.0.15-1~deb12u7) …
Setting up php8.3-gmp (8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9) …
Setting up libpng16-16:arm64 (1.6.39-2+deb12u5) …
Setting up udev (252.39-1~deb12u2) …
Setting up libsystemd-shared:arm64 (252.39-1~deb12u2) …
Setting up sudo (1.9.13p3-1+deb12u4) …
Setting up libk5crypto3:arm64 (1.20.1-2+deb12u5) …
Setting up libdpkg-perl (1.21.23) …
Setting up python3-urllib3 (1.26.12-1+deb12u4) …
Setting up php8.3-ldap (8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9) …
Setting up u-boot-tools (2023.01+dfsg-2+deb12u3) …
Setting up php8.3-bcmath (8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9) …
Setting up libtiff6:arm64 (4.5.0-6+deb12u4) …
Setting up jq (1.6-2.1+deb12u2) …
Setting up libxslt1.1:arm64 (1.1.35-1+deb12u4) …
Setting up php8.3-bz2 (8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9) …
Setting up libkrb5-3:arm64 (1.20.1-2+deb12u5) …
Setting up php8.3-xml (8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9) …
Setting up libpython3.11-minimal:arm64 (3.11.2-6+deb12u7) …
Setting up apache2-data (2.4.67-1~deb12u3) …
Setting up php8.3-opcache (8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9) …
Setting up libc-dev-bin (2.36-9+deb12u14) …
Setting up libldb2:arm64 (2:2.6.2+samba4.17.12+dfsg-0+deb12u4) …
Setting up openssl (3.0.20-1~deb12u2) …
Setting up libdbi-perl:arm64 (1.643-4+deb12u1) …
Setting up rsync (3.2.7-1+deb12u5) …
rsync.service is a disabled or a static unit not running, not starting it.
Setting up apache2-utils (2.4.67-1~deb12u3) …
Setting up python3.11-minimal (3.11.2-6+deb12u7) …
Setting up php8.3-curl (8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9) …
Setting up apache2 (2.4.67-1~deb12u3) …
apache-htcacheclean.service is a disabled or a static unit not running, not starting it.
Setting up libpython3.11-stdlib:arm64 (3.11.2-6+deb12u7) …
Setting up armbian-bsp-cli-rpi4b-current (26.2.1) …
Armbian ‘armbian-bsp-cli-rpi4b-current’ for ‘1-PC8f91-Vb729-H103c-B8122-Rf36a’: ‘postinst’ starting.
Armbian ‘armbian-bsp-cli-rpi4b-current’ for ‘1-PC8f91-Vb729-H103c-B8122-Rf36a’: ‘postinst’ finishing.
Setting up php8.3-intl (8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9) …
Setting up samba-libs:arm64 (2:4.17.12+dfsg-0+deb12u4) …
Setting up systemd (252.39-1~deb12u2) …
Setting file flags is only supported on regular files and directories, cannot set on ‘/var/log/journal’.
Setting up php8.3-cli (8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9) …
Setting up redis-server (5:7.0.15-1~deb12u7) …
Setting up libgd3:arm64 (2.3.3-13+0~20260506.19+debian12~1.gbp4c9a22) …
Setting up systemd-timesyncd (252.39-1~deb12u2) …
Setting up libgssapi-krb5-2:arm64 (1.20.1-2+deb12u5) …
Setting up libsmbclient:arm64 (2:4.17.12+dfsg-0+deb12u4) …
Setting up smbclient (2:4.17.12+dfsg-0+deb12u4) …
Setting up libc6-dev:arm64 (2.36-9+deb12u14) …
Setting up php8.3-apcu (5.1.28-2+0~20260623.59+debian12~1.gbp4679cd) …
Setting up php8.3-gd (8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9) …
Setting up systemd-resolved (252.39-1~deb12u2) …
Setting up python3.11 (3.11.2-6+deb12u7) …
Setting up systemd-sysv (252.39-1~deb12u2) …
Setting up libpython3.11:arm64 (3.11.2-6+deb12u7) …
Setting up bind9-libs:arm64 (1:9.18.49-1~deb12u1) …
Setting up php8.3-fpm (8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9) …
Installing new version of config file /etc/php/8.3/fpm/php-fpm.conf …
NOTICE: Not enabling PHP 8.3 FPM by default.
NOTICE: To enable PHP 8.3 FPM in Apache2 do:
NOTICE: a2enmod proxy_fcgi setenvif
NOTICE: a2enconf php8.3-fpm
NOTICE: You are seeing this message because you have apache2 package installed.
Setting up openssh-client (1:9.2p1-2+deb12u10) …
Setting up php8.3-igbinary (3.2.16-6+0~20260623.59+debian12~1.gbp1eff65) …
Setting up php8.3 (8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9) …
Setting up python3-ldb (2:2.6.2+samba4.17.12+dfsg-0+deb12u4) …
Setting up libpam-systemd:arm64 (252.39-1~deb12u2) …
Setting up bind9-host (1:9.18.49-1~deb12u1) …
Setting up python3-samba (2:4.17.12+dfsg-0+deb12u4) …
Setting up php8.3-redis (6.3.0-2+0~20260706.68+debian12~1.gbpd148c3) …
Setting up openssh-sftp-server (1:9.2p1-2+deb12u10) …
Setting up openssh-server (1:9.2p1-2+deb12u10) …
rescue-ssh.target is a disabled or a static unit not running, not starting it.
ssh.socket is a disabled or a static unit not running, not starting it.
Setting up samba-common-bin (2:4.17.12+dfsg-0+deb12u4) …
Setting up bind9-dnsutils (1:9.18.49-1~deb12u1) …
Setting up samba (2:4.17.12+dfsg-0+deb12u4) …
nmbd.service is a disabled or a static unit not running, not starting it.
smbd.service is a disabled or a static unit not running, not starting it.
Setting up dnsutils (1:9.18.49-1~deb12u1) …
Processing triggers for dbus (1.14.10-1~deb12u1) …
Processing triggers for debianutils (5.7-0.5~deb12u1) …
Processing triggers for initramfs-tools (0.142+deb12u3) …
update-initramfs: Generating /boot/initrd.img-6.18.35-current-bcm2711
WARNING: Unsupported initramfs version (6.18.35-current-bcm2711) - skipping setup
NOTE: Manual boot configuration may be required
Processing triggers for libc-bin (2.36-9+deb12u14) …
Processing triggers for ufw (0.36.2-1) …
Processing triggers for man-db (2.11.2-2) …
Processing triggers for php8.3-cli (8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9) …
Processing triggers for php8.3-fpm (8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9) …
NOTICE: Not enabling PHP 8.3 FPM by default.
NOTICE: To enable PHP 8.3 FPM in Apache2 do:
NOTICE: a2enmod proxy_fcgi setenvif
NOTICE: a2enconf php8.3-fpm
NOTICE: You are seeing this message because you have apache2 package installed.

  • for aptlist in /etc/apt/sources.list /etc/apt/sources.list.d/{php.list,armbian.list,raspi.list}
  • ‘[’ -f /etc/apt/sources.list ‘]’
  • for aptlist in /etc/apt/sources.list /etc/apt/sources.list.d/{php.list,armbian.list,raspi.list}
  • ‘[’ -f /etc/apt/sources.list.d/php.list ‘]’
  • sed -i -e s/bookworm/trixie/g /etc/apt/sources.list.d/php.list
  • for aptlist in /etc/apt/sources.list /etc/apt/sources.list.d/{php.list,armbian.list,raspi.list}
  • ‘[’ -f /etc/apt/sources.list.d/armbian.list ‘]’
  • for aptlist in /etc/apt/sources.list /etc/apt/sources.list.d/{php.list,armbian.list,raspi.list}
  • ‘[’ -f /etc/apt/sources.list.d/raspi.list ‘]’
  • for aptlist in /etc/apt/sources.list.d/*.list
  • [[ /etc/apt/sources.list.d/php.list =~ /etc/apt/sources\.list\.d/(php|armbian|raspi)\.list ]]
  • apt-get update
    Hit:1 Index of /debian bookworm InRelease
    Hit:2 http://security.debian.org bookworm-security InRelease
    Hit:3 Index of /debian bookworm-updates InRelease
    Hit:4 Index of /debian bookworm-backports InRelease
    Hit:5 Armbian config package repository | configng stable InRelease
    Get:6 https://packages.sury.org/php trixie InRelease [6,129 B]
    Hit:7 http://fi.mirror.armbian.de/apt bookworm InRelease
    Get:8 https://packages.sury.org/php trixie/main arm64 Packages [501 kB]
    Fetched 507 kB in 1s (591 kB/s)
    Reading package lists…
  • apt-get upgrade -y dpkg
    Reading package lists…
    Building dependency tree…
    Reading state information…
    dpkg is already the newest version (1.21.23).
    Calculating upgrade…
    The following packages have been kept back:
    armbian-config libgd3 php8.3-apcu php8.3-bcmath php8.3-bz2 php8.3-cli
    php8.3-common php8.3-curl php8.3-fpm php8.3-gd php8.3-gmp php8.3-intl
    php8.3-ldap php8.3-mbstring php8.3-mysql php8.3-opcache php8.3-readline
    php8.3-xml php8.3-zip
    The following packages will be upgraded:
    php-common php8.3
    2 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
    Need to get 65.2 kB of archives.
    After this operation, 1,024 B disk space will be freed.
    Get:1 https://packages.sury.org/php trixie/main arm64 php-common all 2:101~+0~20260503.72+debian13~1.gbp7da167 [14.0 kB]
    Get:2 https://packages.sury.org/php trixie/main arm64 php8.3 all 8.3.32-1+0~20260703.84+debian13~1.gbp22d9a9 [51.2 kB]
    Fetched 65.2 kB in 0s (532 kB/s)
    (Reading database … 36492 files and directories currently installed.)
    Preparing to unpack …/php-common_2%3a101~+0~20260503.72+debian13~1.gbp7da167_all.deb …
    Unpacking php-common (2:101~+0~20260503.72+debian13~1.gbp7da167) over (2:101~+0~20260503.72+debian12~1.gbp7da167) …
    Preparing to unpack …/php8.3_8.3.32-1+0~20260703.84+debian13~1.gbp22d9a9_all.deb …
    Unpacking php8.3 (8.3.32-1+0~20260703.84+debian13~1.gbp22d9a9) over (8.3.32-1+0~20260703.84+debian12~1.gbp22d9a9) …
    Setting up php-common (2:101~+0~20260503.72+debian13~1.gbp7da167) …
    Setting up php8.3 (8.3.32-1+0~20260703.84+debian13~1.gbp22d9a9) …
  • apt-get upgrade -y --without-new-pkgs
    Reading package lists…
    Building dependency tree…
    Reading state information…
    Calculating upgrade…
    The following packages have been kept back:
    armbian-config libgd3 php8.3-apcu php8.3-bcmath php8.3-bz2 php8.3-cli
    php8.3-common php8.3-curl php8.3-fpm php8.3-gd php8.3-gmp php8.3-intl
    php8.3-ldap php8.3-mbstring php8.3-mysql php8.3-opcache php8.3-readline
    php8.3-xml php8.3-zip
    0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
  • apt-get full-upgrade -y
    Reading package lists…
    Building dependency tree…
    Reading state information…
    Calculating upgrade…
    The following NEW packages will be installed:
    expect libtcl8.6 tcl-expect tcl8.6
    The following packages have been kept back:
    libgd3 php8.3-apcu php8.3-bcmath php8.3-bz2 php8.3-cli php8.3-common
    php8.3-curl php8.3-fpm php8.3-gd php8.3-gmp php8.3-intl php8.3-ldap
    php8.3-mbstring php8.3-mysql php8.3-opcache php8.3-readline php8.3-xml
    php8.3-zip
    The following packages will be upgraded:
    armbian-config
    1 upgraded, 4 newly installed, 0 to remove and 18 not upgraded.
    Need to get 2,522 kB of archives.
    After this operation, 5,170 kB of additional disk space will be used.
    Get:1 Index of /debian bookworm/main arm64 libtcl8.6 arm64 8.6.13+dfsg-2 [973 kB]
    Get:2 Armbian config package repository | configng stable/main arm64 armbian-config all 26.8.0-trunk.229.0623.151104 [1,132 kB]
    Get:3 Index of /debian bookworm/main arm64 tcl8.6 arm64 8.6.13+dfsg-2 [120 kB]
    Get:4 Index of /debian bookworm/main arm64 tcl-expect arm64 5.45.4-2+b1 [130 kB]
    Get:5 Index of /debian bookworm/main arm64 expect arm64 5.45.4-2+b1 [166 kB]
    Fetched 2,522 kB in 1s (2,306 kB/s)
    Selecting previously unselected package libtcl8.6:arm64.
    (Reading database … 36492 files and directories currently installed.)
    Preparing to unpack …/libtcl8.6_8.6.13+dfsg-2_arm64.deb …
    Unpacking libtcl8.6:arm64 (8.6.13+dfsg-2) …
    Selecting previously unselected package tcl8.6.
    Preparing to unpack …/tcl8.6_8.6.13+dfsg-2_arm64.deb …
    Unpacking tcl8.6 (8.6.13+dfsg-2) …
    Selecting previously unselected package tcl-expect:arm64.
    Preparing to unpack …/tcl-expect_5.45.4-2+b1_arm64.deb …
    Unpacking tcl-expect:arm64 (5.45.4-2+b1) …
    Selecting previously unselected package expect.
    Preparing to unpack …/expect_5.45.4-2+b1_arm64.deb …
    Unpacking expect (5.45.4-2+b1) …
    Preparing to unpack …/armbian-config_26.8.0-trunk.229.0623.151104_all.deb …
    Unpacking armbian-config (26.8.0-trunk.229.0623.151104) over (26.2.0-trunk.726.0415.104510) …
    Setting up libtcl8.6:arm64 (8.6.13+dfsg-2) …
    Setting up tcl8.6 (8.6.13+dfsg-2) …
    Setting up tcl-expect:arm64 (5.45.4-2+b1) …
    Setting up expect (5.45.4-2+b1) …
    Setting up armbian-config (26.8.0-trunk.229.0623.151104) …
    Processing triggers for man-db (2.11.2-2) …
    Processing triggers for libc-bin (2.36-9+deb12u14) …
  • apt-get --purge autoremove -y
    Reading package lists…
    Building dependency tree…
    Reading state information…
    0 upgraded, 0 newly installed, 0 to remove and 18 not upgraded.
  • restore_maintenance_mode
  • [[ ‘’ != ‘’ ]]
  • /usr/local/bin/ncc maintenance:mode --off
    Cannot load Zend OPcache - it was already loaded
    Maintenance mode disabled
    ++ jq . /usr/local/etc/ncp.cfg
  • cfg=‘{
    “nextcloud_version”: “33.0.2”,
    “php_version”: “8.3”,
    “release”: “bookworm”,
    “datadir”: “/opt/ncdata/data”
    }’
    ++ jq ‘.release = “trixie”’
  • cfg=‘{
    “nextcloud_version”: “33.0.2”,
    “php_version”: “8.3”,
    “release”: “trixie”,
    “datadir”: “/opt/ncdata/data”
    }’
  • echo ‘{
    “nextcloud_version”: “33.0.2”,
    “php_version”: “8.3”,
    “release”: “trixie”,
    “datadir”: “/opt/ncdata/data”
    }’
  • rm -f /etc/update-motd.d/30ncp-dist-upgrade
  • rm -f /usr/local/etc/ncp-recommended.cfg
  • echo ‘Update to Debian 13 (trixie) successful.’
    Update to Debian 13 (trixie) successful.
  • is_active_app unattended-upgrades
  • local ncp_app=unattended-upgrades
  • local bin_dir=.
  • local script=./unattended-upgrades.sh
  • local cfg_file=/usr/local/etc/ncp-config.d/unattended-upgrades.cfg
  • [[ -f ./unattended-upgrades.sh ]]
    ++ find /usr/local/bin/ncp -name unattended-upgrades.sh
    ++ head -1
  • local script=/usr/local/bin/ncp/UPDATES/unattended-upgrades.sh
  • [[ -f /usr/local/bin/ncp/UPDATES/unattended-upgrades.sh ]]
  • unset is_active
  • source /usr/local/bin/ncp/UPDATES/unattended-upgrades.sh
    ++ type -t is_active
  • [[ ‘’ == function ]]
  • [[ -f /usr/local/etc/ncp-config.d/unattended-upgrades.cfg ]]
    ++ cat /usr/local/etc/ncp-config.d/unattended-upgrades.cfg
  • local ‘cfg={
    “id”: “unattended-upgrades”,
    “name”: “Unattended-upgrades”,
    “title”: “unattended-upgrades”,
    “description”: “Automatic installation of security updates. Keep your cloud safe”,
    “info”: “”,
    “infotitle”: “”,
    “params”: [
    {
    “id”: “ACTIVE”,
    “name”: “Active”,
    “value”: “yes”,
    “type”: “bool”
    },
    {
    “id”: “AUTOREBOOT”,
    “name”: “Autoreboot”,
    “value”: “yes”,
    “type”: “bool”
    }
    ]
    }’
    ++ jq -r ‘.params[0].id’
  • [[ ACTIVE == \A\C\T\I\V\E ]]
    ++ jq -r ‘.params[0].value’
  • [[ yes == \y\e\s ]]
  • return 0
  • echo ‘Setting up unattended upgrades…’
    Setting up unattended upgrades…
  • run_app unattended-upgrades
  • local ncp_app=unattended-upgrades
    ++ find /usr/local/bin/ncp -name unattended-upgrades.sh
    ++ head -1
  • local script=/usr/local/bin/ncp/UPDATES/unattended-upgrades.sh
  • [[ -f /usr/local/bin/ncp/UPDATES/unattended-upgrades.sh ]]
  • run_app_unsafe /usr/local/bin/ncp/UPDATES/unattended-upgrades.sh
  • local script=/usr/local/bin/ncp/UPDATES/unattended-upgrades.sh
    ++ basename /usr/local/bin/ncp/UPDATES/unattended-upgrades.sh .sh
  • local ncp_app=unattended-upgrades
  • local cfg_file=/usr/local/etc/ncp-config.d/unattended-upgrades.cfg
  • local log=/var/log/ncp.log
  • [[ -f /usr/local/bin/ncp/UPDATES/unattended-upgrades.sh ]]
  • touch /var/log/ncp.log
  • chmod 640 /var/log/ncp.log
  • chown root:www-data /var/log/ncp.log
  • echo ‘Running unattended-upgrades’
    Running unattended-upgrades
    ++ date
  • echo ‘[ unattended-upgrades ] (Wed Jul 8 05:49:49 PM UTC 2026)’
  • unset configure
  • source /usr/local/bin/ncp/UPDATES/unattended-upgrades.sh
  • [[ -f /usr/local/etc/ncp-config.d/unattended-upgrades.cfg ]]
    ++ cat /usr/local/etc/ncp-config.d/unattended-upgrades.cfg
  • local ‘cfg={
    “id”: “unattended-upgrades”,
    “name”: “Unattended-upgrades”,
    “title”: “unattended-upgrades”,
    “description”: “Automatic installation of security updates. Keep your cloud safe”,
    “info”: “”,
    “infotitle”: “”,
    “params”: [
    {
    “id”: “ACTIVE”,
    “name”: “Active”,
    “value”: “yes”,
    “type”: “bool”
    },
    {
    “id”: “AUTOREBOOT”,
    “name”: “Autoreboot”,
    “value”: “yes”,
    “type”: “bool”
    }
    ]
    }’
    ++ jq ‘.params | length’
  • local len=2
  • (( i = 0 ))
  • (( i < len ))
    ++ jq -r ‘.params[0].id’
  • local var=ACTIVE
    ++ jq -r ‘.params[0].value’
  • local val=yes
  • eval ACTIVE=yes
    ++ ACTIVE=yes
  • (( i++ ))
  • (( i < len ))
    ++ jq -r ‘.params[1].id’
  • local var=AUTOREBOOT
    ++ jq -r ‘.params[1].value’
  • local val=yes
  • eval AUTOREBOOT=yes
    ++ AUTOREBOOT=yes
  • (( i++ ))
  • (( i < len ))
  • tee -a /var/log/ncp.log
  • configure
  • [[ yes == \y\e\s ]]
  • local AUTOUPGRADE=1
  • [[ yes == \y\e\s ]]
  • local AUTOREBOOT=true
  • cat
  • echo ‘Unattended upgrades active: yes (autoreboot true)’
    Unattended upgrades active: yes (autoreboot true)
  • local ret=0
  • echo ‘’
  • [[ -f /usr/local/etc/ncp-config.d/unattended-upgrades.cfg ]]
  • clear_password_fields /usr/local/etc/ncp-config.d/unattended-upgrades.cfg
  • local cfg_file=/usr/local/etc/ncp-config.d/unattended-upgrades.cfg
    ++ cat /usr/local/etc/ncp-config.d/unattended-upgrades.cfg
  • local ‘cfg={
    “id”: “unattended-upgrades”,
    “name”: “Unattended-upgrades”,
    “title”: “unattended-upgrades”,
    “description”: “Automatic installation of security updates. Keep your cloud safe”,
    “info”: “”,
    “infotitle”: “”,
    “params”: [
    {
    “id”: “ACTIVE”,
    “name”: “Active”,
    “value”: “yes”,
    “type”: “bool”
    },
    {
    “id”: “AUTOREBOOT”,
    “name”: “Autoreboot”,
    “value”: “yes”,
    “type”: “bool”
    }
    ]
    }’
    ++ jq ‘.params | length’
  • local len=2
  • (( i = 0 ))
  • (( i < len ))
    ++ jq -r ‘.params[0].type’
  • local type=bool
    ++ jq -r ‘.params[0].value’
  • local val=yes
  • [[ bool == \p\a\s\s\w\o\r\d ]]
    ++ jq -r ‘.params[0].value=“yes”’
  • cfg=‘{
    “id”: “unattended-upgrades”,
    “name”: “Unattended-upgrades”,
    “title”: “unattended-upgrades”,
    “description”: “Automatic installation of security updates. Keep your cloud safe”,
    “info”: “”,
    “infotitle”: “”,
    “params”: [
    {
    “id”: “ACTIVE”,
    “name”: “Active”,
    “value”: “yes”,
    “type”: “bool”
    },
    {
    “id”: “AUTOREBOOT”,
    “name”: “Autoreboot”,
    “value”: “yes”,
    “type”: “bool”
    }
    ]
    }’
  • (( i++ ))
  • (( i < len ))
    ++ jq -r ‘.params[1].type’
  • local type=bool
    ++ jq -r ‘.params[1].value’
  • local val=yes
  • [[ bool == \p\a\s\s\w\o\r\d ]]
    ++ jq -r ‘.params[1].value=“yes”’
  • cfg=‘{
    “id”: “unattended-upgrades”,
    “name”: “Unattended-upgrades”,
    “title”: “unattended-upgrades”,
    “description”: “Automatic installation of security updates. Keep your cloud safe”,
    “info”: “”,
    “infotitle”: “”,
    “params”: [
    {
    “id”: “ACTIVE”,
    “name”: “Active”,
    “value”: “yes”,
    “type”: “bool”
    },
    {
    “id”: “AUTOREBOOT”,
    “name”: “Autoreboot”,
    “value”: “yes”,
    “type”: “bool”
    }
    ]
    }’
  • (( i++ ))
  • (( i < len ))
  • echo ‘{
    “id”: “unattended-upgrades”,
    “name”: “Unattended-upgrades”,
    “title”: “unattended-upgrades”,
    “description”: “Automatic installation of security updates. Keep your cloud safe”,
    “info”: “”,
    “infotitle”: “”,
    “params”: [
    {
    “id”: “ACTIVE”,
    “name”: “Active”,
    “value”: “yes”,
    “type”: “bool”
    },
    {
    “id”: “AUTOREBOOT”,
    “name”: “Autoreboot”,
    “value”: “yes”,
    “type”: “bool”
    }
    ]
    }’
  • return 0
  • echo done.
    done.
    pi@nextcloudpi:~$

And session notice:
rpi5updatesession.pdf (400,1 KB)

ncp-dist-upgrade.pdf (168.5 KB)

I checked /var/log/apache2/nc-error.log

[Sat Jul 11
18:22:34.403667 2026] [proxy_fcgi:error] [pid 1526:tid 1599]
[client 192.168.0.199:50259] AH01071: Got error ‘PHP message: PHP
Fatal error: Uncaught OCP\HintException: [0]: Memcache
OC\Memcache\Redis not available for local cache (Is the matching
PHP module installed and enabled?)\n\n thrown in
/var/www/nextcloud/lib/private/Memcache/Factory.php on line 75’

So I tried the following (based on this page: ://help.nextcloud.com/t/memcache-oc-memcache-redis-not-available-for-local-cache/53004/4)

sudo apt install memcached
sudo apt update
sudo apt upgrade (this updated a lot of stuff)
sudo apt install php-redis

I’m now on php8.5.8

result: nextcloud panel reports NextCloud check: error
sudo ncc setupchecks reports Doctrine\DBAL\Exception: Failed to
connect to the database: An exception occurred in the driver: could
not find driver in
/var/www/nextcloud/lib/private/DB/Connection.php:238

Maybe you get back on php8.3 by php-updater script.
Php-updater - a script to upgrade php in a safe way

Thanks so much!

This script set the current version to be php8.3

NextCloud Pi System Info panel reports no errors (except no HPB service, but I have never had that running)

sudo ncc setupchecks reports:

network:

✗ WebDAV endpoint: Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken.

To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule.

sudo tail /var/log/apache2/nc-error.log reports

[Mon Jul 13 21:11:26.477093 2026] [ssl:error] [pid 1593:tid 1593] AH02218: ssl_stapling_init_cert: no OCSP URI in certificate and no SSLStaplingForceURL set [subject: CN=darcar381.read-books.org / issuer: CN=YE1,O=Let’s Encrypt,C=US / serial: 05535C08A0AD031F3A842C7BEDD2301051AC / notbefore: Jun 22 07:56:28 2026 GMT / notafter: Sep 20 07:56:27 2026 GMT]

[Mon Jul 13 21:11:26.477117 2026] [ssl:error] [pid 1593:tid 1593] AH02604: Unable to configure certificate darcar381.read-books.org:443:0 for stapling

[Mon Jul 13 21:11:26.513975 2026] [ssl:error] [pid 1616:tid 1616] AH02218: ssl_stapling_init_cert: no OCSP URI in certificate and no SSLStaplingForceURL set [subject: CN=darcar381.read-books.org / issuer: CN=YE1,O=Let’s Encrypt,C=US / serial: 05535C08A0AD031F3A842C7BEDD2301051AC / notbefore: Jun 22 07:56:28 2026 GMT / notafter: Sep 20 07:56:27 2026 GMT]

[Mon Jul 13 21:11:26.514007 2026] [ssl:error] [pid 1616:tid 1616] AH02604: Unable to configure certificate darcar381.read-books.org:443:0 for stapling

and also lots of these:

[Mon Jul 13 21:15:22.685257 2026] [proxy_fcgi:error] [pid 1619:tid 1703] [client 192.168.0.199:55680] AH01071: Got error ‘PHP message: PHP Fatal error: Uncaught OCP\\HintException: [0]: Memcache OC\\Memcache\\Redis not available for local cache (Is the matching PHP module installed and enabled?)\n\n thrown in /var/www/nextcloud/lib/private/Memcache/Factory.php on line 75’

Hi, after updating via ncp-dist-upgrade I experienced Mal-function as well (e.g. error 500 on Web browser, not working clients). Solution for me was updating php-oc-cache via ncp-config.

Did you already try this?

You may try:

sudo systemctl restart notify_push

Thank you! That did it.