Search results

  1. F

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

    Hey awesome, that worked. Thanks for that, and the knowledge.
  2. F

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

    Hi again, so there are no error messages on the "status", I tried the "restart" and it does apply the settings correctly. But after a reboot, the permissions goes back to root and group is dialout. The temptfiles service doesn't seem to apply it when a reboot happens, but once I restart it, the...
  3. F

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

    Hi there, sadly, this did not work after a reboot. Not sure if you may need to re-look at the syntax or maybe an outdated method.
  4. 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...
  5. F

    How to reset Proxmox permission settings?

    Yeah that's true. I did find somewhere where I could vm whatever I want to reset permissions to (whether it's live boot or not) and do a copy/paste script to get your permissions back to defaults without reinstalling. Probably might have to do that.
  6. 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...
  7. 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...