Address family not supported by protocol.
To reproduce... get inetutils.tcz and inetutils-servers.tcz.
Create /etc/protocols
tcp 6 TCP
udp 17 UDP
Create /etc/inetd.conf
telnet stream tcp nowait root /usr/local/sbin/telnetd telnetd
$ /usr/local/sbin/inetd -d /etc/inetd.conf
Gives you the message
/etc/inetd.conf:1 ADD *:telnet proto=tcp, wait=0, max=0, user=root builltin=0 server=/usr/local/sbin/telnetd
bind failed on telnet/tcp: Address family not supported by protocol
This works fine in Version 3.8.
Regards,
Simon