Log in

View Full Version : No telnet commands work after success telnet connection


jessicaoakridge
Jun 12, 2009, 03:18 PM
Please help!!
After telnet to an VxWorks system, the command line shows the name of the server correctly, but no telnet command works, like "ls, dir, delete, rm..........", the error message is always "undefined symbol". This telnet worked early this afternoon, I forgot what I did to mess up the whole thing. I did not touch any hardware, and I did not edit the VxWorks system files, the only thing I did was telnet and ftp to it.

Please help me!!

chuckhole
Jun 16, 2009, 06:25 AM
What program are you using for telnet? Is it one that has the capability of key translations like use Return for Line Feed, etc? What terminal type are you using? VT100? Is it Auto detect?

Did you properly logout of your previous telnet sessions. Some telnet servers do not allow more than one connection and your previous connection may still be open.

jessicaoakridge
Jun 16, 2009, 07:20 AM
Chuckhole, thank you for looking at this case. You are right, this server only allow one connection. I have restarted both computer several times, still the same. I am using the "telnet" command of the windows XP under "cmd" shell. I don't know about the "key translations", and what is the "VT100"? I did not set anything. Thanks!

retsoksirhc
Jun 16, 2009, 07:59 AM
Instead of the windows XP client, try using Putty (PuTTY: a free telnet/ssh client (http://chiark.greenend.org.uk/~sgtatham/putty/))

It almost always works better, and it's a free tool.

jessicaoakridge
Jun 17, 2009, 12:53 PM
retsoksirhc, thanks for the suggestion. I tried to use Putty with all kind of settings, including VT100, VT400 and Linux.. always the same result.

jenniepepsi
Jun 17, 2009, 01:01 PM
You can try GMUD as well. Its easier to work with

jessicaoakridge
Jun 17, 2009, 01:16 PM
The problem is not which telnet client to use, it is the server does not recognize any command after telnet connection is up. The server's name is "Apollo", after I use "telnet" cmd or "Putty" to make the connection, the "Apollo" shows up in the window, but whatever command I type in, even ? Or help, it always shows "undefined symbol". The only exception is numbers. When I type in numbers, for example 1, it shows "value=1=0x1".