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: Bob Proulx
Subject: Re: Disowned process hangs terminal during logout/exit
Date: Wed, 5 Dec 2007 19:04:48 -0700
User-agent: Mutt/1.5.13 (2006-08-11)

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




reply via email to

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