You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! My name is Luciano, and I am a beginner in the concepts of LibreMesh and OpenWRT.
I compiled the OpenWRT source code with the LiMe packages following the guide provided in LibreMesh Development Guide. However, I encountered issues when trying to share my local host connection with the emulated instance in QEMU using the --enable-wan flag.
After some investigation and with @javierbrk help, I managed to resolve this issue by disabling the systemd-resolved service before starting the emulation and then re-enabling it afterward. Specifically, I ran the following commands in the Linux Mint context:
Thanks! Unexpected!
Rather than disable --now and enable --now, would stop and start be enough?
Also, I think that this content should go to VIRTUALIZING.md (a draft of this file is in #938, we should merge it) and also all the stuff about qemu from TESTING.md should be moved to VIRTUALIZING.md, in my opinion.
I tested using stop and start and it works as expected. I will update my steps accordingly.
Regarding the suggestion to move the content to VIRTUALIZING.md and shift the QEMU related information from TESTING.md, I'm happy to contribute with that if you think it’s appropriate.
Description:
Hello! My name is Luciano, and I am a beginner in the concepts of LibreMesh and OpenWRT.
I compiled the OpenWRT source code with the LiMe packages following the guide provided in LibreMesh Development Guide. However, I encountered issues when trying to share my local host connection with the emulated instance in QEMU using the
--enable-wan
flag.After some investigation and with @javierbrk help, I managed to resolve this issue by disabling the
systemd-resolved
service before starting the emulation and then re-enabling it afterward. Specifically, I ran the following commands in theLinux Mint
context:$ sudo systemctl disable systemd-resolved --now $ sudo ./tools/qemu_dev_start --enable-wan [IFC] path/to/openwrt-x86-64-generic-rootfs.tar.gz path/to/openwrt-x86-64-ramfs.bzImage $ sudo systemctl enable systemd-resolved --now
Contribution proposal:
My proposal is to update the documentation in TESTING.md to include this error among the possible errors, if it helps.
Thank you for your time and for maintaining this amazing project.
Sincerely,
Luciano
The text was updated successfully, but these errors were encountered: