tramp-devel
[Top][All Lists]
Advanced

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

tramp (2.1.8-pre); Couldn't find exist status of `test -e dir`


From: Zhihong Zhang
Subject: tramp (2.1.8-pre); Couldn't find exist status of `test -e dir`
Date: Tue, 16 Jan 2007 10:05:43 -0500
User-agent: Microsoft-Entourage/11.2.5.060620

Go this error message,

Couldn't find exist status of `test -e dir`

after entering password.

The error starts to occur after I use Tramp for a while. If I
switch to a new protocol, it will work for a few days and then
the same error will show up. So there is some accumulative
effect.

This only happens to one host, which is a solaris,

SunOS io 5.8 Generic_108528-15 sun4u sparc SUNW,Sun-Blade-100

It works fine when file is on a Linux host.

The full debug buffer is appended to this message.

Thanks!

Zhihong


Emacs  : GNU Emacs 21.2.1 (powerpc-apple-darwin8.0)
 of 2005-07-18 on localhost
Package: tramp (2.1.8-pre)

current state:
==============
(setq
 tramp-current-method "scp"
 tramp-current-user nil
 tramp-current-host "io.office.aol.com"
 tramp-auto-save-directory nil
 tramp-default-method "scp"
 tramp-default-method-alist '((nil "%" "smb")
                  ("" "\\`\\(anonymous\\|ftp\\)\\'" "ftp")
                  ("\\`ftp\\." "" "fp")
                  ("\\`localhost\\'" "\\`root\\'" "su"))
 tramp-default-host "zmac.local"
 tramp-default-proxies-alist nil
 tramp-default-user nil
 tramp-default-user-alist '(("fish" nil "zhang") ("smb" nil "")
                ("\\`su\\(do\\)?\\'" nil "root")
                ("\\`r\\(em\\)?\\(cp\\|sh\\)\\|telnet\\'" nil
                 "zhang")
                )
 tramp-rsh-end-of-line "\n"
 tramp-default-password-end-of-line "\n"
 tramp-remote-path '(tramp-default-remote-path "/usr/sbin" "/usr/local/bin"
             "/local/bin" "/local/freeware/bin" "/local/gnu/bin"
             "/usr/freeware/bin" "/usr/pkg/bin" "/usr/contrib/bin")
 tramp-login-prompt-regexp ".*ogin\\( .*\\)?: *"
 tramp-password-prompt-regexp "(base64-decode-string
\"Xi4qXChbcFBdYXNzd29yZFx8W3BQXWFzc3BocmFzZVwpLio6AD8gKg==\""
 tramp-wrong-passwd-regexp "^.*\\(Connection \\(?:closed by foreign
host\\.\\|refused\\)\\|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))
         ("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))
         ("scp2" (trap-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))
         ("scp1_old" (tramp-login-program "ssh1")
          (tramp-logn-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")))
          (trap-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-cop-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" (trap-login-program "remsh")
          (tramp-login-ags (("%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") (trmp-copy-program nil)
          (tramp-copy-args il) (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-kee-date nil)
          (tramp-password-end-of-line nil))
         ("ssh1" (tram-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-endof-line nil))
         ("ssh2" (tramp-login-program "ssh")
          (tramp-login-args
           (("%h") ("-l" "%u") ("-p" "%p") ("-2" "-e" "none")))
          (tramp-remote-sh "/bin/sh") (tamp-copy-program nil)
          (tramp-copy-args nil) (tramp-copy-keep-date nil)
          (tramp-password-end-of-line nil))
         ("ssh1_old" (tramp-login-program "ssh1")
          (tramplogin-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" "%") ("-p" "%p") ("-e" "none")))
          (tramp-emote-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 (("%") ("-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"))) (tramp-remote-s "/bin/sh")
          (tramp-copy-program nil) (tramp-copy-args nil)
          (tramp-copy-keep-date nil) (tramp-password-end-of-line nil))
         ("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-loginprogram "sudo")
          (tramp-login-rgs (("-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-nd-of-line nil))
         ("scpc" (tramp-login-program "ssh")
          (tramplogin-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))
         ("scpx" (tramp-login-program "ssh")
          (tramp-login-args
           (("%h") ("-" "%u") ("-p" "%p")
            ("-e" "none" "-t" "-t" "/bin/sh"))
           )
          (tramp-remote-sh "/bin/sh") (tramp-copy-program "scp")
          (tramp-copy-args (("-" "%k"))) (tramp-copy-keep-date t)
          (tramp-password-end-of-line nil))
         ("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))
         ("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"))
         ("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"))
         ("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"))
         ("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 "///99cbaa8ae6e82fc4438b9abf25f41d12"
 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-copy-failed)
                  (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 '(([cl-struct-tramp-file-name "ssh" nil
              "dino.office.aol.com" nil]
             ("uname" "Linux 2.4.21-40.ELsmp")
             ("default-remote-path" "/bin:/usr/bin") ("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-shell" "/bin/sh")
             ("ls" "/bin/ls") ("file-exists" "test -e")
             ("stat" "/usr/bin/stat") ("id" "/usr/bin/id")
             ("gid-integer" 100) ("perl" "/usr/bin/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))
            ([cl-struct-tramp-file-name "ssh" nil "dino" nil]
             ("uname" "Linux 2.4.21-40.ELsmp")
             ("default-remote-path" "/bin:/usr/bin") ("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-shell" "/bin/sh")
             ("ls" "/bin/ls") ("file-exists" "test -e")
             ("stat" "/usr/bin/stat") ("id" "/usr/bin/id")
             ("gid-integer" 100))
            ([cl-struct-tramp-file-name "ssh" nil "io.office.aol.com"
              nil]
             ("test" "test")
             ("default-remote-path"
              "/usr/xpg4/bin:/usr/ccs/bin:/usr/bin:/opt/SUNWspro/bin")
             ("/usr/xpg4/bin" t) ("/usr/ccs/bin" t) ("/usr/bin" t)
             ("/opt/SUNWspro/bin" nil) ("/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) ("ls" "/usr/xpg4/bin/ls")
             ("file-exists" "test -e") ("stat" nil)
             ("perl" "/usr/bin/perl") ("id" "/usr/xpg4/bin/id")
             ("gid-integer" 500)
             ("local-encoding" base64-encode-region)
             ("local-decoding" base64-decode-region)
             ("remote-encoding" tramp-perl-encode)
             ("remote-decoding" tramp-perl-decode)
             ("uname" "SunOS 5.8") ("remote-shell" "/bin/sh"))
            ([cl-struct-tramp-file-name "ssh" "zhang"
              "dino.office.aol.com" nil]
             ("uname" "Linux 2.4.21-40.ELsmp")
             ("default-remote-path" "/bin:/usr/bin") ("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-shell" "/bin/sh")
             ("ls" "/bin/ls") ("file-exists" "test -e")
             ("stat" "/usr/bin/stat") ("id" "/usr/bin/id")
             ("gid-integer" 100))
            ([cl-struct-tramp-file-name "ssh" nil "localhost" nil]
             ("uname" "Darwin 8.8.0")
             ("default-remote-path" "/usr/bin:/bin:/usr/sbin:/sbin")
             ("test" "test") ("/usr/bin" t) ("/bin" t) ("/usr/sbin" t)
             ("/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-shell" "/bin/sh")
             ("ls" "/bin/ls") ("file-exists" "test -e") ("stat" nil)
             ("perl" "/usr/bin/perl") ("id" "/usr/bin/id")
             ("gid-integer" 502))
            ([cl-struct-tramp-file-name "telnet" "zhang"
              "io.office.aol.com" nil]
             ("uname" "SunOS 5.8")
             ("default-remote-path"
              "/usr/xpg4/bin:/usr/ccs/bin:/usr/bin:/opt/SUNWspro/bin")
             ("test" "test") ("/usr/xpg4/bin" t) ("/usr/ccs/bin" t)
             ("/usr/bin" t) ("/opt/SUNWspro/bin" nil) ("/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) ("ls" "/usr/xpg4/bin/ls")
             ("file-exists" "test -e") ("stat" nil)
             ("perl" "/usr/bin/perl") ("id" "/usr/xpg4/bin/id")
             ("gid-integer" 500)
             ("local-encoding" base64-encode-region)
             ("local-decoding" base64-decode-region)
             ("remote-encoding" tramp-perl-encode)
             ("remote-decoding" tramp-perl-decode)
             ("remote-shell" "/bin/sh")
             ("home-directory" "~: does not exist"))
            ([cl-struct-tramp-file-name "rsh" "zhang"
              "io.office.aol.com" nil]
             ("uname" "SunOS 5.8")
             ("default-remote-path"
              "/usr/xpg4/bin:/usr/ccs/bin:/usr/bin:/opt/SUNWspro/bin")
             ("test" "test") ("/usr/xpg4/bin" t) ("/usr/ccs/bin" t)
             ("/usr/bin" t) ("/opt/SUNWspro/bin" nil) ("/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) ("ls" "/usr/xpg4/bin/ls")
             ("file-exists" "test -e") ("stat" nil)
             ("perl" "/usr/bin/perl") ("id" "/usr/xpg4/bin/id")
             ("gid-integer" 500)
             ("local-encoding" base64-encode-region)
             ("local-decoding" base64-decode-region)
             ("remote-encoding" tramp-perl-encode)
             ("remote-decoding" tramp-perl-decode)
             ("remote-shell" "/bin/sh")
             ("home-directory" "~: does not exist"))
            ([cl-struct-tramp-file-name "rsh" nil "io.office.aol.com"
              nil]
             ("uname" "SunOS 5.8")
             ("default-remote-path"
              "/usr/xpg4/bin:/usr/ccs/bin:/usr/bin:/opt/SUNWspro/bin")
             ("/usr/xpg4/bin" t) ("/usr/ccs/bin" t) ("/usr/bin" t)
             ("/opt/SUNWspro/bin" nil) ("/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) ("ls" "/usr/xpg4/bin/ls")
             ("test" "test"))
            ([cl-struct-tramp-file-name "scp" nil "io.office.aol.com"
              nil]
             ("uname" "SunOS 5.8")
             ("default-remote-path"
              "/usr/xpg4/bin:/usr/ccs/bin:/usr/bin:/opt/SUNWspro/bin")
             ("test" "test") ("/usr/xpg4/bin" t) ("/usr/ccs/bin" t)
             ("/usr/bin" t) ("/opt/SUNWspro/bin" nil) ("/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)
             ("home-directory" "/export/home/zhang")
             ("ls" "/usr/xpg4/bin/ls") ("file-exists" "test -e")
             ("stat" nil) ("perl" "/usr/bin/perl")
             ("id" "/usr/xpg4/bin/id") ("gid-integer" 500)
             ("local-encoding" base64-encode-region)
             ("local-decoding" base64-decode-region)
             ("remote-encoding" tramp-perl-encode)
             ("remote-decoding" tramp-perl-decode)
             ("remote-shell" "/bin/sh"))
            ([cl-struct-tramp-file-name "rcp" "zhang"
              "io.office.aol.com" nil]
             ("uname" "SunOS 5.8")
             ("default-remote-path"
              "/usr/xpg4/bin:/usr/ccs/bin:/usr/bin:/opt/SUNWspro/bin")
             ("test" "test") ("/usr/xpg4/bin" t) ("/usr/ccs/bin" t)
             ("/usr/bin" t) ("/opt/SUNWspro/bin" nil) ("/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)
             ("home-directory" "/export/home/zhang")
             ("ls" "/usr/xpg4/bin/ls") ("file-exists" "test -e")
             ("stat" nil) ("perl" "/usr/bin/perl")
             ("id" "/usr/xpg4/bin/id") ("gid-integer" 500)
             ("local-encoding" base64-encode-region)
             ("local-decoding" base64-decode-region)
             ("remote-encoding" tramp-perl-encode)
             ("remote-decoding" tramp-perl-decode))
            ([cl-struct-tramp-file-name "scp" nil "io.office.aol.com"
              "/export/home/zhang/cvswork"]
             nil)
            ("#<process *tramp/scp io.office.aol.com*>"
             ("last-cmd-time" (17836 58605 515905)) ("chunksize" 0))
            )
 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 nil
 backup-directory-alist nil
 file-name-handler-alist '(("\\`/[^/:]+:" . tramp-file-name-handler)
               ("\\`/:" . file-name-non-special))
 )

(setq
 buffer-name "*tramp/scp io.office.aol.com*"
 tramp-remote-path '("/usr/xpg4/bin" "/usr/ccs/bin" "/usr/bin" "/usr/sbin"
             "/usr/local/bin")
 )

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="*debug tramp/scp io.office.aol.com*" description="*debug tramp/scp
io.office.aol.com*">
<#/part>
<#part type="text/plain" encoding=base64 disposition=attachment
buffer="*tramp/scp io.office.aol.com*" description="*tramp/scp
io.office.aol.com*">
<#/part>


============== Debug Buffer ================

09:44:58 tramp-maybe-open-connection (6) # /bin/sh
09:44:58 tramp-maybe-open-connection (3) # Waiting 60s for local shell to
come up...
09:44:58 tramp-get-connection-property (7) # check-remote-echo nil
09:44:58 tramp-get-connection-property (7) # check-remote-echo nil
09:44:58 tramp-accept-process-output (10) # *tramp/scp io.office.aol.com*
run
09:44:58 tramp-accept-process-output (10) #
$ 
09:44:58 tramp-get-connection-property (7) # check-remote-echo nil
09:44:58 tramp-get-connection-property (7) # check-remote-echo nil
09:44:58 tramp-wait-for-regexp (6) #
$ 
09:44:58 tramp-get-connection-property (7) # process-buffer nil
09:44:58 tramp-maybe-open-connection (3) # Sending command `ssh
io.office.aol.com   -e none || exit'
09:44:58 tramp-get-connection-property (7) # process-name nil
09:44:58 tramp-get-connection-property (7) # remote-echo nil
09:44:58 tramp-send-command (6) # ssh io.office.aol.com   -e none || exit
09:44:58 tramp-get-connection-property (7) # process-name nil
09:44:58 tramp-get-connection-property (7) # chunksize nil
09:44:58 tramp-set-connection-property (7) # last-cmd-time (17836 58602
182378)
09:44:58 tramp-send-string (10) # ssh io.office.aol.com   -e none || exit
09:44:58 tramp-get-connection-property (7) # process-buffer nil
09:44:58 tramp-process-actions (3) # Waiting for prompts from remote shell
09:44:58 tramp-accept-process-output (10) # *tramp/scp io.office.aol.com*
run
09:44:58 tramp-accept-process-output (10) #
address@hidden's password:
09:44:58 tramp-process-one-action (5) # Looking for regexp ".*ogin\( .*\)?:
*\'" from remote shell
09:44:58 tramp-get-connection-property (7) # check-remote-echo nil
09:44:58 tramp-get-connection-property (7) # check-remote-echo nil
09:44:58 tramp-process-one-action (5) # Looking for regexp
"^.*\([pP]assword\|[pP]assphrase\).*:? *\'" from remote shell
09:44:58 tramp-get-connection-property (7) # check-remote-echo nil
09:44:58 tramp-get-connection-property (7) # check-remote-echo nil
09:44:58 tramp-process-one-action (5) # Call `tramp-action-password'
09:44:58 tramp-action-password (3) # Sending password
09:45:00 tramp-process-one-action (5) # Looking for regexp "^.*\(Connection
\(?:closed by foreign host\.\|refused\)\|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
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-process-one-action (5) # Looking for regexp "^[^#$%>
]*[#$%>] *\'" from remote shell
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-process-one-action (5) # Looking for regexp "^[^#$%>
]*[#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\'" from remote shell
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-process-one-action (5) # Looking for regexp "\(Are you sure
you want to continue connecting (yes/no)\?\)\s-*\'" from remote shell
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-process-one-action (5) # Looking for regexp "\(\(?:Store key
in cache\? (y/\|Update cached key\? (y/n, Return cancels
connectio\)n)\)\s-*\'" from remote shell
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-process-one-action (5) # Looking for regexp "\(TERM =
(.*)\|Terminal type\? \[.*\]\)\s-*\'" from remote shell
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-process-one-action (5) # Looking for regexp "\'" from remote
shell
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-process-one-action (5) # Call `tramp-action-process-alive'
09:45:00 tramp-accept-process-output (10) # *tramp/scp io.office.aol.com*
run
09:45:00 tramp-accept-process-output (10) #
address@hidden's password:
09:45:00 tramp-process-one-action (5) # Looking for regexp ".*ogin\( .*\)?:
*\'" from remote shell
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-process-one-action (5) # Looking for regexp
"^.*\([pP]assword\|[pP]assphrase\).*:? *\'" from remote shell
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-process-one-action (5) # Looking for regexp "^.*\(Connection
\(?:closed by foreign host\.\|refused\)\|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
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-process-one-action (5) # Looking for regexp "^[^#$%>
]*[#$%>] *\'" from remote shell
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-process-one-action (5) # Looking for regexp "^[^#$%>
]*[#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\'" from remote shell
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-process-one-action (5) # Looking for regexp "\(Are you sure
you want to continue connecting (yes/no)\?\)\s-*\'" from remote shell
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-process-one-action (5) # Looking for regexp "\(\(?:Store key
in cache\? (y/\|Update cached key\? (y/n, Return cancels
connectio\)n)\)\s-*\'" from remote shell
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-process-one-action (5) # Looking for regexp "\(TERM =
(.*)\|Terminal type\? \[.*\]\)\s-*\'" from remote shell
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-process-one-action (5) # Looking for regexp "\'" from remote
shell
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-process-one-action (5) # Call `tramp-action-process-alive'
09:45:00 tramp-accept-process-output (10) # *tramp/scp io.office.aol.com*
run
09:45:00 tramp-accept-process-output (10) #
address@hidden's password:
Last login: Tue Jan 16 09:43:52 2007 from 10.181.182.78

Sun Microsystems Inc.   SunOS 5.8       Generic Patch   October 2001
09:45:00 tramp-process-one-action (5) # Looking for regexp ".*ogin\( .*\)?:
*\'" from remote shell
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-process-one-action (5) # Looking for regexp
"^.*\([pP]assword\|[pP]assphrase\).*:? *\'" from remote shell
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-process-one-action (5) # Looking for regexp "^.*\(Connection
\(?:closed by foreign host\.\|refused\)\|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
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-process-one-action (5) # Looking for regexp "^[^#$%>
]*[#$%>] *\'" from remote shell
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-process-one-action (5) # Looking for regexp "^[^#$%>
]*[#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\'" from remote shell
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-process-one-action (5) # Looking for regexp "\(Are you sure 
you want to continue connecting (yes/no)\?\)\s-*\'" from remote shell
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-process-one-action (5) # Looking for regexp "\(\(?:Store key 
in cache\? (y/\|Update cached key\? (y/n, Return cancels 
connectio\)n)\)\s-*\'" from remote shell
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-process-one-action (5) # Looking for regexp "\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\'" from remote shell
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-process-one-action (5) # Looking for regexp "\'" from remote 
shell
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-process-one-action (5) # Call `tramp-action-process-alive'
09:45:00 tramp-accept-process-output (10) # *tramp/scp io.office.aol.com* 
run
09:45:00 tramp-accept-process-output (10) # 
address@hidden's password: 
Last login: Tue Jan 16 09:43:52 2007 from 10.181.182.78

Sun Microsystems Inc.   SunOS 5.8       Generic Patch   October 2001
Sun Microsystems Inc.       SunOS 5.8       Generic Patch   October 2001
09:45:00 tramp-process-one-action (5) # Looking for regexp ".*ogin\( .*\)?: 
*\'" from remote shell
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-process-one-action (5) # Looking for regexp 
"^.*\([pP]assword\|[pP]assphrase\).*:? *\'" from remote shell
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-process-one-action (5) # Looking for regexp "^.*\(Connection 
\(?:closed by foreign host\.\|refused\)\|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
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-process-one-action (5) # Looking for regexp "^[^#$%>
]*[#$%>] *\'" from remote shell
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-process-one-action (5) # Looking for regexp "^[^#$%>
]*[#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\'" from remote shell
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-process-one-action (5) # Looking for regexp "\(Are you sure 
you want to continue connecting (yes/no)\?\)\s-*\'" from remote shell
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-process-one-action (5) # Looking for regexp "\(\(?:Store key 
in cache\? (y/\|Update cached key\? (y/n, Return cancels 
connectio\)n)\)\s-*\'" from remote shell
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-process-one-action (5) # Looking for regexp "\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\'" from remote shell
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-process-one-action (5) # Looking for regexp "\'" from remote 
shell
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-process-one-action (5) # Call `tramp-action-process-alive'
09:45:00 tramp-accept-process-output (10) # *tramp/scp io.office.aol.com* 
run
09:45:00 tramp-accept-process-output (10) # 
address@hidden's password: 
Last login: Tue Jan 16 09:43:52 2007 from 10.181.182.78

