| [Date Prev] [Date Next] | [Thread Prev] [Thread Next] | [Date Index] [Thread Index] |
RE: keepalive_monitors strangeness
|
Ahh,
Here it is:
Change:
(${BIN}/${p}) >${PIDDIR}/${p}.error 2>&1 &
to:
${BIN}/${p} >${PIDDIR}/${p}.error 2>&1 &
Line 115 in my install.
-Andy
-----Original Message-----
From: Andy Voltmer [mailto:avoltmer@replaytv.com]
Sent: Thursday, September 09, 1999 5:04 PM
To: 'nocol-users@navya.com'
Subject: keepalive_monitors strangeness
Hi,
For some reason the keepalive_monitors script does not exit when run from my
cron. I can not figure out what is going on here and was wondering if anyone
else had this issue. I am running it on:
FreeBSD 2.2.8-RELEASE
Here is the cron:
15 * * * * /usr/local/nocol/bin/keepalive_monitors
#
0,10,20,30,40,50 * * * * /usr/local/nocol/bin/notifier
#
58 23 * * 6 /usr/local/nocol/bin/log-maint
I am running under user nocol.
Here is the ps -ax:
8090 ?? Is 0:00.03 /usr/local/nocol/bin/noclogd
8082 p0 I 0:00.00 /bin/sh /usr/local/nocol/bin/keepalive_monitors
8084 p0 I 0:00.04 /usr/local/nocol/bin/ippingmon
8095 p0 I 0:00.00 /bin/sh /usr/local/nocol/bin/keepalive_monitors
8097 p0 I 0:00.14 /usr/local/nocol/bin/rpcpingmon
8110 p0 I 0:00.00 /bin/sh /usr/local/nocol/bin/keepalive_monitors
8112 p0 I 0:00.02 /usr/local/nocol/bin/portmon
Any ideas?
Sincerely,
Andy Voltmer
Network Operations Manager
Replay Networks, Inc.
|