Hello,As written here:
- #13
6.8.4-3-pve didn't fix the issue
/etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=off"
Hello,
Try (on my side works well):
edit:/etc/default/grub
set:GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=off"
MAIN KEY: intel_iommu=off
On my side server is now stable. BIOS on my mainboard (gigabytes) have probably some issues (but not upgrades available).
You can rollback packages, it is just not that easy.
# apt-get clean; apt-get update; apt -o Debug::pkgProblemResolver=yes install --reinstall pve-manager
Hit:1 http://security.debian.org/debian-security bookworm-security InRelease
Hit:2 http://deb.debian.org/debian bookworm InRelease
Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
Hit:4 http://download.proxmox.com/debian/ceph-reef bookworm InRelease
Hit:5 http://download.proxmox.com/debian/pve bookworm InRelease
Reading package lists... Done
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Starting pkgProblemResolver with broken count: 1
Starting 2 pkgProblemResolver with broken count: 1
Investigating (0) pve-container:amd64 < 5.1.10 -> 5.1.11 @ii puU Ib >
Broken pve-container:amd64 Depends on libpve-guest-common-perl:amd64 < 5.1.2 | 5.1.3 @ii uH > (>= 5.1.3)
Considering libpve-guest-common-perl:amd64 8 as a solution to pve-container:amd64 6
Re-Instated libpve-guest-common-perl:amd64
Broken pve-container:amd64 Depends on proxmox-backup-client:amd64 < 3.2.3-1 @ii K > (>= 3.2.5-1)
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:
pve-container : Depends: proxmox-backup-client (>= 3.2.5-1) but 3.2.3-1 is to be installed
E: Unable to correct problems, you have held broken packages.
Code:# apt-get clean; apt-get update; apt -o Debug::pkgProblemResolver=yes install --reinstall pve-manager Hit:1 http://security.debian.org/debian-security bookworm-security InRelease Hit:2 http://deb.debian.org/debian bookworm InRelease Hit:3 http://deb.debian.org/debian bookworm-updates InRelease Hit:4 http://download.proxmox.com/debian/ceph-reef bookworm InRelease Hit:5 http://download.proxmox.com/debian/pve bookworm InRelease Reading package lists... Done Reading package lists... Done Building dependency tree... Done Reading state information... Done Starting pkgProblemResolver with broken count: 1 Starting 2 pkgProblemResolver with broken count: 1 Investigating (0) pve-container:amd64 < 5.1.10 -> 5.1.11 @ii puU Ib > Broken pve-container:amd64 Depends on libpve-guest-common-perl:amd64 < 5.1.2 | 5.1.3 @ii uH > (>= 5.1.3) Considering libpve-guest-common-perl:amd64 8 as a solution to pve-container:amd64 6 Re-Instated libpve-guest-common-perl:amd64 Broken pve-container:amd64 Depends on proxmox-backup-client:amd64 < 3.2.3-1 @ii K > (>= 3.2.5-1) 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: pve-container : Depends: proxmox-backup-client (>= 3.2.5-1) but 3.2.3-1 is to be installed E: Unable to correct problems, you have held broken packages.
but I don't see proxmox-backup-client >= 3.2.5-1 anywhere. Hm?
Code:# apt-get clean; apt-get update; apt -o Debug::pkgProblemResolver=yes install --reinstall pve-manager Hit:1 http://security.debian.org/debian-security bookworm-security InRelease Hit:2 http://deb.debian.org/debian bookworm InRelease Hit:3 http://deb.debian.org/debian bookworm-updates InRelease Hit:4 http://download.proxmox.com/debian/ceph-reef bookworm InRelease Hit:5 http://download.proxmox.com/debian/pve bookworm InRelease Reading package lists... Done Reading package lists... Done Building dependency tree... Done Reading state information... Done Starting pkgProblemResolver with broken count: 1 Starting 2 pkgProblemResolver with broken count: 1 Investigating (0) pve-container:amd64 < 5.1.10 -> 5.1.11 @ii puU Ib > Broken pve-container:amd64 Depends on libpve-guest-common-perl:amd64 < 5.1.2 | 5.1.3 @ii uH > (>= 5.1.3) Considering libpve-guest-common-perl:amd64 8 as a solution to pve-container:amd64 6 Re-Instated libpve-guest-common-perl:amd64 Broken pve-container:amd64 Depends on proxmox-backup-client:amd64 < 3.2.3-1 @ii K > (>= 3.2.5-1) 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: pve-container : Depends: proxmox-backup-client (>= 3.2.5-1) but 3.2.3-1 is to be installed E: Unable to correct problems, you have held broken packages.
but I don't see proxmox-backup-client >= 3.2.5-1 anywhere. Hm?
a fix is being worked on, see: https://forum.proxmox.com/threads/u...-remove-proxmox-ve-package.149101/post-675210Same Problem here, when installing on debian 12 using "apt install proxmox-ve".
3.2.5-1 seems to not exist here http://download.proxmox.com/debian/pve/dists/bookworm/pve-no-subscription/binary-amd64/. But 3.2.5-1 changelog exists
unfortunately, I had a crash again today, rendering the PVE completely offline needing a hard reset. maybe proxmox staff has ideas?Hello,
Try (on my side works well):
edit:/etc/default/grub
set:GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=off"
MAIN KEY: intel_iommu=off
On my side server is now stable. BIOS on my mainboard (gigabytes) have probably some issues (but not upgrades available).
For me it is:Just wondering, which kernel version is used in latest PVE Enterprise repo
Linux xxx 6.8.4-3-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.4-3 (2024-05-02T11:55Z) x86_64 GNU/Linux
~# apt depends proxmox-default-kernel proxmox-kernel-6.8
proxmox-default-kernel
Depends: proxmox-kernel-6.8
proxmox-kernel-6.8
Depends: pve-firmware
|Depends: proxmox-kernel-6.8.4-3-pve-signed
Depends: proxmox-kernel-6.8.4-3-pve
proxmox-kernel-6.8.4-3-pve-signed
Replaces: <pve-kernel-6.8>
proxmox-kernel-6.8
The command:however the nodes still run w/o reboot using 6.5.11-7-pve kernel
proxmox-boot-tool kernel list
Update: the unpredictables crashes appeared on the Gen8 with kernel 6.8.4-3. Newer kernel 6.8.8-1 on the same machine is running stable here for >10 days now.I'm using Proxmox for years. The upgrade went without any issues (as usual - thanks Proxmox team!) But the latest 6.8 kernel upgrade results in unpredictable crashes (several days) on my HPE Microserver Gen8 (back to 6.5 now and stable) - nothing suspicious in the logs, just bang and reboot. The Supermicro X11SBA runs without any problems.
On my side too, but for now uptime is now ~7 daysUpdate: the unpredictables crashes appeared on the Gen8 with kernel 6.8.4-3. Newer kernel 6.8.8-1 on the same machine is running stable here for >10 days now.
When we importing Linux VM from ESXi To Proxmox .Linux VMs like Centos7 going to Rescue mode. but Window 11 and WIndows 2022 are working fineCongratulations
Is the esxi importer already available in the enterprise repo?
zstd uncompress failed with error code 20
command 'unsquashfs -f -dest /target -i /cdrom/pve-base.squashfs' failed with exit code 1
proxmox FATAL ERROR: writer: failed to read/uncompress file /target/usr/lib/python3.11/re/__pycache__/_parser.cpython-311.pyc
Were you able to update to latest version after that? Your HW may have a problem with the latest kernels.Only when I tried version 7.4-1 - it worked without any problems.
I'm quite new to Proxmox, thanks for the idea. After your question I did upgrade and it finished successfully. Now I have v.8.2.4.Were you able to update to latest version after that? Your HW may have a problem with the latest kernels.