Sun Microsystems Inc.   SunOS 5.8       Generic Patch   October 2001
Sun Microsystems Inc.       SunOS 5.8       Generic Patch   October 2001
You have mail.
09:45:00 tramp-process-one-action (5) # Looking for regexp ".*ogin\( .*\)?: 
*\'" from remote shell
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-process-one-action (5) # Looking for regexp 
"^.*\([pP]assword\|[pP]assphrase\).*:? *\'" from remote shell
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-process-one-action (5) # Looking for regexp "^.*\(Connection 
\(?:closed by foreign host\.\|refused\)\|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
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-process-one-action (5) # Looking for regexp "^[^#$%>
]*[#$%>] *\'" from remote shell
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-process-one-action (5) # Looking for regexp "^[^#$%>
]*[#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\'" from remote shell
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-process-one-action (5) # Looking for regexp "\(Are you sure 
you want to continue connecting (yes/no)\?\)\s-*\'" from remote shell
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-process-one-action (5) # Looking for regexp "\(\(?:Store key 
in cache\? (y/\|Update cached key\? (y/n, Return cancels 
connectio\)n)\)\s-*\'" from remote shell
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-process-one-action (5) # Looking for regexp "\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\'" from remote shell
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-process-one-action (5) # Looking for regexp "\'" from remote 
shell
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-process-one-action (5) # Call `tramp-action-process-alive'
09:45:00 tramp-accept-process-output (10) # *tramp/scp io.office.aol.com* 
run
09:45:00 tramp-accept-process-output (10) # 
address@hidden's password: 
Last login: Tue Jan 16 09:43:52 2007 from 10.181.182.78

