Dear friends,
from what I see Gentoo has a very important backport of one fix (https://gitweb.gentoo.org/repo/gentoo.git/tree/app-containers/lxc/lxc-6.0.4-r1.ebuild#n76).
My wild guess would be that it is caused by this change lxccontainer: fix enter_net_ns helper to work when netns is inherited · lxc/lxc@3011e79 · GitHub
And we are a little bit to harsh printing an error to the log in here lxc/src/lxc/utils.c at 76975058b99252de6f1cfbbc9d3dba9029365287 · lxc/lxc · GitHub. Because this function is also used in a context where the code logic is clearly to “try → if fails → do something else”. Of course, this should be fixed (i.e. error messages should be removed depending on a call site) and I’ll do this.
My question to @whiteman808 is that, can you see any other problem than the error messages in the console? Everything works like it should or not?
Kind regards,
Alex