Open YugiFanGX opened 5 months ago
I tried to install openthread/OTBR as mentioned on the official website.
Here is the output
# podman run --sysctl "net.ipv6.conf.all.disable_ipv6=0 net.ipv4.conf.all.forwarding=1 net.ipv6.conf.all.forwarding=1" -p 8080:80 --dns=127.0.0.1 -it --volume /dev/ttyUSB0:/dev/ttyUSB0 --privileged docker.io/openthread/otbr --radio-url spinel+hdlc+uart:///dev/ttyUSB0 Error: 'net.ipv6.conf.all.disable_ipv6=0 net.ipv4.conf.all.forwarding=1 net.ipv6.conf.all.forwarding=1' is invalid, extra spaces found
please try to reproduce the bug in latest devel branch
unable to do so.
Expected behavior container should start.
Actual behavior error message.
Output
$ podman-compose version podman-compose version: 1.0.6 ['podman', '--version', ''] using podman version: 4.3.1 podman-compose version 1.0.6 podman --version podman version 4.3.1 exit code: 0 **Environment:** - OS: Linux
Workaround was to do three individual "--sysctl" commands. right. okay.
I tried to install openthread/OTBR as mentioned on the official website.
Here is the output
please try to reproduce the bug in latest devel branch
unable to do so.
Expected behavior container should start.
Actual behavior error message.
Output