Enter your bug report in this message, including as much detail
as you possibly can about the problem, what you did to cause it
and what the local and remote machines are.

If you can give a simple set of instructions to make this bug
happen reliably, please include those.  Thank you for helping
kill bugs in Tramp.

Another useful thing to do is to put

  (setq tramp-verbose 8)

in the ~/.emacs file and to repeat the bug.  Then, include the
contents of the *tramp/foo* buffer and the *debug tramp/foo*
buffer in your bug report.

--bug report follows this line--

When attempting to save remote files (actually using ssh to localhost,
with keys) I cannot save the contents of the files. Most disturbingly,
if I do not have file-precious-flag set to t, it will actually remove
the file completely, even though Emacs, and its associated buffer, seem
to think that the file was written.

As listed below, this is a pretty fresh copy of Emacs out of CVS with
the tramp from that version. I also had an older version of tramp and
Emacs from early last year which displayed the same issue. I have tried
a few different things, like setting chunk size, remote shell and so
forth, but none of those things have any impact.

Thanks.



Emacs  : GNU Emacs 23.0.94.1 (i386-unknown-freebsd6.3)
 of 2009-06-05 on dazed.zeppelin.net
Package: tramp (2.1.15)

current state:
==============
(setq
 tramp-current-method "sshx"
 tramp-current-user "cindy"
 tramp-current-host "localhost"
 tramp-auto-save-directory nil
 tramp-default-method "sshx"
 tramp-default-method-alist '((nil "%" "smb")
                              ("" "\\`\\(anonymous\\|ftp\\)\\'" "ftp")
                              ("\\`ftp\\." "" "ftp")
                              ("\\`localhost\\'" "\\`root\\'" "su"))
 tramp-default-host "dazed.zeppelin.net"
 tramp-default-proxies-alist nil
 tramp-default-user nil
 tramp-default-user-alist '(("socks" nil "jrh") ("tunnel" nil "jrh")
                            ("fish" nil "jrh") ("smb" nil "")
                            ("\\`su\\(do\\)?\\'" nil "root")
                            ("\\`r\\(em\\)?\\(cp\\|sh\\)\\|telnet\\|plink1?\\'" 
nil "jrh")
                            )
 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_.-]+\\|\\[\\(?:\\(?:[a-zA-Z0-9]+\\)?:\\)+[a-zA-Z0-9.]+]\\)\\(#[0-9]+\\)?\\)?:\\(.*$\\)"
 2 4 5 8)
 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") ("-q") ("-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") ("-q") ("-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") ("-q") ("-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") ("-q") ("-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") ("-q") ("-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") ("-q") ("-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") ("-H") ("-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") ("-q")
                    ("-o" "controlpath=%t....@%%h:%%p")
                    ("-o" "ControlMaster=yes") ("-e" "none"))
                   )
                  (tramp-remote-sh "/bin/sh") (tramp-copy-program "scp")
                  (tramp-copy-args
                   (("-P" "%p") ("-p" "%k") ("-q")
                    ("-o" "controlpath=%t....@%%h:%%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") ("-q")
                    ("-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") ("-q")
                    ("-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 (("-P" "%p") ("-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 (("-P" "%p") ("-sftp") ("-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 "\n///bf5cadca259c1ffb0e3e0a02cd85b78d\n"
 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 "base64" "base64 -d")
                                (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 '((["sshx" "cindy" "localhost" ""] nil)
                    ("#<process *tramp/sshx ci...@localhost*>"
                     ("temp-file" "/tmp/tramp.77957o2d")
                     ("last-cmd-time" (18985 41358 746512))
                     ("first-password-request" t) ("chunksize" 500)
                     ("scripts"
                      ("tramp_perl_decode_with_module"
                       "tramp_perl_encode_with_module"
                       "tramp_perl_file_attributes")
                      )
                     )
                    (["sshx" "cindy" "localhost" nil]
                     ("uname" "FreeBSD 6.3-STABLE") ("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-path"
                      ("/usr/bin" "/bin" "/usr/sbin" "/sbin" "/usr/sbin"
                       "/usr/local/bin")
                      )
                     ("remote-shell" "/bin/sh") ("~" "/home/cindy")
                     ("file-exists" "test -e") ("stat" nil)
                     ("perl" "/usr/bin/perl5") ("id" "/usr/bin/id")
                     ("gid-integer" 993) ("uid-integer" 1019)
                     ("local-encoding" base64-encode-region)
                     ("local-decoding" base64-decode-region)
                     ("remote-encoding" tramp-perl-encode-with-module)
                     ("remote-decoding" tramp-perl-decode-with-module))
                    (["sshx" "cindy" "localhost" "/usr/bin"]
                     ("file-directory-p" t))
                    (["sshx" "cindy" "localhost" "/bin"]
                     ("file-directory-p" t))
                    (["sshx" "cindy" "localhost" "/usr/sbin"]
                     ("file-directory-p" t))
                    (["sshx" "cindy" "localhost" "/sbin"]
                     ("file-directory-p" t))
                    (["sshx" "cindy" "localhost" "/usr/local/bin"]
                     ("file-directory-p" t))
                    (["sshx" "cindy" "localhost" "/local/bin"]
                     ("file-directory-p" nil))
                    (["sshx" "cindy" "localhost" "/local/freeware/bin"]
                     ("file-directory-p" nil))
                    (["sshx" "cindy" "localhost" "/local/gnu/bin"]
                     ("file-directory-p" nil))
                    (["sshx" "cindy" "localhost" "/usr/freeware/bin"]
                     ("file-directory-p" nil))
                    (["sshx" "cindy" "localhost" "/usr/pkg/bin"]
                     ("file-directory-p" nil))
                    (["sshx" "cindy" "localhost" "/usr/contrib/bin"]
                     ("file-directory-p" nil))
                    (["sshx" "cindy" "localhost" "/home/cindy/.emacs"]
                     ("file-exists-p" nil) ("file-attributes-integer" nil))
                    (["sshx" "cindy" "localhost" "/home"] ("file-exists-p" t)
                     ("file-attributes-integer"
                      ("/usr/home" 1 0 0 (17162 48564) (17162 48564)
                       (17162 48564) 9 "lrwxr-xr-x" t (0 . 819) (-1 . 0))
                      )
                     )
                    (["sshx" "cindy" "localhost" "/usr"] ("file-exists-p" t)
                     ("file-attributes-integer"
                      (t 21 0 0 (18985 39582) (18880 14787) (18880 14817) 512
                       "drwxr-xr-x" t (0 . 2) (-1 . 0))
                      )
                     )
                    (["sshx" "cindy" "localhost" "/usr/home"]
                     ("file-exists-p" t)
                     ("file-attributes-integer"
                      (t 21 0 0 (18985 37641) (17354 48222) (17354 48272) 512
                       "drwxr-xr-x" t (65 . 50176) (-1 . 0))
                      )
                     )
                    (["sshx" "cindy" "localhost" "/usr/home/cindy"]
                     ("file-exists-p" t)
                     ("file-attributes-integer"
                      (t 8 1019 993 (18985 41091) (18976 11409) (18976 11409)
                       512 "drwxr-xr-x" nil (65 . 50219) (-1 . 0))
                      )
                     )
                    (["sshx" "cindy" "localhost" "/usr/home/cindy/.emacs"]
                     ("file-exists-p" nil) ("file-attributes-integer" nil))
                    (["sshx" "cindy" "localhost"
                      
"/home/cindy/#_asshx_bci...@localhost_b_ahome_acindy_a.emacs#"]
                     ("file-exists-p" nil))
                    (["sshx" "cindy" "localhost" "/home/cindy"]
                     ("file-exists-p" t) ("file-writable-p" t))
                    (["sshx" "cindy" "localhost" "/home/cindy/tmp779571Ak"]
                     ("file-exists-p" nil) ("file-attributes-integer" nil))
                    (["sshx" "cindy" "localhost" "/tmp"] ("file-exists-p" t)
                     ("file-writable-p" t))
                    (["sshx" "cindy" "localhost" "/usr/home/cindy/tmp779571Ak"]
                     ("file-exists-p" nil) ("file-attributes-integer" 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 
'(("\\.Z\\(~\\|\\.~[0-9]+~\\)?\\'\\|\\.bz2\\(~\\|\\.~[0-9]+~\\)?\\'\\|\\.tbz2?\\'\\|\\.\\(?:tgz\\|svgz\\|sifz\\)\\(~\\|\\.~[0-9]+~\\)?\\'\\|\\.g?z\\(~\\|\\.~[0-9]+~\\)?\\'\\|\\.dz\\'"
 . jka-compr-handler)
                           ("\\`/\\([^[/:]+\\|[^/]+]\\):" .
                            tramp-file-name-handler)
                           ("\\.gpg\\(~\\|\\.~[0-9]+~\\)?\\'" .
                            epa-file-handler)
                           ("\\`/:" . file-name-non-special))
 )

(setq
 buffer-name "*tramp/sshx ci...@localhost*"
 )

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.

chown: /home/cindy/#_asshx_bci...@localhost_b_ahome_acindy_a.emacs#: No such 
file or directory
15:51:53 tramp-maybe-open-connection (3) # Opening connection for 
ci...@localhost using sshx...
15:51:53 tramp-maybe-open-connection (3) # Waiting 60s for local shell to come 
up...
15:51:53 tramp-maybe-open-connection (3) # Sending command `ssh localhost -l 
cindy  -q -e none -t -t /bin/sh && exit || exit'
15:51:53 tramp-process-actions (3) # Waiting for prompts from remote shell
15:51:54 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: 
*\)\'" from remote shell
15:51:54 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell
15:51:54 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
15:51:54 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
15:51:54 tramp-process-one-action (5) # Call `tramp-action-succeed'
15:51:54 tramp-maybe-open-connection (3) # Found remote shell prompt on 
`localhost'
15:51:54 tramp-open-connection-setup-interactive-shell (5) # Setting up remote 
shell environment
15:51:54 tramp-open-connection-setup-interactive-shell (5) # Setting shell 
prompt
15:51:54 tramp-open-connection-setup-interactive-shell (5) # Determining coding 
system
15:51:54 tramp-open-connection-setup-interactive-shell (5) # Checking system 
information
15:51:54 tramp-set-remote-path (5) # Setting $PATH environment variable
15:51:54 tramp-get-test-command (5) # Finding a suitable `test' command
15:51:54 tramp-find-shell (5) # Remote `/bin/sh' groks tilde expansion, good
15:51:54 tramp-open-connection-setup-interactive-shell (5) # Setting default 
environment
15:51:54 tramp-get-file-exists-command (5) # Finding command to check if file 
exists
15:51:54 tramp-handle-file-truename (4) # Finding true name for 
`/sshx:ci...@localhost:/home/cindy/.emacs'
15:51:54 tramp-handle-file-truename (5) # Check /home
15:51:54 tramp-get-remote-stat (5) # Finding a suitable `stat' command
15:51:54 tramp-barf-unless-okay (1) # File error: `/usr/bin/stat -c '("%N" %s)' 
/' returns with error
15:51:54 tramp-get-remote-perl (5) # Finding a suitable `perl' command
15:51:54 tramp-handle-file-attributes-with-perl (5) # file attributes with 
perl: /home
15:51:54 tramp-maybe-send-script (5) # Sending script 
`tramp_perl_file_attributes'...
15:51:54 tramp-maybe-send-script (5) # Sending script 
`tramp_perl_file_attributes'...done.
15:51:54 tramp-get-remote-id (5) # Finding POSIX `id' command
15:51:54 tramp-handle-file-truename (5) # Follow symlink to /usr/home
15:51:54 tramp-handle-file-truename (5) # Check /usr
15:51:54 tramp-handle-file-attributes-with-perl (5) # file attributes with 
perl: /usr
15:51:54 tramp-handle-file-truename (5) # Check /usr/home
15:51:54 tramp-handle-file-attributes-with-perl (5) # file attributes with 
perl: /usr/home
15:51:54 tramp-handle-file-truename (5) # Check /usr/home/cindy
15:51:54 tramp-handle-file-attributes-with-perl (5) # file attributes with 
perl: /usr/home/cindy
15:51:54 tramp-handle-file-truename (5) # Check /usr/home/cindy/.emacs
15:51:54 tramp-handle-file-truename (4) # True name of 
`/sshx:ci...@localhost:/home/cindy/.emacs' is `/usr/home/cindy/.emacs'
15:51:54 tramp-get-file-exists-command (5) # Finding command to check if file 
exists
15:51:54 tramp-get-test-command (5) # Finding a suitable `test' command
15:51:54 tramp-get-file-exists-command (5) # Finding command to check if file 
exists
15:51:54 tramp-get-test-command (5) # Finding a suitable `test' command
15:51:54 tramp-get-file-exists-command (5) # Finding command to check if file 
exists
15:51:54 tramp-get-test-command (5) # Finding a suitable `test' command
15:51:57 tramp-find-inline-encoding (5) # Checking local encoding function 
`base64-encode-region'
15:51:57 tramp-find-inline-encoding (5) # Checking local decoding function 
`base64-decode-region'
15:51:57 tramp-find-inline-encoding (5) # Checking remote encoding command 
`base64' for sanity
15:51:57 tramp-find-inline-encoding (5) # Checking remote encoding command 
`mimencode -b' for sanity
15:51:57 tramp-find-inline-encoding (5) # Checking remote encoding command 
`mmencode -b' for sanity
15:51:57 tramp-find-inline-encoding (5) # Checking remote encoding command 
`recode data..base64' for sanity
15:51:57 tramp-maybe-send-script (5) # Sending script 
`tramp_perl_encode_with_module'...
15:51:57 tramp-maybe-send-script (5) # Sending script 
`tramp_perl_encode_with_module'...done.
15:51:57 tramp-find-inline-encoding (5) # Checking remote encoding command 
`tramp_perl_encode_with_module' for sanity
15:51:57 tramp-maybe-send-script (5) # Sending script 
`tramp_perl_decode_with_module'...
15:51:57 tramp-maybe-send-script (5) # Sending script 
`tramp_perl_decode_with_module'...done.
15:51:57 tramp-find-inline-encoding (5) # Checking remote decoding command 
`tramp_perl_decode_with_module' for sanity
15:51:57 tramp-find-inline-encoding (5) # Using local encoding 
`base64-encode-region'
15:51:57 tramp-find-inline-encoding (5) # Using local decoding 
`base64-decode-region'
15:51:57 tramp-find-inline-encoding (5) # Using remote encoding 
`tramp-perl-encode-with-module'
15:51:57 tramp-find-inline-encoding (5) # Using remote decoding 
`tramp-perl-decode-with-module'
15:51:57 tramp-handle-file-truename (4) # Finding true name for 
`/sshx:ci...@localhost:/home/cindy/tmp779571Ak'
15:51:57 tramp-handle-file-truename (5) # Check /home
15:51:57 tramp-handle-file-truename (5) # Follow symlink to /usr/home
15:51:57 tramp-handle-file-truename (5) # Check /usr
15:51:57 tramp-handle-file-truename (5) # Check /usr/home
15:51:57 tramp-handle-file-truename (5) # Check /usr/home/cindy
15:51:57 tramp-handle-file-truename (5) # Check /usr/home/cindy/tmp779571Ak
15:51:57 tramp-handle-file-truename (4) # True name of 
`/sshx:ci...@localhost:/home/cindy/tmp779571Ak' is `/usr/home/cindy/tmp779571Ak'
15:51:57 tramp-handle-write-region (0) # Wrote 
/sshx:ci...@localhost:/home/cindy/tmp779571Ak
15:51:57 tramp-handle-file-truename (4) # Finding true name for 
`/sshx:ci...@localhost:/home/cindy/.emacs'
15:51:57 tramp-handle-file-truename (5) # Check /home
15:51:57 tramp-handle-file-truename (5) # Follow symlink to /usr/home
15:51:57 tramp-handle-file-truename (5) # Check /usr
15:51:57 tramp-handle-file-truename (5) # Check /usr/home
15:51:57 tramp-handle-file-truename (5) # Check /usr/home/cindy
15:51:57 tramp-handle-file-truename (5) # Check /usr/home/cindy/.emacs
15:51:57 tramp-handle-file-truename (4) # True name of 
`/sshx:ci...@localhost:/home/cindy/.emacs' is `/usr/home/cindy/.emacs'
15:51:57 tramp-do-copy-or-rename-file-directly (1) # File error: Copying 
directly failed, see buffer `*tramp/sshx ci...@localhost*' for details.
15:52:42 tramp-handle-file-truename (4) # Finding true name for 
`/sshx:ci...@localhost:/home/cindy/.emacs'
15:52:42 tramp-handle-file-truename (5) # Check /home
15:52:42 tramp-handle-file-truename (5) # Follow symlink to /usr/home
15:52:42 tramp-handle-file-truename (5) # Check /usr
15:52:42 tramp-handle-file-truename (5) # Check /usr/home
15:52:42 tramp-handle-file-truename (5) # Check /usr/home/cindy
15:52:42 tramp-handle-file-truename (5) # Check /usr/home/cindy/.emacs
15:52:42 tramp-handle-file-truename (4) # True name of 
`/sshx:ci...@localhost:/home/cindy/.emacs' is `/usr/home/cindy/.emacs'
15:52:42 tramp-handle-file-truename (4) # Finding true name for 
`/sshx:ci...@localhost:/home/cindy/#_asshx_bci...@localhost_b_ahome_acindy_a.emacs#'
15:52:42 tramp-handle-file-truename (5) # Check /home
15:52:42 tramp-handle-file-truename (5) # Follow symlink to /usr/home
15:52:42 tramp-handle-file-truename (5) # Check /usr
15:52:42 tramp-handle-file-truename (5) # Check /usr/home
15:52:42 tramp-handle-file-truename (5) # Check /usr/home/cindy
15:52:42 tramp-handle-file-truename (5) # Check 
/usr/home/cindy/#_asshx_bci...@localhost_b_ahome_acindy_a.emacs#
15:52:42 tramp-handle-file-truename (4) # True name of 
`/sshx:ci...@localhost:/home/cindy/#_asshx_bci...@localhost_b_ahome_acindy_a.emacs#'
 is `/usr/home/cindy/#_asshx_bci...@localhost_b_ahome_acindy_a.emacs#'
_______________________________________________
Tramp-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/tramp-devel

Reply via email to