Watchdog and watchdog timers.

learn more… | top users | synonyms

1
vote
0answers
24 views

MPC8xx using watchdog with uboot and linux

I have an embedded platform with a powerpc MPC875 CPU running with uboot and linux 3.2. I'd like to use the watchdog feature of this cpu. My problem is that the watchdog timed out before linux starts ...
0
votes
0answers
14 views

How to daemonize watchdog in remote debian installer

Installing debian on a remote server via ssh/network-console is tricky [1]. When something is wrong the remote server may become unresponsive. So I want to include a watchdog that reboots after 5 ...
1
vote
1answer
45 views

No watchdog reboot after close() [closed]

I have a problem with my watchdog on an embedded linux. I have set the timeout to 60 seconds. so if i want to kill the process (my application) I can stop the watchdog by writing a "V" to ...
0
votes
1answer
66 views

Monitoring a single file

I need to monitor (using watchdog) a single file, not a whole directory. What is the best way to avoid monitoring a whole directory? I suppose this class ...
1
vote
0answers
87 views

Install Windows Service and Console Application using a single setup and deployment in c++

I have created a console application that works as background app in c++. Am trying to run this application through windows service to start automatically if the app crashed. What i cant able to do ...
2
votes
1answer
50 views

How to implement a watchdog timer in Python?

I would like to implement a simple watchdog timer in Python with two use cases: Watchdog ensures that a function doesn't execute longer than x seconds Watchdog ensures that certain regularly ...
1
vote
1answer
58 views

Cross-frame cross-site scripting - creating a webpage reloader/watchdog

Setup: There are remote measurement stations, there is centralized collection/processing/presentation server (with a webserver) and there are observation stations which are to display the collected ...
-1
votes
3answers
133 views

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 ...
0
votes
0answers
31 views

Issue using Execute with Watchdog in java apache

I'm trying to use org.apache.commons.exec.ExecuteWatchdog . The issue I'm having is that the timeout I give it does not appear to work. I'm testing it on a command that take 5 seconds on average of ...
0
votes
1answer
101 views

Java - how should I detect/kill a process if it hangs (previously used watchdog/timeoutobserver)

I am in the proces of updating some old code and am not sure about the most optimal way to replicate the Watchdog/TimeoutObserver functionality below. However, this is an old way of doing it and I am ...
0
votes
0answers
45 views

get eror with “Watchdog” tag in logcat when trying to use getReadableDatabase()

I use the SQLiteOpenHelper inside AsyncTask. I execute this task to parse my JSON, then add the result to my database via db.addArea(area). AsyncTask: private void saveAreasToDB(String response) ...
0
votes
1answer
72 views

i Example watchdog code showing error in python

i copied an example code import sys import time import logging from watchdog.observers import Observer from watchdog.events import LoggingEventHandler if __name__ == "__main__": ...
1
vote
3answers
163 views

watchdog in vc++ application

I have written a simple vc++ background application. What am trying is like a watchdog service that could monitor if the application is running or not. If the application crashed then the service ...
1
vote
1answer
41 views

Unhandled exception stop all threads in winform app?

I have a multi-threa winform app, in one thread i want to implement a heart beating through socket, this thread send heart beat to a watchdog app. if the winform app run into any unhandled exception, ...
0
votes
0answers
350 views

Android watchdog sent SIGKILL to system_server, but why did the log say “Fatal signal 6”?

In the log, Watchdog killed system_server by sending SIGKILL, but how did the log say "Fatal signal 6 (SIGABRT)"? I know that a process terminates after receiving SIGKILL, why did it receive SIGABRT ...
1
vote
1answer
124 views

OpenCl watchdog in linux

Earlier I used to develop OpenCl kernels on a Windows system, and now I use a Linux one. On Windows there is a neat feature called watchdog which automatically stops the OpenCl computation if it lasts ...
1
vote
0answers
253 views

iOS app rejected by Apple review Team [closed]

I am trying to publish my first app on the App Store but a couple of days ago it's been rejected for the following reason: 2.2 We found that your app failed to launch on the iPad (3rd gen) ...
0
votes
2answers
60 views