Sun Microsystems Inc.   SunOS 5.8       Generic Patch   October 2001
Sun Microsystems Inc.       SunOS 5.8       Generic Patch   October 2001
You have mail.
/export/home/zhang $ 
09:45:00 tramp-process-one-action (5) # Looking for regexp ".*ogin\( .*\)?: 
*\'" from remote shell
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-process-one-action (5) # Looking for regexp 
"^.*\([pP]assword\|[pP]assphrase\).*:? *\'" from remote shell
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-process-one-action (5) # Looking for regexp "^.*\(Connection 
\(?:closed by foreign host\.\|refused\)\|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
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-process-one-action (5) # Looking for regexp "^[^#$%>
]*[#$%>] *\'" from remote shell
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-process-one-action (5) # Call `tramp-action-succeed'
09:45:00 tramp-get-connection-property (7) # process-buffer nil
09:45:00 tramp-process-actions (6) # 
address@hidden's password: 
Last login: Tue Jan 16 09:43:52 2007 from 10.181.182.78

Sun Microsystems Inc.   SunOS 5.8       Generic Patch   October 2001
Sun Microsystems Inc.       SunOS 5.8       Generic Patch   October 2001
You have mail.
/export/home/zhang $ 
09:45:00 tramp-maybe-open-connection (3) # Found remote shell prompt on 
`io.office.aol.com'
09:45:00 tramp-get-connection-property (7) # process-name nil
09:45:00 tramp-get-connection-property (7) # remote-echo nil
09:45:00 tramp-send-command-internal (6) # exec env 'ENV=' 'PS1=$ ' /bin/sh
09:45:00 tramp-get-connection-property (7) # process-name nil
09:45:00 tramp-get-connection-property (7) # chunksize nil
09:45:00 tramp-set-connection-property (7) # last-cmd-time (17836 58604 
865369)
09:45:00 tramp-send-string (10) # exec env 'ENV=' 'PS1=$ ' /bin/sh
09:45:00 tramp-get-connection-property (7) # process-buffer nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-accept-process-output (10) # *tramp/scp io.office.aol.com* 
run
09:45:00 tramp-accept-process-output (10) # 
$ 
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-wait-for-regexp (6) # 
$ 
09:45:00 tramp-open-connection-setup-interactive-shell (5) # Setting up 
remote shell environment
09:45:00 tramp-get-connection-property (7) # process-name nil
09:45:00 tramp-get-connection-property (7) # remote-echo nil
09:45:00 tramp-send-command-internal (6) # stty -inlcr -echo kill '^U' erase 
'^H'
09:45:00 tramp-get-connection-property (7) # process-name nil
09:45:00 tramp-get-connection-property (7) # chunksize nil
09:45:00 tramp-set-connection-property (7) # last-cmd-time (17836 58604 
909969)
09:45:00 tramp-send-string (10) # stty -inlcr -echo kill '^U' erase '^H'
09:45:00 tramp-get-connection-property (7) # process-buffer nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-accept-process-output (10) # *tramp/scp io.office.aol.com* 
run
09:45:00 tramp-accept-process-output (10) # 
$ 
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:00 tramp-wait-for-regexp (6) # 
$ 
09:45:00 tramp-get-connection-property (7) # process-name nil
09:45:00 tramp-get-connection-property (7) # remote-echo nil
09:45:00 tramp-send-command-internal (6) # echo foo
09:45:00 tramp-get-connection-property (7) # process-name nil
09:45:00 tramp-get-connection-property (7) # chunksize nil
09:45:00 tramp-set-connection-property (7) # last-cmd-time (17836 58604 
923056)
09:45:00 tramp-send-string (10) # echo foo
09:45:00 tramp-get-connection-property (7) # process-buffer nil
09:45:00 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-accept-process-output (10) # *tramp/scp io.office.aol.com* 
run
09:45:01 tramp-accept-process-output (10) # 
foo
$ 
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-wait-for-regexp (6) # 
foo
$ 
09:45:01 tramp-open-connection-setup-interactive-shell (5) # Determining 
coding system
09:45:01 tramp-get-connection-property (7) # process-name nil
09:45:01 tramp-get-connection-property (7) # remote-echo nil
09:45:01 tramp-send-command-internal (6) # echo foo ; echo bar
09:45:01 tramp-get-connection-property (7) # process-name nil
09:45:01 tramp-get-connection-property (7) # chunksize nil
09:45:01 tramp-set-connection-property (7) # last-cmd-time (17836 58605 
33261)
09:45:01 tramp-send-string (10) # echo foo ; echo bar
09:45:01 tramp-get-connection-property (7) # process-buffer nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-accept-process-output (10) # *tramp/scp io.office.aol.com* 
run
09:45:01 tramp-accept-process-output (10) # 
foo
bar
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-accept-process-output (10) # *tramp/scp io.office.aol.com* 
run
09:45:01 tramp-accept-process-output (10) # 
foo
bar
$ 
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-wait-for-regexp (6) # 
foo
bar
$ 
09:45:01 tramp-get-connection-property (7) # process-name nil
09:45:01 tramp-get-connection-property (7) # remote-echo nil
09:45:01 tramp-send-command-internal (6) # set +o vi +o emacs
09:45:01 tramp-get-connection-property (7) # process-name nil
09:45:01 tramp-get-connection-property (7) # chunksize nil
09:45:01 tramp-set-connection-property (7) # last-cmd-time (17836 58605 
37752)
09:45:01 tramp-send-string (10) # set +o vi +o emacs
09:45:01 tramp-get-connection-property (7) # process-buffer nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-accept-process-output (10) # *tramp/scp io.office.aol.com* 
run
09:45:01 tramp-accept-process-output (10) # 
$ 
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-wait-for-regexp (6) # 
$ 
09:45:01 tramp-open-connection-setup-interactive-shell (5) # Setting shell 
prompt
09:45:01 tramp-set-connection-property (7) # last-cmd-time (17836 58605 
53983)
09:45:01 tramp-get-connection-property (7) # process-name nil
09:45:01 tramp-get-connection-property (7) # last-cmd-time (17836 58605 
53983)
09:45:01 tramp-get-connection-property (7) # process-name nil
09:45:01 tramp-get-connection-property (7) # remote-echo nil
09:45:01 tramp-send-command (6) # PS1='
///99cbaa8ae6e82fc4438b9abf25f41d12
'; PS2=''; PS3=''
09:45:01 tramp-get-connection-property (7) # process-name nil
09:45:01 tramp-get-connection-property (7) # chunksize nil
09:45:01 tramp-set-connection-property (7) # last-cmd-time (17836 58605 
54818)
09:45:01 tramp-send-string (10) # PS1='
///99cbaa8ae6e82fc4438b9abf25f41d12
'; PS2=''; PS3=''
09:45:01 tramp-get-connection-property (7) # process-buffer nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-accept-process-output (10) # *tramp/scp io.office.aol.com* 
run
09:45:01 tramp-accept-process-output (10) # 
> > 
///99cbaa8ae6e82fc4438b9abf25f41d12
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-wait-for-regexp (6) # 
> > 
///99cbaa8ae6e82fc4438b9abf25f41d12
09:45:01 tramp-get-connection-property (7) # chunksize undef
09:45:01 tramp-open-connection-setup-interactive-shell (5) # Checking remote 
host type for `send-process-string' bug
09:45:01 tramp-get-connection-property (7) # uname SunOS 5.8
09:45:01 tramp-set-connection-property (7) # chunksize 0
09:45:01 tramp-set-remote-path (5) # Setting $PATH environment variable
09:45:01 tramp-get-connection-property (7) # process-buffer nil
09:45:01 tramp-get-connection-property (7) # default-remote-path 
/usr/xpg4/bin:/usr/ccs/bin:/usr/bin:/opt/SUNWspro/bin
09:45:01 tramp-get-connection-property (7) # /usr/xpg4/bin t
09:45:01 tramp-get-connection-property (7) # /usr/ccs/bin t
09:45:01 tramp-get-connection-property (7) # /usr/bin t
09:45:01 tramp-get-connection-property (7) # /opt/SUNWspro/bin nil
09:45:01 tramp-get-connection-property (7) # /usr/sbin t
09:45:01 tramp-get-connection-property (7) # /usr/local/bin t
09:45:01 tramp-get-connection-property (7) # /local/bin nil
09:45:01 tramp-get-connection-property (7) # /local/freeware/bin nil
09:45:01 tramp-get-connection-property (7) # /local/gnu/bin nil
09:45:01 tramp-get-connection-property (7) # /usr/freeware/bin nil
09:45:01 tramp-get-connection-property (7) # /usr/pkg/bin nil
09:45:01 tramp-get-connection-property (7) # /usr/contrib/bin nil
09:45:01 tramp-get-connection-property (7) # process-name nil
09:45:01 tramp-get-connection-property (7) # last-cmd-time (17836 58605 
54818)
09:45:01 tramp-get-connection-property (7) # process-name nil
09:45:01 tramp-get-connection-property (7) # remote-echo nil
09:45:01 tramp-send-command (6) # 
PATH=/usr/xpg4/bin:/usr/ccs/bin:/usr/bin:/usr/sbin:/usr/local/bin; export 
PATH
09:45:01 tramp-get-connection-property (7) # process-name nil
09:45:01 tramp-get-connection-property (7) # chunksize 0
09:45:01 tramp-set-connection-property (7) # last-cmd-time (17836 58605 
96143)
09:45:01 tramp-send-string (10) # 
PATH=/usr/xpg4/bin:/usr/ccs/bin:/usr/bin:/usr/sbin:/usr/local/bin; export 
PATH
09:45:01 tramp-get-connection-property (7) # process-buffer nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-accept-process-output (10) # *tramp/scp io.office.aol.com* 
run
09:45:01 tramp-accept-process-output (10) # 

