Closed ConnorRigby closed 6 years ago
I've gotten this a couple times. Not actually sure what causes it.
{:EXIT, { :timeout, {GenServer, :call, [Nerves.Time.Ntpd, :restart_ntpd, 5000]}}}}}}}} Farmbot powering down: Failed to start child: Elixir.Farmbot.Target.Network.WaitForTime reason: {:EXIT, {:timeout, {GenServer, :call, [Nerves.Time.Ntpd, :restart_ntpd, 5000]}}}
I'm unable to reproduce this. I think i was calling Nerves.Time.restart_ntpd in an endless recursion. Closing unless i can reproduce.
Nerves.Time.restart_ntpd
I've gotten this a couple times. Not actually sure what causes it.