-
Notifications
You must be signed in to change notification settings - Fork 56
Replace sed with awk #57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Supposedly, this should work for macOS and Win11?
Switch to ahostsv4
…minated s' command
|
Isn't it because QGC_PARAM and API_PARAM are multi-line strings? Pretty sure that the output of |
I have tested the master on docker hub now. On windows 11, using both docker desktop 4.41.1 (the problematic version) and podman. It definately solved the issue for docker desktop, it works now without having to provide ips. Podman, on windows atleast, still needs the ip of the host machine. And if with that the connection doesn't seem right, QGroundControl can make a connection, but can't download params, nor arm etc. |
|
Also I just noticed, the difference in size between 1.15.4 and master is 1.5gb. Maybe a slim version of ubuntu:20.04 should be used? |
🎉
Are you running Podman in rootless mode? |
|
I have issues with Podman too (I tried only rootless). If I point it to another device on the LAN (say Anyway I'll close this, and we can open a new issue for podman support if that's a need 👍. Thanks for the help with this! 🚀 |

Not sure what has caused it, might be the ubuntu 20.04. But I keep getting follow error when starting the docker:
sed: -e expression #1, char 123: unterminated s' command
sed: -e expression #1, char 133: unterminated s' command
I tried altering the delimiter, but I was not able to find a solution that used sed. But I got it working with awk.