Hello, I was trying to update my installation of proxmox and now I am getting the following when I try to do an
Error:
Proxmox Versions:
Sources List:
apt update && apt dist-upgrade
. I have tried to do an apt clean
along with apt reinstall proxmox-ve
but I keep getting this error and it stops updating and now none of my VMs or containers are running and the web GUI isn't working. I had this server running with no trouble for a couple of years but was trying to get it upgraded and any help would be much appreciated.Error:
Code:
root@pve:/var/lib/dpkg# apt clean && apt update && apt dist-upgrade
Ign:1 http://ftp.us.debian.org/debian stretch InRelease
Hit:2 http://security.debian.org stretch/updates InRelease
Hit:3 http://ftp.us.debian.org/debian stretch-updates InRelease
Hit:4 http://ftp.us.debian.org/debian stretch Release
Hit:5 http://download.proxmox.com/debian/pve stretch InRelease
Hit:6 http://download.proxmox.com/debian/ceph-luminous stretch InRelease
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Setting up open-iscsi (2.0.874-3~deb9u1) ...
Job for iscsid.service failed because the control process exited with error code.
See "systemctl status iscsid.service" and "journalctl -xe" for details.
invoke-rc.d: initscript iscsid, action "restart" failed.
● iscsid.service - iSCSI initiator daemon (iscsid)
Loaded: loaded (/lib/systemd/system/iscsid.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Fri 2021-12-10 23:51:16 EST; 7ms ago
Docs: man:iscsid(8)
Process: 58930 ExecStart=/sbin/iscsid (code=exited, status=127)
Process: 58920 ExecStartPre=/lib/open-iscsi/startup-checks.sh (code=exited, status=0/SUCCESS)
CPU: 4ms
Dec 10 23:51:16 pve systemd[1]: Starting iSCSI initiator daemon (iscsid)...
Dec 10 23:51:16 pve iscsid[58930]: /sbin/iscsid: error while loading shared libraries: libisns-nocrypto.so.0: cannot open shared object file: No such file or directory
Dec 10 23:51:16 pve systemd[1]: iscsid.service: Control process exited, code=exited status=127
Dec 10 23:51:16 pve systemd[1]: Failed to start iSCSI initiator daemon (iscsid).
Dec 10 23:51:16 pve systemd[1]: iscsid.service: Unit entered failed state.
Dec 10 23:51:16 pve systemd[1]: iscsid.service: Failed with result 'exit-code'.
dpkg: error processing package open-iscsi (--configure):
subprocess installed post-installation script returned error exit status 1
Processing triggers for initramfs-tools (0.130) ...
update-initramfs: Generating /boot/initrd.img-4.15.18-30-pve
Errors were encountered while processing:
open-iscsi
E: Sub-process /usr/bin/dpkg returned an error code (1)
Proxmox Versions:
Code:
root@pve:~# pveversion -v
proxmox-ve: 5.4-2 (running kernel: 4.15.18-30-pve)
pve-manager: 5.4-15 (running version: 5.4-15/d0ec33c6)
pve-kernel-4.15: 5.4-19
pve-kernel-4.15.18-30-pve: 4.15.18-58
pve-kernel-4.15.18-12-pve: 4.15.18-36
ceph: 12.2.13-pve1~bpo9
corosync: 2.4.4-pve1
criu: 2.11.1-1~bpo90
glusterfs-client: 3.8.8-1+deb9u1
ksm-control-daemon: 1.4-1
libjs-extjs: 7.0.0-1
libpve-access-control: 5.1-12
libpve-apiclient-perl: 3.2-1
libpve-common-perl: 5.0-56
libpve-guest-common-perl: 2.0-20
libpve-http-server-perl: 2.0-14
libpve-storage-perl: 5.0-44
libqb0: 1.0.3-1~bpo9
lvm2: 2.02.168-pve6
lxc-pve: 3.1.0-7
lxcfs: 3.0.3-pve1
novnc-pve: 1.2.0-3
proxmox-widget-toolkit: 3.4-4
pve-cluster: 5.0-38
pve-container: 2.0-42
pve-docs: 7.1-2
pve-edk2-firmware: 3.20210831-2
pve-firewall: 3.0-22
pve-firmware: 3.3-3
pve-ha-manager: 2.0-9
pve-i18n: 2.6-2
pve-libspice-server1: 0.14.1-2
pve-qemu-kvm: 3.0.1-4
pve-xtermjs: 3.12.0-1
qemu-server: 5.0-56
smartmontools: 6.5+svn4324-1
spiceterm: 3.0-5
vncterm: 1.5-3
zfsutils-linux: 0.7.13-pve1~bpo2
Sources List:
Code:
root@pve:~# cat /etc/apt/sources.list
deb http://ftp.us.debian.org/debian stretch main contrib
deb http://ftp.us.debian.org/debian stretch-updates main contrib
deb http://download.proxmox.com/debian/pve stretch pve-no-subscription
# security updates
deb http://security.debian.org stretch/updates main contrib
Last edited: