silverstone's latest activity

  • S
    To be honest it never worked for me, I had to build Podman from source and install it directly on the Proxmox VE Host :( . It might be related to Podman requiring Access to the Hailo PCIe Accelerator (for Frigate), thus the Permissions & UID/GID...
  • S
    To be fair, I feel like the only way to troubleshoot these kind of Issues would be to connect a Serial Null-Modem Cable (DB9) and then log via e.g. minicom what's going on. Obviously making sure that the BIOS configured the Serial Port correctly...
  • S
    The freezing issues reported here seem sporadic/inconsistent, which shouts hardware instability. One person even confirmed it was a RAM problem. The fixes in the first post, one of them disables command queuing for SATA devices which is a...
  • S
    You didn't specify the Supermicro Motherboard you are using at all. I have zero Experience with AMD EPYC Systems, but if you say that they have Identical Hardware, did you also check the Hardware Revision of the Motherboard (e.g. 1.01 vs 1.20 or...
  • S
    For those interested, I got it working! Run this script as a system service so it can watch the /etc/pve/user.cfg file: #!/bin/bash # Configuration PROXMOX_REALM="SSO" DEFAULT_GROUP="Engineers" # Default group for normal users...