What type of hardware are you using: Old laptop or computer
What YunoHost version are you running: 11.3.0.2
How are you able to access your server: The webadmin
SSH
Direct access via physical keyboard/screen
Are you in a special context or did you perform specific tweaking on your YunoHost instance ?: not that I am aware
Describe your issue
I finally took a deep breath and ran the migration upgrade to bullseye. Unfortunately it did not go smooth.
This is the command I was using:
$ sudo yunohost tools migrations run
...
(see paste link below for full log)
...
yunohost.utils.error.YunohostError: Still on YunoHost 11.x at the end of the migration, eh? Sounds like the migration didn't really complete!?
I assume something went wrong!
If I run the migration again, I just get a message that there are no migrations. This makes somehow sense, as I am now on bookworm:
$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 12 (bookworm)
Release: 12
Codename: bookworm
However, Yunohost seems to be stuck:
~$ sudo yunohost tools versions
yunohost:
repo: stable
version: 11.3.0.2
yunohost-admin:
repo: stable
version: 11.3.0
moulinette:
repo: stable
version: 11.3.0
ssowat:
repo: stable
version: 11.3.0
I had a hunch that maybe I just need to run an upgrade for yunohost, but this didn’t seem to work:
$ sudo yunohost tools upgrade system
Info: Upgrading packages…
Info: Upgrading system packages
Info: + Reading package lists...
Info: + Building dependency tree...
Info: + Reading state information...
Info: + Calculating upgrade...
Info: + Some packages could not be installed. This may mean that you have
Info: + requested an impossible situation or if you are using the unstable
Info: + distribution that some required packages have not yet been created
Info: + or been moved out of Incoming.
Info: + The following information may help to resolve the situation:
Info: + The following packages have unmet dependencies:
Info: + yunohost : Depends: ssowat (>= 11.1) but it is not going to be installed
Info: + Depends: ssowat (< 12.0) but it is not going to be installed
Info: + Depends: nginx
Info: + Depends: nginx-extras (>= 1.18) but it is not going to be installed
Info: + Recommends: php7.4-fpm but it is not going to be installed
Info: + Recommends: php7.4-ldap but it is not going to be installed
Info: + Recommends: php7.4-intl but it is not going to be installed
Info: + Recommends: php7.4-mysql but it is not going to be installed
Info: + Recommends: php7.4-gd but it is not going to be installed
Info: + Recommends: php7.4-curl but it is not going to be installed
Info: + Recommends: php-php-gettext but it is not going to be installed
Info: + Recommends: python3-pip but it is not going to be installed
Info: + Recommends: metronome (>= 3.14.0)
Warning: E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
Warning: Could not upgrade packages: libb-hooks-op-check-perl, libclass-c3-xs-perl, libclass-xsaccessor-perl, libclone-perl, libconfig-inifiles-perl, libdbi-perl, libdevel-callchecker-perl, libfcgi-perl, libgdbm-compat4, libgssapi-perl, libhtml-parser-perl, libhttp-message-perl, liblist-moreutils-xs-perl, liblocale-gettext-perl, libmoo-perl, libnet-dns-sec-perl, libnet-libidn-perl, libnet-ssleay-perl, libnetaddr-ip-perl, libnginx-mod-http-auth-pam, libnginx-mod-http-cache-purge, libnginx-mod-http-dav-ext, libnginx-mod-http-echo, libnginx-mod-http-fancyindex, libnginx-mod-http-geoip2, libnginx-mod-http-geoip, libnginx-mod-http-headers-more-filter, libnginx-mod-http-image-filter, libnginx-mod-http-lua, libnginx-mod-http-ndk, libnginx-mod-http-perl, libnginx-mod-http-subs-filter, libnginx-mod-http-uploadprogress, libnginx-mod-http-upstream-fair, libnginx-mod-http-xslt-filter, libnginx-mod-mail, libnginx-mod-nchan, libnginx-mod-stream-geoip2, libnginx-mod-stream-geoip, libnginx-mod-stream, libodbc1, libpackage-stash-xs-perl, libparams-classify-perl, libparams-util-perl, libparams-validate-perl, libref-util-xs-perl, libsocket6-perl, libsub-identify-perl, libsub-name-perl, libtext-charwidth-perl, libtext-iconv-perl, libtype-tiny-xs-perl, libunicode-utf8-perl, liburi-escape-xs-perl, libvariable-magic-perl, moulinette, nginx-common, nginx-extras, perl-base, perl-openssl-defaults, perl, slapd, ssowat, yunohost-admin, yunohost
Success! System upgraded
Is there something obvious you see and have a tip how I can fix it?
Thank you!!