Closed JimboJoe closed 3 years ago
Hi, I just tried with a local VirtualBox VM with a bridged network adapter, with no success. Any hints as to how to investigate that LXD networking issue...? Thanks!
Eeeeeh I guess the usual explanation is "LXD's DHCP server ain't working for some reason", which may involve port 53 being used by something else ... Did you install Yunohost before package_check in the VM ?
Yes, this is a YunoHost testing VM. I'll have a check, thanks for the hint!
@JimboJoe then the issue is probably dnsmasq using port 53 ;) You should have a look at the trick we do in CI_package_check install here: https://github.com/YunoHost/CI_package_check/blob/master/install.sh#L133-L139
(Credit to Kayou about the dnsmasq conf snippet which prevent having to stop dnsmasq entirely)
That did the trick, thanks! 👍 Now it's much slower than previous version, but that's another story... 😅
Hey there, I've tried package_check latest version from scratch, and for now all tests are failing. Interesting logs at container container creation and each start:
What way could I investigate this network issue? Or could it be something else? How to get more logs?
The machine is a VirtualBox VM with a NATed network, working with previous version of package_check.
Thanks!