Installation mises à jour a échoué

What type of hardware are you using: Internet Cube with VPN
What YunoHost version are you running: 12.0.11 (stable).
How are you able to access your server: SSH

Describe your issue

Bonjour :slight_smile:
Il y a ces mises à jours qui ne passent pas sur ma Brique Internet
je ne vois pas du tout pourquoi
Une idée ?

Share relevant logs or error messages

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: dovecot-managesieved but it is not going to be installed
Warning: E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
Warning: Could not upgrade packages: dovecot-core, dovecot-imapd, dovecot-ldap, dovecot-lmtpd, dovecot-managesieved, dovecot-sieve
Success! System upgraded

Hmoké alors si tu as accès en ssh, on peut essayer de forcer à la main à apt pour qu’il nous explique un peu plus le vrai problème avec : sudo apt install dovecot-core dovecot-imapd dovecot-ldap dovecot-lmtpd dovecot-managesieved dovecot-sieve

@Aleks

en SSH, ça donne ça

apt install dovecot-core dovecot-imapd dovecot-ldap dovecot-lmtpd dovecot-managesieved dovecot-sieve
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 yunohost : Depends: dovecot-antispam but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

Zgrompf alors rajoutons dovecot-antispam dans la ligne de commande :

sudo apt install dovecot-core dovecot-imapd dovecot-ldap dovecot-lmtpd dovecot-managesieved dovecot-sieve dovecot-antispam

@Aleks

ça me donne :

dovecot-antispam : Depends: dovecot-abi-2.3.abiv19
E: Unable to correct problems, you have held broken packages.

j’ai donc ajouté dovecot-abi-2.3.abiv19 dans la commande mais …

apt install dovecot-core dovecot-imapd dovecot-ldap dovecot-lmtpd dovecot-managesieved dovecot-sieve dovecot-antispam dovecot-abi-2.3.abiv19
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package dovecot-abi-2.3.abiv19 is a virtual package provided by:
  dovecot-core 1:2.3.19.1+dfsg1-2.1+deb12u1 [Not candidate version]

E: Package 'dovecot-abi-2.3.abiv19' has no installation candidate

Mokay alors regardons : sudo apt policy dovecot-core

@Aleks

voici ce que ça donne

( merci pour ton temps <3 )

apt policy dovecot-core
dovecot-core:
  Installed: 1:2.3.19.1+dfsg1-2.1+deb12u1
  Candidate: 1:2.3.21.1+dfsg1-1~bpo12+1
  Version table:
     1:2.3.21.1+dfsg1-1~bpo12+1 995
        995 http://deb.debian.org/debian bookworm-backports/main armhf Packages
 *** 1:2.3.19.1+dfsg1-2.1+deb12u1 995
        995 http://deb.debian.org/debian bookworm/main armhf Packages
        500 http://security.debian.org bookworm-security/main armhf Packages
        100 /var/lib/dpkg/status

Zmouerf ben c’est le fait que les backports soient présents / activé sur le système qui fout le zbeul … ça faisait un moment que j’avais pas entendu/vu de situations reloues liées aux backports alors je pensait que le truc s’était magiquement amélioré mais bon

Est-ce que c’est un truc que tu as activé toi à la main ?

J’ai une brique LIME 1

J’ai donc installé l’image Armbian Bookworm.

rien fait d’autre dans mon souvenir ou alors j’ai pas fait attention à l’install :man_shrugging:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.