Tagged Questions
5
votes
3answers
2k views
Who is refreshing hardware watchdog in Linux?
Processor AT91SAM9G20
kernel 2.6
Watchdog is enabled at bootstrap level and configured for 16 seconds. Watchdog mode register can be configured only once.
When code hangs either in bootstrap or ...
4
votes
6answers
7k views
Linux software watchdog
I am writing a system monitor for Linux and want to include some watchdog functionality. In the kernel, you can configure the watchdog to keep going even if /dev/watchdog is closed. In other words, if ...
2
votes
2answers
239 views
Linux automatically restarting application on crash - Daemons
I have an system running embedded linux and it is critical that it runs continuously. Basically it is a process for communicating to sensors and relaying that data to database and web client.
If a ...
1
vote
1answer
168 views
Reasons for Soft Lock up?
When we enable CONFIG_DETECT_SOFTLOCKUP to detect soft lockups, it creates a new task called khungtaskd which will run every 1s. If khungtaskd fails to get scheduled for 'n' seconds, then Kernel will ...
0
votes
4answers
41 views
how to use linux software watchdog
Hi can anybody tell me how to handle the software watchdog in linux .I have a program "SampleApplication" which runs continuously and I need to restart it if its hangs or closes unexpectedly.
I was ...