search for: statuscheck

Displaying 3 results from an estimated 3 matches for "statuscheck".

2008 Jan 16
2
mysterious crash of a particular worker
...network. It works fine at the beginning but after a while the worker will mysteriously disappear and stop working. I have other workers running but they do not disappear like this worker does. These are the logs generated from logger.info calls for this particular worker. 2008-01-16 15:55 StatusChecker: check method started 2008-01-16 15:55 StatusChecker: processing host head0 2008-01-16 15:55 StatusChecker: processing domain webconsole 2008-01-16 15:55 StatusChecker: processing host host1 2008-01-16 15:55 StatusChecker: error encountered for host host1: RuntimeError: Unable to ssh to 192.168...
2015 Dec 30
2
Systemd and systemd-sysv-generator
On Wed, Dec 30, 2015 at 10:06 AM, James Hogarth <james.hogarth at gmail.com> wrote: > > > > Best way to see this is using systemctl (status|cat|show) <servicename> > > ... > > > > > > I expect if you do this for your failing service you'll get a better > > > understanding of what's going on. > > > > > > ~]#
2015 Dec 30
0
Systemd and systemd-sysv-generator
...amp;& "$oel_ver" == "0" ) ; then > > > http://pastebin.com/BGLjGiuT > > > That doesn't even make sense ... if it's both rhel and oel version 7 then systemctl start <Service> ... :/ Some lovely samples from it: #A function to stop a program. statuscheck() { Let's import the standard distro function library! then ... mykillproc() { Okay we might have a pid we think ... better kill it ... kill -TERM $pid usleep 200000 if ps h $pid >/dev/null >/dev/null 2>&1 ; then sle...