///99cbaa8ae6e82fc4438b9abf25f41d12
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-wait-for-regexp (6) # 

///99cbaa8ae6e82fc4438b9abf25f41d12
09:45:01 tramp-get-connection-property (7) # remote-shell /bin/sh
09:45:01 tramp-get-connection-property (7) # process-name nil
09:45:01 tramp-get-connection-property (7) # last-cmd-time (17836 58605 
96143)
09:45:01 tramp-get-connection-property (7) # process-name nil
09:45:01 tramp-get-connection-property (7) # remote-echo nil
09:45:01 tramp-send-command (6) # mesg n; biff n
09:45:01 tramp-get-connection-property (7) # process-name nil
09:45:01 tramp-get-connection-property (7) # chunksize 0
09:45:01 tramp-set-connection-property (7) # last-cmd-time (17836 58605 
112795)
09:45:01 tramp-send-string (10) # mesg n; biff n
09:45:01 tramp-get-connection-property (7) # process-buffer nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-accept-process-output (10) # *tramp/scp io.office.aol.com* 
run
09:45:01 tramp-accept-process-output (10) # 
biff: not found

///99cbaa8ae6e82fc4438b9abf25f41d12
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-wait-for-regexp (6) # 
biff: not found

///99cbaa8ae6e82fc4438b9abf25f41d12
09:45:01 tramp-open-connection-setup-interactive-shell (5) # Setting default 
environment
09:45:01 tramp-get-connection-property (7) # process-name nil
09:45:01 tramp-get-connection-property (7) # last-cmd-time (17836 58605 
112795)
09:45:01 tramp-get-connection-property (7) # process-name nil
09:45:01 tramp-get-connection-property (7) # remote-echo nil
09:45:01 tramp-send-command (6) # HISTFILE=$HOME/.tramp_history; export 
HISTFILE
09:45:01 tramp-get-connection-property (7) # process-name nil
09:45:01 tramp-get-connection-property (7) # chunksize 0
09:45:01 tramp-set-connection-property (7) # last-cmd-time (17836 58605 
129684)
09:45:01 tramp-send-string (10) # HISTFILE=$HOME/.tramp_history; export 
HISTFILE
09:45:01 tramp-get-connection-property (7) # process-buffer nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-accept-process-output (10) # *tramp/scp io.office.aol.com* 
run
09:45:01 tramp-accept-process-output (10) # 

///99cbaa8ae6e82fc4438b9abf25f41d12
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-wait-for-regexp (6) # 

///99cbaa8ae6e82fc4438b9abf25f41d12
09:45:01 tramp-get-connection-property (7) # process-name nil
09:45:01 tramp-get-connection-property (7) # last-cmd-time (17836 58605 
129684)
09:45:01 tramp-get-connection-property (7) # process-name nil
09:45:01 tramp-get-connection-property (7) # remote-echo nil
09:45:01 tramp-send-command (6) # HISTSIZE=1; export HISTSIZE
09:45:01 tramp-get-connection-property (7) # process-name nil
09:45:01 tramp-get-connection-property (7) # chunksize 0
09:45:01 tramp-set-connection-property (7) # last-cmd-time (17836 58605 
134861)
09:45:01 tramp-send-string (10) # HISTSIZE=1; export HISTSIZE
09:45:01 tramp-get-connection-property (7) # process-buffer nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-accept-process-output (10) # *tramp/scp io.office.aol.com* 
run
09:45:01 tramp-accept-process-output (10) # 

///99cbaa8ae6e82fc4438b9abf25f41d12
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-wait-for-regexp (6) # 

