What type of hardware are you using: Raspberry Pi 3, 4+ What YunoHost version are you running: 12.1.40.1 How are you able to access your server: The webadmin
SSH Are you in a special context or did you perform specific tweaking on your YunoHost instance ?: No (t sure)
Describe your issue
My system is up to date,
The diagnosis starts with a warning: Unable to extract mainline kernel version from the kernel info '#1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023' ... Therefore YunoHost will be unable to check for security issues related to the kernel. Please try to report this message to the YunoHost team to improve the situation,
but rusults are green except: Network name resolution seems to be working, but it looks like you're using a custom /etc/resolv.conf. (I don’t remember having twiked resolv.conf).
I need to upgrade Nextcloud from 32.0.5~ynh1 to 33.0.4~ynh1. The first run of the update stops because File or folder '/etc/php/8.3/fpm/pool.d/nextcloud.conf' to be backed up does not existhttps://paste.yunohost.org/raw/ebunakihuv
I figured that if he wants that file, we may as well give it to him, so I entered touch /etc/php/8.3/fpm/pool.d/nextcloud.conf
and run the update again.
This time the issue sounds more serious: An error occured inside the script snippet : Unable to install apt dependencies, it might be due to a conflict with another app - or you should check and share the previous log about what are the problematic dependencieshttps://paste.yunohost.org/raw/apoporodit
Then I switched to Roundcube, which need to be upgraded from 1.6.12~ynh1 to 1.6.15~ynh1 but the update stops because: Aborting the upgrade, because a safety backup could not be created (Failed to collect files to be backed up)https://paste.yunohost.org/raw/losicisexi
Meanwhile, neither Nextcloud nor Roundcube work, and I can’t even access the applications from the GUI.
root@xxxx:~# sudo cat /etc/apt/sources.list.d/php.list
deb [arch=amd64 signed-by=/usr/share/keyrings/sury-keyring.gpg] https://packages.sury.org/php/ bookworm main
ok, that was the issue that made me moving away extra_php_version.list
root@xxxx:~# sudo apt update
E: Conflicting values set for option Signed-By regarding source https://packages.sury.org/php/ bookworm: /etc/apt/trusted.gpg.d/extra_php_version.gpg != /usr/share/keyrings/sury-keyring.gpg
E: The list of sources could not be read.
root@xxxx:~#
For now, just comment out the other source (you should remove it later)
sudo nano /etc/apt/sources.list.d/php.list
# deb [arch=amd64 signed-by=/usr/share/keyrings/sury-keyring.gpg] https://packages.sury.org/php/ bookworm main