RE: telnet question
"Erric Gilbert" <[email protected]>
| Newsgroups | gmane.linux.suse.sparc |
|---|---|
| Message-ID | <002401c21bff$8b169a80$5200000a@ant> |
Ah, my favorite question :-) This is a really simple thing to fix. When you log in check your term display like this: $ echo $TERM (press enter here) It will probably reply: linux This is the problem. To fix this with bash, type: $ export TERM=vt100 (press enter here) check your work: $ echo $TERM (press enter here) vt100 vi should behave now. BTW, the command to remove a shell variable is unset. Erric > -----Original Message----- > From: [email protected] [mailto:[email protected]] On Behalf Of Donald Knecht > Sent: Monday, June 24, 2002 7:16 PM > To: [email protected] > Subject: [suse-sparc] telnet question > > > i use a sparc classic running SuSE 7.0 to burn CDs, the box runs > headless, i.e. no monitor, no keyboard.....i NFS mount the image > from my x86 box and telnet in to run the commands to burn the disk, > this was a simple solution to allow me to burn disks, as the CDR is a > SCSI and there is no SCSI on the x86 box. > my problem is this, i don't know/remember how to set the > login keyboard > for the telnet session, most bash commands work fine, but > when i run vi > or midnight commander the keys don't respond as i need, i "think" the > classic is assigning a sun key map to the x86 login? > > if this makes any sense and you have a solution please contact me, > > tnx, > > don > > -- > ------------------------------- > proud linux user since kernel 1.1.54 > > -- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]