"pve-manager: not correctly installed" nach upgrade zu 6.2-10

Denschen

Member
Jul 30, 2020
9
0
6
Hallo!

nach einem Upgrade zu 6.2-10 sind verschiedene packages nicht korrekt installiert worden. Aufgrund dessen ist derzeit das Webinterface nicht erreichbar und zeigt nur eine weiße Seite an. Das favicon und der Name im Tab wird noch angezeigt. Folgender Output kommt bei genannten Befehlen:

pveversion -v

Code:
root@file:~# pveversion -v
proxmox-ve: residual config (running kernel: 4.13.13-2-pve)
pve-manager: not correctly installed (running version: 6.2-10/a20769ed)
pve-kernel-5.4: 6.2-4
pve-kernel-helper: 6.2-4
pve-kernel-5.4.44-2-pve: 5.4.44-2
pve-kernel-4.13.13-2-pve: 4.13.13-32
ceph-fuse: not correctly installed
corosync: 2.4.2-pve3
criu: 2.11.1-1~bpo90
glusterfs-client: 3.8.8-1
ifupdown: 0.8.19
ksm-control-daemon: 1.2-2
libjs-extjs: 6.0.1-2
libknet1: not correctly installed
libproxmox-acme-perl: not correctly installed
libpve-access-control: not correctly installed
libpve-apiclient-perl: not correctly installed
libpve-common-perl: not correctly installed
libpve-guest-common-perl: not correctly installed
libpve-http-server-perl: not correctly installed
libpve-storage-perl: not correctly installed
libqb0: 1.0.1-1
libspice-server1: not correctly installed
lvm2: 2.02.168-pve6
lxc-pve: 2.1.1-2
lxcfs: 2.0.8-1
novnc-pve: 0.6-4
proxmox-mini-journalreader: not correctly installed
proxmox-widget-toolkit: not correctly installed
pve-cluster: not correctly installed
pve-container: not correctly installed
pve-docs: 5.1-12
pve-edk2-firmware: not correctly installed
pve-firewall: 3.0-5
pve-firmware: 2.0-3
pve-ha-manager: not correctly installed
pve-i18n: not correctly installed
pve-qemu-kvm: not correctly installed
pve-xtermjs: 1.0-2
qemu-server: not correctly installed
smartmontools: 6.5+svn4324-1
spiceterm: not correctly installed
vncterm: 1.5-3
zfsutils-linux: 0.7.3-pve1~bpo9

pveversion

Code:
root@file:~# pveversion
pve-manager/6.2-10/a20769ed (running kernel: 4.13.13-2-pve)

systemctl status pvedaemon.service

Code:
root@file:~# systemctl status pvedaemon.service
● pvedaemon.service
   Loaded: masked (/dev/null; bad)
   Active: active (running) since Tue 2020-04-28 15:27:59 CEST; 3 months 1 days ago
 Main PID: 1665 (pvedaemon)
   CGroup: /system.slice/pvedaemon.service
           ├─ 1665 pvedaemon
           ├─ 9394 pvedaemon worker
           ├─10495 pvedaemon worker
           └─24160 pvedaemon worker

Jul 29 13:45:45 file pvedaemon[24160]: authentication failure; rhost=80.87.113.154 user=root@pam msg=Authentication failure
Jul 29 13:49:12 file IPCC.xs[24160]: PAM unable to dlopen(pam_unix.so): /lib/security/pam_unix.so: cannot open shared object file: No such file or directory
Jul 29 13:49:12 file IPCC.xs[24160]: PAM adding faulty module: pam_unix.so
Jul 29 13:49:12 file pvedaemon[24160]: authentication failure; rhost=80.87.113.154 user=root@pam msg=Authentication failure
Jul 29 14:01:08 file IPCC.xs[24160]: PAM unable to dlopen(pam_unix.so): /lib/security/pam_unix.so: cannot open shared object file: No such file or directory
Jul 29 14:01:08 file IPCC.xs[24160]: PAM adding faulty module: pam_unix.so
Jul 29 14:01:08 file pvedaemon[24160]: authentication failure; rhost=80.87.113.154 user=root@pam msg=Authentication failure
Jul 29 14:01:17 file IPCC.xs[10495]: PAM unable to dlopen(pam_unix.so): /lib/security/pam_unix.so: cannot open shared object file: No such file or directory
Jul 29 14:01:17 file IPCC.xs[10495]: PAM adding faulty module: pam_unix.so
Jul 29 14:01:17 file pvedaemon[10495]: authentication failure; rhost=80.87.113.154 user=root@pam msg=Authentication failure

Ist ein Restore oder Install der notwendigen Packages noch möglich?

