I am running a proxmox 8.1.4
It started as proxmox 7 installation but was upgraded to 8.
It is installed using the proxmox 7 iso not debian and built on top of that.
The version of debian it originally came with is bullseye but it was upgraded to bookworm.
I do not have the paid subscription repo installed / active but the system is fully upgraded.
It behaves very well as far as I can tell except for 1 virtual machine that gives me hassle.
To give you a bit of a background - I created a debian bullseye vm in the past, installed all my necessary basic apps and confed all the necessary configs and then this became my default debian VM. I do not install the system each time - I clone the default vm, assign new hostname and static IP etc and then all the necessary tools for this specific vm so lets say game server or some other tool. I have many of those cloned vms working with different purposes. At some stage all of them were upgraded from the debian bullseye to bookworm by changing the sources.list and running set of upgrade commands. ALL of my VMs behave well as far as I can tell except for 1 virtual machine that gives me hassle.
VM in question is ID 107 with IP address of 192.168.1.118
Its my nginx + ssl / php / mysqld machine.
It was created like every other machine on my server by cloning the default vm. It was upgraded the exactly same way as other vms... and yet its the only one that gives me issues.
It has qemu guest agent installed and active. And yet it throws a hissy fit every time I try to reboot / poweroff / stop the machine.
To stop it I need to remove the lock conf file... then I can stop it.
I cannot reboot the entire proxmox server because this particular vm will stop it until the vms lock conf is deleted and the machine is stopped. Only then the proxmox server lay down in peace. IF I run "poweroff -f" or "reboot -f" the vm will go down instantly.
I am requesting a help with trying to troubleshoot this particular machine.
2 things that may be of interest...
I have a repo added to sources.list:
Packages installed from the above repo are:
Everything else is from the default debian bookworm repo.
Not sure what else possibly I could add but I am guessing if you're interested in the subject and you know what you're doing - you're going to ask me the right questions to get this solved.
Thanks in advance for any replies / question and help provided.
Kindest regards.
AndrzejL
Code:
root@andrzejl:~# apt search pve | grep installed
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
libproxmox-rs-perl/stable,now 0.3.3 amd64 [installed]
libpve-access-control/stable,now 8.0.7 all [installed]
libpve-apiclient-perl/stable,now 3.3.1 all [installed]
libpve-cluster-api-perl/stable,now 8.0.5 all [installed]
libpve-cluster-perl/stable,now 8.0.5 all [installed]
libpve-common-perl/stable,now 8.1.0 all [installed]
libpve-guest-common-perl/stable,now 5.0.6 all [installed]
libpve-http-server-perl/stable,now 5.0.5 all [installed]
libpve-network-perl/stable,now 0.9.5 all [installed,automatic]
libpve-notify-perl/stable,now 8.0.5 all [installed,automatic]
libpve-rs-perl/stable,now 0.8.8 amd64 [installed]
libpve-storage-perl/stable,now 8.0.5 all [installed]
libpve-u2f-server-perl/stable,now 1.2.0 amd64 [installed]
lxc-pve/stable,now 5.0.2-4 amd64 [installed]
novnc-pve/stable,now 1.4.0-3 all [installed]
proxmox-kernel-6.5.11-7-pve-signed/stable,now 6.5.11-7 amd64 [installed,automatic]
pve-cluster/stable,now 8.0.5 amd64 [installed]
pve-container/stable,now 5.0.8 all [installed]
pve-docs/stable,now 8.1.3 all [installed]
pve-edk2-firmware/stable,now 4.2023.08-3 all [installed]
pve-edk2-firmware-legacy/stable,now 4.2023.08-3 all [installed,automatic]
pve-edk2-firmware-ovmf/stable,now 4.2023.08-3 all [installed,automatic]
pve-firewall/stable,now 5.0.3 amd64 [installed]
pve-firmware/stable,now 3.9-1 all [installed]
pve-ha-manager/stable,now 4.0.3 amd64 [installed]
pve-i18n/stable,now 3.2.0 all [installed]
pve-kernel-5.15/now 7.4-9 all [installed,local]
pve-kernel-5.15.102-1-pve/now 5.15.102-1 amd64 [installed,local]
pve-kernel-5.15.131-2-pve/now 5.15.131-3 amd64 [installed,local]
pve-lxc-syscalld/stable,now 1.3.0 amd64 [installed]
pve-manager/stable,now 8.1.4 amd64 [installed]
pve-qemu-kvm/stable,now 8.1.2-6 amd64 [installed]
pve-xtermjs/stable,now 5.3.0-3 all [installed]
root@andrzejl:~#
It started as proxmox 7 installation but was upgraded to 8.
It is installed using the proxmox 7 iso not debian and built on top of that.
The version of debian it originally came with is bullseye but it was upgraded to bookworm.
Code:
root@andrzejl:~# cat /etc/apt/sources.list
deb http://deb.debian.org/debian/ bookworm main contrib
deb http://security.debian.org/debian-security bookworm-security main contrib
deb http://deb.debian.org/debian/ bookworm-updates main contrib
deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription
root@andrzejl:~#
I do not have the paid subscription repo installed / active but the system is fully upgraded.
Code:
apt -y update && apt -y upgrade && apt -y dist-upgrade && apt -y full-upgrade && apt -y --purge autoremove
It behaves very well as far as I can tell except for 1 virtual machine that gives me hassle.
To give you a bit of a background - I created a debian bullseye vm in the past, installed all my necessary basic apps and confed all the necessary configs and then this became my default debian VM. I do not install the system each time - I clone the default vm, assign new hostname and static IP etc and then all the necessary tools for this specific vm so lets say game server or some other tool. I have many of those cloned vms working with different purposes. At some stage all of them were upgraded from the debian bullseye to bookworm by changing the sources.list and running set of upgrade commands. ALL of my VMs behave well as far as I can tell except for 1 virtual machine that gives me hassle.
VM in question is ID 107 with IP address of 192.168.1.118
Its my nginx + ssl / php / mysqld machine.
It was created like every other machine on my server by cloning the default vm. It was upgraded the exactly same way as other vms... and yet its the only one that gives me issues.
It has qemu guest agent installed and active. And yet it throws a hissy fit every time I try to reboot / poweroff / stop the machine.
To stop it I need to remove the lock conf file... then I can stop it.
I cannot reboot the entire proxmox server because this particular vm will stop it until the vms lock conf is deleted and the machine is stopped. Only then the proxmox server lay down in peace. IF I run "poweroff -f" or "reboot -f" the vm will go down instantly.
I am requesting a help with trying to troubleshoot this particular machine.
2 things that may be of interest...
I have a repo added to sources.list:
Code:
root@andrzejl:~# apt -y update && apt -y upgrade && apt -y dist-upgrade && apt -y full-upgrade && apt -y --purge autoremove
Code:
W: https://packages.sury.org/php/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
Packages installed from the above repo are:
Code:
libpcre3:
Installed: 2:8.45-1+0~20230620.10+debian12~1.gbp8792c4
Candidate: 2:8.45-1+0~20230620.10+debian12~1.gbp8792c4
Version table:
*** 2:8.45-1+0~20230620.10+debian12~1.gbp8792c4 500
500 https://packages.sury.org/php bookworm/main amd64 Packages
2:8.39-15 500
500 http://deb.debian.org/debian bookworm/main amd64 Packages
php-common:
Installed: 2:94+0~20240121.50+debian12~1.gbpe06825
Candidate: 2:94+0~20240121.50+debian12~1.gbpe06825
Version table:
*** 2:94+0~20240121.50+debian12~1.gbpe06825 500
500 https://packages.sury.org/php bookworm/main amd64 Packages
2:93 500
500 http://deb.debian.org/debian bookworm/main amd64 Packages
php8.2:
Installed: 8.2.15-1+0~20240120.39+debian12~1.gbp56f296
Candidate: 8.2.15-1+0~20240120.39+debian12~1.gbp56f296
Version table:
*** 8.2.15-1+0~20240120.39+debian12~1.gbp56f296 500
500 https://packages.sury.org/php bookworm/main amd64 Packages
8.2.7-1~deb12u1 500
500 http://deb.debian.org/debian bookworm/main amd64 Packages
500 http://security.debian.org/debian-security bookworm-security/main amd64 Packages
php8.2-apcu:
Installed: 5.1.23-1+0~20231125.39+debian12~1.gbp8bf49a
Candidate: 5.1.23-1+0~20231125.39+debian12~1.gbp8bf49a
Version table:
*** 5.1.23-1+0~20231125.39+debian12~1.gbp8bf49a 500
500 https://packages.sury.org/php bookworm/main amd64 Packages
5.1.22+4.0.11-2 500
500 http://deb.debian.org/debian bookworm/main amd64 Packages
php8.2-bcmath:
Installed: 8.2.15-1+0~20240120.39+debian12~1.gbp56f296
Candidate: 8.2.15-1+0~20240120.39+debian12~1.gbp56f296
Version table:
*** 8.2.15-1+0~20240120.39+debian12~1.gbp56f296 500
500 https://packages.sury.org/php bookworm/main amd64 Packages
8.2.7-1~deb12u1 500
500 http://deb.debian.org/debian bookworm/main amd64 Packages
500 http://security.debian.org/debian-security bookworm-security/main amd64 Packages
php8.2-bz2:
Installed: 8.2.15-1+0~20240120.39+debian12~1.gbp56f296
Candidate: 8.2.15-1+0~20240120.39+debian12~1.gbp56f296
Version table:
*** 8.2.15-1+0~20240120.39+debian12~1.gbp56f296 500
500 https://packages.sury.org/php bookworm/main amd64 Packages
8.2.7-1~deb12u1 500
500 http://deb.debian.org/debian bookworm/main amd64 Packages
500 http://security.debian.org/debian-security bookworm-security/main amd64 Packages
php8.2-cli:
Installed: 8.2.15-1+0~20240120.39+debian12~1.gbp56f296
Candidate: 8.2.15-1+0~20240120.39+debian12~1.gbp56f296
Version table:
*** 8.2.15-1+0~20240120.39+debian12~1.gbp56f296 500
500 https://packages.sury.org/php bookworm/main amd64 Packages
8.2.7-1~deb12u1 500
500 http://deb.debian.org/debian bookworm/main amd64 Packages
500 http://security.debian.org/debian-security bookworm-security/main amd64 Packages
php8.2-common:
Installed: 8.2.15-1+0~20240120.39+debian12~1.gbp56f296
Candidate: 8.2.15-1+0~20240120.39+debian12~1.gbp56f296
Version table:
*** 8.2.15-1+0~20240120.39+debian12~1.gbp56f296 500
500 https://packages.sury.org/php bookworm/main amd64 Packages
8.2.7-1~deb12u1 500
500 http://deb.debian.org/debian bookworm/main amd64 Packages
500 http://security.debian.org/debian-security bookworm-security/main amd64 Packages
php8.2-curl:
Installed: 8.2.15-1+0~20240120.39+debian12~1.gbp56f296
Candidate: 8.2.15-1+0~20240120.39+debian12~1.gbp56f296
Version table:
*** 8.2.15-1+0~20240120.39+debian12~1.gbp56f296 500
500 https://packages.sury.org/php bookworm/main amd64 Packages
8.2.7-1~deb12u1 500
500 http://deb.debian.org/debian bookworm/main amd64 Packages
500 http://security.debian.org/debian-security bookworm-security/main amd64 Packages
php8.2-fpm:
Installed: 8.2.15-1+0~20240120.39+debian12~1.gbp56f296
Candidate: 8.2.15-1+0~20240120.39+debian12~1.gbp56f296
Version table:
*** 8.2.15-1+0~20240120.39+debian12~1.gbp56f296 500
500 https://packages.sury.org/php bookworm/main amd64 Packages
8.2.7-1~deb12u1 500
500 http://deb.debian.org/debian bookworm/main amd64 Packages
500 http://security.debian.org/debian-security bookworm-security/main amd64 Packages
php8.2-gd:
Installed: 8.2.15-1+0~20240120.39+debian12~1.gbp56f296
Candidate: 8.2.15-1+0~20240120.39+debian12~1.gbp56f296
Version table:
*** 8.2.15-1+0~20240120.39+debian12~1.gbp56f296 500
500 https://packages.sury.org/php bookworm/main amd64 Packages
8.2.7-1~deb12u1 500
500 http://deb.debian.org/debian bookworm/main amd64 Packages
500 http://security.debian.org/debian-security bookworm-security/main amd64 Packages
php8.2-gmp:
Installed: 8.2.15-1+0~20240120.39+debian12~1.gbp56f296
Candidate: 8.2.15-1+0~20240120.39+debian12~1.gbp56f296
Version table:
*** 8.2.15-1+0~20240120.39+debian12~1.gbp56f296 500
500 https://packages.sury.org/php bookworm/main amd64 Packages
8.2.7-1~deb12u1 500
500 http://deb.debian.org/debian bookworm/main amd64 Packages
500 http://security.debian.org/debian-security bookworm-security/main amd64 Packages
php8.2-igbinary:
Installed: 3.2.15-1+0~20231202.49+debian12~1.gbpe9ffe8
Candidate: 3.2.15-1+0~20231202.49+debian12~1.gbpe9ffe8
Version table:
*** 3.2.15-1+0~20231202.49+debian12~1.gbpe9ffe8 500
500 https://packages.sury.org/php bookworm/main amd64 Packages
3.2.13-1 500
500 http://deb.debian.org/debian bookworm/main amd64 Packages
php8.2-imagick:
Installed: 3.7.0-4+0~20231125.43+debian12~1.gbpbf7e27
Candidate: 3.7.0-4+0~20231125.43+debian12~1.gbpbf7e27
Version table:
*** 3.7.0-4+0~20231125.43+debian12~1.gbpbf7e27 500
500 https://packages.sury.org/php bookworm/main amd64 Packages
3.7.0-4 500
500 http://deb.debian.org/debian bookworm/main amd64 Packages
php8.2-intl:
Installed: 8.2.15-1+0~20240120.39+debian12~1.gbp56f296
Candidate: 8.2.15-1+0~20240120.39+debian12~1.gbp56f296
Version table:
*** 8.2.15-1+0~20240120.39+debian12~1.gbp56f296 500
500 https://packages.sury.org/php bookworm/main amd64 Packages
8.2.7-1~deb12u1 500
500 http://deb.debian.org/debian bookworm/main amd64 Packages
500 http://security.debian.org/debian-security bookworm-security/main amd64 Packages
php8.2-ldap:
Installed: 8.2.15-1+0~20240120.39+debian12~1.gbp56f296
Candidate: 8.2.15-1+0~20240120.39+debian12~1.gbp56f296
Version table:
*** 8.2.15-1+0~20240120.39+debian12~1.gbp56f296 500
500 https://packages.sury.org/php bookworm/main amd64 Packages
8.2.7-1~deb12u1 500
500 http://deb.debian.org/debian bookworm/main amd64 Packages
500 http://security.debian.org/debian-security bookworm-security/main amd64 Packages
php8.2-mbstring:
Installed: 8.2.15-1+0~20240120.39+debian12~1.gbp56f296
Candidate: 8.2.15-1+0~20240120.39+debian12~1.gbp56f296
Version table:
*** 8.2.15-1+0~20240120.39+debian12~1.gbp56f296 500
500 https://packages.sury.org/php bookworm/main amd64 Packages
8.2.7-1~deb12u1 500
500 http://deb.debian.org/debian bookworm/main amd64 Packages
500 http://security.debian.org/debian-security bookworm-security/main amd64 Packages
php8.2-memcached:
Installed: 3.2.0++-1+0~20231206.58+debian12~1.gbpd57e5e
Candidate: 3.2.0++-1+0~20231206.58+debian12~1.gbpd57e5e
Version table:
*** 3.2.0++-1+0~20231206.58+debian12~1.gbpd57e5e 500
500 https://packages.sury.org/php bookworm/main amd64 Packages
3.2.0+2.2.0-4 500
500 http://deb.debian.org/debian bookworm/main amd64 Packages
php8.2-msgpack:
Installed: 1:2.2.0-2+0~20231129.41+debian12~1.gbp8dd767
Candidate: 1:2.2.0-2+0~20231129.41+debian12~1.gbp8dd767
Version table:
*** 1:2.2.0-2+0~20231129.41+debian12~1.gbp8dd767 500
500 https://packages.sury.org/php bookworm/main amd64 Packages
1:2.2.0~rc2-3 500
500 http://deb.debian.org/debian bookworm/main amd64 Packages
php8.2-mysql:
Installed: 8.2.15-1+0~20240120.39+debian12~1.gbp56f296
Candidate: 8.2.15-1+0~20240120.39+debian12~1.gbp56f296
Version table:
*** 8.2.15-1+0~20240120.39+debian12~1.gbp56f296 500
500 https://packages.sury.org/php bookworm/main amd64 Packages
8.2.7-1~deb12u1 500
500 http://deb.debian.org/debian bookworm/main amd64 Packages
500 http://security.debian.org/debian-security bookworm-security/main amd64 Packages
php8.2-opcache:
Installed: 8.2.15-1+0~20240120.39+debian12~1.gbp56f296
Candidate: 8.2.15-1+0~20240120.39+debian12~1.gbp56f296
Version table:
*** 8.2.15-1+0~20240120.39+debian12~1.gbp56f296 500
500 https://packages.sury.org/php bookworm/main amd64 Packages
8.2.7-1~deb12u1 500
500 http://deb.debian.org/debian bookworm/main amd64 Packages
500 http://security.debian.org/debian-security bookworm-security/main amd64 Packages
php8.2-readline:
Installed: 8.2.15-1+0~20240120.39+debian12~1.gbp56f296
Candidate: 8.2.15-1+0~20240120.39+debian12~1.gbp56f296
Version table:
*** 8.2.15-1+0~20240120.39+debian12~1.gbp56f296 500
500 https://packages.sury.org/php bookworm/main amd64 Packages
8.2.7-1~deb12u1 500
500 http://deb.debian.org/debian bookworm/main amd64 Packages
500 http://security.debian.org/debian-security bookworm-security/main amd64 Packages
php8.2-redis:
Installed: 6.0.2-1+0~20231128.56+debian12~1.gbp9f3071
Candidate: 6.0.2-1+0~20231128.56+debian12~1.gbp9f3071
Version table:
*** 6.0.2-1+0~20231128.56+debian12~1.gbp9f3071 500
500 https://packages.sury.org/php bookworm/main amd64 Packages
5.3.7+4.3.0-3 500
500 http://deb.debian.org/debian bookworm/main amd64 Packages
php8.2-soap:
Installed: 8.2.15-1+0~20240120.39+debian12~1.gbp56f296
Candidate: 8.2.15-1+0~20240120.39+debian12~1.gbp56f296
Version table:
*** 8.2.15-1+0~20240120.39+debian12~1.gbp56f296 500
500 https://packages.sury.org/php bookworm/main amd64 Packages
8.2.7-1~deb12u1 500
500 http://deb.debian.org/debian bookworm/main amd64 Packages
500 http://security.debian.org/debian-security bookworm-security/main amd64 Packages
php8.2-sqlite3:
Installed: 8.2.15-1+0~20240120.39+debian12~1.gbp56f296
Candidate: 8.2.15-1+0~20240120.39+debian12~1.gbp56f296
Version table:
*** 8.2.15-1+0~20240120.39+debian12~1.gbp56f296 500
500 https://packages.sury.org/php bookworm/main amd64 Packages
8.2.7-1~deb12u1 500
500 http://deb.debian.org/debian bookworm/main amd64 Packages
500 http://security.debian.org/debian-security bookworm-security/main amd64 Packages
php8.2-xml:
Installed: 8.2.15-1+0~20240120.39+debian12~1.gbp56f296
Candidate: 8.2.15-1+0~20240120.39+debian12~1.gbp56f296
Version table:
*** 8.2.15-1+0~20240120.39+debian12~1.gbp56f296 500
500 https://packages.sury.org/php bookworm/main amd64 Packages
8.2.7-1~deb12u1 500
500 http://deb.debian.org/debian bookworm/main amd64 Packages
500 http://security.debian.org/debian-security bookworm-security/main amd64 Packages
php8.2-xmlrpc:
Installed: 3:1.0.0~rc3-6+0~20231125.13+debian12~1.gbp734d6c
Candidate: 3:1.0.0~rc3-6+0~20231125.13+debian12~1.gbp734d6c
Version table:
*** 3:1.0.0~rc3-6+0~20231125.13+debian12~1.gbp734d6c 500
500 https://packages.sury.org/php bookworm/main amd64 Packages
3:1.0.0~rc3-6 500
500 http://deb.debian.org/debian bookworm/main amd64 Packages
php8.2-zip:
Installed: 8.2.15-1+0~20240120.39+debian12~1.gbp56f296
Candidate: 8.2.15-1+0~20240120.39+debian12~1.gbp56f296
Version table:
*** 8.2.15-1+0~20240120.39+debian12~1.gbp56f296 500
500 https://packages.sury.org/php bookworm/main amd64 Packages
8.2.7-1~deb12u1 500
500 http://deb.debian.org/debian bookworm/main amd64 Packages
500 http://security.debian.org/debian-security bookworm-security/main amd64 Packages
Everything else is from the default debian bookworm repo.
Not sure what else possibly I could add but I am guessing if you're interested in the subject and you know what you're doing - you're going to ask me the right questions to get this solved.
Thanks in advance for any replies / question and help provided.
Kindest regards.
AndrzejL
Attachments
Last edited: