Comment on Getting Started with Proxmox
lemming741@lemmy.world 1 week agoTo piggyback on the permissions hissy fit-
My aar stack, openmediavault, and transmission stack have different usernames mapped to the same uid and it is a pain in the ass. I “fixed it” by making a NAS group that catches them all, but by “fixed it” I really mean “got it working”
So be aware of what uid will own a file and maybe change it to a uid in the 1100+ range to make NFS easier in the future.
Lyra_Lycan@lemmy.blahaj.zone 2 days ago
Yes! This.
I have one machine for network sharing storage and thus a user for login and r/w powers. The same storage is used by other machines to save the files, and so each autonomous user for CCTV and qBitTorrent needed to have the same UID as the Samba login, as well as qBittorrent share the UID with Emby, so each program had rw permissions and those containers had to be privileged (otherwise the permissions under ls -l would be ‘nobody nogroup’).