From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.help Subject: Re: ipv6 and Tramp. Date: Mon, 05 Jan 2009 19:45:58 +0100 Message-ID: <87y6xph9qx.fsf@gmx.de> References: <87prj4e6je.fsf@gmx.de> <87eizie5hl.fsf@gmx.de> <87eizh3jr0.fsf@gmx.de> <87tz8dkaa3.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1231181204 14585 80.91.229.12 (5 Jan 2009 18:46:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 5 Jan 2009 18:46:44 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: =?utf-8?Q?=C3=93scar?= Fuentes Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 05 19:47:54 2009 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 1LJuUI-0006DB-Ru for geh-help-gnu-emacs@m.gmane.org; Mon, 05 Jan 2009 19:47:43 +0100 Original-Received: from localhost ([127.0.0.1]:57630 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LJuT3-0002qV-FQ for geh-help-gnu-emacs@m.gmane.org; Mon, 05 Jan 2009 13:46:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LJuSm-0002qD-A1 for help-gnu-emacs@gnu.org; Mon, 05 Jan 2009 13:46:08 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LJuSk-0002pp-Qq for help-gnu-emacs@gnu.org; Mon, 05 Jan 2009 13:46:07 -0500 Original-Received: from [199.232.76.173] (port=33129 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LJuSk-0002pm-NM for help-gnu-emacs@gnu.org; Mon, 05 Jan 2009 13:46:06 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]:33146) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1LJuSk-0002SH-40 for help-gnu-emacs@gnu.org; Mon, 05 Jan 2009 13:46:06 -0500 Original-Received: (qmail invoked by alias); 05 Jan 2009 18:46:04 -0000 Original-Received: from p57A22F56.dip0.t-ipconnect.de (EHLO ubuntu.local) [87.162.47.86] by mail.gmx.net (mp069) with SMTP; 05 Jan 2009 19:46:04 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX18BstsmO90BdgmY5qt+11Xg4lHaxr1P5p3TdHgIpD 8M/Bn8SvJKhkmy In-Reply-To: (=?utf-8?Q?=22=C3=93scar?= Fuentes"'s message of "Mon, 05 Jan 2009 19:20:25 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.59 X-detected-operating-system: 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:61094 Archived-At: =C3=93scar Fuentes writes: >> plink can also handle PuTTY profiles. This is implemented in Tramp as >> method "plinkx". > > I guess that you mean "saved sessions" here. There is no mention to > "profiles" on the putty help file. Yes, likely I do mean this :-) >> Does it work, if you open in Emacs "C-x C-f /plinkx:profilename:" ? > > Nope. > > C-x C-f /plinkx:osx: ENTER > > Tramp: Opening connection for osx using plinkx... > Tramp: Waiting 60s for local shell to come up... > Tramp: Sending command `plink -load osx -t env 'TERM=3Ddumb' 'PROMPT_COMM= AND=3D' 'PS1=3D$ ' /bin/sh && exit || exit' > Tramp: Waiting for prompts from remote shell > File error: Process died > completion--some: Process died But it works when opening PuTTY, you say. Well, we need more traces. Could you, please, set tramp-verbose to at least 6? Then rerun the test, and maybe we see more interesting information in the traces. Please show the corresponding buffer "*debug tramp/plinkx osx*". Just for curiosity: Does Tramp/plink connection work for you to other hosts, which are not addressed via IPv6? Thanks in advance, and best regards, Michael.