Search results

  1. S

    Running Proxmox on an old HP Proliant server, newest kernel fails to boot

    Hi there, I started off my Proxmox install with installing Debian Buster and then proxmox on top of that as guided at: https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_Buster. However, the Debian kernel works fine but pve-kernel does not. Somewhere between version vmlinuz-5.4.30-1-pve...
  2. S

    Figuring out how pve gui works behind the scene with different architectures

    Hi, I would like to know how does the gui work when you edit the /etc/pve/qemu-server/<vmid>.conf and set it to like aarch64, how does it know how to emulate it? I have compiled my own version of pve-qemu-kvm deb package, with support for multiple architectures so I would like to know how I can...
  3. S

    Gentoo LXC image, does not have correct features

    The image does boot, but you cannot emerge packages, due to Gentoo's default sandboxing when building. The following features need to be allowed for the LXC container, when using the template: "ipc-sandbox, pid-sandbox and mount-sandbox". For reference: # grep CapPrm /proc/self/status CapPrm...