I am unable to create LXC container using ArchLinux template, getting tar errors:
lxc-create -t download -n archlinux
results in following:
… (a looot tar errors same like following one)
tar: Ignoring unknown extended header keyword 'SCHILY.fflags’
tar: Skipping to next header
tar: Exiting with failure status due to previous errors
lxc-create: lxccontainer.c: create_run_template: 1201 container creation template for archlinux failed
lxc-create: lxc_create.c: main: 274 Error creating container archlinux
Is there a way I can make it work or is it problem with turris container?
I was able to modify /usr/share/lxc/templates/lxc-download to get the ArchLinux rootfs to untar successfully by completely ignoring the return status of the tar command by wrapping the untar in a subshell.
I don’t recommend this as a real fix, but it can work as a once-off so long as you are experiencing this same issue and would really like an ArchLinux container ASAP.