Search results

  1. M

    [TUTORIAL] Disk prevent from spinning down because of pvestatd

    Hi, you might have the problem that you want to spin down some disks, but that doesn't work as planned. I just spend 2 hours debugging the problem, and so decided to write this short tutorial. Symptom: You have multiple drives in your proxmox machines, and want some (like all HDDs) to spin down...
  2. M

    [SOLVED] NFS Client in unprivileged container?

    Hey. is it possible to have a nfs client inside an unprivileged lxc container ? Me trying to do so will always return: ``` mount -vvv -t nfs -o 'vers=4.2' 10.xxx.xxx.2:/srv/nfs/shared /var/lib/minidlna/ mount.nfs: timeout set for Sun Apr 7 18:47:33 2019 mount.nfs: trying text-based options...
  3. M

    [SOLVED] adding zfs to my new created CT makes it fail to start

    I set up my proxmox to have 1 LVM Pool and 3 ZFS pools (HDD raid0, HDD raid1, SSD raid1), I creae a CT on my LVM volume and then add another Mount, i click on the ZFS pool and it automatically creates a ZFS subvolume. The container fails on startup lxc-start -o ./t5.log -lDEBUG -F -n 102...
  4. M

    get IP from PfSense

    My setup consist of 3 physical devices, a Router, a Proxmox Server and my PC. Proxmox gets the Internet through Router, and my PC is connected to the Proxmox Server via an 2nd network card. I've installed PfSense on Proxmox and all containers and vms get their IP through pfsense (linux bridge)...