Django database watchdog save signal outside django

I have the following problem: I Am using a Django framework. One of the parts in a system (non-django) writes to the database, in the same database that django is using. I want to have a signal when ...
1
vote
1answer
69 views

Running watchdog file system watch within pyqt

I have a pyqt widget that allows a user to make some setting and then save them to a sqlite database, this settings affect watchdog which uses the following code to check changes to the file system ...
1
vote
1answer
184 views

Software Watchdog Timer resets MPC875 CPU too fast

I have a problem with using Software Watchdog Timer on a MPC875 cpu: The timer triggers reset signal VERY fast: I get less than about half of a second betwen turning the timer on and receiving the ...
0
votes
0answers
73 views

Watch filechanges in a directory; how to show notification with watchdog

I want to watch file changes on a directory. So, I used watchdog and I watched file changes, but I want to show a notification message when a file changed too. But I can't do it; help me please. ...
-1
votes
1answer
34 views

Create a log of create/delete users [closed]

I'm creating a log with several actions in drupal. I register similar actions with hook_watchdog. /** * Implements hook_watchdog(). */ function lopd_log_watchdog(array $log_entry) { ...
1
vote
1answer
141 views

max_allowed_packet=1024M… and it still gives me error “Got a packet bigger than 'max_allowed_packet' bytes query…”

I´ve just moved my Drupal site to a new managed VPS. Each time I try to run cron, I get this nasty error: Warning: Got a packet bigger than 'max_allowed_packet' bytes query: INSERT INTO ...
0
votes
0answers
95 views

Need Methodology to Implement WatchDog Timer in spring application

I have a requirement in my project to have WatchDog Timer Implementation for every concurrent Task(each thread). It suppose to have below functionalities: For every thread(task) watchdog timer has ...
0
votes
0answers
498 views

Raspberry Pi stuck in reboot loop, need to run a command

Apparently I made a wrong configuration of the watchdog running on my Pi, which causes it to reboot in about 10 seconds after it boots up and shows the login script. Im not fast enough to run a ...
0
votes
0answers
236 views

Firefox autostart / restart on an openbox (for a kiosk)

I have some problems with my implementation of a kiosk on an open box runing on a linux voyage (squeeze) distribution. My goal is : autostart the OS without any login widget (OK) autostart firefox ...
0
votes
1answer
76 views

Drupal lots of spam page not found errors in my watchdog logs

I am getting a lot of (more than 10 every minute) of page not found errors similar to this example. Type page not found Date Friday, November 16, 2012 - 01:27 User Anonymous (not verified) ...
5
votes
5answers
564 views

How to use the watchdog timer in a RTOS?

Assume I have a cooperative scheduler in an embedded environment. I have many processes running. I want to utilize the watchdog timer so that I can detect when a process has stopped behaving for any ...
0
votes
1answer
92 views

drupal watchdog filter the entries in the database

On drupal 6 can i filter the entries of the watchdog into the database depending on the severity? For example i want to exclude the "error" severity messages.
1
vote
3answers
276 views

Is BackgroundWorker's IsBusy same as “IsAlive”?