///99cbaa8ae6e82fc4438b9abf25f41d12
09:45:01 tramp-get-connection-property (7) # process-name nil
09:45:01 tramp-get-connection-property (7) # last-cmd-time (17836 58605 
134861)
09:45:01 tramp-get-connection-property (7) # process-name nil
09:45:01 tramp-get-connection-property (7) # remote-echo nil
09:45:01 tramp-send-command (6) # LC_TIME=C; export LC_TIME
09:45:01 tramp-get-connection-property (7) # process-name nil
09:45:01 tramp-get-connection-property (7) # chunksize 0
09:45:01 tramp-set-connection-property (7) # last-cmd-time (17836 58605 
142833)
09:45:01 tramp-send-string (10) # LC_TIME=C; export LC_TIME
09:45:01 tramp-get-connection-property (7) # process-buffer nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-accept-process-output (10) # *tramp/scp io.office.aol.com* 
run
09:45:01 tramp-accept-process-output (10) # 

///99cbaa8ae6e82fc4438b9abf25f41d12
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-wait-for-regexp (6) # 

///99cbaa8ae6e82fc4438b9abf25f41d12
09:45:01 tramp-get-connection-property (7) # process-name nil
09:45:01 tramp-get-connection-property (7) # last-cmd-time (17836 58605 
142833)
09:45:01 tramp-get-connection-property (7) # process-name nil
09:45:01 tramp-get-connection-property (7) # remote-echo nil
09:45:01 tramp-send-command (6) # TERM=dumb; export TERM
09:45:01 tramp-get-connection-property (7) # process-name nil
09:45:01 tramp-get-connection-property (7) # chunksize 0
09:45:01 tramp-set-connection-property (7) # last-cmd-time (17836 58605 
147031)
09:45:01 tramp-send-string (10) # TERM=dumb; export TERM
09:45:01 tramp-get-connection-property (7) # process-buffer nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-accept-process-output (10) # *tramp/scp io.office.aol.com* 
run
09:45:01 tramp-accept-process-output (10) # 

///99cbaa8ae6e82fc4438b9abf25f41d12
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-wait-for-regexp (6) # 

///99cbaa8ae6e82fc4438b9abf25f41d12
09:45:01 tramp-get-connection-property (7) # process-name nil
09:45:01 tramp-get-connection-property (7) # last-cmd-time (17836 58605 
147031)
09:45:01 tramp-get-connection-property (7) # process-name nil
09:45:01 tramp-get-connection-property (7) # remote-echo nil
09:45:01 tramp-send-command (6) # unset correct autocorrect MAILPATH 
MAILCHECK MAIL HISTORY CDPATH
09:45:01 tramp-get-connection-property (7) # process-name nil
09:45:01 tramp-get-connection-property (7) # chunksize 0
09:45:01 tramp-set-connection-property (7) # last-cmd-time (17836 58605 
166168)
09:45:01 tramp-send-string (10) # unset correct autocorrect MAILPATH 
MAILCHECK MAIL HISTORY CDPATH
09:45:01 tramp-get-connection-property (7) # process-buffer nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-accept-process-output (10) # *tramp/scp io.office.aol.com* 
run
09:45:01 tramp-accept-process-output (10) # 
MAILCHECK: cannot unset

///99cbaa8ae6e82fc4438b9abf25f41d12
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-wait-for-regexp (6) # 
MAILCHECK: cannot unset

///99cbaa8ae6e82fc4438b9abf25f41d12
09:45:01 tramp-get-connection-property (7) # process-name nil
09:45:01 tramp-get-connection-property (7) # remote-echo nil
09:45:01 tramp-send-command (6) # test -d /export/home/zhang/cvswork 
2>/dev/null; echo tramp_exit_status $? 
09:45:01 tramp-get-connection-property (7) # process-name nil
09:45:01 tramp-get-connection-property (7) # chunksize 0
09:45:01 tramp-set-connection-property (7) # last-cmd-time (17836 58605 
170481)
09:45:01 tramp-send-string (10) # test -d /export/home/zhang/cvswork 
2>/dev/null; echo tramp_exit_status $? 
09:45:01 tramp-get-connection-property (7) # process-buffer nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-accept-process-output (10) # *tramp/scp io.office.aol.com* 
run
09:45:01 tramp-accept-process-output (10) # 
tramp_exit_status 0

///99cbaa8ae6e82fc4438b9abf25f41d12
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///99cbaa8ae6e82fc4438b9abf25f41d12
09:45:01 tramp-get-connection-property (7) # process-buffer nil
09:45:01 tramp-set-file-property (8) # /export/home/zhang/cvswork 
file-directory-p t
09:45:01 tramp-get-file-property (8) # /export/home/zhang/cvswork 
file-directory-p t
09:45:01 tramp-flush-file-property (8) # /export/home/zhang/cvswork/
09:45:01 tramp-handle-insert-directory (4) # Inserting directory `ls -al 
/scp:io.office.aol.com:/export/home/zhang/cvswork/', wildcard no, fulldir 
yes
09:45:01 tramp-get-connection-property (7) # ls /usr/xpg4/bin/ls
09:45:01 tramp-get-connection-property (7) # process-name nil
09:45:01 tramp-get-connection-property (7) # last-cmd-time (17836 58605 
170481)
09:45:01 tramp-get-connection-property (7) # process-name nil
09:45:01 tramp-get-connection-property (7) # remote-echo nil
09:45:01 tramp-send-command (6) # /usr/xpg4/bin/ls -al 
/export/home/zhang/cvswork/.
09:45:01 tramp-get-connection-property (7) # process-name nil
09:45:01 tramp-get-connection-property (7) # chunksize 0
09:45:01 tramp-set-connection-property (7) # last-cmd-time (17836 58605 
271696)
09:45:01 tramp-send-string (10) # /usr/xpg4/bin/ls -al 
/export/home/zhang/cvswork/.
09:45:01 tramp-get-connection-property (7) # process-buffer nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-accept-process-output (10) # *tramp/scp io.office.aol.com* 
run
09:45:01 tramp-accept-process-output (10) # 
total 70788
drwxr-xr-x  37 zhang    500         1024 Jan  8 11:11 .
drwxrwxr-x  17 zhang    500         1536 Jan 12 19:08 ..
-rw-r--r--   1 zhang    500            0 Nov 23  2005 .cvspass
-rw-r--r--   1 zhang    500            0 Nov 23  2005 .metadata.cmpopulate
drwxr-xr-x   4 zhang    500          512 Oct 20 11:45 CVSROOT
-rw-r--r--   1 zhang    500      36156735 Jan 10 12:22 TAGS
drwxr-xr-x   7 zhang    500          512 Nov 23  2005 aolsn
drwxr-xr-x   7 zhang    500          512 Jun 29  2006 audi
drwxr-xr-x   6 zhang    500          512 Nov 23  2005 bsafe
drwxr-xr-x   9 zhang    500          512 Nov 23  2005 cibs
drwxr-xr-x   4 zhang    500          512 Nov 23  2005 common
drwxr-xr-x   3 zhang    500          512 Dec  9  2005 cpsh
drwxr-xr-x   4 zhang    500          512 Nov 23  2005 ct
drwxr-xr-x   5 zhang    500         2560 Dec 11 10:51 dlpi
drwxr-xr-x   3 zhang    500          512 May  1  2006 gdbinit
drwxr-xr-x   3 zhang    500         1536 Oct 26 22:39 gdbm
drwxr-xr-x   5 zhang    500          512 Sep 22 09:48 http
drwxr-xr-x   6 zhang    500          512 Nov 28 13:51 idp
drwxr-xr-x   3 zhang    500          512 Jun 10  2006 include
drwxr-xr-x  11 zhang    500          512 Jun 10  2006 kraft
drwxr-xr-x   4 zhang    500          512 Jun 30  2006 lib_configs
drwxr-xr-x   7 zhang    500          512 Nov 23  2005 lngo
drwxr-xr-x   5 zhang    500          512 Nov 23  2005 lol
drwxr-xr-x   3 zhang    500          512 Dec 11 10:52 md5
drwxr-xr-x   6 zhang    500          512 Nov 23  2005 mfaccess
drwxr-xr-x   7 zhang    500          512 May 25  2006 odracula
drwxr-xr-x  12 zhang    500          512 Jan  3 17:28 oscar
drwxr-xr-x   8 zhang    500          512 Sep 22 12:22 saab
drwxr-xr-x   8 zhang    500          512 Nov 23  2005 snac
drwxr-xr-x   4 zhang    500         8704 Jan 12 23:16 snac_protocol
drwxr-xr-x   5 zhang    500          512 Nov 23  2005 soml
drwxr-xr-x   3 zhang    500          512 Dec 11 10:52 somlbsafe
drwxr-xr-x   8 zhang    500          512 Sep 21 17:51 sssl
drwxr-xr-x   6 zhang    500          512 Dec 11 10:51 sst
drwxr-xr-x   3 zhang    500         1536 Oct 26 19:24 template2
drwxr-xr-x  10 zhang    500          512 Oct 27 00:12 thirdparty
drwxr-xr-x  20 zhang    500          512 Oct 10 16:42 uas
drwxr-xr-x  18 zhang    500          512 Jun 27  2006 uas_v4
drwxr-xr-x  21 zhang    500          512 Oct 17 17:09 uas_v5
drwxr-xr-x  19 zhang    500          512 Dec 20 16:41 uas_v6
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-accept-process-output (10) # *tramp/scp io.office.aol.com* 
run
09:45:01 tramp-accept-process-output (10) # 
total 70788
drwxr-xr-x  37 zhang    500         1024 Jan  8 11:11 .
drwxrwxr-x  17 zhang    500         1536 Jan 12 19:08 ..
-rw-r--r--   1 zhang    500            0 Nov 23  2005 .cvspass
-rw-r--r--   1 zhang    500            0 Nov 23  2005 .metadata.cmpopulate
drwxr-xr-x   4 zhang    500          512 Oct 20 11:45 CVSROOT
-rw-r--r--   1 zhang    500      36156735 Jan 10 12:22 TAGS
drwxr-xr-x   7 zhang    500          512 Nov 23  2005 aolsn
drwxr-xr-x   7 zhang    500          512 Jun 29  2006 audi
drwxr-xr-x   6 zhang    500          512 Nov 23  2005 bsafe
drwxr-xr-x   9 zhang    500          512 Nov 23  2005 cibs
drwxr-xr-x   4 zhang    500          512 Nov 23  2005 common
drwxr-xr-x   3 zhang    500          512 Dec  9  2005 cpsh
drwxr-xr-x   4 zhang    500          512 Nov 23  2005 ct
drwxr-xr-x   5 zhang    500         2560 Dec 11 10:51 dlpi
drwxr-xr-x   3 zhang    500          512 May  1  2006 gdbinit
drwxr-xr-x   3 zhang    500         1536 Oct 26 22:39 gdbm
drwxr-xr-x   5 zhang    500          512 Sep 22 09:48 http
drwxr-xr-x   6 zhang    500          512 Nov 28 13:51 idp
drwxr-xr-x   3 zhang    500          512 Jun 10  2006 include
drwxr-xr-x  11 zhang    500          512 Jun 10  2006 kraft
drwxr-xr-x   4 zhang    500          512 Jun 30  2006 lib_configs
drwxr-xr-x   7 zhang    500          512 Nov 23  2005 lngo
drwxr-xr-x   5 zhang    500          512 Nov 23  2005 lol
drwxr-xr-x   3 zhang    500          512 Dec 11 10:52 md5
drwxr-xr-x   6 zhang    500          512 Nov 23  2005 mfaccess
drwxr-xr-x   7 zhang    500          512 May 25  2006 odracula
drwxr-xr-x  12 zhang    500          512 Jan  3 17:28 oscar
drwxr-xr-x   8 zhang    500          512 Sep 22 12:22 saab
drwxr-xr-x   8 zhang    500          512 Nov 23  2005 snac
drwxr-xr-x   4 zhang    500         8704 Jan 12 23:16 snac_protocol
drwxr-xr-x   5 zhang    500          512 Nov 23  2005 soml
drwxr-xr-x   3 zhang    500          512 Dec 11 10:52 somlbsafe
drwxr-xr-x   8 zhang    500          512 Sep 21 17:51 sssl
drwxr-xr-x   6 zhang    500          512 Dec 11 10:51 sst
drwxr-xr-x   3 zhang    500         1536 Oct 26 19:24 template2
drwxr-xr-x  10 zhang    500          512 Oct 27 00:12 thirdparty
drwxr-xr-x  20 zhang    500          512 Oct 10 16:42 uas
drwxr-xr-x  18 zhang    500          512 Jun 27  2006 uas_v4
drwxr-xr-x  21 zhang    500          512 Oct 17 17:09 uas_v5
drwxr-xr-x  19 zhang    500          512 Dec 20 16:41 uas_v6

///99cbaa8ae6e82fc4438b9abf25f41d12
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-wait-for-regexp (6) # 
total 70788
drwxr-xr-x  37 zhang    500         1024 Jan  8 11:11 .
drwxrwxr-x  17 zhang    500         1536 Jan 12 19:08 ..
-rw-r--r--   1 zhang    500            0 Nov 23  2005 .cvspass
-rw-r--r--   1 zhang    500            0 Nov 23  2005 .metadata.cmpopulate
drwxr-xr-x   4 zhang    500          512 Oct 20 11:45 CVSROOT
-rw-r--r--   1 zhang    500      36156735 Jan 10 12:22 TAGS
drwxr-xr-x   7 zhang    500          512 Nov 23  2005 aolsn
drwxr-xr-x   7 zhang    500          512 Jun 29  2006 audi
drwxr-xr-x   6 zhang    500          512 Nov 23  2005 bsafe
drwxr-xr-x   9 zhang    500          512 Nov 23  2005 cibs
drwxr-xr-x   4 zhang    500          512 Nov 23  2005 common
drwxr-xr-x   3 zhang    500          512 Dec  9  2005 cpsh
drwxr-xr-x   4 zhang    500          512 Nov 23  2005 ct
drwxr-xr-x   5 zhang    500         2560 Dec 11 10:51 dlpi
drwxr-xr-x   3 zhang    500          512 May  1  2006 gdbinit
drwxr-xr-x   3 zhang    500         1536 Oct 26 22:39 gdbm
drwxr-xr-x   5 zhang    500          512 Sep 22 09:48 http
drwxr-xr-x   6 zhang    500          512 Nov 28 13:51 idp
drwxr-xr-x   3 zhang    500          512 Jun 10  2006 include
drwxr-xr-x  11 zhang    500          512 Jun 10  2006 kraft
drwxr-xr-x   4 zhang    500          512 Jun 30  2006 lib_configs
drwxr-xr-x   7 zhang    500          512 Nov 23  2005 lngo
drwxr-xr-x   5 zhang    500          512 Nov 23  2005 lol
drwxr-xr-x   3 zhang    500          512 Dec 11 10:52 md5
drwxr-xr-x   6 zhang    500          512 Nov 23  2005 mfaccess
drwxr-xr-x   7 zhang    500          512 May 25  2006 odracula
drwxr-xr-x  12 zhang    500          512 Jan  3 17:28 oscar
drwxr-xr-x   8 zhang    500          512 Sep 22 12:22 saab
drwxr-xr-x   8 zhang    500          512 Nov 23  2005 snac
drwxr-xr-x   4 zhang    500         8704 Jan 12 23:16 snac_protocol
drwxr-xr-x   5 zhang    500          512 Nov 23  2005 soml
drwxr-xr-x   3 zhang    500          512 Dec 11 10:52 somlbsafe
drwxr-xr-x   8 zhang    500          512 Sep 21 17:51 sssl
drwxr-xr-x   6 zhang    500          512 Dec 11 10:51 sst
drwxr-xr-x   3 zhang    500         1536 Oct 26 19:24 template2
drwxr-xr-x  10 zhang    500          512 Oct 27 00:12 thirdparty
drwxr-xr-x  20 zhang    500          512 Oct 10 16:42 uas
drwxr-xr-x  18 zhang    500          512 Jun 27  2006 uas_v4
drwxr-xr-x  21 zhang    500          512 Oct 17 17:09 uas_v5
drwxr-xr-x  19 zhang    500          512 Dec 20 16:41 uas_v6

