[Mimedefang] 2.2 Mutiplexor not plexing

David F. Skoll dfs at roaringpenguin.com
Tue Jan 8 16:42:04 EST 2002


On Tue, 8 Jan 2002, Michael D. Sofka wrote:

> >Are you getting log messages like this:
> >"Could not make slave's stderr non-blocking: <reason>"?
> No.  The only messages logged are normal starting, stoping, reaping slaves
> etc.

> The stderr handling is nice.  But, perhaps it should be optional for
> debugging (assuming that's the source of the problem).

Hmm.  You don't say what OS you're using.  If you're using Linux, could
you try doing a system-call trace on the multiplexor:

	strace -p process-id-of-multiplexor > TRACE.OUT 2>&1 &

On Solaris, the command is "truss" and on BSD, I think it's ktrace
(but ktrace does not directly produce human-readable output.)

It sounds to me like the multiplexor is blocking in a system call when
it shouldn't be, and I need to isolate where it's getting stuck.

Regards,

David.




More information about the MIMEDefang mailing list