Search results

  1. F

    [SOLVED] /dev USB permissions getting reset after a reboot

    I'm doing a Home Assistant USB pass-through/port mapping on a USB for a ZigBee USB stick on my HA container. These are my LXC settings for HA unprivileged: 1 lxc.cgroup2.devices.allow: c 189:* rwm lxc.mount.entry: /dev/bus/usb/001/003 dev/bus/usb/001/003 none bind,optional,create=file...
  2. F

    How to reset Proxmox permission settings?

    So I ended up doing a mistake when I was changing the permissions of some drives I have from when I didn't use Proxmox (just a regular Deb server). I ended up chown -R root / by accident. Yeah big mistake. But not really. Instead of the folder I thought it was going to do, it ended up doing the...
  3. F

    Should Metric Server be on the Node or a Container?

    Been using Proxmox for a few months now, and gotta say I love it. But now I'm just catching up to where I left off when I ran everything on a server with no containers, or anything. And what I'm setting up now are the Metric servers, such as InfluxDB,, Prometheus, and the like. But it got me...