[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Connection Problem
From: |
Michael Albinus |
Subject: |
Re: Connection Problem |
Date: |
Sat, 21 Aug 2004 19:43:28 +0200 |
User-agent: |
Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) |
Stefan Hoops <address@hidden> writes:
> Hello All,
Hi,
> I suspect it is a setup problem on the remote machine related to
> stty. Any help is greatly welcome.
Indeed, it looks like this. You can do the following actions:
- rename temporarily .profile (or .login) on the remote host, and see
whether it works then
- uncomment suspicious commands, until you found the guilty one
- surround that command by a check for $TERM. In the Tramp case, it
should be "dumb".
> Thanks,
> Stefan
Best regards, Michael.