[988] in Zephyr_Bugs
Re: Zhm loops on HP_UX 10.20 host
daemon@ATHENA.MIT.EDU (Greg Hudson)
Mon Jan 10 10:38:01 2000
Message-Id: <200001101537.KAA21652@small-gods.mit.edu>
To: Peter-Klaus Schilling <peter-klaus.schilling@desy.de>
cc: bug-zephyr@MIT.EDU
In-Reply-To: Your message of "Mon, 10 Jan 2000 15:38:23 +0100."
<Pine.HPX.4.10.10001101528280.21187-100000@puls01.desy.de>
Date: Mon, 10 Jan 2000 10:37:56 -0500
From: Greg Hudson <ghudson@MIT.EDU>
I guess there is a -i option. What a strange mode of operation. It
certainly hasn't been tested through the last few years' worth of
changes to the zephyr source tree.
Your debugging attempt didn't work because inetd doesn't interpret
strings like "2>/tmp/zhm.debug" as redirects; it simply passes them as
arguments to the program. You'll probably have to write a shell
script to do the redirection.
But even if you do that, the zhm debugging output may not be helpful.
You'd get a better idea of what was going on if you could attach to
the spinning zhm process using gdb or do system call tracing on it.