Ich würde mich über jegliche Hilfe freuen!

LG

Dennis
 
Bitte die Ausgabe von:

> apt update
 
apt-update

Code:
root@file:~# apt update
Hit:1 http://security.debian.org stretch/updates InRelease
Hit:2 http://download.proxmox.com/debian/pve buster InRelease
Hit:3 http://security.debian.org/debian-security buster/updates InRelease                               
Hit:4 http://ftp.debian.org/debian buster InRelease                                                     
Ign:5 http://ftp.de.debian.org/debian stretch InRelease                                                 
Get:6 http://ftp.debian.org/debian buster-updates InRelease [51.9 kB]
Hit:7 http://ftp.de.debian.org/debian stretch Release     
Fetched 51.9 kB in 0s (164 kB/s)                         
Reading package lists... Done
Building dependency tree       
Reading state information... Done
418 packages can be upgraded. Run 'apt list --upgradable' to see them.

Soll ich ebenfalls nun "apt list --upgradeable" durchführen?
 
Wie vermutet, sind hier noch alte Debian Stretch repositories konfiguriert.

Bitte alle Stretch repos rausnehmen, nur noch Buster sollte hier drin sein.

Siehe auch:
https://pve.proxmox.com/pve-docs/pve-admin-guide.html#sysadmin_package_repositories

Danach:
> apt update
> apt dist-upgrade

und ev. noch:
> apt install proxmox-ve


Alle Stretch repos wurden rausgenommen und durch buster ersetzt.

apt update ist wie folgt durchgelaufen:

