From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chris Seberino Newsgroups: gmane.emacs.help Subject: Tramp hangs/freezes when opening some remote files over ssh on Ubuntu 14.04 client. Date: Tue, 20 Jan 2015 18:41:15 -0800 (PST) Message-ID: <5b828541-60f6-4625-9207-51b107108df9@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1421808321 5398 80.91.229.3 (21 Jan 2015 02:45:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 21 Jan 2015 02:45:21 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 21 03:45:21 2015 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 1YDlIF-0002Jx-14 for geh-help-gnu-emacs@m.gmane.org; Wed, 21 Jan 2015 03:45:19 +0100 Original-Received: from localhost ([::1]:46297 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDlID-00038w-Ui for geh-help-gnu-emacs@m.gmane.org; Tue, 20 Jan 2015 21:45:17 -0500 X-Received: by 10.182.168.114 with SMTP id zv18mr31359787obb.3.1421808075723; Tue, 20 Jan 2015 18:41:15 -0800 (PST) X-Received: by 10.182.78.65 with SMTP id z1mr296120obw.10.1421808075505; Tue, 20 Jan 2015 18:41:15 -0800 (PST) Original-Path: usenet.stanford.edu!h15no977118igd.0!news-out.google.com!db6ni4746igc.0!nntp.google.com!hl2no597748igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=74.193.13.167; posting-account=VkuUtQkAAADKqMjRUmZTNs7a8uCSNNy2 Original-NNTP-Posting-Host: 74.193.13.167 User-Agent: G2/1.0 Injection-Date: Wed, 21 Jan 2015 02:41:15 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:209905 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:102184 Archived-At: I've confirmed the following problem happens even with emacs -q.... I can ssh to a remote server. I can traverse remote server directories with local Emacs Tramp. When I try to open some files it freezes with messages like the following... Tramp: Inserting `/ssh:cs@philfour.com:/home/cs/Ws/philfour/mvc/views/booklist.html'...done I can't see debug output when I add (setq tramp-verbose 500) to .emacs because when I try to open remote file with Tramp it freezes?!!? I found some discussion about issues with Ubuntu 14.04 here: http://stackoverflow.com/questions/17588136/emacs-24-3-1-tramp-hangs-on-opening-file I tried adding following to .ssh/config like it said but it didn't fix.... Host philfour.com ControlMaster auto ControlPath ~/.ssh/%r@%h:%p ServerAliveCountMax=30 ServerAliveInterval=5 I suspect this persons Tramp problems on Ubuntu 14.04 are related... https://stat.ethz.ch/pipermail/ess-help/2014-September/010172.html Any help great appreciated. Sincerely, Chris Seberino