Comment 1 for bug 379621

Revision history for this message
Andi Hechtbauer (anti-dotu) wrote :

to reproduce:

$ aptitude install inetutils-inetd
$ echo "2323 stream tcp nowait nobody /bin/true" |sudo tee -a /etc/inetd.conf
$ sudo /etc/init.d/inetutils-inetd restart
$ nc -v localhost 2323
localhost [127.0.0.1] 2323 (?) : Connection refused

compare this to:

$ echo "2323 stream tcp4 nowait nobody /bin/true" |sudo tee -a /etc/inetd.conf
$ sudo /etc/init.d/inetutils-inetd restart
$ nc -v localhost 2323
localhost [127.0.0.1] 2323 (?) open