|
Question : Can one kill an orphaned network connection?
|
|
I have "start" and a "stop" programs for a daemon which communicates over port xxxxxx (number deleted). Both work fine. I got lazy and killed the daemon using "kill" rather than using the "stop" program. Now, I can't run the "start" program which tells me that the port is busy.
Here's the netstat output:
$> netstat -a|grep xxxxx tcp 0 0 myhost.xxxxx .3572 ESTABLISHED
So far, the connection hasn't timed out. Must I reboot the server?
Thanks,
Walter Nirenberg
|
Answer : Can one kill an orphaned network connection?
|
|
PAQed, with points refunded (250)
modulo Community Support Moderator
|
|
|
|