bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Disowned process hangs terminal during logout/exit


From: Jesse Molina
Subject: Re: Disowned process hangs terminal during logout/exit
Date: Wed, 05 Dec 2007 19:11:48 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.8) Gecko/20071009 SeaMonkey/1.1.5


I'm using netcat to listen for Avaya phone system call logs.

Thanks for the advice. I'll check that out and see if it could be something that I might use.



Bob Proulx wrote:
Jesse Molina wrote:
Netcat has strange issues about wanting stdin -- it won't run
backgrounded without being fed tail -f /dev/null.  I wonder if it
isn't the problem here.  I had discounted it since I redirected both
stdin and stdout to the logfile.

I have had problems with netcat before.  As I recall (vague memory
now) it does not handle EOF conditions desirably.  I switched my
application to using the connect program (typically used with ssh)
instead.  It handles end conditions much better.

  http://www.meadowy.org/~gotoh/projects/connect

If that meets your needs then you may find it works better.

Bob

--
# Jesse Molina
# Mail = jesse@opendreams.net
# Page = page-jesse@opendreams.net
# Cell = 1.602.323.7608
# Web  = http://www.opendreams.net/jesse/






reply via email to

[Prev in Thread] Current Thread [Next in Thread]