Code:
root@file:~# apt update
Hit:1 http://security.debian.org/debian-security buster/updates InRelease
Hit:2 http://download.proxmox.com/debian/pve buster InRelease                
Hit:3 http://ftp.debian.org/debian buster InRelease                          
Hit:4 http://ftp.debian.org/debian buster-updates InRelease
Reading package lists... Done
Building dependency tree      
Reading state information... Done
399 packages can be upgraded. Run 'apt list --upgradable' to see them.
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:5 and /etc/apt/sources.list.d/pve-enterprise.list:10
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:5 and /etc/apt/sources.list.d/pve-enterprise.list:10
W: Target Translations (main/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:5 and /etc/apt/sources.list.d/pve-enterprise.list:10
W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:5 and /etc/apt/sources.list.d/pve-enterprise.list:10
W: Target Packages (contrib/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:5 and /etc/apt/sources.list.d/pve-enterprise.list:10
W: Target Packages (contrib/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:5 and /etc/apt/sources.list.d/pve-enterprise.list:10
W: Target Translations (contrib/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:5 and /etc/apt/sources.list.d/pve-enterprise.list:10
W: Target Translations (contrib/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:5 and /etc/apt/sources.list.d/pve-enterprise.list:10
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list.d/pve-enterprise.list:1
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list.d/pve-enterprise.list:1
W: Target Translations (main/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list.d/pve-enterprise.list:1
W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list.d/pve-enterprise.list:1
W: Target Packages (contrib/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list.d/pve-enterprise.list:1
W: Target Packages (contrib/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list.d/pve-enterprise.list:1
W: Target Translations (contrib/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list.d/pve-enterprise.list:1
W: Target Translations (contrib/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list.d/pve-enterprise.list:1
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list.d/pve-enterprise.list:2
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list.d/pve-enterprise.list:2
W: Target Translations (main/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list.d/pve-enterprise.list:2
W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list.d/pve-enterprise.list:2
W: Target Packages (contrib/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list.d/pve-enterprise.list:2
W: Target Packages (contrib/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list.d/pve-enterprise.list:2
W: Target Translations (contrib/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list.d/pve-enterprise.list:2
W: Target Translations (contrib/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list.d/pve-enterprise.list:2
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list.d/pve-enterprise.list:1
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list.d/pve-enterprise.list:1
W: Target Translations (main/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list.d/pve-enterprise.list:1
W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list.d/pve-enterprise.list:1
W: Target Packages (contrib/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list.d/pve-enterprise.list:1
W: Target Packages (contrib/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list.d/pve-enterprise.list:1
W: Target Translations (contrib/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list.d/pve-enterprise.list:1
W: Target Translations (contrib/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list.d/pve-enterprise.list:1
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list.d/pve-enterprise.list:2
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list.d/pve-enterprise.list:2
W: Target Translations (main/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list.d/pve-enterprise.list:2
W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list.d/pve-enterprise.list:2
W: Target Packages (contrib/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list.d/pve-enterprise.list:2
W: Target Packages (contrib/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list.d/pve-enterprise.list:2
W: Target Translations (contrib/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list.d/pve-enterprise.list:2
W: Target Translations (contrib/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list.d/pve-enterprise.list:2
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:5 and /etc/apt/sources.list.d/pve-enterprise.list:10
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:5 and /etc/apt/sources.list.d/pve-enterprise.list:10
W: Target Translations (main/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:5 and /etc/apt/sources.list.d/pve-enterprise.list:10
W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:5 and /etc/apt/sources.list.d/pve-enterprise.list:10
W: Target Packages (contrib/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:5 and /etc/apt/sources.list.d/pve-enterprise.list:10
W: Target Packages (contrib/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:5 and /etc/apt/sources.list.d/pve-enterprise.list:10
W: Target Translations (contrib/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:5 and /etc/apt/sources.list.d/pve-enterprise.list:10
W: Target Translations (contrib/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:5 and /etc/apt/sources.list.d/pve-enterprise.list:10

apt dist-upgrade hat folgenden Error geworfen:

Code:
root@file:~# apt dist-upgrade
Reading package lists... Done
Building dependency tree      
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
zfs-zed : Depends: zfsutils-linux (>= 0.8.4-pve1) but 0.7.3-pve1~bpo9 is installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).

Soll ich nun "apt --fix-broken install" durchführen?
 
Soll ich nun "apt --fix-broken install" durchführen?

ja.

bitte nochmal alle source.list durchgehen, repos doppelt drin? (=> configured multiple times)
 
Hallo,

die sources.list sollte so aussehen:
Code:
deb http://ftp.debian.org/debian buster main contrib
deb http://ftp.debian.org/debian buster-updates main contrib

# security updates
deb http://security.debian.org/debian-security buster/updates main contrib

In der Datei "/etc/apt/sources.list.d/pve-enterprise.list" dürfen keine Repos austauchen, welche schon in der "sources.list" vorhanden sind.
 
Hallo zusammen,

sorry für die verspätete Antwort. Ich habe den Thread bzw. die Lösungsvorschläge nochmal durchgeführt. Nach apt update kommen keine "Fehlermeldungen" mehr. Die Repos tauchen daher nicht mehr doppelt auf. Danach habe ich "'apt --fix-broken install" durchgeführt. Danach kam der gleiche Fehler wie beim letzten Mal. Hiernach habe ich nun "apt --fix-broken install" durchgeführt. Bei der Ausführung kam folgender Error:

Code:
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
 zfs-zed : Depends: zfsutils-linux (>= 0.8.4-pve1) but 0.7.3-pve1~bpo9 is installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
root@file:/etc/apt# apt --fix-broken install
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  pve-kernel-5.4 pve-kernel-helper
Use 'apt autoremove' to remove them.
The following additional packages will be installed:
  zfsutils-linux
Suggested packages:
  nfs-kernel-server samba-common-bin
The following packages will be upgraded:
  zfsutils-linux
1 upgraded, 0 newly installed, 0 to remove and 446 not upgraded.
282 not fully installed or removed.
Need to get 367 kB of archives.
After this operation, 152 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://download.proxmox.com/debian/pve buster/pve-no-subscription amd64 zfsutils-linux amd64 0.8.4-pve2 [367 kB]
Fetched 367 kB in 0s (7,883 kB/s)     
/usr/share/apt-listchanges/apt_listchanges.py:523: FutureWarning: Possible nested set at position 25
  email_re = re.compile(r'([a-zA-Z0-9_\+\-\.]+)@(([[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([a-zA-Z0-9\-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)')
Reading changelogs... Done
(Reading database ... 53669 files and directories currently installed.)
Preparing to unpack .../zfsutils-linux_0.8.4-pve2_amd64.deb ...
Unpacking zfsutils-linux (0.8.4-pve2) over (0.7.3-pve1~bpo9) ...
dpkg: error processing archive /var/cache/apt/archives/zfsutils-linux_0.8.4-pve2_amd64.deb (--unpack):
 trying to overwrite '/usr/share/man/man5/spl-module-parameters.5.gz', which is also in package spl 0.7.3-pve1~bpo9
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
zfs-import-scan.service is a disabled or a static unit, not starting it.
Job for zfs-mount.service failed because the control process exited with error code.
See "systemctl status zfs-mount.service" and "journalctl -xe" for details.
zfs-mount.service couldn't start.
Job for zfs-share.service failed because the control process exited with error code.
See "systemctl status zfs-share.service" and "journalctl -xe" for details.
zfs-share.service couldn't start.
Errors were encountered while processing:
 /var/cache/apt/archives/zfsutils-linux_0.8.4-pve2_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Gibt es hierfür einen weiteren Lösungsansatz?

VG

Dennis
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!