Sounds like a classic terminal emulation issue. On your Linux system, do:Hi Every body; I have a FreeBSD Server. It has telnet and ssh up. They work, but not properly. When I ssh to the server or telnet from Linux shell by each Enter I see the following message:
bash: \033]0;[EMAIL PROTECTED]:${PWD/#$HOME/~}\007: bad substitution
But when I telnet from Windows no such error is shown, but obviously the terminal does not work properly, especially when using things like less, vim and ...
I would be thankful if someone help me.
Yours, Mohammad H. Falaki.
_______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
export TERM=xterm
and then telnet or ssh in. Let me guess, you're using a 'funky' terminal like GNOME Terminal or KTerm?
Scott
_______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
