containers / podman-compose

a script to run docker-compose.yml using podman
GNU General Public License v2.0
4.85k stars 463 forks source link

Error setting up OTBR ''extra spaces found" #968

Open YugiFanGX opened 2 weeks ago

YugiFanGX commented 2 weeks 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 
YugiFanGX commented 2 weeks ago

Workaround was to do three individual "--sysctl" commands. right. okay.