Search results

  1. M

    [SOLVED] LXC idmap group permissions not applied in container

    Hello! I have the following setup: /etc/pve/lxc/<LXC-ID>.conf mp0: /mnt/pve/Media,mp=/mnt/Media,replicate=0,backup=0 unprivileged: 1 lxc.idmap: u 0 100000 1000 lxc.idmap: u 1000 1000 100 lxc.idmap: u 1100 101099 64335 lxc.idmap: g 0 100000 1998 lxc.idmap: g 1998 1998 1 lxc.idmap: g 1999 101999...
  2. M

    Fixing grub after disk faliure? SQUASHFS error

    Hi! I've followed this guide, but stuck with step 8. chroot /mnt /bin/bash I've got: SQUASHFS error: unable to read fragment cache entry [47d57d1] SQUASHFS error: unable to read page, block 47d57d1size d464 Anybody has any idea how to solve this? The config: boot from 1TB disk from onboard sata...
  3. M

    /proc/spl/kstat/zfs/[poolname]/io file missing

    Hello, I run proxmoxVE7.2-11, I want to monitor the data throughput of my pools, vdevs, etc. By my understanding there is an iostat file, but that not seems to be similar to the io file from other systems. The zpool iostat tool works great, but I would like to use the file in the title. A lot...
  4. M

    vzcpucheck not found in proxmox 7.1

    Hello, I would like to balance my CPU resources between my LXC containers. Based on this post I should be able to do it with the CPU units parameter. But I'm not able to find the vzcpucheck command. Is this deprecated? Is there anything else, to fine tune my settings? Here is couple info...