all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Albinus <michael.albinus@gmx.de>
To: 傅文辉 <ffffwh@icloud.com>
Cc: 21504@debbugs.gnu.org
Subject: bug#21504: (require 'tramp) stuck on testing `tramp-ssh-controlmaster-options'
Date: Thu, 17 Sep 2015 20:56:54 +0200	[thread overview]
Message-ID: <87bnd07u2x.fsf@gmx.de> (raw)
In-Reply-To: <1D1110F6-B4BD-4C1F-9B03-5DC9461359AE@icloud.com> ("傅文辉"'s message of "Thu, 17 Sep 2015 10:26:12 +0800")

傅文辉 <ffffwh@icloud.com> writes:

> Emacs 24.5.1, tramp 2.2.11-24.5
>
> The following code stuck with some DNS settings
>
>>>> file: tramp-loaddefs.el
> (defvar tramp-ssh-controlmaster-options
>   ...
>   (call-process "ssh" nil t nil "-o" "ControlPath=%C" "host.does.not.exist")
>   ...)
> <<<
>
> `ssh -o ControlPath=%C host.does.not.exist` stuck instead of going
> error quickly with DNS from my ISP (both home and workplace).

It is a similar bug report like bug#20015. Solved in Emacs 25 (the git
version), using 0.0.0.1 as not existing host. This avoids problems with
improper DNS settings.

Best regards, Michael.





      reply	other threads:[~2015-09-17 18:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-17  2:26 bug#21504: (require 'tramp) stuck on testing `tramp-ssh-controlmaster-options' 傅文辉
2015-09-17 18:56 ` Michael Albinus [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87bnd07u2x.fsf@gmx.de \
    --to=michael.albinus@gmx.de \
    --cc=21504@debbugs.gnu.org \
    --cc=ffffwh@icloud.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.