Recent content by Polyphemus

  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...