I am trying to figure out a way to verify that a BackgroundWorker thread is alive (i.e. still running. The thread is essentially implemented as a simple infinite loop: while ...
0
votes
1answer
102 views

How Do Watchdog Interrupts Function In Assembly

I am trying to interpret the assembly code for the TI MSP 430 below. As I step through the lines in my debugger, the subroutine "beep02" continues to loop for an amount of time of which I don't know ...
1
vote
0answers
128 views

How many max. Simultaneous events watchdog (python) can handle?

Below is the simple example of watchdog for move events. if we run this program and move 50 files in 'monitor' folder(mv *.xml monitor) then we received only 1 event. If we increase the queue size ...
0
votes
0answers
62 views

Process creation and excution takes more time in java?

I need to execute a class in new jvm. Because sometimes it may crash JVM. So to continue my execution i am running that class in separate jvm process with the help of apache CommandLine and Watchdog. ...
2
votes
1answer
316 views

Python Watchdog issue - missing events

I am using Python Watchdog to monitor a folder on Ubuntu. It's working fine with 1 or 2 files, but when I moved 50 files by command mv *.xml dest_folder then it received only 2 events and processed ...
1
vote
1answer
178 views

When to use windowed watchdog for embedded systems

This post is not for asking how to use it, but when. There is a lot of documentation about windowed watchdogs (WW), and most microcontrollers already include it. Every vendor states that WW are meant ...
1
vote
1answer
111 views

Program in background receives flood of console input while monitor program runs in foreground

I have put together a small bash script that launches then periodically checks if my main program is running (console application, no gui). My main application is supposed to be the guts of an ...
2
votes
0answers
270 views

PHP Script watchdog timer

To the community, I am currently writing a PHP script to serve out files using the standard chunk as such: set_time_limit(0); ob_clean(); ob_start(); while (SoapService->nextChunk()) { ...
1
vote
0answers
182 views

Python Watchdog: Why is my subprocess called continuously?

I'm a novice with Python & I'm trying to automate synchronization with my home server with unison. I discovered watchdog & I'm trying to use it, but whenever I run "touch test.txt", the script ...
1
vote
1answer
615 views

em1: Watchdog timeout — resetting - freebsd 8.3 / network down

i have a major issue that i can't find nor heads nor tails of. I have googled this error, but i have not found any relevant solutions. The problem: I have about 8 servers, all running freebsd 8.3 p3 ...
2
votes
1answer
551 views

Detect file creation with watchdog

I am trying to detect when a file with a given name is created in a directory. I am doing it thanks to watchdog. The creation is correctly detected but I don't know how to terminate the application ...
1
vote
1answer
394 views

ImportError: No module named observers after installed watchdog

Im trying to run official watchdog simple example after installing the watchdog module using pip: pip install watchdog, and i get an error: from watchdog.observers import Observer ImportError: No ...
0
votes
1answer
102 views

Managing watcher thread - how does the raised exception & joining work?

I have a log-on process from an API I don't own that occasionally hangs. If it takes longer than, say, 30 seconds, I would like to kill it and retry (as it should take only about 2-3). I'm a little ...
0
votes
1answer
152 views

Python using queues for countdown watchdog timer

I have a program which spawns 4 threads, these threads need to stay running indefinitely and if one of them crashes I need to know so I can restart. If I use a list with 4 numbers and pass it to each ...
4
votes
3answers
2k views

What's the best way to watchdog a desktop application?

I need some way to monitor a desktop application and restart it if it dies. Initially I assumed the best way would be to monitor/restart the process from a Windows service, until I found out that ...
1
vote
2answers
266 views

Writing a watchdog in Python

I need to write a watchdog on Ubuntu LTS for a 3rd party network file transfer java program that dies for every 40 - 50 minutes of sustained network transfer @4MB/s. I cannot modify that java program ...
0
votes
1answer
101 views

watchdog time in database for threads?

I have a program which starts from a python script called daemon.py, and this daemon script starts up 4 threads that are alive the whole time the program is running. I want to use the initial daemon ...
0
votes
1answer
154 views

IPMI watchdog pre-timeout interrupt on FreeBSD

I tried to enable watchdog through IPMI on FreeBSD 7. According to IPMI spec v2.0. It's able to set NMI interrupt by set pre-timeout action bit. The timeout action returns correct, but there is no ...
0
votes
1answer
331 views

Why should we implement/use our watchdog instead of Linux default watchdog?

I am studying Android driver/kernel. I find that there are 2 set of watchdogs: kernel/watchdog.c /drivers/watchdog/tegra_wdt.c Both them are used to recovery the system as system hang on an event ...
0
votes
1answer
273 views

Python watchdog for another Python process technique?

I have a realtime data grabber that runs indefinitely, grabbing data over HTTP and putting it in a MySQL database every few seconds. In my program, I have a while True loop that spawns workers ...
2
votes
3answers
2k views

Inter-Process Communication (IPC) for Windows with C

I have an old program written in C with Microsoft Visual C++, and I need to implement some kind of "keepalive", so I am able to receive it thought interprocess communication into a new program which ...

1 2 3