It works, however only for privileged containers.
Setting kernel parameters of the container in "/etc/pve/lxc/CTid.conf" (privileged container)
lxc.mount.auto: proc:rw
lxc.sysctl.kernel.msgmnb: 134217728
lxc.sysctl.kernel.msgmax: 65536
Look, guys, I have a privileged lxc and need some special isolated (not an overall host) kernel's params for it (software requirement).
It seems setting in lxc.conf lxc.mount.auto: proc:rw gives a solution, but I encountered several cases and I'd...
#!/bin/bash
# Set base URL
BASE_URL="https://images.linuxcontainers.org/images/oracle/9/amd64/default"
# Get the latest build date
LATEST_DATE=$(wget -q -O - https://images.linuxcontainers.org/meta/1.0/index-system | grep -o...
Hello, we recommend installing microcode updates but they are not required.
Since Proxmox VE 9 the non-free-firmware component is enabled by default and the microcode package comes installed as part of the installation, however older...