Re: telnetc behavior

Georg Potthast 2 <[email protected]> Sun, 19 Mar 2017 19:12:15 +0100 (CET)
Newsgroups org.kernel.vger.linux-8086
Message-ID <[email protected]>
Please try to use just one carriage return. The server expects to get one m=
essage and work on that. Not to get a message followed by an almost empty m=
essage immediately. I did not expect that to happen.

In the networking_guide I mentioned the commands I tried: e.g. whoami, pwd,=
 echo 123

The server receives the output of a command from ELKS in chunks of 64 bytes=
. He may try to read new input from the remote side if there is a small pau=
se after a chunk and get lost. Just wait till the prompt appears again befo=
re entering something new.

Georg


> Derek Johansen <[email protected]> hat am 19. M=C3=A4rz 2017 um 06:23=
 geschrieben:
>=20
>=20
> Using the new telnetc client on my host,
>=20
> if I enter the lscommand  then 2 carriage returns, the first line of
> the output shows up in my telnet server:
>=20
> ash banner basename cal cat chgr
>=20
> The rest of the ls listing shows up in my telnet client, starting with
> the p from chgrp
>=20
> When I enter env and enter 2 carriage returns in my client, it prints
> the environment variable (just one line) on the ELKS telnet server.  I
> would expect it to be sent to my client.
>=20
> It looks like the first line of the telnet server output is not
> getting sent to the client in my configuration for some reason.
>=20
> Thanks,
> Derek
> --
> To unsubscribe from this list: send the line "unsubscribe linux-8086" in
> the body of a message to [email protected]
> More majordomo info at  http://vger.kernel.org/majordomo-info.html