help-gnu-emacs
[Top][All Lists]
Advanced

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

remote tramp hangs


From: Raphaël Berbain
Subject: remote tramp hangs
Date: Tue, 01 Dec 2009 12:03:26 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Hi,

I am having problems making tramp work.  In a nutshell, "/remotehost:"
works, but "/root@remotehost:" doesn't work, though I can passwordlessly
ssh/scp root@remotehost.  It hangs with the message "Tramp: Found remote
shell prompt on `remotehost'".

Data that may or may not help: miaou=localhost is ubuntu 9.10,
harry=remotehost is openbsd 4.5.  emacs is compiled from
http://bzr.savannah.gnu.org/r/emacs/trunk, revno 98852.  M-x version
says "GNU Emacs 23.1.50.1 (x86_64-unknown-linux-gnu) of 2009-11-30 on
miaou", M-x tramp-version says "2.1.18-pre".  I get the same results
with emacs23* / emacs-snapshot* ubuntu packages and/or tramp cvs,
though.  I also tried a bunch of different tramp methods (ssh, sshx,
scpc, ...) and always get the same behaviour.

What I am doing:

rgb@miaou:~$ emacs -Q
M-: (require 'tramp) RET
M-: (setq debug-on-quit t tramp-verbose 10) RET
C-x C-f /root@harry: RET

then I wait for some time, and when it appears hung interrupt with C-g.

Messages:

("emacs")
For information about GNU Emacs and the GNU system, type C-h C-a.
Loading tramp... [3 times]
compiling byte-compile-normal-call...done
compiling byte-compile-form...done
compiling byte-compile-body...done
compiling byte-compile-top-level...done
compiling byte-compile-out-toplevel...done
compiling byte-compile-constant...done
compiling byte-compile-variable-ref...done
compiling byte-optimize-form...done
compiling byte-optimize-body...done
compiling byte-optimize-predicate...done
compiling byte-optimize-binary-predicate...done
compiling byte-optimize-form-code-walker...done
compiling byte-optimize-lapcode...done
tramp
10 (#o12, #xa)
Tramp: Opening connection for root@harry using scp...
Tramp: Waiting 60s for local shell to come up...
Tramp: Sending command `ssh harry -l root  -q -e none && exit || exit'
Tramp: Waiting for prompts from remote shell
Tramp: Found remote shell prompt on `harry'
Entering debugger...

Backtrace:

Debugger entered--Lisp error: (quit)
  accept-process-output(#<process *tramp/scp root@harry*> 1 nil)
  (progn (accept-process-output proc timeout timeout-msecs))
  (setq with-timeout-value (progn (accept-process-output proc timeout 
timeout-msecs)))
  (progn (setq with-timeout-timer (run-with-timer ... nil ... 
with-timeout-tag)) (push with-timeout-timer with-timeout-timers) (setq 
with-timeout-value (progn ...)) nil)
  (catch with-timeout-tag (progn (setq with-timeout-timer ...) (push 
with-timeout-timer with-timeout-timers) (setq with-timeout-value ...) nil))
  (if (catch with-timeout-tag (progn ... ... ... nil)) (progn) (cancel-timer 
with-timeout-timer) with-timeout-value)
  (let ((with-timeout-tag ...) with-timeout-value with-timeout-timer 
(with-timeout-timers with-timeout-timers)) (if (catch with-timeout-tag ...) 
(progn) (cancel-timer with-timeout-timer) with-timeout-value))
  (with-timeout ((or timeout 1)) (accept-process-output proc timeout 
timeout-msecs))
  (let (buffer-read-only last-coding-system-used) (with-timeout (...) 
(accept-process-output proc timeout timeout-msecs)))
  (save-current-buffer (set-buffer (process-buffer proc)) (tramp-message proc 
10 "%s %s" proc (process-status proc)) (let (buffer-read-only 
last-coding-system-used) (with-timeout ... ...)) (tramp-message proc 10 "\n%s" 
(buffer-string)))
  (with-current-buffer (process-buffer proc) (tramp-message proc 10 "%s %s" 
proc (process-status proc)) (let (buffer-read-only last-coding-system-used) 
(with-timeout ... ...)) (tramp-message proc 10 "\n%s" (buffer-string)))
  tramp-accept-process-output(#<process *tramp/scp root@harry*> 1)
  (while (not found) (tramp-accept-process-output proc 1) (unless (memq ... 
...) (tramp-error-with-buffer nil proc ... "Process has died")) (setq found 
(tramp-check-for-regexp proc regexp)))
  (cond (timeout (while ... ...)) (t (while ... ... ... ...)))
  (let ((found ...) (start-time ...)) (cond (timeout ...) (t ...)) 
(tramp-message proc 6 "\n%s" (buffer-string)) (when (not found) (if timeout ... 
...)) found)
  (save-current-buffer (set-buffer (process-buffer proc)) (let (... ...) (cond 
... ...) (tramp-message proc 6 "\n%s" ...) (when ... ...) found))
  (with-current-buffer (process-buffer proc) (let (... ...) (cond ... ...) 
(tramp-message proc 6 "\n%s" ...) (when ... ...) found))
  tramp-wait-for-regexp(#<process *tramp/scp root@harry*> nil 
"\\(^\\|\\)[^$\n]*\\$ 
?$")
  (let* ((regexp ...) (regexp1 ...) (found ...)) (if found (let ... ... ... 
...) (if timeout ... ...)) found)
  (save-current-buffer (set-buffer (process-buffer proc)) (let* (... ... ...) 
(if found ... ...) found))
  (with-current-buffer (process-buffer proc) (let* (... ... ...) (if found ... 
...) found))
  tramp-wait-for-output(#<process *tramp/scp root@harry*>)
  (if nooutput nil (tramp-wait-for-output p))
  (unless nooutput (tramp-wait-for-output p))
  (let ((p ...)) (when (tramp-get-connection-property p "remote-echo" nil) 
(tramp-set-connection-property p "check-remote-echo" t) (setq command ...)) 
(tramp-message vec 6 "%s" command) (tramp-send-string vec command) (unless 
nooutput (tramp-wait-for-output p)))
  tramp-send-command(["scp" "root" "harry" ""] "exec env ENV='' 
PROMPT_COMMAND='' PS1=\\$\\  PS2='' PS3='' /bin/sh" t)
  (let ((tramp-end-of-output "$ ")) (tramp-send-command vec (format "exec env 
ENV='' PROMPT_COMMAND='' PS1=%s PS2='' PS3='' %s" ... ...) t) (tramp-message 
vec 5 "Setting up remote shell environment") (tramp-send-command vec "stty 
-inlcr -echo kill '^U' erase '^H'" t) (tramp-send-command vec "echo foo" t) 
(with-current-buffer (process-buffer proc) (goto-char ...) (when ... ... ... 
...)))
  tramp-open-connection-setup-interactive-shell(#<process *tramp/scp 
root@harry*> ["scp" "root" "harry" ""])
  (let* ((target-alist ...) (process-connection-type 
tramp-process-connection-type) (process-adaptive-read-buffering nil) 
(coding-system-for-read nil) (p ...)) (tramp-message vec 6 "%s" (mapconcat ... 
... " ")) (tramp-set-process-query-on-exit-flag p nil) (tramp-message vec 3 
"Waiting 60s for local shell to come up...") (tramp-barf-if-no-shell-prompt p 
60 "Couldn't find local shell prompt %s" tramp-encoding-shell) (while 
target-alist (let* ... ... ... ... ... ... ... ... ...) (setq target-alist 
...)) (tramp-open-connection-setup-interactive-shell p vec))
  (if (and p (processp p) (memq ... ...)) nil (tramp-get-buffer vec) (if (zerop 
...) (tramp-message vec 3 "Opening connection for %s using %s..." ... ...) 
(tramp-message vec 3 "Opening connection for %s@%s using %s..." ... ... ...)) 
(when (and p ...) (delete-process p)) (setenv "TERM" tramp-terminal-type) 
(setenv "LC_ALL" "C") (setenv "PROMPT_COMMAND") (setenv "PS1" "$ ") (let* (... 
... ... ... ...) (tramp-message vec 6 "%s" ...) 
(tramp-set-process-query-on-exit-flag p nil) (tramp-message vec 3 "Waiting 60s 
for local shell to come up...") (tramp-barf-if-no-shell-prompt p 60 "Couldn't 
find local shell prompt %s" tramp-encoding-shell) (while target-alist ... ...) 
(tramp-open-connection-setup-interactive-shell p vec)))
  (unless (and p (processp p) (memq ... ...)) (tramp-get-buffer vec) (if (zerop 
...) (tramp-message vec 3 "Opening connection for %s using %s..." ... ...) 
(tramp-message vec 3 "Opening connection for %s@%s using %s..." ... ... ...)) 
(when (and p ...) (delete-process p)) (setenv "TERM" tramp-terminal-type) 
(setenv "LC_ALL" "C") (setenv "PROMPT_COMMAND") (setenv "PS1" "$ ") (let* (... 
... ... ... ...) (tramp-message vec 6 "%s" ...) 
(tramp-set-process-query-on-exit-flag p nil) (tramp-message vec 3 "Waiting 60s 
for local shell to come up...") (tramp-barf-if-no-shell-prompt p 60 "Couldn't 
find local shell prompt %s" tramp-encoding-shell) (while target-alist ... ...) 
(tramp-open-connection-setup-interactive-shell p vec)))
  (let ((p ...) (process-environment ...)) (condition-case nil (when ... ... 
...) (file-error ... ... ... ...)) (unless (and p ... ...) (tramp-get-buffer 
vec) (if ... ... ...) (when ... ...) (setenv "TERM" tramp-terminal-type) 
(setenv "LC_ALL" "C") (setenv "PROMPT_COMMAND") (setenv "PS1" "$ ") (let* ... 
... ... ... ... ... ...)))
  (catch (quote uname-changed) (let (... ...) (condition-case nil ... ...) 
(unless ... ... ... ... ... ... ... ... ...)))
  tramp-maybe-open-connection(["scp" "root" "harry" ""])
  (if neveropen nil (tramp-maybe-open-connection vec))
  (unless neveropen (tramp-maybe-open-connection vec))
  tramp-send-command(["scp" "root" "harry" ""] "cd ~; pwd")
  (progn (tramp-send-command v (format "cd %s; pwd" ...)) (with-current-buffer 
(tramp-get-buffer v) (goto-char ...) (buffer-substring ... ...)))
  (setq value (progn (tramp-send-command v ...) (with-current-buffer ... ... 
...)))
  (progn (setq value (progn ... ...)) (tramp-set-connection-property v uname 
value))
  (if (eq value (quote undef)) (progn (setq value ...) 
(tramp-set-connection-property v uname value)))
  (when (eq value (quote undef)) (setq value (progn ... ...)) 
(tramp-set-connection-property v uname value))
  (let ((value ...)) (when (eq value ...) (setq value ...) 
(tramp-set-connection-property v uname value)) value)
  (with-connection-property v uname (tramp-send-command v (format "cd %s; pwd" 
...)) (with-current-buffer (tramp-get-buffer v) (goto-char ...) 
(buffer-substring ... ...)))
  (setq uname (with-connection-property v uname (tramp-send-command v ...) 
(with-current-buffer ... ... ...)))
  (let ((uname ...) (fname ...)) (when (and ... ...) (setq uname ...)) (setq 
uname (with-connection-property v uname ... ...)) (setq localname (concat uname 
fname)))
  (progn (let (... ...) (when ... ...) (setq uname ...) (setq localname ...)))
  (if (string-match "\\`\\(~[^/]*\\)\\(.*\\)\\'" localname) (progn (let ... ... 
