@williamblair i missed out to copy :
kernel.unprivileged_bpf_disabled = 0
So the output looks like :
kernel.unprivileged_bpf_disabled = 0
sysctl: error reading key ânet.ipv6.conf.all.stable_secretâ: Input/output error
sysctl: error reading key ânet.ipv6.conf.default.stable_secretâ: Input/output error
sysctl: error reading key ânet.ipv6.conf.eth0.stable_secretâ: Input/output error
sysctl: error reading key ânet.ipv6.conf.ip6_vti0.stable_secretâ: Input/output error
sysctl: error reading key ânet.ipv6.conf.ip6tnl0.stable_secretâ: Input/output error
sysctl: error reading key ânet.ipv6.conf.ip_vti0.stable_secretâ: Input/output error
sysctl: error reading key ânet.ipv6.conf.lo.stable_secretâ: Input/output error
sysctl: error reading key ânet.ipv6.conf.lxcbr0.stable_secretâ: Input/output error
sysctl: error reading key ânet.ipv6.conf.sit0.stable_secretâ: Input/output error
sysctl: error reading key ânet.ipv6.conf.tunl0.stable_secretâ: Input/output error
sysctl: error reading key ânet.ipv6.conf.usb0.stable_secretâ: Input/output error
I ran the /sbin/sysctl -a | grep kernel.unprivileged
command as root and the output was the same as in my prevous post
I posted LXC config in my first post:
lxc.idmap = u 0 1000000 65536
lxc.idmap = g 0 1000000 65536
lxc.log.file = /home/user/martini/fedora/logfile.log
lxc.console.logfile = /home/user/martini/fedora/console.log
lxc.rootfs.path = /home/user/fedora/rootfs
The output of /sbin/sysctl -n kernel.unprivileged_userns_clone
:
sysctl: error: 'kernel.unprivileged_userns_clone' is an unknown key
Maybe kernel.unprivileged_userns_clone
is causing the problem?