I'm having some trouble mapping the UID/GIDs between two LXC containers: plex and deluge.
Here are the configs:
Plex CT:
# UID mapping, plex uid is 998
lxc.idmap: u 0 100000 998
lxc.idmap: u 998 1234 1
lxc.idmap: u 999 100999 63536
# GID mapping, plex gid is 998
lxc.idmap: g 0 100000 998...