From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: braydon fuller Newsgroups: gmane.emacs.help Subject: Re: tramp hang Date: Sun, 06 Jan 2008 01:33:30 -0800 Message-ID: <4780A06A.7070001@braydon.com> References: <47809324.4090601@braydon.com> <878x33wcgh.fsf@thievol.homelinux.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1398236675==" X-Trace: ger.gmane.org 1199612041 6109 80.91.229.12 (6 Jan 2008 09:34:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 6 Jan 2008 09:34:01 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jan 06 10:34:22 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JBRtd-0006O9-W3 for geh-help-gnu-emacs@m.gmane.org; Sun, 06 Jan 2008 10:34:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBRtG-0004q4-Vy for geh-help-gnu-emacs@m.gmane.org; Sun, 06 Jan 2008 04:33:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JBRst-0004pJ-N1 for help-gnu-emacs@gnu.org; Sun, 06 Jan 2008 04:33:35 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JBRsr-0004nS-Pe for help-gnu-emacs@gnu.org; Sun, 06 Jan 2008 04:33:34 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBRsr-0004nN-Me for help-gnu-emacs@gnu.org; Sun, 06 Jan 2008 04:33:33 -0500 Original-Received: from cl33.gs01.gridserver.com ([64.13.192.42]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JBRsr-00051l-4i for help-gnu-emacs@gnu.org; Sun, 06 Jan 2008 04:33:33 -0500 Original-Received: from 24-205-80-87.dhcp.psdn.ca.charter.com ([24.205.80.87]:51643 helo=[192.168.0.101]) by cl33.gs01.gridserver.com with esmtpa (Exim 4.63) (envelope-from ) id 1JBRrW-0003L6-R8 for help-gnu-emacs@gnu.org; Sun, 06 Jan 2008 01:32:10 -0800 User-Agent: Mozilla-Thunderbird 2.0.0.9 (X11/20080103) In-Reply-To: <878x33wcgh.fsf@thievol.homelinux.org> X-Enigmail-Version: 0.95.0 X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:50525 Archived-At: This is a multi-part message in MIME format. --===============1398236675== Content-Type: multipart/alternative; boundary="------------070802070503060607050901" This is a multi-part message in MIME format. --------------070802070503060607050901 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit I get: tramp: Looking for regexp "" from remote shell after adding to my .emacs: (setq tramp-verbose 10) And, yep I can ssh in normally, just not through emacs. /etc/sshd_config = no file or directory Thierry Volpiatto wrote: > Are you sure you are allowed to log as root with ssh on your server? > (/etc/sshd_config ==> PermitRootLogin no/yes) > Normally no. > > braydon fuller writes: > > >> after sending password emacs hangs, when trying to use tramp on one of >> my servers (this one is a XEN VPS, from GPLHost). >> >> Anyone know the problem? >> >> I'm getting the following in my *tramp...* debug buffer >> >> # Opening connection for root@117.121.243.13 using ssh... >> # Waiting for prompts from remote shell >> # Waiting 60s for prompt from remote shell >> # Sending password >> >> >> I'm getting the following in my *tramp/ssh root@117.121.243.13* buffer >> >> Last login: Sun Jan 6 08:25:54 2008 from >> 24-205-80-87.dhcp.psdn.ca.charter.com >> Linux xen018111 2.6.16.33-xenU #2 SMP Mon Apr 9 02:34:38 PDT 2007 x86_64 >> >> The programs included with the Debian GNU/Linux system are free software; >> the exact distribution terms for each program are described in the >> individual files in /usr/share/doc/*/copyright. >> >> Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent >> permitted by applicable law. >> root@GPLHost:xen018111>_ ~# >>  >> > > -- bgfuller braydon.com 626.298.6570 land 323.841.0048 air 117.121.243.13 web LA CA USA --------------070802070503060607050901 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit
I get:
tramp: Looking for regexp "" from remote shell

after adding to my .emacs:
(setq tramp-verbose 10)

And, yep I can ssh in normally, just not through emacs.
/etc/sshd_config = no file or directory

Thierry Volpiatto wrote:
Are you sure you are allowed to log as root with ssh on your server?
(/etc/sshd_config ==> PermitRootLogin no/yes)
Normally no.

braydon fuller <courier@braydon.com> writes:

  
after sending password emacs hangs, when trying to use tramp on one of
my servers (this one is a XEN VPS, from GPLHost).

Anyone know the problem?

I'm getting the following in my *tramp...* debug buffer

# Opening connection for root@117.121.243.13 using ssh...
# Waiting for prompts from remote shell
# Waiting 60s for prompt from remote shell
# Sending password


I'm getting the following in my *tramp/ssh root@117.121.243.13* buffer

Last login: Sun Jan  6 08:25:54 2008 from
24-205-80-87.dhcp.psdn.ca.charter.com 
Linux xen018111 2.6.16.33-xenU #2 SMP Mon Apr 9 02:34:38 PDT 2007 x86_64
 
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
 
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
root@GPLHost:xen018111>_ ~#

    

  


-- 
bgfuller braydon.com
626.298.6570 land
323.841.0048 air
117.121.243.13 web
LA CA USA






--------------070802070503060607050901-- --===============1398236675== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ help-gnu-emacs mailing list help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs --===============1398236675==--