tramp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: TRAMP hanging on “Waiting for prompts …”


From: Sean Whitton
Subject: Re: TRAMP hanging on “Waiting for prompts …”
Date: Mon, 26 Sep 2011 14:26:24 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux)

Dear Michael,

I left the test running and popped out, assuming it would time out
eventually.  It didn’t, so the tramp buffer was 12MB—I’ve therefore cut
out the middle of it since it’s all just repeated.

Otherwise, contents of the two buffers attached.  Here are my tramp and
.ssh/config settings in case they are relevant:

,----
| Host *
| ControlMaster auto
| ControlPath /tmp/address@hidden:%p
| ControlPersist 4h
| ServerAliveInterval 15
| 
| Host athena
| User swhitton
| IdentityFile ~/.ssh/desktop-key
| HostName 10.9.8.1
| Port 22
`----

,----
| (require 'tramp)
| (setq tramp-default-method "ssh")
| 
| (add-to-list 'tramp-default-user-alist '("ssh" "athena" "swhitton"))
| (add-to-list 'tramp-default-user-alist '(nil "raven" "ball3162"))
| (add-to-list 'tramp-default-user-alist '("sudo" "localhost" "root"))
| (add-to-list 'tramp-default-user-alist '(nil nil "swhitton") t)
| 
| (setq tramp-verbose 10)
| 
| ;; from the TRAMP manual: For all hosts except my local one connect via
| ;; ssh first, and apply sudo -u root afterwards
| (add-to-list 'tramp-default-proxies-alist
| '(nil "\\`root\\'" "/ssh:%h:"))
| (add-to-list 'tramp-default-proxies-alist
| '((regexp-quote (system-name)) nil nil))
`----

Thanks again.

S

Attachment: debugbuffer.txt
Description: Text document

Attachment: trampbuffer.txt
Description: Text document

Attachment: pgpd_uiAnNYSS.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]