Shell error

These are old archives. They are kept for historic purposes only.
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

You know... some basic knowledge about networking and *nix is required to run Unreal...
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
JIVXor
Posts: 134
Joined: Fri Sep 09, 2005 10:53 pm
Location: Cuba

Post by JIVXor »

Perhaps I could be wrong, but when you're telneting a service you do this :

Code: Select all

jiv@hall ~ $ telnet 127.0.0.1 6667
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
:hall.ssp.sld.cu NOTICE AUTH :*** Looking up your hostname...
:hall.ssp.sld.cu NOTICE AUTH :*** Found your hostname (cached)  
by this way :

Code: Select all

 jiv@hall ~ $ telnet 127.0.0.1:6667
telnet: could not resolve 127.0.0.1:6667/telnet: Name or service not known
jiv@hall ~ $
you'll not get anything, so try by this form : telnet 127.0.0.1 6667
without the :
Post Reply