Search results

  1. A

    Coral TPU Drivers not loaded at boot

    I'm trying to use the Coral AI M.2 (B+M) module on my proxmox setup. I'm currently run the kernel version 6.8.4-2-pve and I followed this guide do install the gasket driver. The installation process completed successfully, I can load the kernel modules with: root@pve:~ # modprobe apex...
  2. A

    Start LXC container (or VM) after an NFS share is available

    Hi all, I've spinned a VM to run TrueNas on proxmox 7.4-16 and it expose an NFS share that has been mounted in the Proxmox host: /etc/pve/storage.cfg nfs: nfsdata export /mnt/hddstorage/nfsdata path /mnt/pve/nfsdata server <TrueNAS_VM_IP> content images...
  3. A

    LXC Unpriviledged container newuidmap not allowed

    Hi all, I'm running an unpriviledged container that has two users defined: root (uid=0) and docker (uid=1000). I need to share an NFS folder between the proxmox host and the guest container so I would like to map the proxmox user user2 with uid 1005 in the docker container user with uid 1000...
  4. A

    Proxmox System Crash

    Hi everyone, I'm experiencing random crashes on my proxmox virtual environment. This is the stack trace I collected in the syslog : pve kernel: ------------[ cut here ]------------ pve kernel: WARNING: CPU: 10 PID: 0 at kernel/rcu/tree.c:2613 rcu_core+0x5dc/0x660 pve kernel: Modules linked...