Closed hedss closed 5 years ago
@agherzan I just flashed Fin & RPi3 with 2.36.0+rev2 and both devices area experiencing this issue. Is there anything I can help with? Like logs, ...? Or you can use my devices ...
ssh -p 22222 root@192.168.1.70
to access Finssh -p 22222 root@192.168.1.71
to access RPi3... I'll keep them running. Both are in a state where I flashed them & boot them. Nothing else. Both are connected via ethernet (no WiFi).
os-config fix: https://github.com/balena-os/os-config/pull/23 related fix in busybox: https://github.com/balena-os/meta-balena/pull/1534
https://github.com/balena-os/meta-balena/pull/1537 along with the ones mentioned above should fix this issue.
Trying to use a BoB with
.local
domain returns this in os-config:and this from the Supervisor:
It should be noted that
ping api.new.katapult.local
correctly resolves the address, and that/etc/nsswitch.conf
does include a reference tomdns4_minimal
. So DNS resolution is working, but for some reason neitheros-config
or the Supervisor are able to use it (device will registry with API, will download app, but obviously won't connect to the VPN as there's no VPN config as os-config can't resolve the address).