Search results

  1. P

    [SOLVED] Proxmox VE 9.0 BETA LCX Docker not working

    I tried that just now too, but sadly my docker container doesn't start...
  2. P

    [SOLVED] Proxmox VE 9.0 BETA LCX Docker not working

    This indeed, I keep getting the same error.
  3. P

    [SOLVED] Proxmox VE 9.0 BETA LCX Docker not working

    I upgraded my Bookwork LXC to Trixie, but I still get the error: root@airconnect:~# docker start airconnect Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during...
  4. P

    Starting ARM64 VM on AMD64 fails

    Hi, Trying to start a VM running ARM64 on my AMD64 fails. I've installed the pve-edk2-firmware-aarch64 package, but I can't seem to select a fitting ARM64 processor in the Processors section in the VM option. The available CPU types in the drop down seem to be all x86 CPU's and the...
  5. P

    Opt-in Linux 6.11 Kernel for Proxmox VE 8 available on test & no-subscription

    Trying to install it on my NUC hangs forever on: Preparing to unpack .../proxmox-headers-6.11.0-1-pve_6.11.0-1_amd64.deb ... Unpacking proxmox-headers-6.11.0-1-pve (6.11.0-1)
  6. P

    Kernel 6.5.13-4 failed to boot

    Still seeing it here: 3 packages can be upgraded. Run 'apt list --upgradable' to see them. root@pve-r5:~# apt list --upgradable Listing... Done proxmox-headers-6.5/stable,stable 6.5.13-4 all [upgradable from: 6.5.13-3] proxmox-kernel-6.5/stable,stable 6.5.13-4 all [upgradable from: 6.5.13-3]...
  7. P

    Kernel 6.5.13-4 failed to boot

    Running an Intel i5-4250U here.
  8. P

    Kernel 6.5.13-4 failed to boot

    proxmox-boot-tool kernel pin 6.5.13-3-pve ;)
  9. P

    Kernel 6.5.13-4 failed to boot

    +1, manually pinning 6.5.13-3 is a workaround.
  10. P

    Migrate LXC to another node fails on unknown storage

    Hi, I just created a second node (hostname 'pve-ryzen') and created a cluster. When trying to migrate an LXC to the newly added node, it fails because of the following: 2024-03-04 09:38:28 ERROR: migration aborted (duration 00:00:00): storage 'ssd-1tb-870' is not available on node 'pve-ryzen'...
  11. P

    High CPU usage after upgrade to kernel 6.5.13-1-pve

    Changed to amd_pstate=passive and when using powersave, still fixes the cores at 400MHz, with the driver: amd-pstate. amd_pstate=guided uses the amd-pstate driver too, and not the amd-pstate-epp
  12. P

    High CPU usage after upgrade to kernel 6.5.13-1-pve

    When using powersave all cores use 100% persistently, when using performance all cores are using 5% to 15% and some lower as the processes jump around the cores. The following governors are available: available cpufreq governors: conservative, ondemand, userspace, powersave, performance...
  13. P

    High CPU usage after upgrade to kernel 6.5.13-1-pve

    I now see the cpu driver has changed from amd-pstate-epp to amd-pstate and using performance as governor boosts all cores to thier maximum. Maximum latency dropped to 20 us, from 4500 ms. Using powersave leaves al cores fixed at 400 MHz. The reason I'm using powersave is that I'm trying to...
  14. P

    High CPU usage after upgrade to kernel 6.5.13-1-pve

    Actual usage is 100%, I just only copied CPU core 11, for the readability. All cores show current CPU frequency of 400 MHz. root@pve-r5:~# cat /proc/cmdline BOOT_IMAGE=/boot/vmlinuz-6.5.13-1-pve root=/dev/mapper/pve-root ro quiet intel_iommu=on iommu=pt acpi_enforce_resources=lax I've added...
  15. P

    High CPU usage after upgrade to kernel 6.5.13-1-pve

    Sadly, that doesn't change anything: analyzing CPU 11: driver: amd-pstate-epp CPUs which run at the same hardware frequency: 11 CPUs which need to have their frequency coordinated by software: 11 maximum transition latency: 4294.55 ms. hardware limits: 400 MHz - 4.46 GHz available...
  16. P

    High CPU usage after upgrade to kernel 6.5.13-1-pve

    Well, I tried something: On 6.5.13-1, running cpufreq-info frequency-info all cores run at a current (fixed?) CPU frequency of 399/400 MHz: root@pve-r5:~# cpufreq-info freqency-info cpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009 Report errors and bugs to...
  17. P

    High CPU usage after upgrade to kernel 6.5.13-1-pve

    Hi Chris, hi Fiona, Just updated to the latest BIOS version (December 25, 2023), microcode is up to date, I rebooted into 6.5.13-1, and still all CPU cores (12) have a 100% usage. There aren't any specific processes causing the high load, as they are all competing each other as it seems with...
  18. P

    High CPU usage after upgrade to kernel 6.5.13-1-pve

    Hi, RAM usage was the same at the time of the issue, of slightly elevated (20GB against 18GB). If I recall correctly it were Node.js (and some Python and Go) processes in a variety of LXCs. I can't debug right now, as my home network uses one of the LXCs as DNS service. I hope I can try...