I am trying to debug what my wifi AP keeps failing, and noticed that I am getting a lot of these errors in the
journalctl
Dec 08 16:07:12 0a97eb7 balenad[715]: time=“2018-12-08T16:07:12.632154239Z” level=warning msg=“failed to retrieve balena-engine-init version: exec: “balena-engine-init”: executable file not found in $PATH”
Dec 08 16:07:16 0a97eb7 balenad[715]: time=“2018-12-08T16:07:16.491691412Z” level=warning msg=“unknown container” container=e2292a46ffd5f5b87bb5198618960709a06cb42afba78c19450e8fa02fab5cda module=libcontaine>
Dec 08 16:07:16 0a97eb7 balenad[715]: time=“2018-12-08T16:07:16.670883797Z” level=warning msg=“unknown container” container=e2292a46ffd5f5b87bb5198618960709a06cb42afba78c19450e8fa02fab5cda module=libcontaine>
Dec 08 16:08:42 0a97eb7 balenad[715]: time=“2018-12-08T16:08:42.970761676Z” level=warning msg=“failed to retrieve balena-engine-init version: exec: “balena-engine-init”: executable file not found in $PATH”
Dec 08 16:10:13 0a97eb7 balenad[715]: time=“2018-12-08T16:10:13.315054730Z” level=warning msg=“failed to retrieve balena-engine-init version: exec: “balena-engine-init”: executable file not found in $PATH”
Dec 08 16:11:43 0a97eb7 balenad[715]: time=“2018-12-08T16:11:43.641212113Z” level=warning msg=“failed to retrieve balena-engine-init version: exec: “balena-engine-init”: executable file not found in $PATH”
What is causing this issue.?
My app that used to run fine as an AP , now quickly decays until the machines connecting to the AP can not longer get DNS lookups to work.
I am running :
v2.28.0
production
with SUPERVISOR VERSION
8.3.5
Thanks for any help you can offer