ralphy wrote: > I confirmed that I can stop squeezeplay and the radio does not reboot, > so perhaps the watchdog timer isn't rebooting the units because the > squeezeplay process has died, but it is being trigger by some event.
Was that the full crashlog ? It looks a bit truncated. You should find it as /root/crashlog.something. There exists watchdog code within SqueezePlay, which I have not examined, although it appears to be periodically writing to a semaphore or somesuch. Speculatively, it might be that element of the watchdog that triggered matters, rather than the absence of a running squeezeplay process. Assuming that was the trigger, then /usr/sbin/repair.sh would have been used to create the log entries (in /var/log/messages as usual), and then copy it over to /root. This gives us the source of the watchdog daemon. https://github.com/Logitech/squeezeos/blob/public/7.8/poky/meta-squeezeos/packages/watchdog/watchdog_5.6.bb ------------------------------------------------------------------------ mrw's Profile: http://forums.slimdevices.com/member.php?userid=38299 View this thread: http://forums.slimdevices.com/showthread.php?t=111650 _______________________________________________ Radio mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/radio
