I’ve installed RTP and am trying to get telnetd to start up
automatically when the system boots. Looking at /etc/inetd.conf, I see
that telnet is supposed to start automatically. However, when I boot the
system, telnetd is not running.
If I login to RTP as root, I can start telnetd manually
/usr/sbin/telnetd -debug -Q &
I find that I need to specify -debug or I get “getpeername not
implemented” reported and telnetd dies. Any clues?
Also, I see that the entry in inetd.conf specifies the telnetd command as
/usr/sbin/telnetd in.telnetd -Q
What is “in.telnetd”, and what purpose does it serve?
And, most importantly, how can I configure RTP so telnetd automagically
starts when the system boots?
Thanks in advance,
Eric