Questions tagged [watchdog]

Watchdog and watchdog timers.

Watchdog / watchdog timer is mechanism built-in in the system on hardware or software level can reset the system if serious problems are detected.

External links that are helpful when working on watchdog:

475 questions
-1
votes
1 answer

restart program if winform is not responding

Think We have this part in our program: private void button1_Click(object sender, EventArgs e) { while (true) ; } If we run the program it will crash and say "Not Responding". How to prevent this. I want the program…
-1
votes
1 answer

Disable Nvidia OpenCL kernel watchdog on Ubuntu 14.04

By querying the device, I see Run time limit on kernels: Yes I want to disable this feature, what should I do ? I am running with a Tesla on Ubuntu 14.04.
EvanzzzZ
  • 101
  • 1
  • 9
-1
votes
1 answer

How I could create a db with the messages that are saved in admin/reports/dblog?

I want to create a table in the db with the column message and with values from column message on admin/reports/dblog...Could someone help me? Or take the message from the db but in db the messages are with separated variables :/
Karmen
  • 238
  • 2
  • 14
-1
votes
1 answer

Python watchdog - Unresolved import error

I am new to python, and I'm trying to run my watchdog code that monitors a particular folder on my system to track events. However, I keep getting an error ("Unresolved import") in the following lines : from watchdog.events import…
-1
votes
1 answer

Using a Continuous Integration Server as a watchdog

I am currently implementing a system that checks the status of my servers, eventually applies some fixes and alert the admisitrator in case of errors (basically a watchdog). I used to do it in a java container with scheduled tasks. On the other side…
tibo
  • 4,902
  • 4
  • 33
  • 50
-1
votes
3 answers

Create child process in VB6 that get automatically terminated when the program is terminated

I wants to create a program that will run two child processes. Now, I want when my app get terminated by Task Manager or get crash, its two child process should get automatically terminated. How can I do this?
-2
votes
1 answer

Watch Dog Timer

Is there any way I can write code similar to WDT? If you have any suggestions or src code is much appreciated.I am not finding proper solution. Answers I got on web are almost for specific chipsets. But I need similar to WDT kind of implementation.…
Naveen
  • 209
  • 1
  • 2
  • 6
-3
votes
2 answers

How to get path of the process by pid and restart it - c

I'm implementing Watchdog (the app starts watchdog) and can't figure out how to restart a process using a process' path. Edited: How to get path of the process by pid and restart it. Any help or ideas will be appreciated.
Ann
  • 27
  • 8
-3
votes
2 answers

Linux : Watchdog always busy

I can"t use the device /dev/watchdog because something using it. echo 1 > /dev/watchdog -> Ressource busy Tests (as root) : ls crw-rw-rw- 1 root root 10, 130 27 juil. 12:34 /dev/watchdog crw-rw-rw- 1 root root 251, 0 27 juil. 12:34…
user179663
  • 47
  • 1
  • 6
-3
votes
1 answer

How to make these calls in C#

Can anyone tell me how I would make these calls from C# under Windows 8 ? As I understand it I would need a device driver of some that I can call from my application. If there is any other way to achieve the same thing I would appreciate some…
Duncan Groenewald
  • 6,956
  • 4
  • 31
  • 59
1 2 3
31
32