nerves-time / nerves_time

Keep time in sync on Nerves devices
Other
23 stars 13 forks source link

Timeout restarting ntpd #8

Closed ConnorRigby closed 6 years ago

ConnorRigby commented 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]}}}
ConnorRigby commented 6 years ago

I'm unable to reproduce this. I think i was calling Nerves.Time.restart_ntpd in an endless recursion. Closing unless i can reproduce.