... ...)))
  (when (string-match "\\`\\(~[^/]*\\)\\(.*\\)\\'" localname) (let (... ...) 
(when ... ...) (setq uname ...) (setq localname ...)))
  (let* ((v ...) (method ...) (user ...) (host ...) (localname ...)) (unless 
(tramp-run-real-handler ... ...) (setq localname ...)) (when (string-match 
"\\`\\(~[^/]*\\)\\(.*\\)\\'" localname) (let ... ... ... ...)) (while 
(string-match "//" localname) (setq localname ...)) (let (... ...) 
(tramp-make-tramp-file-name method user host ...)))
  (with-parsed-tramp-file-name name nil (unless (tramp-run-real-handler ... 
...) (setq localname ...)) (when (string-match "\\`\\(~[^/]*\\)\\(.*\\)\\'" 
localname) (let ... ... ... ...)) (while (string-match "//" localname) (setq 
localname ...)) (let (... ...) (tramp-make-tramp-file-name method user host 
...)))
  (if (not (tramp-tramp-file-p name)) (tramp-run-real-handler (quote 
expand-file-name) (list name nil)) (with-parsed-tramp-file-name name nil 
(unless ... ...) (when ... ...) (while ... ...) (let ... ...)))
  tramp-handle-expand-file-name("/root@harry:" nil)
  apply(tramp-handle-expand-file-name ("/root@harry:" nil))
  (if fn (apply (cdr fn) args) (tramp-run-real-handler operation args))
  (let ((fn ...)) (if fn (apply ... args) (tramp-run-real-handler operation 
args)))
  (progn (let (...) (if fn ... ...)))
  (unwind-protect (progn (let ... ...)) (set-match-data 
save-match-data-internal (quote evaporate)))
  (let ((save-match-data-internal ...)) (unwind-protect (progn ...) 
(set-match-data save-match-data-internal ...)))
  (save-match-data (let (...) (if fn ... ...)))
  (let ((tramp-locker t)) (save-match-data (let ... ...)))
  (progn (setq tramp-locked t) (let (...) (save-match-data ...)))
  (unwind-protect (progn (setq tramp-locked t) (let ... ...)) (setq 
tramp-locked tl))
  (let ((tl tramp-locked)) (unwind-protect (progn ... ...) (setq tramp-locked 
tl)))
  tramp-sh-file-name-handler(expand-file-name "/root@harry:" nil)
  apply(tramp-sh-file-name-handler expand-file-name ("/root@harry:" nil))
  (cond ((and completion ... ...) t) ((and completion ... ...) filename) 
(foreign (apply foreign operation args)) (t (tramp-run-real-handler operation 
args)))
  (let* ((v ...) (method ...) (user ...) (host ...) (localname ...)) (cond (... 
t) (... filename) (foreign ...) (t ...)))
  (with-parsed-tramp-file-name filename nil (cond (... t) (... filename) 
(foreign ...) (t ...)))
  (let* ((filename ...) (completion ...) (foreign ...)) 
(with-parsed-tramp-file-name filename nil (cond ... ... ... ...)))
  (progn (let* (... ... ...) (with-parsed-tramp-file-name filename nil ...)))
  (unwind-protect (progn (let* ... ...)) (set-match-data 
save-match-data-internal (quote evaporate)))
  (let ((save-match-data-internal ...)) (unwind-protect (progn ...) 
(set-match-data save-match-data-internal ...)))
  (save-match-data (let* (... ... ...) (with-parsed-tramp-file-name filename 
nil ...)))
  (if tramp-mode (save-match-data (let* ... ...)) (tramp-run-real-handler 
operation args))
  tramp-file-name-handler(expand-file-name "/root@harry:" nil)
  expand-file-name("/root@harry:" nil)
  apply(expand-file-name ("/root@harry:" nil))
  (let* ((inhibit-file-name-handlers ...) (inhibit-file-name-operation 
operation)) (apply operation args))
  tramp-completion-run-real-handler(expand-file-name ("/root@harry:" nil))
  (if (and fn tramp-mode (or ... ... ... ... ...)) (save-match-data (apply ... 
args)) (tramp-completion-run-real-handler operation args))
  (let ((directory-sep-char 47) (fn ...)) (if (and fn tramp-mode ...) 
(save-match-data ...) (tramp-completion-run-real-handler operation args)))
  tramp-completion-file-name-handler(expand-file-name "/root@harry:" nil)
  file-exists-p("/root@harry:")
  byte-code("\242\306=\203#\307       !G\310A\311\312\313       
\n#,\306\n
*BB\207\314=\203:\315 G!?\205\315\2067\316        !\207\317       !\307 
!\211\206J\204m\320#\211;\203gP\202i)\202\314\312=\205\314\321\"\322>\204\311\311\323=\203\216\324\202\220\325!\311\211\203\302@!\203\271BA\211\204\245+\237*)+\207"
 [action string start regexp inhibit-changing-match-data end boundaries 
file-name-directory "/" nil t string-match lambda zerop file-exists-p 
file-name-nondirectory file-name-completion file-name-all-completions (nil 
file-exists-p) file-directory-p #[(s) "G\211\302V\205     SH\303=)\207" [s 
len 0 47] 3] expand-file-name pred name specdir default-directory realdir comp 
all tem --cl-dolist-temp--] 6)
  completion-file-name-table("/root@harry:" file-exists-p lambda)
  completion--file-name-table("/root@harry:" file-exists-p lambda)
  complete-with-action(lambda completion--file-name-table "/root@harry:" 
file-exists-p)
  #[(table) "\304      \n$\207" [action table string pred 
complete-with-action] 5](completion--file-name-table)
  byte-code("  \211A@!\303\207" [fun xs res nil] 3)
  completion--some(#[(table) "\304     \n$\207" [action table string pred 
complete-with-action] 5] (completion--embedded-envvar-table 
completion--file-name-table))
  #[(G38709 string pred action) "\301\302J\"\207" [G38709 completion--some 
#[... "\304        \n$\207" [action table string pred complete-with-action] 
5]] 3](--tables-- "/root@harry:" file-exists-p lambda)
  apply(#[(G38709 string pred action) "\301\302J\"\207" [G38709 
completion--some #[... "\304  \n$\207" [action table string pred 
complete-with-action] 5]] 3] --tables-- ("/root@harry:" file-exists-p lambda))
  read-file-name-internal("/root@harry:" file-exists-p lambda)
  test-completion("/root@harry:" read-file-name-internal file-exists-p)
  minibuffer-complete-and-exit()
  call-interactively(minibuffer-complete-and-exit nil nil)
  completing-read("Find file: " read-file-name-internal file-exists-p 
confirm-after-completion "~/" file-name-history "~/")
  read-file-name("Find file: " nil "~/" confirm-after-completion)
  find-file-read-args("Find file: " confirm-after-completion)
  byte-code("\300\301\302 \"\207" [find-file-read-args "Find file: " 
confirm-nonexistent-file-or-buffer] 3)
  call-interactively(find-file nil nil)

tramp debug output:

;; GNU Emacs: 23.1.50.1 Tramp: 2.1.18-pre -*- mode: outline; -*-
11:52:52.719159 tramp-maybe-open-connection (3) # Opening connection for 
root@harry using scp...
11:52:52.719504 tramp-get-connection-property (7) # process-name nil
11:52:52.719706 tramp-get-connection-property (7) # process-buffer nil
11:52:52.741698 tramp-maybe-open-connection (6) # /bin/sh
11:52:52.742435 tramp-maybe-open-connection (3) # Waiting 60s for local shell 
to come up...
11:52:52.742934 tramp-get-connection-property (7) # check-remote-echo nil
11:52:52.743347 tramp-get-connection-property (7) # check-remote-echo nil
11:52:52.744312 tramp-accept-process-output (10) # *tramp/scp root@harry* run
11:52:52.744827 tramp-accept-process-output (10) # 
$ 
11:52:52.745238 tramp-get-connection-property (7) # check-remote-echo nil
11:52:52.745646 tramp-get-connection-property (7) # check-remote-echo nil
11:52:52.746067 tramp-wait-for-regexp (6) # 
$ 
11:52:52.746539 tramp-get-file-property (8) #  gateway nil
11:52:52.747034 tramp-set-connection-property (7) # temp-file 
/tmp/tramp.19095EWP
11:52:52.748140 tramp-maybe-open-connection (3) # Sending command `ssh harry -l 
root  -q -e none && exit || exit'
11:52:52.748570 tramp-get-connection-property (7) # process-name nil
11:52:52.749015 tramp-get-connection-property (7) # remote-echo nil
11:52:52.749397 tramp-send-command (6) # ssh harry -l root  -q -e none && exit 
|| exit
11:52:52.749781 tramp-get-connection-property (7) # process-name nil
11:52:52.750248 tramp-get-connection-property (7) # chunksize nil
11:52:52.750672 tramp-set-connection-property (7) # last-cmd-time (19220 62852 
750533)
11:52:52.751081 tramp-send-string (10) # ssh harry -l root  -q -e none && exit 
|| exit
11:52:52.751475 tramp-get-connection-property (7) # process-buffer nil
11:52:52.751972 tramp-set-connection-property (7) # first-password-request t
11:52:52.752575 tramp-process-actions (3) # Waiting for prompts from remote 
shell
11:52:52.753023 tramp-accept-process-output (10) # *tramp/scp root@harry* run
11:52:53.753649 tramp-accept-process-output (10) # 
11:52:53.754075 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( 
.*\)?: *\)\'" from remote shell
11:52:53.754532 tramp-get-connection-property (7) # check-remote-echo nil
11:52:53.754970 tramp-get-connection-property (7) # check-remote-echo nil
11:52:53.755402 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell
11:52:53.755833 tramp-get-connection-property (7) # check-remote-echo nil
11:52:53.756268 tramp-get-connection-property (7) # check-remote-echo nil
11:52:53.756719 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification 
failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported 
authentication methods left to try!\)\|Permission denied\|Sorry, try 
again\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
11:52:53.757170 tramp-get-connection-property (7) # check-remote-echo nil
11:52:53.757595 tramp-get-connection-property (7) # check-remote-echo nil
11:52:53.758043 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
11:52:53.758494 tramp-get-connection-property (7) # check-remote-echo nil
11:52:53.758904 tramp-get-connection-property (7) # check-remote-echo nil
11:52:53.759326 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|
\)[^#$%>
]*[#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
11:52:53.759773 tramp-get-connection-property (7) # check-remote-echo nil
11:52:53.760182 tramp-get-connection-property (7) # check-remote-echo nil
11:52:53.760629 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
11:52:53.761087 tramp-get-connection-property (7) # check-remote-echo nil
11:52:53.761497 tramp-get-connection-property (7) # check-remote-echo nil
11:52:53.761920 tramp-process-one-action (5) # Looking for regexp 
"\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels 
connectio\)n)\)\s-*\)\'" from remote shell
11:52:53.762377 tramp-get-connection-property (7) # check-remote-echo nil
11:52:53.762811 tramp-get-connection-property (7) # check-remote-echo nil
11:52:53.763217 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
11:52:53.763673 tramp-get-connection-property (7) # check-remote-echo nil
11:52:53.764101 tramp-get-connection-property (7) # check-remote-echo nil
11:52:53.764549 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
11:52:53.764996 tramp-get-connection-property (7) # check-remote-echo nil
11:52:53.765427 tramp-get-connection-property (7) # check-remote-echo nil
11:52:53.765818 tramp-process-one-action (5) # Call `tramp-action-process-alive'
11:52:53.766283 tramp-accept-process-output (10) # *tramp/scp root@harry* run
11:52:54.690481 tramp-accept-process-output (10) # 
# 
11:52:54.690914 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( 
.*\)?: *\)\'" from remote shell
11:52:54.691373 tramp-get-connection-property (7) # check-remote-echo nil
11:52:54.691809 tramp-get-connection-property (7) # check-remote-echo nil
11:52:54.692233 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell
11:52:54.692666 tramp-get-connection-property (7) # check-remote-echo nil
11:52:54.693111 tramp-get-connection-property (7) # check-remote-echo nil
11:52:54.693550 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification 
failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported 
authentication methods left to try!\)\|Permission denied\|Sorry, try 
again\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
11:52:54.694001 tramp-get-connection-property (7) # check-remote-echo nil
11:52:54.694433 tramp-get-connection-property (7) # check-remote-echo nil
11:52:54.694861 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
11:52:54.695296 tramp-get-connection-property (7) # check-remote-echo nil
11:52:54.695730 tramp-get-connection-property (7) # check-remote-echo nil
11:52:54.696142 tramp-process-one-action (5) # Call `tramp-action-succeed'
11:52:54.696558 tramp-get-connection-property (7) # process-buffer nil
11:52:54.725933 tramp-process-actions (6) # 
# 
11:52:54.726458 tramp-maybe-open-connection (3) # Found remote shell prompt on 
`harry'
11:52:54.726753 tramp-get-connection-property (7) # process-name nil
11:52:54.726981 tramp-get-connection-property (7) # remote-echo nil
11:52:54.727166 tramp-send-command (6) # exec env ENV='' PROMPT_COMMAND='' 
PS1=\$\  PS2='' PS3='' /bin/sh
11:52:54.727363 tramp-get-connection-property (7) # process-name nil
11:52:54.727577 tramp-get-connection-property (7) # chunksize nil
11:52:54.727783 tramp-set-connection-property (7) # last-cmd-time (19220 62854 
727716)
11:52:54.727982 tramp-send-string (10) # exec env ENV='' PROMPT_COMMAND='' 
PS1=\$\  PS2='' PS3='' /bin/sh
11:52:54.728179 tramp-get-connection-property (7) # process-buffer nil
11:52:54.728429 tramp-get-connection-property (7) # check-remote-echo nil
11:52:54.728631 tramp-get-connection-property (7) # check-remote-echo nil
11:52:54.728843 tramp-accept-process-output (10) # *tramp/scp root@harry* run
11:52:54.742004 tramp-accept-process-output (10) # 
exec env ENV='' PROMPT_
11:52:54.742438 tramp-get-connection-property (7) # check-remote-echo nil
11:52:54.742841 tramp-get-connection-property (7) # check-remote-echo nil
11:52:54.743252 tramp-accept-process-output (10) # *tramp/scp root@harry* run
11:52:54.751752 tramp-accept-process-output (10) # 
exec env ENV='' PROMPT_COMM
11:52:54.752175 tramp-get-connection-property (7) # check-remote-echo nil
11:52:54.752574 tramp-get-connection-property (7) # check-remote-echo nil
11:52:54.752984 tramp-accept-process-output (10) # *tramp/scp root@harry* run
11:52:54.760382 tramp-accept-process-output (10) # 
exec env ENV='' PROMPT_COMMAND=
11:52:54.760801 tramp-get-connection-property (7) # check-remote-echo nil
11:52:54.761205 tramp-get-connection-property (7) # check-remote-echo nil
11:52:54.761616 tramp-accept-process-output (10) # *tramp/scp root@harry* run
11:52:54.770393 tramp-accept-process-output (10) # 
exec env ENV='' PROMPT_COMMAND='' PS
11:52:54.770814 tramp-get-connection-property (7) # check-remote-echo nil
11:52:54.771227 tramp-get-connection-property (7) # check-remote-echo nil
11:52:54.771652 tramp-accept-process-output (10) # *tramp/scp root@harry* run
11:52:54.780386 tramp-accept-process-output (10) # 
exec env ENV='' PROMPT_COMMAND='' PS1=\$\
11:52:54.780818 tramp-get-connection-property (7) # check-remote-echo nil
11:52:54.781228 tramp-get-connection-property (7) # check-remote-echo nil
11:52:54.781650 tramp-accept-process-output (10) # *tramp/scp root@harry* run
11:52:54.790386 tramp-accept-process-output (10) # 
exec env ENV='' PROMPT_COMMAND='' PS1=\$\  PS2
11:52:54.790818 tramp-get-connection-property (7) # check-remote-echo nil
11:52:54.791267 tramp-get-connection-property (7) # check-remote-echo nil
11:52:54.791693 tramp-accept-process-output (10) # *tramp/scp root@harry* run
11:52:54.800388 tramp-accept-process-output (10) # 
exec env ENV='' PROMPT_COMMAND='' PS1=\$\  PS2='' P
11:52:54.800824 tramp-get-connection-property (7) # check-remote-echo nil
11:52:54.801235 tramp-get-connection-property (7) # check-remote-echo nil
11:52:54.801662 tramp-accept-process-output (10) # *tramp/scp root@harry* run
11:52:54.810387 tramp-accept-process-output (10) # 
exec env ENV='' PROMPT_COMMAND='' PS1=\$\  PS2='' PS3=''
11:52:54.810817 tramp-get-connection-property (7) # check-remote-echo nil
11:52:54.811229 tramp-get-connection-property (7) # check-remote-echo nil
11:52:54.811658 tramp-accept-process-output (10) # *tramp/scp root@harry* run
11:52:54.820413 tramp-accept-process-output (10) # 
exec env ENV='' PROMPT_COMMAND='' PS1=\$\  PS2='' PS3='' /bin
11:52:54.820847 tramp-get-connection-property (7) # check-remote-echo nil
11:52:54.821258 tramp-get-connection-property (7) # check-remote-echo nil
11:52:54.821690 tramp-accept-process-output (10) # *tramp/scp root@harry* run
11:52:54.830378 tramp-accept-process-output (10) # 
exec env ENV='' PROMPT_COMMAND='' PS1=\$\  PS2='' PS3='' /bin/sh
11:52:54.830783 tramp-get-connection-property (7) # check-remote-echo nil
11:52:54.831197 tramp-get-connection-property (7) # check-remote-echo nil
11:52:54.831627 tramp-accept-process-output (10) # *tramp/scp root@harry* run
11:52:54.880378 tramp-accept-process-output (10) # 
exec env ENV='' PROMPT_COMMAND='' PS1=\$\  PS2='' PS3='' /bin/sh
# 
11:52:54.880808 tramp-get-connection-property (7) # check-remote-echo nil
11:52:54.881223 tramp-get-connection-property (7) # check-remote-echo nil
11:52:54.881656 tramp-accept-process-output (10) # *tramp/scp root@harry* run
11:52:55.883214 tramp-accept-process-output (10) # 
exec env ENV='' PROMPT_COMMAND='' PS1=\$\  PS2='' PS3='' /bin/sh
# 


reply via email to

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