Hallo,
Mein PBS läuft in einer VMM von Synology.
Nun wollte ich wieder unter Administration -> Updates ein Upgrade durchführen.
Das funktioniert nicht.
Hier die Ausgaben:
Wenn ich nun den angegebenen Befehl apt --fix-broken install eingebe kommt folgende Ausgabe:
Ich bekam zwischenzeitlich noch die Anregung den Befehl dpkg --configure -a anzuwenden.
Hierzu diese Ausgabe:
Gibt es einen Befehl um PBS einer "Reparaturinstallation! zu unterziehen um die Fehler zu beseitigen?
Ansonsten bräuchte ich euer geballtes Wissen da ich von Linux keine Ahnung habe.
Gruß
Bernd
Mein PBS läuft in einer VMM von Synology.
Nun wollte ich wieder unter Administration -> Updates ein Upgrade durchführen.
Das funktioniert nicht.
Hier die Ausgaben:
Code:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
libnss-systemd : Depends: systemd (= 252.31-1~deb12u1) but 252.30-1~deb12u2 is installed
libpam-systemd : Depends: systemd (= 252.31-1~deb12u1) but 252.30-1~deb12u2 is installed
Recommends: dbus-user-session but it is not installed
systemd-boot : Depends: libsystemd-shared (= 252.31-1~deb12u1) but 252.30-1~deb12u2 is installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
root@pbs:/#
Wenn ich nun den angegebenen Befehl apt --fix-broken install eingebe kommt folgende Ausgabe:
Code:
root@pbs:/# apt --fix-broken install
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Correcting dependencies... Done
The following additional packages will be installed:
libsystemd-shared libsystemd0 libudev1 systemd udev
Suggested packages:
systemd-container systemd-homed systemd-userdbd systemd-resolved libtss2-esys-3.0.2-0
libtss2-mu0 libtss2-rc0 polkitd | policykit-1
The following packages will be upgraded:
libsystemd-shared libsystemd0 libudev1 systemd udev
5 upgraded, 0 newly installed, 0 to remove and 54 not upgraded.
4 not fully installed or removed.
Need to get 0 B/8,881 kB of archives.
After this operation, 10.2 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Reading changelogs... Done
dpkg: error processing package libssl3:amd64 (--configure):
package is in a very bad inconsistent state; you should
reinstall it before attempting configuration
Errors were encountered while processing:
libssl3:amd64
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@pbs:/#
Ich bekam zwischenzeitlich noch die Anregung den Befehl dpkg --configure -a anzuwenden.
Hierzu diese Ausgabe:
Code:
root@pbs:~# dpkg --configure -a
dpkg: error processing package libssl3:amd64 (--configure):
package is in a very bad inconsistent state; you should
reinstall it before attempting configuration
dpkg: dependency problems prevent configuration of libnss-systemd:amd64:
libnss-systemd:amd64 depends on systemd (= 252.31-1~deb12u1); however:
Version of systemd on system is 252.30-1~deb12u2.
dpkg: error processing package libnss-systemd:amd64 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of systemd-boot:
systemd-boot depends on libsystemd-shared (= 252.31-1~deb12u1); however:
Version of libsystemd-shared:amd64 on system is 252.30-1~deb12u2.
dpkg: error processing package systemd-boot (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libpam-systemd:amd64:
libpam-systemd:amd64 depends on systemd (= 252.31-1~deb12u1); however:
Version of systemd on system is 252.30-1~deb12u2.
dpkg: error processing package libpam-systemd:amd64 (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
libssl3:amd64
libnss-systemd:amd64
systemd-boot
libpam-systemd:amd64
root@pbs:~#
Gibt es einen Befehl um PBS einer "Reparaturinstallation! zu unterziehen um die Fehler zu beseitigen?
Ansonsten bräuchte ich euer geballtes Wissen da ich von Linux keine Ahnung habe.
Gruß
Bernd