Networking Forums

Networking Forums > Computer Networking > Linux Networking > Which TERM emaulation for Windows telnet

Reply
Thread Tools Display Modes

Which TERM emaulation for Windows telnet

 
 
william_dudek@yahoo.com
Guest
Posts: n/a

 
      12-12-2004, 05:40 PM
I am telneting from a windows pc, (xp and 2000) and everything looks ok
when I am just navigating through the file system and running commands,
but when I use the man pages I get characters like the following.

FORK(2) Linux ProgrammerGÇÖs Manual
FORK(2)

NAME
fork GêÆ create a child process

SYNOPSIS
#include <sys/types.h>
#include <unistd.h>

pid_t fork(void);

DESCRIPTION
fork creates a child process that differs from the parent
process only
in its PID and PPID, and in the fact that resource utilizations
are set
to 0. File locks and pending signals are not inherited.

Under Linux, fork is implemented using copyGÇÉonGÇÉwrite
pages, so the only

my current TERM setting is ansi, although I have tried vt100, vt220 and
Linux as well. I am running redhat 8. kernel 2.4.18-14.
Can anyone suggest the correct terminal setting or is it something else
I need to change?

Thanks
Bill

 
Reply With Quote
 
 
 
 
Brendon Caligari
Guest
Posts: n/a

 
      12-12-2004, 06:00 PM
(E-Mail Removed) wrote:

> I am telneting from a windows pc, (xp and 2000) and everything looks ok
> when I am just navigating through the file system and running commands,
> but when I use the man pages I get characters like the following.
>
> FORK(2) Linux ProgrammerGÇÖs Manual
> FORK(2)
>
> NAME
> fork GêÆ create a child process
>
> SYNOPSIS
> #include <sys/types.h>
> #include <unistd.h>
>
> pid_t fork(void);
>
> DESCRIPTION
> fork creates a child process that differs from the parent
> process only
> in its PID and PPID, and in the fact that resource utilizations
> are set
> to 0. File locks and pending signals are not inherited.
>
> Under Linux, fork is implemented using copyGÇÉonGÇÉwrite
> pages, so the only
>
> my current TERM setting is ansi, although I have tried vt100, vt220 and
> Linux as well. I am running redhat 8. kernel 2.4.18-14.
> Can anyone suggest the correct terminal setting or is it something else
> I need to change?
>
> Thanks
> Bill
>


I believe it's more to do with character set translation. I use PuTTY
from Win32 to a host. In the Window->Translation option i set "Received
data assumed to be in which character set" to UTF-8.

B.
 
Reply With Quote
 
David Efflandt
Guest
Posts: n/a

 
      12-12-2004, 10:50 PM
On 12 Dec 2004, (E-Mail Removed) <(E-Mail Removed)> wrote:
> I am telneting from a windows pc, (xp and 2000) and everything looks ok
> when I am just navigating through the file system and running commands,
> but when I use the man pages I get characters like the following.
>
> FORK(2) Linux ProgrammerGÇÖs Manual
> FORK(2)


Looks like whatever you are using is either not communicating its lines
and columns, or doesn't understand ansi screen codes. I would suggest
using PuTTY to connect using ssh instead of telnet. I don't have any
trouble using it to read man pages in Linux, Solaris or NetBSD.
 
Reply With Quote
 
Thomas Dickey
Guest
Posts: n/a

 
      12-13-2004, 10:01 AM
(E-Mail Removed) wrote:

> my current TERM setting is ansi, although I have tried vt100, vt220 and
> Linux as well. I am running redhat 8. kernel 2.4.18-14.


iirc, Redhat 8 was when they introduced UTF-8 locales. Setting your
environment to a POSIX or ISO-88591-1 (e.g., en_US) would probably fix
that.

Also, M$'s telnet doesn't match any of the flavors you mentioned.
I made a "ms-vt100-color" entry which is workable - probably not in
Redhat 8. See

ftp://invisible-island.net/ncurses/terminfo.src.gz

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net
 
Reply With Quote
 
william_dudek@yahoo.com
Guest
Posts: n/a

 
      12-13-2004, 02:08 PM
Thanks, I'll give these suggestions a try and let everyone kow what
happens.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I telnet from windows pc to linux .. qjohnny2000@gmail.com Linux Networking 12 06-24-2007 09:40 PM
Any X-windows S/W which is better than Tera Term to logon to Linux from PC? Santa Linux Networking 7 07-23-2004 01:49 AM
I can't Telnet to Red Hat machine from Windows vasanta Linux Networking 8 05-25-2004 11:54 AM
Telnet from Windows XP into RH Linux through VPN Linda Lee Linux Networking 2 11-28-2003 11:25 PM
Cannot telnet to a uClinux box from Windows XP Federico Lanza Linux Networking 1 10-06-2003 04:32 PM



1 2 3 4 5 6 7 8 9 10 11