Hi. I am trying to back up a container, and it seems to be failing on docker files specifically for some reason.
Could someone please help resolve?
Thank you!
Please see the pastebins (logs are too long for a forum post):
https://pastebin.com/D3ewMxqR
https://pastebin.com/RdJBXm4C

Edit: Could this have anything to do with anything?
Could someone please help resolve?
Thank you!
Please see the pastebins (logs are too long for a forum post):
https://pastebin.com/D3ewMxqR
https://pastebin.com/RdJBXm4C

Edit: Could this have anything to do with anything?
Code:
cat /etc/pve/lxc/101.conf
# uid map%3A from uid 0 map 1005 uids (in the ct) to the range starting 100000 (on the host), so 0..1004 (ct) %E2%86%92 100000..101004 (host)
# we map 1 uid starting from uid 1005 onto 1005, so 1005 %E2%86%92 1005
# we map the rest of 65535 from 1006 upto 101006, so 1006..65535 %E2%86%92 101006..165535
arch: amd64
cores: 6
features: nesting=1
hostname: CT101
memory: 10240
mp0: /tank,mp=/tank
net0: name=eth0,bridge=vmbr0,firewall=1,gw=192.168.1.1,hwaddr=BC:24:11:26:71:46,ip=192.168.1.6/24,ip6=dhcp,type=veth
onboot: 1
ostype: ubuntu
rootfs: local-zfs:subvol-101-disk-0,size=150G
swap: 1024
unprivileged: 1
lxc.cgroup2.devices.allow: c 226:0 rwm
lxc.cgroup2.devices.allow: c 226:128 rwm
lxc.mount.entry: /dev/dri/card0 dev/dri/card0 none bind,optional,create=file
lxc.mount.entry: /dev/dri/renderD128 dev/dri/renderD128 none bind,optional,create=file
lxc.cgroup.devices.allow: c 189:* rwm
lxc.mount.entry: /dev/bus/usb dev/dri/usb none bind,optional,create=file
lxc.idmap: u 0 100000 1000
lxc.idmap: g 0 100000 1000
lxc.idmap: u 1000 1000 1
lxc.idmap: g 1000 1000 1
lxc.idmap: u 1001 101001 64530
lxc.idmap: g 1001 101001 64530
lxc.idmap: g 65534 165534 1
Last edited: