tramp-devel
[Top][All Lists]
Advanced

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

tramp (2.1.12); tramp to XO-1 (OLPC) through ssh -R nn:localhost:22 fail


From: Robert A. Lerche
Subject: tramp (2.1.12); tramp to XO-1 (OLPC) through ssh -R nn:localhost:22 fails
Date: Sun, 30 Dec 2007 15:27:19 -0800


--bug report follows this line--


Scenario: trying to use tramp to edit (locally on my laptop) files on
a "one laptop per child" (OLPC XO) system.

Because the XO has only wireless network access, I am going through a
wireless access point that does NAT.  In order to initiate connections
from my laptop to the OLPC I first create a tunnel via "ssh -f -N -R
10000:localhost:22 address@hidden" on the OLPC console.  This allows me to
open an SSH connection from archie (my laptop, on the "outside" of the
wireless access point) to the OLPC (behind it) via "ssh -p 10000
address@hidden".

Symptom: opening a file via the tunnel fails, getting an empty buffer.
Opening the same file directly via the wireless network succeeds.

For the purpose of comparison I switch on wireless access on my laptop
and attempt to access directly (that is via ssh to the XO's real IP
address).  This works.  That is, "C-x C-f
/address@hidden:.bash_history" successfully opens the file but "C-x
C-f /address@hidden:.bash_history" fails.

A manual "scp -P 10000 address@hidden:.bash_history xx" on archie
succeeds, copying the file from the XO to my laptop.

I append the two debug buffers (tramp-verbose 8).  The scp buffers are
both empty.

Thanks for your help.


Emacs  : GNU Emacs 21.4.1 (i686-pc-linux-gnu, X toolkit)
 of 2007-05-14 on Knoppix
Package: tramp (2.1.12)

current state:
==============
(setq
 tramp-current-method "scp"
 tramp-current-user "root"
 tramp-current-host "localhost"
 tramp-auto-save-directory nil
 tramp-default-method "scp"
 tramp-default-method-alist '((nil "%" "smb")
                              ("" "\\`\\(anonymous\\|ftp\\)\\'" "ftp")
                              ("\\`ftp\\." "" "ftp")
                              ("\\`localhost\\'" "\\`root\\'" "su"))
 tramp-default-host "archie"
 tramp-default-proxies-alist nil
 tramp-default-user nil
 tramp-default-user-alist '(("fish" nil "ral") ("smb" nil "")
                            ("\\`su\\(do\\)?\\'" nil "root")
                            ("\\`r\\(em\\)?\\(cp\\|sh\\)\\|telnet\\|plink1?\\'" 
nil "ral")
                            )
 tramp-rsh-end-of-line "\n"
 tramp-default-password-end-of-line "\n"
 tramp-login-prompt-regexp ".*ogin\\( .*\\)?: *"
 tramp-password-prompt-regexp "(base64-decode-string 
\"Xi4qXChbcFBdYXNzd29yZFx8W3BQXWFzc3BocmFzZVwpLio6AD8gKg==\""
 tramp-wrong-passwd-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\\.\\|Tramp connection closed\\).*\\|^.*\\(Received signal [0-9]+\\).*"
 tramp-yesno-prompt-regexp "\\(Are you sure you want to continue connecting 
(yes/no)\\?\\)\\s-*"
 tramp-yn-prompt-regexp "\\(\\(?:Store key in cache\\? (y/\\|Update cached 
key\\? (y/n, Return cancels connectio\\)n)\\)\\s-*"
 tramp-terminal-prompt-regexp "\\(TERM = (.*)\\|Terminal type\\? 
\\[.*\\]\\)\\s-*"
 tramp-temp-name-prefix "tramp."
 tramp-file-name-structure '("^/\\(\\([a-zA-Z_0-9-]+\\):\\)?\\(\\([^:/  
]+\\)@\\)?\\([a-zA-Z0-9_.-]+\\(#[0-9]+\\)?\\)?:\\(.*$\\)" 2 4 5 7)
 tramp-file-name-regexp "\\`/[^/:]+:"
 tramp-methods '(("fish") ("smb") ("ftp")
                 ("rcp" (tramp-login-program "rsh")
                  (tramp-login-args (("%h") ("-l" "%u")))
                  (tramp-remote-sh "/bin/sh") (tramp-copy-program "rcp")
                  (tramp-copy-args (("-p" "%k"))) (tramp-copy-keep-date t)
                  (tramp-password-end-of-line nil))
                 ("scp" (tramp-login-program "ssh")
                  (tramp-login-args
                   (("%h") ("-l" "%u") ("-p" "%p") ("-e" "none")))
                  (tramp-remote-sh "/bin/sh") (tramp-copy-program "scp")
                  (tramp-copy-args (("-P" "%p") ("-p" "%k") ("-q")))
                  (tramp-copy-keep-date t) (tramp-password-end-of-line nil)
                  (tramp-gw-args
                   (("-o" "GlobalKnownHostsFile=/dev/null")
                    ("-o" "UserKnownHostsFile=/dev/null")
                    ("-o" "StrictHostKeyChecking=no"))
                   )
                  (tramp-default-port 22))
                 ("scp1" (tramp-login-program "ssh")
                  (tramp-login-args
                   (("%h") ("-l" "%u") ("-p" "%p") ("-1" "-e" "none")))
                  (tramp-remote-sh "/bin/sh") (tramp-copy-program "scp")
                  (tramp-copy-args (("-1") ("-P" "%p") ("-p" "%k") ("-q")))
                  (tramp-copy-keep-date t) (tramp-password-end-of-line nil)
                  (tramp-gw-args
                   (("-o" "GlobalKnownHostsFile=/dev/null")
                    ("-o" "UserKnownHostsFile=/dev/null")
                    ("-o" "StrictHostKeyChecking=no"))
                   )
                  (tramp-default-port 22))
                 ("scp2" (tramp-login-program "ssh")
                  (tramp-login-args
                   (("%h") ("-l" "%u") ("-p" "%p") ("-2" "-e" "none")))
                  (tramp-remote-sh "/bin/sh") (tramp-copy-program "scp")
                  (tramp-copy-args (("-2") ("-P" "%p") ("-p" "%k") ("-q")))
                  (tramp-copy-keep-date t) (tramp-password-end-of-line nil)
                  (tramp-gw-args
                   (("-o" "GlobalKnownHostsFile=/dev/null")
                    ("-o" "UserKnownHostsFile=/dev/null")
                    ("-o" "StrictHostKeyChecking=no"))
                   )
                  (tramp-default-port 22))
                 ("scp1_old" (tramp-login-program "ssh1")
                  (tramp-login-args
                   (("%h") ("-l" "%u") ("-p" "%p") ("-e" "none")))
                  (tramp-remote-sh "/bin/sh") (tramp-copy-program "scp1")
                  (tramp-copy-args (("-p" "%k"))) (tramp-copy-keep-date t)
                  (tramp-password-end-of-line nil))
                 ("scp2_old" (tramp-login-program "ssh2")
                  (tramp-login-args
                   (("%h") ("-l" "%u") ("-p" "%p") ("-e" "none")))
                  (tramp-remote-sh "/bin/sh") (tramp-copy-program "scp2")
                  (tramp-copy-args (("-p" "%k"))) (tramp-copy-keep-date t)
                  (tramp-password-end-of-line nil))
                 ("sftp" (tramp-login-program "ssh")
                  (tramp-login-args
                   (("%h") ("-l" "%u") ("-p" "%p") ("-e" "none")))
                  (tramp-remote-sh "/bin/sh") (tramp-copy-program "sftp")
                  (tramp-copy-args nil) (tramp-copy-keep-date nil)
                  (tramp-password-end-of-line nil))
                 ("rsync" (tramp-login-program "ssh")
                  (tramp-login-args
                   (("%h") ("-l" "%u") ("-p" "%p") ("-e" "none")))
                  (tramp-remote-sh "/bin/sh") (tramp-copy-program "rsync")
                  (tramp-copy-args (("-e" "ssh") ("-t" "%k")))
                  (tramp-copy-keep-date t) (tramp-password-end-of-line nil))
                 ("remcp" (tramp-login-program "remsh")
                  (tramp-login-args (("%h") ("-l" "%u")))
                  (tramp-remote-sh "/bin/sh") (tramp-copy-program "rcp")
                  (tramp-copy-args (("-p" "%k"))) (tramp-copy-keep-date t)
                  (tramp-password-end-of-line nil))
                 ("rsh" (tramp-login-program "rsh")
                  (tramp-login-args (("%h") ("-l" "%u")))
                  (tramp-remote-sh "/bin/sh") (tramp-copy-program nil)
                  (tramp-copy-args nil) (tramp-copy-keep-date nil)
                  (tramp-password-end-of-line nil))
                 ("ssh" (tramp-login-program "ssh")
                  (tramp-login-args
                   (("%h") ("-l" "%u") ("-p" "%p") ("-e" "none")))
                  (tramp-remote-sh "/bin/sh") (tramp-copy-program nil)
                  (tramp-copy-args nil) (tramp-copy-keep-date nil)
                  (tramp-password-end-of-line nil)
                  (tramp-gw-args
                   (("-o" "GlobalKnownHostsFile=/dev/null")
                    ("-o" "UserKnownHostsFile=/dev/null")
                    ("-o" "StrictHostKeyChecking=no"))
                   )
                  (tramp-default-port 22))
                 ("ssh1" (tramp-login-program "ssh")
                  (tramp-login-args
                   (("%h") ("-l" "%u") ("-p" "%p") ("-1" "-e" "none")))
                  (tramp-remote-sh "/bin/sh") (tramp-copy-program nil)
                  (tramp-copy-args nil) (tramp-copy-keep-date nil)
                  (tramp-password-end-of-line nil)
                  (tramp-gw-args
                   (("-o" "GlobalKnownHostsFile=/dev/null")
                    ("-o" "UserKnownHostsFile=/dev/null")
                    ("-o" "StrictHostKeyChecking=no"))
                   )
                  (tramp-default-port 22))
                 ("ssh2" (tramp-login-program "ssh")
                  (tramp-login-args
                   (("%h") ("-l" "%u") ("-p" "%p") ("-2" "-e" "none")))
                  (tramp-remote-sh "/bin/sh") (tramp-copy-program nil)
                  (tramp-copy-args nil) (tramp-copy-keep-date nil)
                  (tramp-password-end-of-line nil)
                  (tramp-gw-args
                   (("-o" "GlobalKnownHostsFile=/dev/null")
                    ("-o" "UserKnownHostsFile=/dev/null")
                    ("-o" "StrictHostKeyChecking=no"))
                   )
                  (tramp-default-port 22))
                 ("ssh1_old" (tramp-login-program "ssh1")
                  (tramp-login-args
                   (("%h") ("-l" "%u") ("-p" "%p") ("-e" "none")))
                  (tramp-remote-sh "/bin/sh") (tramp-copy-program nil)
                  (tramp-copy-args nil) (tramp-copy-keep-date nil)
                  (tramp-password-end-of-line nil))
                 ("ssh2_old" (tramp-login-program "ssh2")
                  (tramp-login-args
                   (("%h") ("-l" "%u") ("-p" "%p") ("-e" "none")))
                  (tramp-remote-sh "/bin/sh") (tramp-copy-program nil)
                  (tramp-copy-args nil) (tramp-copy-keep-date nil)
                  (tramp-password-end-of-line nil))
                 ("remsh" (tramp-login-program "remsh")
                  (tramp-login-args (("%h") ("-l" "%u")))
                  (tramp-remote-sh "/bin/sh") (tramp-copy-program nil)
                  (tramp-copy-args nil) (tramp-copy-keep-date nil)
                  (tramp-password-end-of-line nil))
                 ("telnet" (tramp-login-program "telnet")
                  (tramp-login-args (("%h") ("%p")))
                  (tramp-remote-sh "/bin/sh") (tramp-copy-program nil)
                  (tramp-copy-args nil) (tramp-copy-keep-date nil)
                  (tramp-password-end-of-line nil) (tramp-default-port 23))
                 ("su" (tramp-login-program "su")
                  (tramp-login-args (("-") ("%u")))
                  (tramp-remote-sh "/bin/sh") (tramp-copy-program nil)
                  (tramp-copy-args nil) (tramp-copy-keep-date nil)
                  (tramp-password-end-of-line nil))
                 ("sudo" (tramp-login-program "sudo")
                  (tramp-login-args (("-u" "%u") ("-s" "-p" "Password:")))
                  (tramp-remote-sh "/bin/sh") (tramp-copy-program nil)
                  (tramp-copy-args nil) (tramp-copy-keep-date nil)
                  (tramp-password-end-of-line nil))
                 ("scpc" (tramp-login-program "ssh")
                  (tramp-login-args
                   (("%h") ("-l" "%u") ("-p" "%p")
                    ("-o" "address@hidden:%%p")
                    ("-o" "ControlMaster=yes") ("-e" "none"))
                   )
                  (tramp-remote-sh "/bin/sh") (tramp-copy-program "scp")
                  (tramp-copy-args
                   (("-P" "%p") ("-p" "%k") ("-q")
                    ("-o" "address@hidden:%%p")
                    ("-o" "ControlMaster=auto"))
                   )
                  (tramp-copy-keep-date t) (tramp-password-end-of-line nil)
                  (tramp-gw-args
                   (("-o" "GlobalKnownHostsFile=/dev/null")
                    ("-o" "UserKnownHostsFile=/dev/null")
                    ("-o" "StrictHostKeyChecking=no"))
                   )
                  (tramp-default-port 22))
                 ("scpx" (tramp-login-program "ssh")
                  (tramp-login-args
                   (("%h") ("-l" "%u") ("-p" "%p")
                    ("-e" "none" "-t" "-t" "/bin/sh"))
                   )
                  (tramp-remote-sh "/bin/sh") (tramp-copy-program "scp")
                  (tramp-copy-args (("-p" "%k"))) (tramp-copy-keep-date t)
                  (tramp-password-end-of-line nil)
                  (tramp-gw-args
                   (("-o" "GlobalKnownHostsFile=/dev/null")
                    ("-o" "UserKnownHostsFile=/dev/null")
                    ("-o" "StrictHostKeyChecking=no"))
                   )
                  (tramp-default-port 22))
                 ("sshx" (tramp-login-program "ssh")
                  (tramp-login-args
                   (("%h") ("-l" "%u") ("-p" "%p")
                    ("-e" "none" "-t" "-t" "/bin/sh"))
                   )
                  (tramp-remote-sh "/bin/sh") (tramp-copy-program nil)
                  (tramp-copy-args nil) (tramp-copy-keep-date nil)
                  (tramp-password-end-of-line nil)
                  (tramp-gw-args
                   (("-o" "GlobalKnownHostsFile=/dev/null")
                    ("-o" "UserKnownHostsFile=/dev/null")
                    ("-o" "StrictHostKeyChecking=no"))
                   )
                  (tramp-default-port 22))
                 ("krlogin" (tramp-login-program "krlogin")
                  (tramp-login-args (("%h") ("-l" "%u") ("-x")))
                  (tramp-remote-sh "/bin/sh") (tramp-copy-program nil)
                  (tramp-copy-args nil) (tramp-copy-keep-date nil)
                  (tramp-password-end-of-line nil))
                 ("plink" (tramp-login-program "plink")
                  (tramp-login-args (("%h") ("-l" "%u") ("-P" "%p") ("-ssh")))
                  (tramp-remote-sh "/bin/sh") (tramp-copy-program nil)
                  (tramp-copy-args nil) (tramp-copy-keep-date nil)
                  (tramp-password-end-of-line "xy") (tramp-default-port 22))
                 ("plink1" (tramp-login-program "plink")
                  (tramp-login-args
                   (("%h") ("-l" "%u") ("-P" "%p") ("-1" "-ssh")))
                  (tramp-remote-sh "/bin/sh") (tramp-copy-program nil)
                  (tramp-copy-args nil) (tramp-copy-keep-date nil)
                  (tramp-password-end-of-line "xy") (tramp-default-port 22))
                 ("plinkx" (tramp-login-program "plink")
                  (tramp-login-args
                   (("-load" "%h") ("-t")
                    ("env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=$ '") ("/bin/sh"))
                   )
                  (tramp-remote-sh "/bin/sh") (tramp-copy-program nil)
                  (tramp-copy-args nil) (tramp-copy-keep-date nil)
                  (tramp-password-end-of-line nil))
                 ("pscp" (tramp-login-program "plink")
                  (tramp-login-args (("%h") ("-l" "%u") ("-P" "%p") ("-ssh")))
                  (tramp-remote-sh "/bin/sh") (tramp-copy-program "pscp")
                  (tramp-copy-args (("-scp") ("-p" "%k")))
                  (tramp-copy-keep-date t) (tramp-password-end-of-line "xy")
                  (tramp-default-port 22))
                 ("psftp" (tramp-login-program "plink")
                  (tramp-login-args (("%h") ("-l" "%u") ("-P" "%p") ("-ssh")))
                  (tramp-remote-sh "/bin/sh") (tramp-copy-program "pscp")
                  (tramp-copy-args (("-psftp") ("-p" "%k")))
                  (tramp-copy-keep-date t) (tramp-password-end-of-line "xy"))
                 ("fcp" (tramp-login-program "fsh")
                  (tramp-login-args (("%h") ("-l" "%u") ("sh" "-i")))
                  (tramp-remote-sh "/bin/sh -i") (tramp-copy-program "fcp")
                  (tramp-copy-args (("-p" "%k"))) (tramp-copy-keep-date t)
                  (tramp-password-end-of-line nil))
                 )
 tramp-end-of-output "///b6d17ac58da4618e161b276afc1abe84"
 tramp-local-coding-commands '((b64 base64-encode-region base64-decode-region)
                               (uu tramp-uuencode-region
                                uudecode-decode-region)
                               (pack
                                "perl -e 'binmode STDIN; binmode STDOUT; print 
pack(q{u*}, join q{}, <>)'" "perl -e 'binmode STDIN; binmode STDOUT; print 
unpack(q{u*}, join q{}, <>)'")
                               )
 tramp-remote-coding-commands '((b64 "mimencode -b" "mimencode -u -b")
                                (b64 "mmencode -b" "mmencode -u -b")
                                (b64 "recode data..base64"
                                 "recode base64..data")
                                (b64 tramp-perl-encode-with-module
                                 tramp-perl-decode-with-module)
                                (b64 tramp-perl-encode tramp-perl-decode)
                                (uu "uuencode xxx" "uudecode -o /dev/stdout")
                                (uu "uuencode xxx" "uudecode -o -")
                                (uu "uuencode xxx" "uudecode -p")
                                (uu "uuencode xxx" tramp-uudecode)
                                (pack
                                 "perl -e 'binmode STDIN; binmode STDOUT; print 
pack(q{u*}, join q{}, <>)'" "perl -e 'binmode STDIN; binmode STDOUT; print 
unpack(q{u*}, join q{}, <>)'")
                                )
 tramp-actions-before-shell '((tramp-login-prompt-regexp tramp-action-login)
                              (tramp-password-prompt-regexp
                               tramp-action-password)
                              (tramp-wrong-passwd-regexp
                               tramp-action-permission-denied)
                              (shell-prompt-pattern tramp-action-succeed)
                              (tramp-shell-prompt-pattern tramp-action-succeed)
                              (tramp-yesno-prompt-regexp tramp-action-yesno)
                              (tramp-yn-prompt-regexp tramp-action-yn)
                              (tramp-terminal-prompt-regexp
                               tramp-action-terminal)
                              (tramp-process-alive-regexp
                               tramp-action-process-alive)
                              )
 tramp-actions-copy-out-of-band '((tramp-password-prompt-regexp
                                   tramp-action-password)
                                  (tramp-wrong-passwd-regexp
                                   tramp-action-permission-denied)
                                  (tramp-copy-failed-regexp
                                   tramp-action-permission-denied)
                                  (tramp-process-alive-regexp
                                   tramp-action-out-of-band)
                                  )
 tramp-terminal-type "dumb"
 tramp-shell-prompt-pattern "(base64-decode-string 
\"XlteIyQlPgpdKlsjJCU+XSAqXCgbXFtbMC05O10qW2EtekEtWl0gKlwpKg==\""
 tramp-backup-directory-alist nil
 tramp-cache-data '((["scp" "root" "192.168.1.7" nil]
                     ("uname" "Linux 2.6.22-20071121.7.olpc.af3dd731d18bc39")
                     ("test" "test") ("/bin" t) ("/usr/bin" t) ("/usr/sbin" t)
                     ("/usr/local/bin" t) ("/local/bin" nil)
                     ("/local/freeware/bin" nil) ("/local/gnu/bin" nil)
                     ("/usr/freeware/bin" nil) ("/usr/pkg/bin" nil)
                     ("/usr/contrib/bin" nil)
                     ("remote-path"
                      ("/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin"))
                     ("remote-shell" "/bin/sh") ("~" "/root")
                     ("file-exists" "test -e") ("stat" "\\stat")
                     ("id" "/usr/bin/id") ("gid-integer" 0) ("perl" "\\perl")
                     ("local-encoding" base64-encode-region)
                     ("local-decoding" base64-decode-region)
                     ("remote-encoding" tramp-perl-encode-with-module)
                     ("remote-decoding" tramp-perl-decode-with-module)
                     ("process-name" nil) ("process-buffer" nil))
                    (["scp" "root" "localhost#10000" nil]
                     ("uname" "Linux 2.6.22-20071121.7.olpc.af3dd731d18bc39")
                     ("test" "test") ("/bin" t) ("/usr/bin" t) ("/usr/sbin" t)
                     ("/usr/local/bin" t) ("/local/bin" nil)
                     ("/local/freeware/bin" nil) ("/local/gnu/bin" nil)
                     ("/usr/freeware/bin" nil) ("/usr/pkg/bin" nil)
                     ("/usr/contrib/bin" nil)
                     ("remote-path"
                      ("/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin"))
                     ("remote-shell" "/bin/sh") ("~" "/root")
                     ("file-exists" "test -e") ("stat" "\\stat")
                     ("id" "/usr/bin/id") ("gid-integer" 0) ("perl" "\\perl")
                     ("local-encoding" base64-encode-region)
                     ("local-decoding" base64-decode-region)
                     ("remote-encoding" tramp-perl-encode-with-module)
                     ("remote-decoding" tramp-perl-decode-with-module))
                    (["scp" "root" "192.168.1.7" ""] nil)
                    ("#<process *tramp/scp address@hidden>"
                     ("temp-file" "/tmp/tramp.6490O-B")
                     ("last-cmd-time" (18296 8083 345711)) ("chunksize" 0)
                     ("scripts" ("tramp_perl_encode_with_module")))
                    (["scp" "root" "192.168.1.7" "/root"] ("file-exists-p" t)
                     ("file-attributes-integer"
                      (t 4 0 0 (18219 4416) (18296 54612) (18296 54612) 0
                       "drwxr-x---" nil (0 23912) (-1 0))
                      )
                     )
                    (["scp" "root" "192.168.1.7"
                      "/root/address@hidden"]
                     ("file-exists-p" nil))
                    (["scp" "root" "192.168.1.7" "/root/RCS/.bash_history,v"]
                     ("file-exists-p" nil))
                    (["scp" "root" "192.168.1.7" "/root/.bash_history,v"]
                     ("file-exists-p" nil))
                    (["scp" "root" "192.168.1.7" "/root/RCS/.bash_history"]
                     ("file-exists-p" nil))
                    (["scp" "root" "192.168.1.7" "/root/CVS/Entries"]
                     ("file-readable-p" nil))
                    (["scp" "root" "192.168.1.7" "/root/SCCS/s..bash_history"]
                     ("file-exists-p" nil))
                    (["scp" "root" "192.168.1.7" "/root/s..bash_history"]
                     ("file-exists-p" nil))
                    (["scp" "root" "localhost#10000" ""] nil)
                    ("#<process *tramp/scp address@hidden>"
                     ("temp-file" "/tmp/tramp.6490aNF")
                     ("last-cmd-time" (18296 8102 80018)) ("chunksize" 0)
                     ("scripts" ("tramp_perl_encode_with_module")))
                    (["scp" "root" "localhost#10000" "/root"]
                     ("file-exists-p" t)
                     ("file-attributes-integer"
                      (t 4 0 0 (18219 4416) (18296 54632) (18296 54632) 0
                       "drwxr-x---" nil (0 23912) (-1 1))
                      )
                     )
                    (["scp" "root" "localhost#10000" "/tmp"]
                     ("file-exists-p" t) ("file-writable-p" t))
                    (["scp" "root" "localhost#10000"
                      "/root/address@hidden"]
                     ("file-exists-p" nil))
                    (["scp" "root" "localhost#10000"
                      "/root/RCS/.bash_history,v"]
                     ("file-exists-p" nil))
                    (["scp" "root" "localhost#10000" "/root/.bash_history,v"]
                     ("file-exists-p" nil))
                    (["scp" "root" "localhost#10000" "/root/RCS/.bash_history"]
                     ("file-exists-p" nil))
                    (["scp" "root" "localhost#10000" "/root/CVS/Entries"]
                     ("file-readable-p" nil))
                    (["scp" "root" "localhost#10000"
                      "/root/SCCS/s..bash_history"]
                     ("file-exists-p" nil))
                    (["scp" "root" "localhost#10000" "/root/s..bash_history"]
                     ("file-exists-p" nil))
                    )
 shell-prompt-pattern "^[^#$%>\n]*[#$%>] *"
 backup-by-copying nil
 backup-by-copying-when-linked nil
 backup-by-copying-when-mismatch nil
 backup-by-copying-when-privileged-mismatch 200
 password-cache t
 password-cache-expiry 16
 backup-directory-alist nil
 file-name-handler-alist '(("\\`/[^/:]+:" . tramp-file-name-handler)
                           ("\\`/:" . file-name-non-special))
 )

(setq
 buffer-name "*tramp/scp address@hidden"
 )

(setq
 buffer-name "*tramp/scp address@hidden"
 )

This is a special notion of the `gnus/message' package.  If you
use another mail agent (by copying the contents of this buffer)
please ensure that the buffers are attached to your email.

<#part type="text/plain" encoding=base64 disposition=attachment 
buffer="*tramp/scp address@hidden" description="*tramp/scp address@hidden">
<#/part>

<#part type="text/plain" encoding=base64 disposition=attachment buffer="*debug 
tramp/scp address@hidden" description="*debug tramp/scp address@hidden">

14:45:34 tramp-maybe-open-connection (3) # Opening connection for 
address@hidden using scp...
14:45:34 tramp-get-connection-property (7) # process-name nil
14:45:34 tramp-get-connection-property (7) # process-buffer nil
14:45:34 tramp-maybe-open-connection (6) # /bin/sh
14:45:34 tramp-maybe-open-connection (3) # Waiting 60s for local shell to come 
up...
14:45:34 tramp-get-connection-property (7) # check-remote-echo nil
14:45:34 tramp-get-connection-property (7) # check-remote-echo nil
14:45:34 tramp-get-connection-property (7) # check-remote-echo nil
14:45:34 tramp-get-connection-property (7) # check-remote-echo nil
14:45:34 tramp-wait-for-regexp (6) # 
$ 
14:45:34 tramp-get-file-property (8) #  gateway nil
14:45:34 tramp-set-connection-property (7) # temp-file /tmp/tramp.6490O-B
14:45:34 tramp-maybe-open-connection (3) # Sending command `ssh 192.168.1.7 -l 
root  -e none && exit || exit'
14:45:34 tramp-get-connection-property (7) # process-name nil
14:45:34 tramp-get-connection-property (7) # remote-echo nil
14:45:34 tramp-send-command (6) # ssh 192.168.1.7 -l root  -e none && exit || 
exit
14:45:34 tramp-get-connection-property (7) # process-name nil
14:45:34 tramp-get-connection-property (7) # chunksize nil
14:45:34 tramp-set-connection-property (7) # last-cmd-time (18296 8078 610118)
14:45:34 tramp-get-connection-property (7) # process-buffer nil
14:45:34 tramp-process-actions (3) # Waiting for prompts from remote shell
14:45:35 tramp-process-one-action (5) # Looking for regexp ".*ogin\( .*\)?: 
*\'" from remote shell
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-process-one-action (5) # Looking for regexp 
"^.*\([pP]assword\|[pP]assphrase\).*:
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 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\.\|Tramp connection 
closed\).*\|^.*\(Received signal [0-9]+\).*\'" from remote shell
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-process-one-action (5) # Looking for regexp "^[^#$%>
]*[#$%>] *\'" from remote shell
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-process-one-action (5) # Call `tramp-action-succeed'
14:45:35 tramp-get-connection-property (7) # process-buffer nil
14:45:35 tramp-process-actions (6) # 
-bash-3.2# 
14:45:35 tramp-maybe-open-connection (3) # Found remote shell prompt on 
`192.168.1.7'
14:45:35 tramp-get-connection-property (7) # process-name nil
14:45:35 tramp-get-connection-property (7) # remote-echo nil
14:45:35 tramp-send-command (6) # exec env ENV='' PROMPT_COMMAND='' PS1='$ ' 
PS2='' PS3='' /bin/sh
14:45:35 tramp-get-connection-property (7) # process-name nil
14:45:35 tramp-get-connection-property (7) # chunksize nil
14:45:35 tramp-set-connection-property (7) # last-cmd-time (18296 8079 535285)
14:45:35 tramp-get-connection-property (7) # process-buffer nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-wait-for-regexp (6) # 
exec env ENV='' PROMPT_COMMAND='' PS1='$ ' PS2='' PS3='' /bin/sh
$ 
14:45:35 tramp-open-connection-setup-interactive-shell (5) # Setting up remote 
shell environment
14:45:35 tramp-get-connection-property (7) # process-name nil
14:45:35 tramp-get-connection-property (7) # remote-echo nil
14:45:35 tramp-send-command (6) # stty -inlcr -echo kill '^U' erase '^H'
14:45:35 tramp-get-connection-property (7) # process-name nil
14:45:35 tramp-get-connection-property (7) # chunksize nil
14:45:35 tramp-set-connection-property (7) # last-cmd-time (18296 8079 598358)
14:45:35 tramp-get-connection-property (7) # process-buffer nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-wait-for-regexp (6) # 
stty -inlcr -echo kill '^U' erase '^H'
$ 
14:45:35 tramp-get-connection-property (7) # process-name nil
14:45:35 tramp-get-connection-property (7) # remote-echo nil
14:45:35 tramp-send-command (6) # echo foo
14:45:35 tramp-get-connection-property (7) # process-name nil
14:45:35 tramp-get-connection-property (7) # chunksize nil
14:45:35 tramp-set-connection-property (7) # last-cmd-time (18296 8079 637429)
14:45:35 tramp-get-connection-property (7) # process-buffer nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-wait-for-regexp (6) # 
foo
$ 
14:45:35 tramp-open-connection-setup-interactive-shell (5) # Setting shell 
prompt
14:45:35 tramp-get-connection-property (7) # process-name nil
14:45:35 tramp-get-connection-property (7) # remote-echo nil
14:45:35 tramp-send-command (6) # PS1='
///b6d17ac58da4618e161b276afc1abe84
'
14:45:35 tramp-get-connection-property (7) # process-name nil
14:45:35 tramp-get-connection-property (7) # chunksize nil
14:45:35 tramp-set-connection-property (7) # last-cmd-time (18296 8079 654015)
14:45:35 tramp-get-connection-property (7) # process-buffer nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-wait-for-regexp (6) # 

///b6d17ac58da4618e161b276afc1abe84
14:45:35 tramp-get-connection-property (7) # process-name nil
14:45:35 tramp-get-connection-property (7) # remote-echo nil
14:45:35 tramp-send-command (6) # PS2=''
14:45:35 tramp-get-connection-property (7) # process-name nil
14:45:35 tramp-get-connection-property (7) # chunksize nil
14:45:35 tramp-set-connection-property (7) # last-cmd-time (18296 8079 672165)
14:45:35 tramp-get-connection-property (7) # process-buffer nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-wait-for-regexp (6) # 

///b6d17ac58da4618e161b276afc1abe84
14:45:35 tramp-get-connection-property (7) # process-name nil
14:45:35 tramp-get-connection-property (7) # remote-echo nil
14:45:35 tramp-send-command (6) # PS3=''
14:45:35 tramp-get-connection-property (7) # process-name nil
14:45:35 tramp-get-connection-property (7) # chunksize nil
14:45:35 tramp-set-connection-property (7) # last-cmd-time (18296 8079 683157)
14:45:35 tramp-get-connection-property (7) # process-buffer nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-wait-for-regexp (6) # 

///b6d17ac58da4618e161b276afc1abe84
14:45:35 tramp-get-connection-property (7) # process-name nil
14:45:35 tramp-get-connection-property (7) # remote-echo nil
14:45:35 tramp-send-command (6) # PROMPT_COMMAND=''
14:45:35 tramp-get-connection-property (7) # process-name nil
14:45:35 tramp-get-connection-property (7) # chunksize nil
14:45:35 tramp-set-connection-property (7) # last-cmd-time (18296 8079 706297)
14:45:35 tramp-get-connection-property (7) # process-buffer nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-wait-for-regexp (6) # 

///b6d17ac58da4618e161b276afc1abe84
14:45:35 tramp-open-connection-setup-interactive-shell (5) # Determining coding 
system
14:45:35 tramp-get-connection-property (7) # process-name nil
14:45:35 tramp-get-connection-property (7) # remote-echo nil
14:45:35 tramp-send-command (6) # echo foo ; echo bar
14:45:35 tramp-get-connection-property (7) # process-name nil
14:45:35 tramp-get-connection-property (7) # chunksize nil
14:45:35 tramp-set-connection-property (7) # last-cmd-time (18296 8079 717969)
14:45:35 tramp-get-connection-property (7) # process-buffer nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-wait-for-regexp (6) # 
foo
bar

///b6d17ac58da4618e161b276afc1abe84
14:45:35 tramp-get-connection-property (7) # process-name nil
14:45:35 tramp-get-connection-property (7) # remote-echo nil
14:45:35 tramp-send-command (6) # set +o vi +o emacs
14:45:35 tramp-get-connection-property (7) # process-name nil
14:45:35 tramp-get-connection-property (7) # chunksize nil
14:45:35 tramp-set-connection-property (7) # last-cmd-time (18296 8079 744064)
14:45:35 tramp-get-connection-property (7) # process-buffer nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-wait-for-regexp (6) # 

///b6d17ac58da4618e161b276afc1abe84
14:45:35 tramp-open-connection-setup-interactive-shell (5) # Checking system 
information
14:45:35 tramp-get-connection-property (7) # uname Linux 
2.6.22-20071121.7.olpc.af3dd731d18bc39
14:45:35 tramp-get-connection-property (7) # process-name nil
14:45:35 tramp-get-connection-property (7) # last-cmd-time (18296 8079 744064)
14:45:35 tramp-get-connection-property (7) # process-name nil
14:45:35 tramp-get-connection-property (7) # remote-echo nil
14:45:35 tramp-send-command (6) # echo \"`uname -sr`\" 2>/dev/null; echo 
tramp_exit_status $? 
14:45:35 tramp-get-connection-property (7) # process-name nil
14:45:35 tramp-get-connection-property (7) # chunksize nil
14:45:35 tramp-set-connection-property (7) # last-cmd-time (18296 8079 764140)
14:45:35 tramp-get-connection-property (7) # process-buffer nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-wait-for-regexp (6) # 
"Linux 2.6.22-20071121.7.olpc.af3dd731d18bc39"
tramp_exit_status 0

///b6d17ac58da4618e161b276afc1abe84
14:45:35 tramp-get-connection-property (7) # process-buffer nil
14:45:35 tramp-get-connection-property (7) # process-buffer nil
14:45:35 tramp-set-connection-property (7) # uname Linux 
2.6.22-20071121.7.olpc.af3dd731d18bc39
14:45:35 tramp-get-connection-property (7) # chunksize undef
14:45:35 tramp-open-connection-setup-interactive-shell (5) # Checking remote 
host type for `send-process-string' bug
14:45:35 tramp-get-connection-property (7) # uname Linux 
2.6.22-20071121.7.olpc.af3dd731d18bc39
14:45:35 tramp-set-connection-property (7) # chunksize 0
14:45:35 tramp-set-remote-path (5) # Setting $PATH environment variable
14:45:35 tramp-get-connection-property (7) # remote-path (/bin /usr/bin 
/usr/sbin /usr/local/bin)
14:45:35 tramp-get-connection-property (7) # process-name nil
14:45:35 tramp-get-connection-property (7) # last-cmd-time (18296 8079 764140)
14:45:35 tramp-get-connection-property (7) # process-name nil
14:45:35 tramp-get-connection-property (7) # remote-echo nil
14:45:35 tramp-send-command (6) # PATH=/bin:/usr/bin:/usr/sbin:/usr/local/bin; 
export PATH
14:45:35 tramp-get-connection-property (7) # process-name nil
14:45:35 tramp-get-connection-property (7) # chunksize 0
14:45:35 tramp-set-connection-property (7) # last-cmd-time (18296 8079 823903)
14:45:35 tramp-get-connection-property (7) # process-buffer nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-wait-for-regexp (6) # 

///b6d17ac58da4618e161b276afc1abe84
14:45:35 tramp-get-connection-property (7) # remote-shell /bin/sh
14:45:35 tramp-get-connection-property (7) # process-name nil
14:45:35 tramp-get-connection-property (7) # remote-echo nil
14:45:35 tramp-send-command (6) # mesg n; biff n
14:45:35 tramp-get-connection-property (7) # process-name nil
14:45:35 tramp-get-connection-property (7) # chunksize 0
14:45:35 tramp-set-connection-property (7) # last-cmd-time (18296 8079 836317)
14:45:35 tramp-get-connection-property (7) # process-buffer nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-wait-for-regexp (6) # 
sh: biff: command not found

///b6d17ac58da4618e161b276afc1abe84
14:45:35 tramp-open-connection-setup-interactive-shell (5) # Setting default 
environment
14:45:35 tramp-get-connection-property (7) # process-name nil
14:45:35 tramp-get-connection-property (7) # remote-echo nil
14:45:35 tramp-send-command (6) # HISTFILE=$HOME/.tramp_history; export HISTFILE
14:45:35 tramp-get-connection-property (7) # process-name nil
14:45:35 tramp-get-connection-property (7) # chunksize 0
14:45:35 tramp-set-connection-property (7) # last-cmd-time (18296 8079 861586)
14:45:35 tramp-get-connection-property (7) # process-buffer nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-wait-for-regexp (6) # 

///b6d17ac58da4618e161b276afc1abe84
14:45:35 tramp-get-connection-property (7) # process-name nil
14:45:35 tramp-get-connection-property (7) # remote-echo nil
14:45:35 tramp-send-command (6) # HISTSIZE=1; export HISTSIZE
14:45:35 tramp-get-connection-property (7) # process-name nil
14:45:35 tramp-get-connection-property (7) # chunksize 0
14:45:35 tramp-set-connection-property (7) # last-cmd-time (18296 8079 873631)
14:45:35 tramp-get-connection-property (7) # process-buffer nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-wait-for-regexp (6) # 

///b6d17ac58da4618e161b276afc1abe84
14:45:35 tramp-get-connection-property (7) # process-name nil
14:45:35 tramp-get-connection-property (7) # remote-echo nil
14:45:35 tramp-send-command (6) # LC_TIME=C; export LC_TIME
14:45:35 tramp-get-connection-property (7) # process-name nil
14:45:35 tramp-get-connection-property (7) # chunksize 0
14:45:35 tramp-set-connection-property (7) # last-cmd-time (18296 8079 885237)
14:45:35 tramp-get-connection-property (7) # process-buffer nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-wait-for-regexp (6) # 

///b6d17ac58da4618e161b276afc1abe84
14:45:35 tramp-get-connection-property (7) # process-name nil
14:45:35 tramp-get-connection-property (7) # remote-echo nil
14:45:35 tramp-send-command (6) # TERM=dumb; export TERM
14:45:35 tramp-get-connection-property (7) # process-name nil
14:45:35 tramp-get-connection-property (7) # chunksize 0
14:45:35 tramp-set-connection-property (7) # last-cmd-time (18296 8079 899131)
14:45:35 tramp-get-connection-property (7) # process-buffer nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-wait-for-regexp (6) # 

///b6d17ac58da4618e161b276afc1abe84
14:45:35 tramp-get-connection-property (7) # process-name nil
14:45:35 tramp-get-connection-property (7) # last-cmd-time (18296 8079 899131)
14:45:35 tramp-get-connection-property (7) # process-name nil
14:45:35 tramp-get-connection-property (7) # remote-echo nil
14:45:35 tramp-send-command (6) # unset correct autocorrect MAILPATH MAILCHECK 
MAIL HISTORY CDPATH
14:45:35 tramp-get-connection-property (7) # process-name nil
14:45:35 tramp-get-connection-property (7) # chunksize 0
14:45:35 tramp-set-connection-property (7) # last-cmd-time (18296 8079 917200)
14:45:35 tramp-get-connection-property (7) # process-buffer nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-wait-for-regexp (6) # 

///b6d17ac58da4618e161b276afc1abe84
14:45:35 tramp-get-connection-property (7) # process-name nil
14:45:35 tramp-get-connection-property (7) # remote-echo nil
14:45:35 tramp-send-command (6) # test -d /root/.bash_history 2>/dev/null; echo 
tramp_exit_status $? 
14:45:35 tramp-get-connection-property (7) # process-name nil
14:45:35 tramp-get-connection-property (7) # chunksize 0
14:45:35 tramp-set-connection-property (7) # last-cmd-time (18296 8079 929160)
14:45:35 tramp-get-connection-property (7) # process-buffer nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-get-connection-property (7) # check-remote-echo nil
14:45:35 tramp-wait-for-regexp (6) # 
tramp_exit_status 1

///b6d17ac58da4618e161b276afc1abe84
14:45:35 tramp-get-connection-property (7) # process-buffer nil
14:45:35 tramp-set-file-property (8) # /root/.bash_history file-directory-p nil
14:45:36 tramp-get-file-property (8) # /root/.bash_history file-truename undef
14:45:36 tramp-handle-file-truename (4) # Finding true name for 
`/scp:address@hidden:/root/.bash_history'
14:45:36 tramp-handle-file-truename (5) # Check /root
14:45:36 tramp-get-file-property (8) # /root file-attributes-integer undef
14:45:36 tramp-get-file-property (8) # /root file-exists-p undef
14:45:36 tramp-get-connection-property (7) # file-exists test -e
14:45:36 tramp-get-connection-property (7) # process-name nil
14:45:36 tramp-get-connection-property (7) # last-cmd-time (18296 8079 929160)
14:45:36 tramp-get-connection-property (7) # process-name nil
14:45:36 tramp-get-connection-property (7) # remote-echo nil
14:45:36 tramp-send-command (6) # test -e /root 2>/dev/null; echo 
tramp_exit_status $? 
14:45:36 tramp-get-connection-property (7) # process-name nil
14:45:36 tramp-get-connection-property (7) # chunksize 0
14:45:36 tramp-set-connection-property (7) # last-cmd-time (18296 8080 165804)
14:45:36 tramp-get-connection-property (7) # process-buffer nil
14:45:36 tramp-get-connection-property (7) # check-remote-echo nil
14:45:36 tramp-get-connection-property (7) # check-remote-echo nil
14:45:36 tramp-get-connection-property (7) # check-remote-echo nil
14:45:36 tramp-get-connection-property (7) # check-remote-echo nil
14:45:36 tramp-get-connection-property (7) # check-remote-echo nil
14:45:36 tramp-get-connection-property (7) # check-remote-echo nil
14:45:36 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///b6d17ac58da4618e161b276afc1abe84
14:45:36 tramp-get-connection-property (7) # process-buffer nil
14:45:36 tramp-set-file-property (8) # /root file-exists-p t
14:45:36 tramp-get-connection-property (7) # stat \stat
14:45:36 tramp-handle-file-attributes-with-stat (5) # file attributes with 
stat: /root
14:45:36 tramp-get-connection-property (7) # stat \stat
14:45:36 tramp-get-connection-property (7) # process-name nil
14:45:36 tramp-get-connection-property (7) # last-cmd-time (18296 8080 165804)
14:45:36 tramp-get-connection-property (7) # process-name nil
14:45:36 tramp-get-connection-property (7) # remote-echo nil
14:45:36 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0 %Z.0 
%s.0 "%A" t %i.0 -1)' /root 2>/dev/null; echo tramp_exit_status $? 
14:45:36 tramp-get-connection-property (7) # process-name nil
14:45:36 tramp-get-connection-property (7) # chunksize 0
14:45:36 tramp-set-connection-property (7) # last-cmd-time (18296 8080 205512)
14:45:36 tramp-get-connection-property (7) # process-buffer nil
14:45:36 tramp-get-connection-property (7) # check-remote-echo nil
14:45:36 tramp-get-connection-property (7) # check-remote-echo nil
14:45:36 tramp-get-connection-property (7) # check-remote-echo nil
14:45:36 tramp-get-connection-property (7) # check-remote-echo nil
14:45:36 tramp-wait-for-regexp (6) # 
(("`/root'") 4 0 0 1194004800.0 1199101268.0 1199101268.0 0.0 "drwxr-x---" t 
23912.0 -1)
tramp_exit_status 0

///b6d17ac58da4618e161b276afc1abe84
14:45:36 tramp-get-connection-property (7) # process-buffer nil
14:45:36 tramp-get-connection-property (7) # process-buffer nil
14:45:36 tramp-get-connection-property (7) # gid-integer 0
14:45:36 tramp-set-file-property (8) # /root file-attributes-integer (t 4 0 0 
(18219 4416) (18296 54612) (18296 54612) 0 drwxr-x--- nil (0 23912) (-1 0))
14:45:36 tramp-handle-file-truename (5) # Check /root/.bash_history
14:45:36 tramp-get-file-property (8) # /root/.bash_history 
file-attributes-integer undef
14:45:36 tramp-get-file-property (8) # /root/.bash_history file-exists-p undef
14:45:36 tramp-get-connection-property (7) # file-exists test -e
14:45:36 tramp-get-connection-property (7) # process-name nil
14:45:36 tramp-get-connection-property (7) # last-cmd-time (18296 8080 205512)
14:45:36 tramp-get-connection-property (7) # process-name nil
14:45:36 tramp-get-connection-property (7) # remote-echo nil
14:45:36 tramp-send-command (6) # test -e /root/.bash_history 2>/dev/null; echo 
tramp_exit_status $? 
14:45:36 tramp-get-connection-property (7) # process-name nil
14:45:36 tramp-get-connection-property (7) # chunksize 0
14:45:36 tramp-set-connection-property (7) # last-cmd-time (18296 8080 245331)
14:45:36 tramp-get-connection-property (7) # process-buffer nil
14:45:36 tramp-get-connection-property (7) # check-remote-echo nil
14:45:36 tramp-get-connection-property (7) # check-remote-echo nil
14:45:36 tramp-get-connection-property (7) # check-remote-echo nil
14:45:36 tramp-get-connection-property (7) # check-remote-echo nil
14:45:36 tramp-get-connection-property (7) # check-remote-echo nil
14:45:36 tramp-get-connection-property (7) # check-remote-echo nil
14:45:36 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///b6d17ac58da4618e161b276afc1abe84
14:45:36 tramp-get-connection-property (7) # process-buffer nil
14:45:36 tramp-set-file-property (8) # /root/.bash_history file-exists-p t
14:45:36 tramp-get-connection-property (7) # stat \stat
14:45:36 tramp-handle-file-attributes-with-stat (5) # file attributes with 
stat: /root/.bash_history
14:45:36 tramp-get-connection-property (7) # stat \stat
14:45:36 tramp-get-connection-property (7) # process-name nil
14:45:36 tramp-get-connection-property (7) # last-cmd-time (18296 8080 245331)
14:45:36 tramp-get-connection-property (7) # process-name nil
14:45:36 tramp-get-connection-property (7) # remote-echo nil
14:45:36 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0 %Z.0 
%s.0 "%A" t %i.0 -1)' /root/.bash_history 2>/dev/null; echo tramp_exit_status 
$? 
14:45:36 tramp-get-connection-property (7) # process-name nil
14:45:36 tramp-get-connection-property (7) # chunksize 0
14:45:36 tramp-set-connection-property (7) # last-cmd-time (18296 8080 276377)
14:45:36 tramp-get-connection-property (7) # process-buffer nil
14:45:36 tramp-get-connection-property (7) # check-remote-echo nil
14:45:36 tramp-get-connection-property (7) # check-remote-echo nil
14:45:36 tramp-get-connection-property (7) # check-remote-echo nil
14:45:36 tramp-get-connection-property (7) # check-remote-echo nil
14:45:36 tramp-get-connection-property (7) # check-remote-echo nil
14:45:36 tramp-get-connection-property (7) # check-remote-echo nil
14:45:36 tramp-wait-for-regexp (6) # 
(("`/root/.bash_history'") 1 0 0 1199080181.0 1199101268.0 1199101268.0 14008.0 
"-rw-------" t 24870.0 -1)
tramp_exit_status 0

///b6d17ac58da4618e161b276afc1abe84
14:45:36 tramp-get-connection-property (7) # process-buffer nil
14:45:36 tramp-get-connection-property (7) # process-buffer nil
14:45:36 tramp-get-connection-property (7) # gid-integer 0
14:45:36 tramp-set-file-property (8) # /root/.bash_history 
file-attributes-integer (nil 1 0 0 (18296 33525) (18296 54612) (18296 54612) 
14008 -rw------- nil (0 24870) (-1 0))
14:45:36 tramp-handle-file-truename (4) # True name of 
`/scp:address@hidden:/root/.bash_history' is `/root/.bash_history'
14:45:36 tramp-set-file-property (8) # /root/.bash_history file-truename 
/scp:address@hidden:/root/.bash_history
14:45:36 tramp-get-file-property (8) # /root/.bash_history 
file-attributes-integer (nil 1 0 0 (18296 33525) (18296 54612) (18296 54612) 
14008 -rw------- nil (0 24870) (-1 0))
14:45:36 tramp-get-file-property (8) # /root/.bash_history file-truename 
/scp:address@hidden:/root/.bash_history
14:45:36 tramp-get-file-property (8) # /root/.bash_history 
file-attributes-integer (nil 1 0 0 (18296 33525) (18296 54612) (18296 54612) 
14008 -rw------- nil (0 24870) (-1 0))
14:45:36 tramp-get-file-property (8) # /root/.bash_history file-exists-p t
14:45:36 tramp-get-connection-property (7) # remote-encoding 
tramp-perl-encode-with-module
14:45:36 tramp-get-connection-property (7) # process-name nil
14:45:36 tramp-get-connection-property (7) # scripts nil
14:45:36 tramp-maybe-send-script (5) # Sending script 
`tramp_perl_encode_with_module'...
14:45:36 tramp-get-connection-property (7) # perl \perl
14:45:36 tramp-get-connection-property (7) # process-name nil
14:45:36 tramp-get-connection-property (7) # last-cmd-time (18296 8080 276377)
14:45:36 tramp-get-connection-property (7) # process-name nil
14:45:36 tramp-get-connection-property (7) # remote-echo nil
14:45:36 tramp-send-command (6) # tramp_perl_encode_with_module () {
\perl -MMIME::Base64 -0777 -ne 'print encode_base64($_)' 2>/dev/null
} 2>/dev/null; echo tramp_exit_status $? 
14:45:36 tramp-get-connection-property (7) # process-name nil
14:45:36 tramp-get-connection-property (7) # chunksize 0
14:45:36 tramp-set-connection-property (7) # last-cmd-time (18296 8080 329437)
14:45:36 tramp-get-connection-property (7) # process-buffer nil
14:45:36 tramp-get-connection-property (7) # check-remote-echo nil
14:45:36 tramp-get-connection-property (7) # check-remote-echo nil
14:45:36 tramp-get-connection-property (7) # check-remote-echo nil
14:45:36 tramp-get-connection-property (7) # check-remote-echo nil
14:45:36 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///b6d17ac58da4618e161b276afc1abe84
14:45:36 tramp-get-connection-property (7) # process-buffer nil
14:45:36 tramp-set-connection-property (7) # scripts 
(tramp_perl_encode_with_module)
14:45:36 tramp-maybe-send-script (5) # Sending script 
`tramp_perl_encode_with_module'...done.
14:45:36 tramp-get-connection-property (7) # local-decoding base64-decode-region
14:45:36 tramp-get-file-property (8) # /root/.bash_history file-exists-p t
14:45:36 tramp-get-file-property (8) # /root/.bash_history 
file-attributes-integer (nil 1 0 0 (18296 33525) (18296 54612) (18296 54612) 
14008 -rw------- nil (0 24870) (-1 0))
14:45:36 tramp-get-file-property (8) # /root/.bash_history 
file-attributes-integer (nil 1 0 0 (18296 33525) (18296 54612) (18296 54612) 
14008 -rw------- nil (0 24870) (-1 0))
14:45:36 tramp-get-connection-property (7) # process-name nil
14:45:36 tramp-get-connection-property (7) # temp-file /tmp/tramp.6490O-B
14:45:36 tramp-do-copy-or-rename-file-out-of-band (0) # Transferring 
/scp:address@hidden:/root/.bash_history to /tmp/tramp.6490oD2.bash_history...
14:45:36 tramp-set-connection-property (7) # process-name  *temp*
14:45:36 tramp-set-connection-property (7) # process-buffer  *temp*
14:45:36 tramp-get-connection-property (7) # process-name  *temp*
14:45:36 tramp-get-connection-property (7) # process-buffer  *temp*
14:45:36 tramp-do-copy-or-rename-file-out-of-band (6) # scp -p -q 
address@hidden:/root/.bash_history /tmp/tramp.6490oD2.bash_history
14:45:36 tramp-process-actions (3) # Waiting for prompts from remote shell
14:45:37 tramp-process-one-action (5) # Looking for regexp 
"^.*\([pP]assword\|[pP]assphrase\).*:
14:45:37 tramp-get-connection-property (7) # check-remote-echo nil
14:45:37 tramp-get-connection-property (7) # check-remote-echo nil
14:45:37 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\.\|Tramp connection 
closed\).*\|^.*\(Received signal [0-9]+\).*\'" from remote shell
14:45:37 tramp-get-connection-property (7) # check-remote-echo nil
14:45:37 tramp-get-connection-property (7) # check-remote-echo nil
14:45:37 tramp-process-one-action (5) # Looking for regexp "\(.+: \(No such 
file or directory\|Permission denied\|is a directory\|not a regular 
file\)\)\s-*\'" from remote shell
14:45:37 tramp-get-connection-property (7) # check-remote-echo nil
14:45:37 tramp-get-connection-property (7) # check-remote-echo nil
14:45:37 tramp-process-one-action (5) # Looking for regexp "\'" from remote 
shell
14:45:37 tramp-get-connection-property (7) # check-remote-echo nil
14:45:37 tramp-get-connection-property (7) # check-remote-echo nil
14:45:37 tramp-process-one-action (5) # Call `tramp-action-out-of-band'
14:45:38 tramp-process-one-action (5) # Looking for regexp 
"^.*\([pP]assword\|[pP]assphrase\).*:
14:45:38 tramp-get-connection-property (7) # check-remote-echo nil
14:45:38 tramp-get-connection-property (7) # check-remote-echo nil
14:45:38 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\.\|Tramp connection 
closed\).*\|^.*\(Received signal [0-9]+\).*\'" from remote shell
14:45:38 tramp-get-connection-property (7) # check-remote-echo nil
14:45:38 tramp-get-connection-property (7) # check-remote-echo nil
14:45:38 tramp-process-one-action (5) # Looking for regexp "\(.+: \(No such 
file or directory\|Permission denied\|is a directory\|not a regular 
file\)\)\s-*\'" from remote shell
14:45:38 tramp-get-connection-property (7) # check-remote-echo nil
14:45:38 tramp-get-connection-property (7) # check-remote-echo nil
14:45:38 tramp-process-one-action (5) # Looking for regexp "\'" from remote 
shell
14:45:38 tramp-get-connection-property (7) # check-remote-echo nil
14:45:38 tramp-get-connection-property (7) # check-remote-echo nil
14:45:38 tramp-process-one-action (5) # Call `tramp-action-out-of-band'
14:45:39 tramp-process-one-action (5) # Looking for regexp 
"^.*\([pP]assword\|[pP]assphrase\).*:
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 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\.\|Tramp connection 
closed\).*\|^.*\(Received signal [0-9]+\).*\'" from remote shell
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-process-one-action (5) # Looking for regexp "\(.+: \(No such 
file or directory\|Permission denied\|is a directory\|not a regular 
file\)\)\s-*\'" from remote shell
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-process-one-action (5) # Looking for regexp "\'" from remote 
shell
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-process-one-action (5) # Call `tramp-action-out-of-band'
14:45:39 tramp-action-out-of-band (3) # Process has finished.
14:45:39 tramp-get-connection-property (7) # process-buffer  *temp*
14:45:39 tramp-process-actions (6) # 
14:45:39 tramp-set-connection-property (7) # process-name nil
14:45:39 tramp-set-connection-property (7) # process-buffer nil
14:45:39 tramp-do-copy-or-rename-file-out-of-band (0) # Transferring 
/scp:address@hidden:/root/.bash_history to 
/tmp/tramp.6490oD2.bash_history...done
14:45:39 tramp-handle-insert-file-contents (4) # Inserting local temp file 
`/tmp/tramp.6490oD2.bash_history'...
14:45:39 tramp-handle-insert-file-contents (4) # Inserting local temp file 
`/tmp/tramp.6490oD2.bash_history'...done
14:45:39 tramp-get-file-property (8) # /root/.bash_history file-writable-p undef
14:45:39 tramp-get-file-property (8) # /root/.bash_history file-exists-p t
14:45:39 tramp-get-connection-property (7) # test test
14:45:39 tramp-get-connection-property (7) # process-name nil
14:45:39 tramp-get-connection-property (7) # last-cmd-time (18296 8080 329437)
14:45:39 tramp-get-connection-property (7) # process-name nil
14:45:39 tramp-get-connection-property (7) # remote-echo nil
14:45:39 tramp-send-command (6) # test -w /root/.bash_history 2>/dev/null; echo 
tramp_exit_status $? 
14:45:39 tramp-get-connection-property (7) # process-name nil
14:45:39 tramp-get-connection-property (7) # chunksize 0
14:45:39 tramp-set-connection-property (7) # last-cmd-time (18296 8083 244981)
14:45:39 tramp-get-connection-property (7) # process-buffer nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///b6d17ac58da4618e161b276afc1abe84
14:45:39 tramp-get-connection-property (7) # process-buffer nil
14:45:39 tramp-set-file-property (8) # /root/.bash_history file-writable-p t
14:45:39 tramp-get-file-property (8) # /root/.bash_history 
file-attributes-integer (nil 1 0 0 (18296 33525) (18296 54612) (18296 54612) 
14008 -rw------- nil (0 24870) (-1 0))
14:45:39 tramp-get-file-property (8) # /root/.bash_history file-writable-p t
14:45:39 tramp-get-file-property (8) # /root/address@hidden file-exists-p undef
14:45:39 tramp-get-connection-property (7) # file-exists test -e
14:45:39 tramp-get-connection-property (7) # process-name nil
14:45:39 tramp-get-connection-property (7) # last-cmd-time (18296 8083 244981)
14:45:39 tramp-get-connection-property (7) # process-name nil
14:45:39 tramp-get-connection-property (7) # remote-echo nil
14:45:39 tramp-send-command (6) # test -e /root/address@hidden 2>/dev/null; 
echo tramp_exit_status $? 
14:45:39 tramp-get-connection-property (7) # process-name nil
14:45:39 tramp-get-connection-property (7) # chunksize 0
14:45:39 tramp-set-connection-property (7) # last-cmd-time (18296 8083 255910)
14:45:39 tramp-get-connection-property (7) # process-buffer nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-wait-for-regexp (6) # 
tramp_exit_status 1

///b6d17ac58da4618e161b276afc1abe84
14:45:39 tramp-get-connection-property (7) # process-buffer nil
14:45:39 tramp-set-file-property (8) # /root/address@hidden file-exists-p nil
14:45:39 tramp-get-file-property (8) # /root/RCS/.bash_history,v file-exists-p 
undef
14:45:39 tramp-get-connection-property (7) # file-exists test -e
14:45:39 tramp-get-connection-property (7) # process-name nil
14:45:39 tramp-get-connection-property (7) # last-cmd-time (18296 8083 255910)
14:45:39 tramp-get-connection-property (7) # process-name nil
14:45:39 tramp-get-connection-property (7) # remote-echo nil
14:45:39 tramp-send-command (6) # test -e /root/RCS/.bash_history\,v 
2>/dev/null; echo tramp_exit_status $? 
14:45:39 tramp-get-connection-property (7) # process-name nil
14:45:39 tramp-get-connection-property (7) # chunksize 0
14:45:39 tramp-set-connection-property (7) # last-cmd-time (18296 8083 266070)
14:45:39 tramp-get-connection-property (7) # process-buffer nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-wait-for-regexp (6) # 
tramp_exit_status 1

///b6d17ac58da4618e161b276afc1abe84
14:45:39 tramp-get-connection-property (7) # process-buffer nil
14:45:39 tramp-set-file-property (8) # /root/RCS/.bash_history,v file-exists-p 
nil
14:45:39 tramp-get-file-property (8) # /root/.bash_history,v file-exists-p undef
14:45:39 tramp-get-connection-property (7) # file-exists test -e
14:45:39 tramp-get-connection-property (7) # process-name nil
14:45:39 tramp-get-connection-property (7) # last-cmd-time (18296 8083 266070)
14:45:39 tramp-get-connection-property (7) # process-name nil
14:45:39 tramp-get-connection-property (7) # remote-echo nil
14:45:39 tramp-send-command (6) # test -e /root/.bash_history\,v 2>/dev/null; 
echo tramp_exit_status $? 
14:45:39 tramp-get-connection-property (7) # process-name nil
14:45:39 tramp-get-connection-property (7) # chunksize 0
14:45:39 tramp-set-connection-property (7) # last-cmd-time (18296 8083 276627)
14:45:39 tramp-get-connection-property (7) # process-buffer nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-wait-for-regexp (6) # 
tramp_exit_status 1

///b6d17ac58da4618e161b276afc1abe84
14:45:39 tramp-get-connection-property (7) # process-buffer nil
14:45:39 tramp-set-file-property (8) # /root/.bash_history,v file-exists-p nil
14:45:39 tramp-get-file-property (8) # /root/RCS/.bash_history file-exists-p 
undef
14:45:39 tramp-get-connection-property (7) # file-exists test -e
14:45:39 tramp-get-connection-property (7) # process-name nil
14:45:39 tramp-get-connection-property (7) # last-cmd-time (18296 8083 276627)
14:45:39 tramp-get-connection-property (7) # process-name nil
14:45:39 tramp-get-connection-property (7) # remote-echo nil
14:45:39 tramp-send-command (6) # test -e /root/RCS/.bash_history 2>/dev/null; 
echo tramp_exit_status $? 
14:45:39 tramp-get-connection-property (7) # process-name nil
14:45:39 tramp-get-connection-property (7) # chunksize 0
14:45:39 tramp-set-connection-property (7) # last-cmd-time (18296 8083 302109)
14:45:39 tramp-get-connection-property (7) # process-buffer nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-wait-for-regexp (6) # 
tramp_exit_status 1

///b6d17ac58da4618e161b276afc1abe84
14:45:39 tramp-get-connection-property (7) # process-buffer nil
14:45:39 tramp-set-file-property (8) # /root/RCS/.bash_history file-exists-p nil
14:45:39 tramp-get-file-property (8) # /root/CVS/Entries file-readable-p undef
14:45:39 tramp-get-connection-property (7) # test test
14:45:39 tramp-get-connection-property (7) # process-name nil
14:45:39 tramp-get-connection-property (7) # last-cmd-time (18296 8083 302109)
14:45:39 tramp-get-connection-property (7) # process-name nil
14:45:39 tramp-get-connection-property (7) # remote-echo nil
14:45:39 tramp-send-command (6) # test -r /root/CVS/Entries 2>/dev/null; echo 
tramp_exit_status $? 
14:45:39 tramp-get-connection-property (7) # process-name nil
14:45:39 tramp-get-connection-property (7) # chunksize 0
14:45:39 tramp-set-connection-property (7) # last-cmd-time (18296 8083 311561)
14:45:39 tramp-get-connection-property (7) # process-buffer nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-wait-for-regexp (6) # 
tramp_exit_status 1

///b6d17ac58da4618e161b276afc1abe84
14:45:39 tramp-get-connection-property (7) # process-buffer nil
14:45:39 tramp-set-file-property (8) # /root/CVS/Entries file-readable-p nil
14:45:39 tramp-get-file-property (8) # /root/SCCS/s..bash_history file-exists-p 
undef
14:45:39 tramp-get-connection-property (7) # file-exists test -e
14:45:39 tramp-get-connection-property (7) # process-name nil
14:45:39 tramp-get-connection-property (7) # last-cmd-time (18296 8083 311561)
14:45:39 tramp-get-connection-property (7) # process-name nil
14:45:39 tramp-get-connection-property (7) # remote-echo nil
14:45:39 tramp-send-command (6) # test -e /root/SCCS/s..bash_history 
2>/dev/null; echo tramp_exit_status $? 
14:45:39 tramp-get-connection-property (7) # process-name nil
14:45:39 tramp-get-connection-property (7) # chunksize 0
14:45:39 tramp-set-connection-property (7) # last-cmd-time (18296 8083 320346)
14:45:39 tramp-get-connection-property (7) # process-buffer nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-wait-for-regexp (6) # 
tramp_exit_status 1

///b6d17ac58da4618e161b276afc1abe84
14:45:39 tramp-get-connection-property (7) # process-buffer nil
14:45:39 tramp-set-file-property (8) # /root/SCCS/s..bash_history file-exists-p 
nil
14:45:39 tramp-get-file-property (8) # /root/s..bash_history file-exists-p undef
14:45:39 tramp-get-connection-property (7) # file-exists test -e
14:45:39 tramp-get-connection-property (7) # process-name nil
14:45:39 tramp-get-connection-property (7) # last-cmd-time (18296 8083 320346)
14:45:39 tramp-get-connection-property (7) # process-name nil
14:45:39 tramp-get-connection-property (7) # remote-echo nil
14:45:39 tramp-send-command (6) # test -e /root/s..bash_history 2>/dev/null; 
echo tramp_exit_status $? 
14:45:39 tramp-get-connection-property (7) # process-name nil
14:45:39 tramp-get-connection-property (7) # chunksize 0
14:45:39 tramp-set-connection-property (7) # last-cmd-time (18296 8083 345711)
14:45:39 tramp-get-connection-property (7) # process-buffer nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-get-connection-property (7) # check-remote-echo nil
14:45:39 tramp-wait-for-regexp (6) # 
tramp_exit_status 1

///b6d17ac58da4618e161b276afc1abe84
14:45:39 tramp-get-connection-property (7) # process-buffer nil
14:45:39 tramp-set-file-property (8) # /root/s..bash_history file-exists-p nil
14:45:39 tramp-get-file-property (8) # /root/.bash_history 
file-attributes-integer (nil 1 0 0 (18296 33525) (18296 54612) (18296 54612) 
14008 -rw------- nil (0 24870) (-1 0))
14:45:45 tramp-flush-file-property (8) # /root/.bash_history
<#/part>

<#part type="text/plain" encoding=base64 disposition=attachment 
buffer="*tramp/scp address@hidden" description="*tramp/scp address@hidden">
<#/part>

<#part type="text/plain" encoding=base64 disposition=attachment buffer="*debug 
tramp/scp address@hidden" description="*debug tramp/scp address@hidden">

14:45:54 tramp-maybe-open-connection (3) # Opening connection for 
address@hidden using scp...
14:45:54 tramp-get-connection-property (7) # process-name nil
14:45:54 tramp-get-connection-property (7) # process-buffer nil
14:45:54 tramp-maybe-open-connection (6) # /bin/sh
14:45:54 tramp-maybe-open-connection (3) # Waiting 60s for local shell to come 
up...
14:45:54 tramp-get-connection-property (7) # check-remote-echo nil
14:45:54 tramp-get-connection-property (7) # check-remote-echo nil
14:45:54 tramp-get-connection-property (7) # check-remote-echo nil
14:45:54 tramp-get-connection-property (7) # check-remote-echo nil
14:45:54 tramp-wait-for-regexp (6) # 
$ 
14:45:54 tramp-get-file-property (8) #  gateway nil
14:45:54 tramp-set-connection-property (7) # temp-file /tmp/tramp.6490aNF
14:45:54 tramp-maybe-open-connection (3) # Sending command `ssh localhost -l 
root -p 10000 -e none && exit || exit'
14:45:54 tramp-get-connection-property (7) # process-name nil
14:45:54 tramp-get-connection-property (7) # remote-echo nil
14:45:54 tramp-send-command (6) # ssh localhost -l root -p 10000 -e none && 
exit || exit
14:45:54 tramp-get-connection-property (7) # process-name nil
14:45:54 tramp-get-connection-property (7) # chunksize nil
14:45:54 tramp-set-connection-property (7) # last-cmd-time (18296 8098 899400)
14:45:54 tramp-get-connection-property (7) # process-buffer nil
14:45:54 tramp-process-actions (3) # Waiting for prompts from remote shell
14:45:55 tramp-process-one-action (5) # Looking for regexp ".*ogin\( .*\)?: 
*\'" from remote shell
14:45:55 tramp-get-connection-property (7) # check-remote-echo nil
14:45:55 tramp-get-connection-property (7) # check-remote-echo nil
14:45:55 tramp-process-one-action (5) # Looking for regexp 
"^.*\([pP]assword\|[pP]assphrase\).*:
14:45:55 tramp-get-connection-property (7) # check-remote-echo nil
14:45:55 tramp-get-connection-property (7) # check-remote-echo nil
14:45:55 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\.\|Tramp connection 
closed\).*\|^.*\(Received signal [0-9]+\).*\'" from remote shell
14:45:55 tramp-get-connection-property (7) # check-remote-echo nil
14:45:55 tramp-get-connection-property (7) # check-remote-echo nil
14:45:55 tramp-process-one-action (5) # Looking for regexp "^[^#$%>
]*[#$%>] *\'" from remote shell
14:45:55 tramp-get-connection-property (7) # check-remote-echo nil
14:45:55 tramp-get-connection-property (7) # check-remote-echo nil
14:45:55 tramp-process-one-action (5) # Call `tramp-action-succeed'
14:45:55 tramp-get-connection-property (7) # process-buffer nil
14:45:55 tramp-process-actions (6) # 
-bash-3.2# 
14:45:55 tramp-maybe-open-connection (3) # Found remote shell prompt on 
`localhost'
14:45:55 tramp-get-connection-property (7) # process-name nil
14:45:55 tramp-get-connection-property (7) # remote-echo nil
14:45:55 tramp-send-command (6) # exec env ENV='' PROMPT_COMMAND='' PS1='$ ' 
PS2='' PS3='' /bin/sh
14:45:55 tramp-get-connection-property (7) # process-name nil
14:45:55 tramp-get-connection-property (7) # chunksize nil
14:45:55 tramp-set-connection-property (7) # last-cmd-time (18296 8099 759927)
14:45:55 tramp-get-connection-property (7) # process-buffer nil
14:45:55 tramp-get-connection-property (7) # check-remote-echo nil
14:45:55 tramp-get-connection-property (7) # check-remote-echo nil
14:45:55 tramp-get-connection-property (7) # check-remote-echo nil
14:45:55 tramp-get-connection-property (7) # check-remote-echo nil
14:45:55 tramp-get-connection-property (7) # check-remote-echo nil
14:45:55 tramp-get-connection-property (7) # check-remote-echo nil
14:45:55 tramp-get-connection-property (7) # check-remote-echo nil
14:45:55 tramp-get-connection-property (7) # check-remote-echo nil
14:45:55 tramp-get-connection-property (7) # check-remote-echo nil
14:45:55 tramp-get-connection-property (7) # check-remote-echo nil
14:45:55 tramp-get-connection-property (7) # check-remote-echo nil
14:45:55 tramp-get-connection-property (7) # check-remote-echo nil
14:45:55 tramp-get-connection-property (7) # check-remote-echo nil
14:45:55 tramp-get-connection-property (7) # check-remote-echo nil
14:45:55 tramp-wait-for-regexp (6) # 
exec env ENV='' PROMPT_COMMAND='' PS1='$ ' PS2='' PS3='' /bin/sh
$ 
14:45:55 tramp-open-connection-setup-interactive-shell (5) # Setting up remote 
shell environment
14:45:55 tramp-get-connection-property (7) # process-name nil
14:45:55 tramp-get-connection-property (7) # remote-echo nil
14:45:55 tramp-send-command (6) # stty -inlcr -echo kill '^U' erase '^H'
14:45:55 tramp-get-connection-property (7) # process-name nil
14:45:55 tramp-get-connection-property (7) # chunksize nil
14:45:55 tramp-set-connection-property (7) # last-cmd-time (18296 8099 850788)
14:45:55 tramp-get-connection-property (7) # process-buffer nil
14:45:55 tramp-get-connection-property (7) # check-remote-echo nil
14:45:55 tramp-get-connection-property (7) # check-remote-echo nil
14:45:55 tramp-get-connection-property (7) # check-remote-echo nil
14:45:55 tramp-get-connection-property (7) # check-remote-echo nil
14:45:55 tramp-get-connection-property (7) # check-remote-echo nil
14:45:55 tramp-get-connection-property (7) # check-remote-echo nil
14:45:55 tramp-get-connection-property (7) # check-remote-echo nil
14:45:55 tramp-get-connection-property (7) # check-remote-echo nil
14:45:55 tramp-get-connection-property (7) # check-remote-echo nil
14:45:55 tramp-get-connection-property (7) # check-remote-echo nil
14:45:55 tramp-get-connection-property (7) # check-remote-echo nil
14:45:55 tramp-get-connection-property (7) # check-remote-echo nil
14:45:55 tramp-get-connection-property (7) # check-remote-echo nil
14:45:55 tramp-get-connection-property (7) # check-remote-echo nil
14:45:55 tramp-wait-for-regexp (6) # 
stty -inlcr -echo kill '^U' erase '^H'
$ 
14:45:55 tramp-get-connection-property (7) # process-name nil
14:45:55 tramp-get-connection-property (7) # remote-echo nil
14:45:55 tramp-send-command (6) # echo foo
14:45:55 tramp-get-connection-property (7) # process-name nil
14:45:55 tramp-get-connection-property (7) # chunksize nil
14:45:55 tramp-set-connection-property (7) # last-cmd-time (18296 8099 929816)
14:45:55 tramp-get-connection-property (7) # process-buffer nil
14:45:55 tramp-get-connection-property (7) # check-remote-echo nil
14:45:55 tramp-get-connection-property (7) # check-remote-echo nil
14:45:55 tramp-get-connection-property (7) # check-remote-echo nil
14:45:55 tramp-get-connection-property (7) # check-remote-echo nil
14:45:55 tramp-get-connection-property (7) # check-remote-echo nil
14:45:55 tramp-get-connection-property (7) # check-remote-echo nil
14:45:55 tramp-wait-for-regexp (6) # 
foo
$ 
14:45:55 tramp-open-connection-setup-interactive-shell (5) # Setting shell 
prompt
14:45:55 tramp-get-connection-property (7) # process-name nil
14:45:55 tramp-get-connection-property (7) # remote-echo nil
14:45:55 tramp-send-command (6) # PS1='
///b6d17ac58da4618e161b276afc1abe84
'
14:45:55 tramp-get-connection-property (7) # process-name nil
14:45:55 tramp-get-connection-property (7) # chunksize nil
14:45:55 tramp-set-connection-property (7) # last-cmd-time (18296 8099 993928)
14:45:55 tramp-get-connection-property (7) # process-buffer nil
14:45:55 tramp-get-connection-property (7) # check-remote-echo nil
14:45:55 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-wait-for-regexp (6) # 

///b6d17ac58da4618e161b276afc1abe84
14:45:56 tramp-get-connection-property (7) # process-name nil
14:45:56 tramp-get-connection-property (7) # remote-echo nil
14:45:56 tramp-send-command (6) # PS2=''
14:45:56 tramp-get-connection-property (7) # process-name nil
14:45:56 tramp-get-connection-property (7) # chunksize nil
14:45:56 tramp-set-connection-property (7) # last-cmd-time (18296 8100 7718)
14:45:56 tramp-get-connection-property (7) # process-buffer nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-wait-for-regexp (6) # 

///b6d17ac58da4618e161b276afc1abe84
14:45:56 tramp-get-connection-property (7) # process-name nil
14:45:56 tramp-get-connection-property (7) # remote-echo nil
14:45:56 tramp-send-command (6) # PS3=''
14:45:56 tramp-get-connection-property (7) # process-name nil
14:45:56 tramp-get-connection-property (7) # chunksize nil
14:45:56 tramp-set-connection-property (7) # last-cmd-time (18296 8100 27482)
14:45:56 tramp-get-connection-property (7) # process-buffer nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-wait-for-regexp (6) # 

///b6d17ac58da4618e161b276afc1abe84
14:45:56 tramp-get-connection-property (7) # process-name nil
14:45:56 tramp-get-connection-property (7) # remote-echo nil
14:45:56 tramp-send-command (6) # PROMPT_COMMAND=''
14:45:56 tramp-get-connection-property (7) # process-name nil
14:45:56 tramp-get-connection-property (7) # chunksize nil
14:45:56 tramp-set-connection-property (7) # last-cmd-time (18296 8100 39136)
14:45:56 tramp-get-connection-property (7) # process-buffer nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-wait-for-regexp (6) # 

///b6d17ac58da4618e161b276afc1abe84
14:45:56 tramp-open-connection-setup-interactive-shell (5) # Determining coding 
system
14:45:56 tramp-get-connection-property (7) # process-name nil
14:45:56 tramp-get-connection-property (7) # remote-echo nil
14:45:56 tramp-send-command (6) # echo foo ; echo bar
14:45:56 tramp-get-connection-property (7) # process-name nil
14:45:56 tramp-get-connection-property (7) # chunksize nil
14:45:56 tramp-set-connection-property (7) # last-cmd-time (18296 8100 62296)
14:45:56 tramp-get-connection-property (7) # process-buffer nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-wait-for-regexp (6) # 
foo
bar

///b6d17ac58da4618e161b276afc1abe84
14:45:56 tramp-get-connection-property (7) # process-name nil
14:45:56 tramp-get-connection-property (7) # remote-echo nil
14:45:56 tramp-send-command (6) # set +o vi +o emacs
14:45:56 tramp-get-connection-property (7) # process-name nil
14:45:56 tramp-get-connection-property (7) # chunksize nil
14:45:56 tramp-set-connection-property (7) # last-cmd-time (18296 8100 118446)
14:45:56 tramp-get-connection-property (7) # process-buffer nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-wait-for-regexp (6) # 

///b6d17ac58da4618e161b276afc1abe84
14:45:56 tramp-open-connection-setup-interactive-shell (5) # Checking system 
information
14:45:56 tramp-get-connection-property (7) # uname Linux 
2.6.22-20071121.7.olpc.af3dd731d18bc39
14:45:56 tramp-get-connection-property (7) # process-name nil
14:45:56 tramp-get-connection-property (7) # last-cmd-time (18296 8100 118446)
14:45:56 tramp-get-connection-property (7) # process-name nil
14:45:56 tramp-get-connection-property (7) # remote-echo nil
14:45:56 tramp-send-command (6) # echo \"`uname -sr`\" 2>/dev/null; echo 
tramp_exit_status $? 
14:45:56 tramp-get-connection-property (7) # process-name nil
14:45:56 tramp-get-connection-property (7) # chunksize nil
14:45:56 tramp-set-connection-property (7) # last-cmd-time (18296 8100 138496)
14:45:56 tramp-get-connection-property (7) # process-buffer nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-wait-for-regexp (6) # 
"Linux 2.6.22-20071121.7.olpc.af3dd731d18bc39"
tramp_exit_status 0

///b6d17ac58da4618e161b276afc1abe84
14:45:56 tramp-get-connection-property (7) # process-buffer nil
14:45:56 tramp-get-connection-property (7) # process-buffer nil
14:45:56 tramp-set-connection-property (7) # uname Linux 
2.6.22-20071121.7.olpc.af3dd731d18bc39
14:45:56 tramp-get-connection-property (7) # chunksize undef
14:45:56 tramp-open-connection-setup-interactive-shell (5) # Checking remote 
host type for `send-process-string' bug
14:45:56 tramp-get-connection-property (7) # uname Linux 
2.6.22-20071121.7.olpc.af3dd731d18bc39
14:45:56 tramp-set-connection-property (7) # chunksize 0
14:45:56 tramp-set-remote-path (5) # Setting $PATH environment variable
14:45:56 tramp-get-connection-property (7) # remote-path (/bin /usr/bin 
/usr/sbin /usr/local/bin)
14:45:56 tramp-get-connection-property (7) # process-name nil
14:45:56 tramp-get-connection-property (7) # last-cmd-time (18296 8100 138496)
14:45:56 tramp-get-connection-property (7) # process-name nil
14:45:56 tramp-get-connection-property (7) # remote-echo nil
14:45:56 tramp-send-command (6) # PATH=/bin:/usr/bin:/usr/sbin:/usr/local/bin; 
export PATH
14:45:56 tramp-get-connection-property (7) # process-name nil
14:45:56 tramp-get-connection-property (7) # chunksize 0
14:45:56 tramp-set-connection-property (7) # last-cmd-time (18296 8100 198738)
14:45:56 tramp-get-connection-property (7) # process-buffer nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-wait-for-regexp (6) # 

///b6d17ac58da4618e161b276afc1abe84
14:45:56 tramp-get-connection-property (7) # remote-shell /bin/sh
14:45:56 tramp-get-connection-property (7) # process-name nil
14:45:56 tramp-get-connection-property (7) # remote-echo nil
14:45:56 tramp-send-command (6) # mesg n; biff n
14:45:56 tramp-get-connection-property (7) # process-name nil
14:45:56 tramp-get-connection-property (7) # chunksize 0
14:45:56 tramp-set-connection-property (7) # last-cmd-time (18296 8100 259965)
14:45:56 tramp-get-connection-property (7) # process-buffer nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-wait-for-regexp (6) # 
sh: biff: command not found

///b6d17ac58da4618e161b276afc1abe84
14:45:56 tramp-open-connection-setup-interactive-shell (5) # Setting default 
environment
14:45:56 tramp-get-connection-property (7) # process-name nil
14:45:56 tramp-get-connection-property (7) # remote-echo nil
14:45:56 tramp-send-command (6) # HISTFILE=$HOME/.tramp_history; export HISTFILE
14:45:56 tramp-get-connection-property (7) # process-name nil
14:45:56 tramp-get-connection-property (7) # chunksize 0
14:45:56 tramp-set-connection-property (7) # last-cmd-time (18296 8100 326566)
14:45:56 tramp-get-connection-property (7) # process-buffer nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-wait-for-regexp (6) # 

///b6d17ac58da4618e161b276afc1abe84
14:45:56 tramp-get-connection-property (7) # process-name nil
14:45:56 tramp-get-connection-property (7) # remote-echo nil
14:45:56 tramp-send-command (6) # HISTSIZE=1; export HISTSIZE
14:45:56 tramp-get-connection-property (7) # process-name nil
14:45:56 tramp-get-connection-property (7) # chunksize 0
14:45:56 tramp-set-connection-property (7) # last-cmd-time (18296 8100 397116)
14:45:56 tramp-get-connection-property (7) # process-buffer nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-wait-for-regexp (6) # 

///b6d17ac58da4618e161b276afc1abe84
14:45:56 tramp-get-connection-property (7) # process-name nil
14:45:56 tramp-get-connection-property (7) # remote-echo nil
14:45:56 tramp-send-command (6) # LC_TIME=C; export LC_TIME
14:45:56 tramp-get-connection-property (7) # process-name nil
14:45:56 tramp-get-connection-property (7) # chunksize 0
14:45:56 tramp-set-connection-property (7) # last-cmd-time (18296 8100 450639)
14:45:56 tramp-get-connection-property (7) # process-buffer nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-wait-for-regexp (6) # 

///b6d17ac58da4618e161b276afc1abe84
14:45:56 tramp-get-connection-property (7) # process-name nil
14:45:56 tramp-get-connection-property (7) # remote-echo nil
14:45:56 tramp-send-command (6) # TERM=dumb; export TERM
14:45:56 tramp-get-connection-property (7) # process-name nil
14:45:56 tramp-get-connection-property (7) # chunksize 0
14:45:56 tramp-set-connection-property (7) # last-cmd-time (18296 8100 502520)
14:45:56 tramp-get-connection-property (7) # process-buffer nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-wait-for-regexp (6) # 

///b6d17ac58da4618e161b276afc1abe84
14:45:56 tramp-get-connection-property (7) # process-name nil
14:45:56 tramp-get-connection-property (7) # last-cmd-time (18296 8100 502520)
14:45:56 tramp-get-connection-property (7) # process-name nil
14:45:56 tramp-get-connection-property (7) # remote-echo nil
14:45:56 tramp-send-command (6) # unset correct autocorrect MAILPATH MAILCHECK 
MAIL HISTORY CDPATH
14:45:56 tramp-get-connection-property (7) # process-name nil
14:45:56 tramp-get-connection-property (7) # chunksize 0
14:45:56 tramp-set-connection-property (7) # last-cmd-time (18296 8100 559223)
14:45:56 tramp-get-connection-property (7) # process-buffer nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-wait-for-regexp (6) # 

///b6d17ac58da4618e161b276afc1abe84
14:45:56 tramp-get-connection-property (7) # process-name nil
14:45:56 tramp-get-connection-property (7) # remote-echo nil
14:45:56 tramp-send-command (6) # test -d /root/.bash_history 2>/dev/null; echo 
tramp_exit_status $? 
14:45:56 tramp-get-connection-property (7) # process-name nil
14:45:56 tramp-get-connection-property (7) # chunksize 0
14:45:56 tramp-set-connection-property (7) # last-cmd-time (18296 8100 649021)
14:45:56 tramp-get-connection-property (7) # process-buffer nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-wait-for-regexp (6) # 
tramp_exit_status 1

///b6d17ac58da4618e161b276afc1abe84
14:45:56 tramp-get-connection-property (7) # process-buffer nil
14:45:56 tramp-set-file-property (8) # /root/.bash_history file-directory-p nil
14:45:56 tramp-get-file-property (8) # /root/.bash_history file-truename undef
14:45:56 tramp-handle-file-truename (4) # Finding true name for 
`/scp:address@hidden:/root/.bash_history'
14:45:56 tramp-handle-file-truename (5) # Check /root
14:45:56 tramp-get-file-property (8) # /root file-attributes-integer undef
14:45:56 tramp-get-file-property (8) # /root file-exists-p undef
14:45:56 tramp-get-connection-property (7) # file-exists test -e
14:45:56 tramp-get-connection-property (7) # process-name nil
14:45:56 tramp-get-connection-property (7) # last-cmd-time (18296 8100 649021)
14:45:56 tramp-get-connection-property (7) # process-name nil
14:45:56 tramp-get-connection-property (7) # remote-echo nil
14:45:56 tramp-send-command (6) # test -e /root 2>/dev/null; echo 
tramp_exit_status $? 
14:45:56 tramp-get-connection-property (7) # process-name nil
14:45:56 tramp-get-connection-property (7) # chunksize 0
14:45:56 tramp-set-connection-property (7) # last-cmd-time (18296 8100 719920)
14:45:56 tramp-get-connection-property (7) # process-buffer nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///b6d17ac58da4618e161b276afc1abe84
14:45:56 tramp-get-connection-property (7) # process-buffer nil
14:45:56 tramp-set-file-property (8) # /root file-exists-p t
14:45:56 tramp-get-connection-property (7) # stat \stat
14:45:56 tramp-handle-file-attributes-with-stat (5) # file attributes with 
stat: /root
14:45:56 tramp-get-connection-property (7) # stat \stat
14:45:56 tramp-get-connection-property (7) # process-name nil
14:45:56 tramp-get-connection-property (7) # last-cmd-time (18296 8100 719920)
14:45:56 tramp-get-connection-property (7) # process-name nil
14:45:56 tramp-get-connection-property (7) # remote-echo nil
14:45:56 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0 %Z.0 
%s.0 "%A" t %i.0 -1)' /root 2>/dev/null; echo tramp_exit_status $? 
14:45:56 tramp-get-connection-property (7) # process-name nil
14:45:56 tramp-get-connection-property (7) # chunksize 0
14:45:56 tramp-set-connection-property (7) # last-cmd-time (18296 8100 787014)
14:45:56 tramp-get-connection-property (7) # process-buffer nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-wait-for-regexp (6) # 
(("`/root'") 4 0 0 1194004800.0 1199101288.0 1199101288.0 0.0 "drwxr-x---" t 
23912.0 -1)
tramp_exit_status 0

///b6d17ac58da4618e161b276afc1abe84
14:45:56 tramp-get-connection-property (7) # process-buffer nil
14:45:56 tramp-get-connection-property (7) # process-buffer nil
14:45:56 tramp-get-connection-property (7) # gid-integer 0
14:45:56 tramp-set-file-property (8) # /root file-attributes-integer (t 4 0 0 
(18219 4416) (18296 54632) (18296 54632) 0 drwxr-x--- nil (0 23912) (-1 1))
14:45:56 tramp-handle-file-truename (5) # Check /root/.bash_history
14:45:56 tramp-get-file-property (8) # /root/.bash_history 
file-attributes-integer undef
14:45:56 tramp-get-file-property (8) # /root/.bash_history file-exists-p undef
14:45:56 tramp-get-connection-property (7) # file-exists test -e
14:45:56 tramp-get-connection-property (7) # process-name nil
14:45:56 tramp-get-connection-property (7) # last-cmd-time (18296 8100 787014)
14:45:56 tramp-get-connection-property (7) # process-name nil
14:45:56 tramp-get-connection-property (7) # remote-echo nil
14:45:56 tramp-send-command (6) # test -e /root/.bash_history 2>/dev/null; echo 
tramp_exit_status $? 
14:45:56 tramp-get-connection-property (7) # process-name nil
14:45:56 tramp-get-connection-property (7) # chunksize 0
14:45:56 tramp-set-connection-property (7) # last-cmd-time (18296 8100 863538)
14:45:56 tramp-get-connection-property (7) # process-buffer nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///b6d17ac58da4618e161b276afc1abe84
14:45:56 tramp-get-connection-property (7) # process-buffer nil
14:45:56 tramp-set-file-property (8) # /root/.bash_history file-exists-p t
14:45:56 tramp-get-connection-property (7) # stat \stat
14:45:56 tramp-handle-file-attributes-with-stat (5) # file attributes with 
stat: /root/.bash_history
14:45:56 tramp-get-connection-property (7) # stat \stat
14:45:56 tramp-get-connection-property (7) # process-name nil
14:45:56 tramp-get-connection-property (7) # last-cmd-time (18296 8100 863538)
14:45:56 tramp-get-connection-property (7) # process-name nil
14:45:56 tramp-get-connection-property (7) # remote-echo nil
14:45:56 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0 %Z.0 
%s.0 "%A" t %i.0 -1)' /root/.bash_history 2>/dev/null; echo tramp_exit_status 
$? 
14:45:56 tramp-get-connection-property (7) # process-name nil
14:45:56 tramp-get-connection-property (7) # chunksize 0
14:45:56 tramp-set-connection-property (7) # last-cmd-time (18296 8100 928840)
14:45:56 tramp-get-connection-property (7) # process-buffer nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-get-connection-property (7) # check-remote-echo nil
14:45:56 tramp-wait-for-regexp (6) # 
(("`/root/.bash_history'") 1 0 0 1199080181.0 1199101288.0 1199101288.0 14073.0 
"-rw-------" t 24870.0 -1)
tramp_exit_status 0

///b6d17ac58da4618e161b276afc1abe84
14:45:56 tramp-get-connection-property (7) # process-buffer nil
14:45:56 tramp-get-connection-property (7) # process-buffer nil
14:45:56 tramp-get-connection-property (7) # gid-integer 0
14:45:56 tramp-set-file-property (8) # /root/.bash_history 
file-attributes-integer (nil 1 0 0 (18296 33525) (18296 54632) (18296 54632) 
14073 -rw------- nil (0 24870) (-1 1))
14:45:56 tramp-handle-file-truename (4) # True name of 
`/scp:address@hidden:/root/.bash_history' is `/root/.bash_history'
14:45:56 tramp-set-file-property (8) # /root/.bash_history file-truename 
/scp:address@hidden:/root/.bash_history
14:45:57 tramp-get-file-property (8) # /root/.bash_history 
file-attributes-integer (nil 1 0 0 (18296 33525) (18296 54632) (18296 54632) 
14073 -rw------- nil (0 24870) (-1 1))
14:45:57 tramp-get-file-property (8) # /root/.bash_history file-truename 
/scp:address@hidden:/root/.bash_history
14:45:57 tramp-get-file-property (8) # /root/.bash_history 
file-attributes-integer (nil 1 0 0 (18296 33525) (18296 54632) (18296 54632) 
14073 -rw------- nil (0 24870) (-1 1))
14:45:57 tramp-get-file-property (8) # /root/.bash_history file-exists-p t
14:45:57 tramp-get-connection-property (7) # remote-encoding 
tramp-perl-encode-with-module
14:45:57 tramp-get-connection-property (7) # process-name nil
14:45:57 tramp-get-connection-property (7) # scripts nil
14:45:57 tramp-maybe-send-script (5) # Sending script 
`tramp_perl_encode_with_module'...
14:45:57 tramp-get-connection-property (7) # perl \perl
14:45:57 tramp-get-connection-property (7) # process-name nil
14:45:57 tramp-get-connection-property (7) # last-cmd-time (18296 8100 928840)
14:45:57 tramp-get-connection-property (7) # process-name nil
14:45:57 tramp-get-connection-property (7) # remote-echo nil
14:45:57 tramp-send-command (6) # tramp_perl_encode_with_module () {
\perl -MMIME::Base64 -0777 -ne 'print encode_base64($_)' 2>/dev/null
} 2>/dev/null; echo tramp_exit_status $? 
14:45:57 tramp-get-connection-property (7) # process-name nil
14:45:57 tramp-get-connection-property (7) # chunksize 0
14:45:57 tramp-set-connection-property (7) # last-cmd-time (18296 8101 29631)
14:45:57 tramp-get-connection-property (7) # process-buffer nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///b6d17ac58da4618e161b276afc1abe84
14:45:57 tramp-get-connection-property (7) # process-buffer nil
14:45:57 tramp-set-connection-property (7) # scripts 
(tramp_perl_encode_with_module)
14:45:57 tramp-maybe-send-script (5) # Sending script 
`tramp_perl_encode_with_module'...done.
14:45:57 tramp-get-connection-property (7) # local-decoding base64-decode-region
14:45:57 tramp-get-file-property (8) # /root/.bash_history file-exists-p t
14:45:57 tramp-get-file-property (8) # /root/.bash_history file-readable-p undef
14:45:57 tramp-get-connection-property (7) # test test
14:45:57 tramp-get-connection-property (7) # process-name nil
14:45:57 tramp-get-connection-property (7) # last-cmd-time (18296 8101 29631)
14:45:57 tramp-get-connection-property (7) # process-name nil
14:45:57 tramp-get-connection-property (7) # remote-echo nil
14:45:57 tramp-send-command (6) # test -r /root/.bash_history 2>/dev/null; echo 
tramp_exit_status $? 
14:45:57 tramp-get-connection-property (7) # process-name nil
14:45:57 tramp-get-connection-property (7) # chunksize 0
14:45:57 tramp-set-connection-property (7) # last-cmd-time (18296 8101 105319)
14:45:57 tramp-get-connection-property (7) # process-buffer nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///b6d17ac58da4618e161b276afc1abe84
14:45:57 tramp-get-connection-property (7) # process-buffer nil
14:45:57 tramp-set-file-property (8) # /root/.bash_history file-readable-p t
14:45:57 tramp-get-file-property (8) # /tmp/ file-writable-p undef
14:45:57 tramp-get-file-property (8) # /tmp/ file-exists-p undef
14:45:57 tramp-get-connection-property (7) # file-exists test -e
14:45:57 tramp-get-connection-property (7) # process-name nil
14:45:57 tramp-get-connection-property (7) # last-cmd-time (18296 8101 105319)
14:45:57 tramp-get-connection-property (7) # process-name nil
14:45:57 tramp-get-connection-property (7) # remote-echo nil
14:45:57 tramp-send-command (6) # test -e /tmp/ 2>/dev/null; echo 
tramp_exit_status $? 
14:45:57 tramp-get-connection-property (7) # process-name nil
14:45:57 tramp-get-connection-property (7) # chunksize 0
14:45:57 tramp-set-connection-property (7) # last-cmd-time (18296 8101 164403)
14:45:57 tramp-get-connection-property (7) # process-buffer nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///b6d17ac58da4618e161b276afc1abe84
14:45:57 tramp-get-connection-property (7) # process-buffer nil
14:45:57 tramp-set-file-property (8) # /tmp/ file-exists-p t
14:45:57 tramp-get-connection-property (7) # test test
14:45:57 tramp-get-connection-property (7) # process-name nil
14:45:57 tramp-get-connection-property (7) # last-cmd-time (18296 8101 164403)
14:45:57 tramp-get-connection-property (7) # process-name nil
14:45:57 tramp-get-connection-property (7) # remote-echo nil
14:45:57 tramp-send-command (6) # test -w /tmp/ 2>/dev/null; echo 
tramp_exit_status $? 
14:45:57 tramp-get-connection-property (7) # process-name nil
14:45:57 tramp-get-connection-property (7) # chunksize 0
14:45:57 tramp-set-connection-property (7) # last-cmd-time (18296 8101 220562)
14:45:57 tramp-get-connection-property (7) # process-buffer nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///b6d17ac58da4618e161b276afc1abe84
14:45:57 tramp-get-connection-property (7) # process-buffer nil
14:45:57 tramp-set-file-property (8) # /tmp/ file-writable-p t
14:45:57 tramp-get-connection-property (7) # process-name nil
14:45:57 tramp-get-connection-property (7) # last-cmd-time (18296 8101 220562)
14:45:57 tramp-get-connection-property (7) # process-name nil
14:45:57 tramp-get-connection-property (7) # remote-echo nil
14:45:57 tramp-send-command (6) # cp -f -p /root/.bash_history 
/tmp/tramp.6490nXL.bash_history
14:45:57 tramp-get-connection-property (7) # process-name nil
14:45:57 tramp-get-connection-property (7) # chunksize 0
14:45:57 tramp-set-connection-property (7) # last-cmd-time (18296 8101 281602)
14:45:57 tramp-get-connection-property (7) # process-buffer nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-wait-for-regexp (6) # 

///b6d17ac58da4618e161b276afc1abe84
14:45:57 tramp-get-connection-property (7) # process-name nil
14:45:57 tramp-get-connection-property (7) # last-cmd-time (18296 8101 281602)
14:45:57 tramp-get-connection-property (7) # process-name nil
14:45:57 tramp-get-connection-property (7) # remote-echo nil
14:45:57 tramp-send-command (6) # echo tramp_exit_status $? 
14:45:57 tramp-get-connection-property (7) # process-name nil
14:45:57 tramp-get-connection-property (7) # chunksize 0
14:45:57 tramp-set-connection-property (7) # last-cmd-time (18296 8101 347057)
14:45:57 tramp-get-connection-property (7) # process-buffer nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///b6d17ac58da4618e161b276afc1abe84
14:45:57 tramp-get-connection-property (7) # process-buffer nil
14:45:57 tramp-get-connection-property (7) # process-name nil
14:45:57 tramp-get-connection-property (7) # last-cmd-time (18296 8101 347057)
14:45:57 tramp-get-connection-property (7) # process-name nil
14:45:57 tramp-get-connection-property (7) # remote-echo nil
14:45:57 tramp-send-command (6) # chown 1001:50 /tmp/tramp.6490nXL.bash_history
14:45:57 tramp-get-connection-property (7) # process-name nil
14:45:57 tramp-get-connection-property (7) # chunksize 0
14:45:57 tramp-set-connection-property (7) # last-cmd-time (18296 8101 421501)
14:45:57 tramp-get-connection-property (7) # process-buffer nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-wait-for-regexp (6) # 

///b6d17ac58da4618e161b276afc1abe84
14:45:57 tramp-get-file-property (8) # /root/.bash_history 
file-attributes-integer (nil 1 0 0 (18296 33525) (18296 54632) (18296 54632) 
14073 -rw------- nil (0 24870) (-1 1))
14:45:57 tramp-get-file-property (8) # /root/.bash_history file-exists-p t
14:45:57 tramp-get-file-property (8) # /root/.bash_history 
file-attributes-integer (nil 1 0 0 (18296 33525) (18296 54632) (18296 54632) 
14073 -rw------- nil (0 24870) (-1 1))
14:45:57 tramp-handle-insert-file-contents (4) # Inserting local temp file 
`/tmp/tramp.6490nXL.bash_history'...
14:45:57 tramp-handle-insert-file-contents (4) # Inserting local temp file 
`/tmp/tramp.6490nXL.bash_history'...done
14:45:57 tramp-get-file-property (8) # /root/.bash_history file-writable-p undef
14:45:57 tramp-get-file-property (8) # /root/.bash_history file-exists-p t
14:45:57 tramp-get-connection-property (7) # test test
14:45:57 tramp-get-connection-property (7) # process-name nil
14:45:57 tramp-get-connection-property (7) # last-cmd-time (18296 8101 421501)
14:45:57 tramp-get-connection-property (7) # process-name nil
14:45:57 tramp-get-connection-property (7) # remote-echo nil
14:45:57 tramp-send-command (6) # test -w /root/.bash_history 2>/dev/null; echo 
tramp_exit_status $? 
14:45:57 tramp-get-connection-property (7) # process-name nil
14:45:57 tramp-get-connection-property (7) # chunksize 0
14:45:57 tramp-set-connection-property (7) # last-cmd-time (18296 8101 510471)
14:45:57 tramp-get-connection-property (7) # process-buffer nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///b6d17ac58da4618e161b276afc1abe84
14:45:57 tramp-get-connection-property (7) # process-buffer nil
14:45:57 tramp-set-file-property (8) # /root/.bash_history file-writable-p t
14:45:57 tramp-get-file-property (8) # /root/.bash_history 
file-attributes-integer (nil 1 0 0 (18296 33525) (18296 54632) (18296 54632) 
14073 -rw------- nil (0 24870) (-1 1))
14:45:57 tramp-get-file-property (8) # /root/.bash_history file-writable-p t
14:45:57 tramp-get-file-property (8) # /root/address@hidden file-exists-p undef
14:45:57 tramp-get-connection-property (7) # file-exists test -e
14:45:57 tramp-get-connection-property (7) # process-name nil
14:45:57 tramp-get-connection-property (7) # last-cmd-time (18296 8101 510471)
14:45:57 tramp-get-connection-property (7) # process-name nil
14:45:57 tramp-get-connection-property (7) # remote-echo nil
14:45:57 tramp-send-command (6) # test -e /root/address@hidden 2>/dev/null; 
echo tramp_exit_status $? 
14:45:57 tramp-get-connection-property (7) # process-name nil
14:45:57 tramp-get-connection-property (7) # chunksize 0
14:45:57 tramp-set-connection-property (7) # last-cmd-time (18296 8101 717746)
14:45:57 tramp-get-connection-property (7) # process-buffer nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-wait-for-regexp (6) # 
tramp_exit_status 1

///b6d17ac58da4618e161b276afc1abe84
14:45:57 tramp-get-connection-property (7) # process-buffer nil
14:45:57 tramp-set-file-property (8) # /root/address@hidden file-exists-p nil
14:45:57 tramp-get-file-property (8) # /root/RCS/.bash_history,v file-exists-p 
undef
14:45:57 tramp-get-connection-property (7) # file-exists test -e
14:45:57 tramp-get-connection-property (7) # process-name nil
14:45:57 tramp-get-connection-property (7) # last-cmd-time (18296 8101 717746)
14:45:57 tramp-get-connection-property (7) # process-name nil
14:45:57 tramp-get-connection-property (7) # remote-echo nil
14:45:57 tramp-send-command (6) # test -e /root/RCS/.bash_history\,v 
2>/dev/null; echo tramp_exit_status $? 
14:45:57 tramp-get-connection-property (7) # process-name nil
14:45:57 tramp-get-connection-property (7) # chunksize 0
14:45:57 tramp-set-connection-property (7) # last-cmd-time (18296 8101 761483)
14:45:57 tramp-get-connection-property (7) # process-buffer nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-wait-for-regexp (6) # 
tramp_exit_status 1

///b6d17ac58da4618e161b276afc1abe84
14:45:57 tramp-get-connection-property (7) # process-buffer nil
14:45:57 tramp-set-file-property (8) # /root/RCS/.bash_history,v file-exists-p 
nil
14:45:57 tramp-get-file-property (8) # /root/.bash_history,v file-exists-p undef
14:45:57 tramp-get-connection-property (7) # file-exists test -e
14:45:57 tramp-get-connection-property (7) # process-name nil
14:45:57 tramp-get-connection-property (7) # last-cmd-time (18296 8101 761483)
14:45:57 tramp-get-connection-property (7) # process-name nil
14:45:57 tramp-get-connection-property (7) # remote-echo nil
14:45:57 tramp-send-command (6) # test -e /root/.bash_history\,v 2>/dev/null; 
echo tramp_exit_status $? 
14:45:57 tramp-get-connection-property (7) # process-name nil
14:45:57 tramp-get-connection-property (7) # chunksize 0
14:45:57 tramp-set-connection-property (7) # last-cmd-time (18296 8101 830088)
14:45:57 tramp-get-connection-property (7) # process-buffer nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-wait-for-regexp (6) # 
tramp_exit_status 1

///b6d17ac58da4618e161b276afc1abe84
14:45:57 tramp-get-connection-property (7) # process-buffer nil
14:45:57 tramp-set-file-property (8) # /root/.bash_history,v file-exists-p nil
14:45:57 tramp-get-file-property (8) # /root/RCS/.bash_history file-exists-p 
undef
14:45:57 tramp-get-connection-property (7) # file-exists test -e
14:45:57 tramp-get-connection-property (7) # process-name nil
14:45:57 tramp-get-connection-property (7) # last-cmd-time (18296 8101 830088)
14:45:57 tramp-get-connection-property (7) # process-name nil
14:45:57 tramp-get-connection-property (7) # remote-echo nil
14:45:57 tramp-send-command (6) # test -e /root/RCS/.bash_history 2>/dev/null; 
echo tramp_exit_status $? 
14:45:57 tramp-get-connection-property (7) # process-name nil
14:45:57 tramp-get-connection-property (7) # chunksize 0
14:45:57 tramp-set-connection-property (7) # last-cmd-time (18296 8101 886894)
14:45:57 tramp-get-connection-property (7) # process-buffer nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-wait-for-regexp (6) # 
tramp_exit_status 1

///b6d17ac58da4618e161b276afc1abe84
14:45:57 tramp-get-connection-property (7) # process-buffer nil
14:45:57 tramp-set-file-property (8) # /root/RCS/.bash_history file-exists-p nil
14:45:57 tramp-get-file-property (8) # /root/CVS/Entries file-readable-p undef
14:45:57 tramp-get-connection-property (7) # test test
14:45:57 tramp-get-connection-property (7) # process-name nil
14:45:57 tramp-get-connection-property (7) # last-cmd-time (18296 8101 886894)
14:45:57 tramp-get-connection-property (7) # process-name nil
14:45:57 tramp-get-connection-property (7) # remote-echo nil
14:45:57 tramp-send-command (6) # test -r /root/CVS/Entries 2>/dev/null; echo 
tramp_exit_status $? 
14:45:57 tramp-get-connection-property (7) # process-name nil
14:45:57 tramp-get-connection-property (7) # chunksize 0
14:45:57 tramp-set-connection-property (7) # last-cmd-time (18296 8101 953876)
14:45:57 tramp-get-connection-property (7) # process-buffer nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:57 tramp-get-connection-property (7) # check-remote-echo nil
14:45:58 tramp-get-connection-property (7) # check-remote-echo nil
14:45:58 tramp-get-connection-property (7) # check-remote-echo nil
14:45:58 tramp-wait-for-regexp (6) # 
tramp_exit_status 1

///b6d17ac58da4618e161b276afc1abe84
14:45:58 tramp-get-connection-property (7) # process-buffer nil
14:45:58 tramp-set-file-property (8) # /root/CVS/Entries file-readable-p nil
14:45:58 tramp-get-file-property (8) # /root/SCCS/s..bash_history file-exists-p 
undef
14:45:58 tramp-get-connection-property (7) # file-exists test -e
14:45:58 tramp-get-connection-property (7) # process-name nil
14:45:58 tramp-get-connection-property (7) # last-cmd-time (18296 8101 953876)
14:45:58 tramp-get-connection-property (7) # process-name nil
14:45:58 tramp-get-connection-property (7) # remote-echo nil
14:45:58 tramp-send-command (6) # test -e /root/SCCS/s..bash_history 
2>/dev/null; echo tramp_exit_status $? 
14:45:58 tramp-get-connection-property (7) # process-name nil
14:45:58 tramp-get-connection-property (7) # chunksize 0
14:45:58 tramp-set-connection-property (7) # last-cmd-time (18296 8102 21517)
14:45:58 tramp-get-connection-property (7) # process-buffer nil
14:45:58 tramp-get-connection-property (7) # check-remote-echo nil
14:45:58 tramp-get-connection-property (7) # check-remote-echo nil
14:45:58 tramp-get-connection-property (7) # check-remote-echo nil
14:45:58 tramp-get-connection-property (7) # check-remote-echo nil
14:45:58 tramp-wait-for-regexp (6) # 
tramp_exit_status 1

///b6d17ac58da4618e161b276afc1abe84
14:45:58 tramp-get-connection-property (7) # process-buffer nil
14:45:58 tramp-set-file-property (8) # /root/SCCS/s..bash_history file-exists-p 
nil
14:45:58 tramp-get-file-property (8) # /root/s..bash_history file-exists-p undef
14:45:58 tramp-get-connection-property (7) # file-exists test -e
14:45:58 tramp-get-connection-property (7) # process-name nil
14:45:58 tramp-get-connection-property (7) # last-cmd-time (18296 8102 21517)
14:45:58 tramp-get-connection-property (7) # process-name nil
14:45:58 tramp-get-connection-property (7) # remote-echo nil
14:45:58 tramp-send-command (6) # test -e /root/s..bash_history 2>/dev/null; 
echo tramp_exit_status $? 
14:45:58 tramp-get-connection-property (7) # process-name nil
14:45:58 tramp-get-connection-property (7) # chunksize 0
14:45:58 tramp-set-connection-property (7) # last-cmd-time (18296 8102 80018)
14:45:58 tramp-get-connection-property (7) # process-buffer nil
14:45:58 tramp-get-connection-property (7) # check-remote-echo nil
14:45:58 tramp-get-connection-property (7) # check-remote-echo nil
14:45:58 tramp-get-connection-property (7) # check-remote-echo nil
14:45:58 tramp-get-connection-property (7) # check-remote-echo nil
14:45:58 tramp-wait-for-regexp (6) # 
tramp_exit_status 1

///b6d17ac58da4618e161b276afc1abe84
14:45:58 tramp-get-connection-property (7) # process-buffer nil
14:45:58 tramp-set-file-property (8) # /root/s..bash_history file-exists-p nil
14:45:58 tramp-get-file-property (8) # /root/.bash_history 
file-attributes-integer (nil 1 0 0 (18296 33525) (18296 54632) (18296 54632) 
14073 -rw------- nil (0 24870) (-1 1))
14:46:05 tramp-flush-file-property (8) # /root/.bash_history
<#/part>




reply via email to

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