///99cbaa8ae6e82fc4438b9abf25f41d12
09:45:01 tramp-get-connection-property (7) # process-buffer nil
09:45:01 tramp-get-connection-property (7) # process-name nil
09:45:01 tramp-get-connection-property (7) # last-cmd-time (17836 58605 
271696)
09:45:01 tramp-get-connection-property (7) # process-name nil
09:45:01 tramp-get-connection-property (7) # remote-echo nil
09:45:01 tramp-send-command (6) # cd /export/home/zhang/cvswork/
09:45:01 tramp-get-connection-property (7) # process-name nil
09:45:01 tramp-get-connection-property (7) # chunksize 0
09:45:01 tramp-set-connection-property (7) # last-cmd-time (17836 58605 
312844)
09:45:01 tramp-send-string (10) # cd /export/home/zhang/cvswork/
09:45:01 tramp-get-connection-property (7) # process-buffer nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-accept-process-output (10) # *tramp/scp io.office.aol.com* 
run
09:45:01 tramp-accept-process-output (10) # 

///99cbaa8ae6e82fc4438b9abf25f41d12
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-wait-for-regexp (6) # 

///99cbaa8ae6e82fc4438b9abf25f41d12
09:45:01 tramp-get-connection-property (7) # process-name nil
09:45:01 tramp-get-connection-property (7) # last-cmd-time (17836 58605 
312844)
09:45:01 tramp-get-connection-property (7) # process-name nil
09:45:01 tramp-get-connection-property (7) # remote-echo nil
09:45:01 tramp-send-command (6) # df -Pk 
/scp\:io.office.aol.com\:/export/home/zhang/cvswork/ </dev/null
09:45:01 tramp-get-connection-property (7) # process-name nil
09:45:01 tramp-get-connection-property (7) # chunksize 0
09:45:01 tramp-set-connection-property (7) # last-cmd-time (17836 58605 
399431)
09:45:01 tramp-send-string (10) # df -Pk 
/scp\:io.office.aol.com\:/export/home/zhang/cvswork/ </dev/null
09:45:01 tramp-get-connection-property (7) # process-buffer nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-accept-process-output (10) # *tramp/scp io.office.aol.com* 
run
09:45:01 tramp-accept-process-output (10) # 
df: (/scp:io.office.aol.com:/export/home/zhang/cvswork/) not a block device, 
directory or mounted resource

///99cbaa8ae6e82fc4438b9abf25f41d12
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-wait-for-regexp (6) # 
df: (/scp:io.office.aol.com:/export/home/zhang/cvswork/) not a block device, 
directory or mounted resource

///99cbaa8ae6e82fc4438b9abf25f41d12
09:45:01 tramp-get-connection-property (7) # process-buffer nil
09:45:01 tramp-get-connection-property (7) # process-name nil
09:45:01 tramp-get-connection-property (7) # last-cmd-time (17836 58605 
399431)
09:45:01 tramp-get-connection-property (7) # process-name nil
09:45:01 tramp-get-connection-property (7) # remote-echo nil
09:45:01 tramp-send-command (6) # echo tramp_exit_status $? 
09:45:01 tramp-get-connection-property (7) # process-name nil
09:45:01 tramp-get-connection-property (7) # chunksize 0
09:45:01 tramp-set-connection-property (7) # last-cmd-time (17836 58605 
452150)
09:45:01 tramp-send-string (10) # echo tramp_exit_status $? 
09:45:01 tramp-get-connection-property (7) # process-buffer nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-accept-process-output (10) # *tramp/scp io.office.aol.com* 
run
09:45:01 tramp-accept-process-output (10) # 
tramp_exit_status 1

///99cbaa8ae6e82fc4438b9abf25f41d12
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-wait-for-regexp (6) # 
tramp_exit_status 1

///99cbaa8ae6e82fc4438b9abf25f41d12
09:45:01 tramp-get-connection-property (7) # process-buffer nil
09:45:01 tramp-get-file-property (8) # /export/home/zhang/cvswork/ 
file-attributes-integer undef
09:45:01 tramp-get-file-property (8) # /export/home/zhang/cvswork/ 
file-exists-p undef
09:45:01 tramp-get-connection-property (7) # file-exists test -e
09:45:01 tramp-get-connection-property (7) # process-name nil
09:45:01 tramp-get-connection-property (7) # last-cmd-time (17836 58605 
452150)
09:45:01 tramp-get-connection-property (7) # process-name nil
09:45:01 tramp-get-connection-property (7) # remote-echo nil
09:45:01 tramp-send-command (6) # test -e /export/home/zhang/cvswork/ 
2>/dev/null; echo tramp_exit_status $? 
09:45:01 tramp-get-connection-property (7) # process-name nil
09:45:01 tramp-get-connection-property (7) # chunksize 0
09:45:01 tramp-set-connection-property (7) # last-cmd-time (17836 58605 
515905)
09:45:01 tramp-send-string (10) # test -e /export/home/zhang/cvswork/ 
2>/dev/null; echo tramp_exit_status $? 
09:45:01 tramp-get-connection-property (7) # process-buffer nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-accept-process-output (10) # *tramp/scp io.office.aol.com* 
run
09:45:01 tramp-accept-process-output (10) # 

///99cbaa8ae6e82fc4438b9abf25f41d12
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-get-connection-property (7) # check-remote-echo nil
09:45:01 tramp-wait-for-regexp (6) # 

///99cbaa8ae6e82fc4438b9abf25f41d12
09:45:01 tramp-get-connection-property (7) # process-buffer nil
09:45:01 tramp-send-command-and-check (1) # File error: Couldn't find exit 
status of `test -e /export/home/zhang/cvswork/'






reply via email to

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