From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: egarrulo Newsgroups: gmane.emacs.help Subject: Re: Long loading times for "tramp" Date: Thu, 9 Jun 2016 07:17:08 +0200 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1465449639 19148 80.91.229.3 (9 Jun 2016 05:20:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 9 Jun 2016 05:20:39 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 09 07:20:39 2016 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 1bAsOT-00054F-D2 for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Jun 2016 07:20:37 +0200 Original-Received: from localhost ([::1]:60640 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAsOP-0005CX-B6 for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Jun 2016 01:20:33 -0400 Original-Path: usenet.stanford.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 16 Original-X-Trace: individual.net oa/0pYJFa6xcNIdtTPpqggIOKkdaRlZopf4Iu/arVKI6h1gfAf Cancel-Lock: sha1:l5HPYEgE85yVGWgRLUoGG7rzQIE= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 In-Reply-To: Original-Xref: usenet.stanford.edu gnu.emacs.help:218077 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.help:110386 Archived-At: On 09/06/16 04:34, Noam Postavsky wrote: > egarrulo gmail.com> writes: > >> I start "emacs -Q", then evaluate "(require 'tramp)" and then I must >> wait for more than two minutes to interact with Emacs again. >> >> I am using GNU Emacs 24.5.1 on GNU/Linux. > > Sounds like https://debbugs.gnu.org/cgi/bugreport.cgi?bug=20015 > > Try changing your DNS, or setting tramp-ssh-controlmaster-options before > loading tramp. (setq tramp-ssh-controlmaster-options "") before loading tramp does fix the issue. Thanks.