Howto connect to telnet under 6.3

Hi there,

I want to connect to my embedded system with telnet.
I started in my bsh-file
inetd &

inetd is running in SIGWAITINFO and started telnet.
In netstat, telnet is visible.

When I try to connect with my windows telnet client it says
“telnetd: Out of ptys”

Is there anything I forgot ?

Thanks in advance
Markus Schmid

Markus Schmid <markus.m.schmid@daimlerchrysler.com> wrote:

Hi there,

I want to connect to my embedded system with telnet.
I started in my bsh-file
inetd &

inetd is running in SIGWAITINFO and started telnet.
In netstat, telnet is visible.

When I try to connect with my windows telnet client it says
“telnetd: Out of ptys”

Is there anything I forgot ?

Make sure devc-pty is running. Also see the entry
for ‘telnetd’ in the utilities reference.

Regards,

-seanb