From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angus Comber Newsgroups: gmane.emacs.help Subject: Re: Cannot connect to some hosts using tramp Date: Tue, 15 Apr 2014 15:56:55 +0100 Message-ID: References: <87tx9ud65a.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1397573846 25685 80.91.229.3 (15 Apr 2014 14:57:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 15 Apr 2014 14:57:26 +0000 (UTC) Cc: Emacs Help To: Michael Albinus Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 15 16:57:18 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Wa4nU-0002uC-Ln for geh-help-gnu-emacs@m.gmane.org; Tue, 15 Apr 2014 16:57:16 +0200 Original-Received: from localhost ([::1]:49697 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wa4nU-0000mE-C8 for geh-help-gnu-emacs@m.gmane.org; Tue, 15 Apr 2014 10:57:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43679) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wa4nB-0000bh-L6 for help-gnu-emacs@gnu.org; Tue, 15 Apr 2014 10:57:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wa4n9-0005T0-L1 for help-gnu-emacs@gnu.org; Tue, 15 Apr 2014 10:56:57 -0400 Original-Received: from mail-qg0-x22d.google.com ([2607:f8b0:400d:c04::22d]:34169) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wa4n9-0005Sl-G7 for help-gnu-emacs@gnu.org; Tue, 15 Apr 2014 10:56:55 -0400 Original-Received: by mail-qg0-f45.google.com with SMTP id j5so9944488qga.32 for ; Tue, 15 Apr 2014 07:56:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=14uQZNDtD34XW5BN5FRDHiDi9ykL6yQdiEs2cTOhrVc=; b=FyvJuGM+rynMosdRfjKu3yg7Mr5THBdezqUxh9nlbnJ38DUTZzswlW61Tndfq46fFq qF/cY2j+QcdibN1apG3vlWqLpvQITT2KYTjHdQoOZi+07PJpR1sRyTWIh7OScq8C1CZB k94UKEYVgnb/3jEnSARdl9Rtcy4BebxRyC7MZUolTS5ccIN6mEG23BJQW4GMmM1jX7FN C2YB0DUZojgHi3t4XFdWhnAWJLNLYKMg1dk6uambu7JR8N470TuKSqNuCiE6JUiy7wlQ hiavxYcBINaMrK7dkWejUjw82wY7SYG7HwvOLBWhjn2P4n3PRGioBWNzzdcPn/0MAfFU caug== X-Received: by 10.224.166.129 with SMTP id m1mr3364540qay.58.1397573815091; Tue, 15 Apr 2014 07:56:55 -0700 (PDT) Original-Received: by 10.96.187.166 with HTTP; Tue, 15 Apr 2014 07:56:55 -0700 (PDT) In-Reply-To: <87tx9ud65a.fsf@gmx.de> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c04::22d X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:97141 Archived-At: Hi How do I find the tramp log. *Messages* buffer contents: 6 Loading tramp...done Opening FTP connection to uk-rhel53qa32... That was after (setq tramp-verbose 6) c-x c-e c-x c-f /uk-rhel53qa32:myextract.txt Also tried: /acomber:uk-rhel53qa32:myextract.txt But same result. Just see Opening FTP connection to uk-rhel53qa32... - for a long long long time On 15 April 2014 15:22, Michael Albinus wrote: > Angus Comber writes: > > Hi Angus, > > > Any ideas why this might not be working? Any config I can do to help? > > Perform (setq tramp-verbose 6) > > Rerun your (failed) test. There will be a Tramp debug buffer, which tells. > Show it. > > Best regards, Michael. >