Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Mar 2015 22:53:04 +0200
From:      Miroslav Lachman <000.fbsd@quip.cz>
To:        freebsd-stable@freebsd.org
Subject:   nc (netcat) in 10.1 breaks after upgrade from 9.3
Message-ID:  <55186630.7020507@quip.cz>

next in thread | raw e-mail | index | archive | help
nc (netcat) in 10.1 behaves differently than it was before upgrade and 
breaks our scripts for monitoring services.

For example, following command works in FreeBSD 8.4 and 9.3

echo stats | nc localhost 11211

But it hangs in 10.1 at the END and never finishes.

It must be changed to:

echo stats | nc -N localhost 11211

Is it intentional?

Miroslav Lachman



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?55186630.7020507>