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 9
        tramp-debug-buffer t)

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--

I'm trying to open a file on a computer running Linux/sparc (Debian
testing), but I get this backtrace:

Debugger entered--Lisp error: (wrong-type-argument stringp nil)
  intern(nil [/home/magnus/Plans/2006\.06\.09\.muse 
/home/magnus/Plans/2006\.06\.13\.muse /home/magnus/emacs-custom\.el 
/home/magnus/\.netrc /home/magnus/Plans/2006\.06\.19\.muse 0 0 
/home/magnus/src/ejabberd-cd/src/mod_proxy65\.erl 
/home/magnus/src/ejabberd-proxy65/{arch}/\,\,inode-sigs/[EMAIL PROTECTED] 
/home/magnus/rc/{arch}/\,\,inode-sigs/[EMAIL PROTECTED] 
/home/magnus/Plans/2006\.06\.14\.muse 
/home/magnus/src/ejabberd-cd/src/ejabberd_listener\.erl 
/home/magnus/src/ejabberd-proxy65/src/proxy65_listener\.erl 
/home/magnus/src/ejabberd-proxy65/src/jlib\.hrl 
/home/magnus/Plans/SbclNetbsdPowerpc\.muse 
/home/magnus/src/ejabberd-cd/src/proxy65_listener\.erl 
/sshx:stor\.no-ip\.org:/tmp/allt\.ps])
  vc-file-clearprops(nil)
  vc-file-not-found-hook()
  run-hook-with-args-until-success(vc-file-not-found-hook)
  byte-code("Ã!...Ä!...Å      !.ÆÇÈD\".ÉÊ!..Ë.Ã." [filename buf error 
file-exists-p file-readable-p kill-buffer signal file-error "File is not 
readable" run-hook-with-args-until-success find-file-not-found-functions t] 4)
  find-file-noselect-1(#<buffer ejabberd-1.1.1-serafim.cfg<2>> 
"/sshx:serafim:/jabber/etc/ejabberd-1.1.1-serafim.cfg" nil nil 
"/sshx:serafim:/jabber/etc/ejabberd-1.1.1-serafim.cfg" (4350 (-1 0)))
  find-file-noselect("/sshx:serafim:/jabber/etc/ejabberd-1.1.1-serafim.cfg" nil 
nil t)
  find-file("/sshx:serafim:/jabber/etc/ejabberd-1.1.1-serafim.cfg" t)
  call-interactively(find-file)

I've tried to dig into the code, and it seems to me that
find-file-noselect-1 expects the buffer passed to it to have
buffer-file-name set to something sensible, but in this case it is
nil.  Not sure if that is relevant, though.

Emacs  : GNU Emacs 22.0.50.2 (powerpc-unknown-netbsd3.99.19, X toolkit, Xaw3d 
scroll bars)
 of 2006-05-21 on zemdatav
Package: tramp (2.1.6-pre)

current state:
==============
(setq
 tramp-current-method nil
 tramp-current-user nil
 tramp-current-host nil
 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 "zemdatav"
 tramp-default-proxies-alist nil
 tramp-default-user nil
 tramp-default-user-alist '(("smb" nil "") ("\\`su\\(do\\)?\\'" nil "root")
                            ("\\`r\\(em\\)?\\(cp\\|sh\\)\\|telnet\\'" nil 
"magnus"))
 tramp-rsh-end-of-line "\n"
 tramp-default-password-end-of-line "\n"
 tramp-remote-path '("/usr/pd/gnu/bin" "/usr/xpg4/bin" "/bin" "/usr/bin" 
"/usr/sbin" "/usr/local/bin" "/usr/ccs/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 
\"Xi4qXChbcFBdYXNzd29yZFx8cGFzc3BocmFzZVwpLio6AD8gKg==\""
 tramp-wrong-passwd-regexp "^.*\\(Connection 
\\(?:\\(?:clo\\|refu\\)sed\\)\\|Host key verification failed\\.\\|Login 
\\(?:[Ii]ncorrect\\)\\|Name or service not known\\|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/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 '(("smb") ("ftp")
                 ("rcp" (tramp-login-program "rsh") (tramp-copy-program "rcp") 
(tramp-remote-sh "/bin/sh")
                  (tramp-login-args (("%h") ("-l" "%u"))) (tramp-copy-args nil) 
(tramp-copy-keep-date-arg "-p")
                  (tramp-password-end-of-line nil))
                 ("scp" (tramp-login-program "ssh") (tramp-copy-program "scp") 
(tramp-remote-sh "/bin/sh")
                  (tramp-login-args (("%h") ("-l" "%u") ("-p" "%p") ("-e" 
"none"))) (tramp-copy-args nil)
                  (tramp-copy-keep-date-arg "-p") (tramp-password-end-of-line 
nil))
                 ("scp1" (tramp-login-program "ssh") (tramp-copy-program "scp") 
(tramp-remote-sh "/bin/sh")
                  (tramp-login-args (("%h") ("-l" "%u") ("-p" "%p") ("-1" "-e" 
"none"))) (tramp-copy-args ("-1"))
                  (tramp-copy-keep-date-arg "-p") (tramp-password-end-of-line 
nil))
                 ("scp2" (tramp-login-program "ssh") (tramp-copy-program "scp") 
(tramp-remote-sh "/bin/sh")
                  (tramp-login-args (("%h") ("-l" "%u") ("-p" "%p") ("-2" "-e" 
"none"))) (tramp-copy-args ("-2"))
                  (tramp-copy-keep-date-arg "-p") (tramp-password-end-of-line 
nil))
                 ("scp1_old" (tramp-login-program "ssh1") (tramp-copy-program 
"scp1") (tramp-remote-sh "/bin/sh")
                  (tramp-login-args (("%h") ("-l" "%u") ("-p" "%p") ("-e" 
"none"))) (tramp-copy-args nil)
                  (tramp-copy-keep-date-arg "-p") (tramp-password-end-of-line 
nil))
                 ("scp2_old" (tramp-login-program "ssh2") (tramp-copy-program 
"scp2") (tramp-remote-sh "/bin/sh")
                  (tramp-login-args (("%h") ("-l" "%u") ("-p" "%p") ("-e" 
"none"))) (tramp-copy-args nil)
                  (tramp-copy-keep-date-arg "-p") (tramp-password-end-of-line 
nil))
                 ("sftp" (tramp-login-program "ssh") (tramp-copy-program 
"sftp") (tramp-remote-sh "/bin/sh")
                  (tramp-login-args (("%h") ("-l" "%u") ("-p" "%p") ("-e" 
"none"))) (tramp-copy-args nil)
                  (tramp-copy-keep-date-arg nil) (tramp-password-end-of-line 
nil))
                 ("rsync" (tramp-login-program "ssh") (tramp-copy-program 
"rsync") (tramp-remote-sh "/bin/sh")
                  (tramp-login-args (("%h") ("-l" "%u") ("-p" "%p") ("-e" 
"none"))) (tramp-copy-args ("-e" "ssh"))
                  (tramp-copy-keep-date-arg "-t") (tramp-password-end-of-line 
nil))
                 ("remcp" (tramp-login-program "remsh") (tramp-copy-program 
"rcp") (tramp-remote-sh "/bin/sh")
                  (tramp-login-args (("%h") ("-l" "%u"))) (tramp-copy-args nil) 
(tramp-copy-keep-date-arg "-p")
                  (tramp-password-end-of-line nil))
                 ("rsh" (tramp-login-program "rsh") (tramp-copy-program nil) 
(tramp-remote-sh "/bin/sh")
                  (tramp-login-args (("%h") ("-l" "%u"))) (tramp-copy-args nil) 
(tramp-copy-keep-date-arg nil)
                  (tramp-password-end-of-line nil))
                 ("ssh" (tramp-login-program "ssh") (tramp-copy-program nil) 
(tramp-remote-sh "/bin/sh")
                  (tramp-login-args (("%h") ("-l" "%u") ("-p" "%p") ("-e" 
"none"))) (tramp-copy-args nil)
                  (tramp-copy-keep-date-arg nil) (tramp-password-end-of-line 
nil))
                 ("ssh1" (tramp-login-program "ssh") (tramp-copy-program nil) 
(tramp-remote-sh "/bin/sh")
                  (tramp-login-args (("%h") ("-l" "%u") ("-p" "%p") ("-1" "-e" 
"none"))) (tramp-copy-args ("-1"))
                  (tramp-copy-keep-date-arg nil) (tramp-password-end-of-line 
nil))
                 ("ssh2" (tramp-login-program "ssh") (tramp-copy-program nil) 
(tramp-remote-sh "/bin/sh")
                  (tramp-login-args (("%h") ("-l" "%u") ("-p" "%p") ("-2" "-e" 
"none"))) (tramp-copy-args ("-2"))
                  (tramp-copy-keep-date-arg nil) (tramp-password-end-of-line 
nil))
                 ("ssh1_old" (tramp-login-program "ssh1") (tramp-copy-program 
nil) (tramp-remote-sh "/bin/sh")
                  (tramp-login-args (("%h") ("-l" "%u") ("-p" "%p") ("-e" 
"none"))) (tramp-copy-args nil)
                  (tramp-copy-keep-date-arg nil) (tramp-password-end-of-line 
nil))
                 ("ssh2_old" (tramp-login-program "ssh2") (tramp-copy-program 
nil) (tramp-remote-sh "/bin/sh")
                  (tramp-login-args (("%h") ("-l" "%u") ("-p" "%p") ("-e" 
"none"))) (tramp-copy-args nil)
                  (tramp-copy-keep-date-arg nil) (tramp-password-end-of-line 
nil))
                 ("remsh" (tramp-login-program "remsh") (tramp-copy-program 
nil) (tramp-remote-sh "/bin/sh")
                  (tramp-login-args (("%h") ("-l" "%u"))) (tramp-copy-args nil) 
(tramp-copy-keep-date-arg nil)
                  (tramp-password-end-of-line nil))
                 ("telnet" (tramp-login-program "telnet") (tramp-copy-program 
nil) (tramp-remote-sh "/bin/sh")
                  (tramp-login-args (("%h"))) (tramp-copy-args nil) 
(tramp-copy-keep-date-arg nil)
                  (tramp-password-end-of-line nil))
                 ("su" (tramp-login-program "su") (tramp-copy-program nil) 
(tramp-remote-sh "/bin/sh")
                  (tramp-login-args (("-") ("%u"))) (tramp-copy-args nil) 
(tramp-copy-keep-date-arg nil)
                  (tramp-password-end-of-line nil))
                 ("sudo" (tramp-login-program "sudo") (tramp-copy-program nil) 
(tramp-remote-sh "/bin/sh")
                  (tramp-login-args (("-u" "%u") ("-s" "-p" "Password:"))) 
(tramp-copy-args nil)
                  (tramp-copy-keep-date-arg nil) (tramp-password-end-of-line 
nil))
                 ("scpx" (tramp-login-program "ssh") (tramp-copy-program "scp") 
(tramp-remote-sh "/bin/sh")
                  (tramp-login-args (("%h") ("-l" "%u") ("-p" "%p") ("-e" 
"none" "-t" "-t" "/bin/sh")))
                  (tramp-copy-args nil) (tramp-copy-keep-date-arg "-p") 
(tramp-password-end-of-line nil))
                 ("sshx" (tramp-login-program "ssh") (tramp-copy-program nil) 
(tramp-remote-sh "/bin/sh")
                  (tramp-login-args (("%h") ("-l" "%u") ("-p" "%p") ("-e" 
"none" "-t" "-t" "/bin/sh")))
                  (tramp-copy-args nil) (tramp-copy-keep-date-arg nil) 
(tramp-password-end-of-line nil))
                 ("krlogin" (tramp-login-program "krlogin") (tramp-copy-program 
nil) (tramp-remote-sh "/bin/sh")
                  (tramp-login-args (("%h") ("-l" "%u") ("-x"))) 
(tramp-copy-args nil) (tramp-copy-keep-date-arg nil)
                  (tramp-password-end-of-line nil))
                 ("plink" (tramp-login-program "plink") (tramp-copy-program 
nil) (tramp-remote-sh "/bin/sh")
                  (tramp-login-args (("%h") ("-l" "%u") ("-P" "%p") ("-ssh"))) 
(tramp-copy-args nil)
                  (tramp-copy-keep-date-arg nil) (tramp-password-end-of-line 
"xy"))
                 ("plink1" (tramp-login-program "plink") (tramp-copy-program 
nil) (tramp-remote-sh "/bin/sh")
                  (tramp-login-args (("%h") ("-l" "%u") ("-P" "%p") ("-1" 
"-ssh"))) (tramp-copy-args nil)
                  (tramp-copy-keep-date-arg nil) (tramp-password-end-of-line 
"xy"))
                 ("pscp" (tramp-login-program "plink") (tramp-copy-program 
"pscp") (tramp-remote-sh "/bin/sh")
                  (tramp-login-args (("%h") ("-l" "%u") ("-P" "%p") ("-ssh"))) 
(tramp-copy-args ("-scp"))
                  (tramp-copy-keep-date-arg "-p") (tramp-password-end-of-line 
"xy"))
                 ("psftp" (tramp-login-program "plink") (tramp-copy-program 
"pscp") (tramp-remote-sh "/bin/sh")
                  (tramp-login-args ("%h") ("-l" "%u") ("-P" "%p") ("-ssh")) 
(tramp-copy-args ("-psftp"))
                  (tramp-copy-keep-date-arg "-p") (tramp-password-end-of-line 
"xy"))
                 ("fcp" (tramp-login-program "fsh") (tramp-copy-program "fcp") 
(tramp-remote-sh "/bin/sh -i")
                  (tramp-login-args (("%h") ("-l" "%u") ("sh" "-i"))) 
(tramp-copy-args nil) (tramp-copy-keep-date-arg "-p")
                  (tramp-password-end-of-line nil))
                 )
 tramp-end-of-output "///45f1be591a53217c38037ee49981349f"
 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-process-alive-regexp 
tramp-action-out-of-band))
 tramp-terminal-type "dumb"
 tramp-shell-prompt-pattern "(base64-decode-string 
\"XlteIyQlPgpdKlsjJCU+XSAqXCgbXFtbMC05O10qW2EtekEtWl0gKlwpKg==\""
 tramp-chunksize nil
 tramp-backup-directory-alist nil
 tramp-connection-properties '(([cl-struct-tramp-file-name "sshx" nil 
"basil.cd.chalmers.se" nil]
                                ("default-remote-path" nil) ("test" "test") 
("ls" "/bin/ls") ("file-exists" "test -e")
                                ("stat" nil) ("perl" "/usr/pkg/bin/perl") ("id" 
"/usr/bin/id") ("gid-integer" 100)
                                ("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 "sshx"
                                 #("credo" 0 5
                                   (fontified t rear-nonsticky t face 
muse-link-face mouse-face highlight help-echo
                                    "[[/[EMAIL 
PROTECTED]:credo.nu/snart.shtml][snart.html]]" keymap
                                    (keymap (S-mouse-2 . 
muse-follow-name-at-mouse-other-window)
                                     (mouse-2 . muse-follow-name-at-mouse)
                                     (33554445 . 
muse-follow-name-at-point-other-window)
                                     (S-return . 
muse-follow-name-at-point-other-window) (13 . muse-follow-name-at-point)
                                     (return . muse-follow-name-at-point) 
keymap (8388723 . my-planner-split-task)
                                     (33554441 . muse-previous-reference) 
(S-iso-lefttab . muse-previous-reference)
                                     (S-tab . muse-previous-reference) 
(S-mouse-2 . muse-follow-name-at-mouse-other-window)
                                     (mouse-2 . muse-follow-name-at-mouse)
                                     (33554445 . 
muse-follow-name-at-point-other-window) (9 . muse-next-reference)
                                     (tab . muse-next-reference)
                                     (3 keymap (9 . muse-insert-tag) (tab . 
muse-insert-tag) (16 . muse-project-publish)
                                      (6 . muse-project-find-file) (61 . 
muse-what-changed) (12 . font-lock-mode)
                                      (22 . muse-follow-name-at-point) (20 . 
muse-publish-this-file)
                                      (5 . muse-edit-link-at-point) (3 . 
muse-follow-name-at-point)
                                      (2 . muse-browse-result) (1 . muse-index))
                                     keymap
                                     (27 keymap (83 . center-paragraph) (115 . 
center-line) (9 . ispell-complete-word)))
                                    invisible muse intangible t)
                                   )
                                 #("www.gfs.gu.se" 0 13
                                   (fontified t rear-nonsticky t face 
muse-link-face mouse-face highlight help-echo
                                    "[[/[EMAIL 
PROTECTED]:credo.nu/snart.shtml][snart.html]]" keymap
                                    (keymap (S-mouse-2 . 
muse-follow-name-at-mouse-other-window)
                                     (mouse-2 . muse-follow-name-at-mouse)
                                     (33554445 . 
muse-follow-name-at-point-other-window)
                                     (S-return . 
muse-follow-name-at-point-other-window) (13 . muse-follow-name-at-point)
                                     (return . muse-follow-name-at-point) 
keymap (8388723 . my-planner-split-task)
                                     (33554441 . muse-previous-reference) 
(S-iso-lefttab . muse-previous-reference)
                                     (S-tab . muse-previous-reference) 
(S-mouse-2 . muse-follow-name-at-mouse-other-window)
                                     (mouse-2 . muse-follow-name-at-mouse)
                                     (33554445 . 
muse-follow-name-at-point-other-window) (9 . muse-next-reference)
                                     (tab . muse-next-reference)
                                     (3 keymap (9 . muse-insert-tag) (tab . 
muse-insert-tag) (16 . muse-project-publish)
                                      (6 . muse-project-find-file) (61 . 
muse-what-changed) (12 . font-lock-mode)
                                      (22 . muse-follow-name-at-point) (20 . 
muse-publish-this-file)
                                      (5 . muse-edit-link-at-point) (3 . 
muse-follow-name-at-point)
                                      (2 . muse-browse-result) (1 . muse-index))
                                     keymap
                                     (27 keymap (83 . center-paragraph) (115 . 
center-line) (9 . ispell-complete-word)))
                                    invisible muse intangible t)
                                   )
                                 nil]
                                ("default-remote-path" nil) ("test" "test") 
("file-exists" "test -e") ("stat" nil)
                                ("perl" "/usr/bin/perl") ("id" "/usr/bin/id") 
("gid-integer" 506)
                                ("local-encoding" base64-encode-region) 
("local-decoding" base64-decode-region)
                                ("remote-encoding" "mimencode -b") 
("remote-decoding" "mimencode -u -b") ("ls" "/bin/ls"))
                               ([cl-struct-tramp-file-name "sshx" nil 
"boldov.cd.chalmers.se" nil]
                                ("default-remote-path" nil) ("test" "test") 
("ls" "/usr/pd/gnu/bin/ls")
                                ("file-exists" "test -e") ("stat" 
"/usr/pd/gnu/bin/stat") ("id" "/usr/pd/gnu/bin/id")
                                ("gid-integer" 1) ("perl" "/bin/perl") 
("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 "sshx" nil 
"remote2.tekno.chalmers.se" nil]
                                ("default-remote-path" nil) ("test" "test") 
("ls" "/bin/ls") ("file-exists" "test -e")
                                ("stat" "\\stat") ("id" "/usr/bin/id") 
("gid-integer" 157351) ("perl" "\\perl")
                                ("local-encoding" base64-encode-region) 
("local-decoding" base64-decode-region)
                                ("remote-encoding" 
"tramp_perl_encode_with_module")
                                ("remote-decoding" 
"tramp_perl_decode_with_module"))
                               ([cl-struct-tramp-file-name "sshx" nil "ktisis" 
nil] ("default-remote-path" nil)
                                ("test" "test") ("file-exists" "test -e") 
("stat" "\\stat") ("id" "/usr/bin/id")
                                ("gid-integer" 1000) ("local-encoding" 
base64-encode-region)
                                ("local-decoding" base64-decode-region) 
("remote-encoding" "recode data..base64")
                                ("remote-decoding" "recode base64..data") ("ls" 
"/bin/ls") ("grep-command" "grep -nH -e ")
                                ("grep-find-command" ("find . -type f -exec 
grep -nH -e  {} /dev/null \\;" . 34))
                                ("grep-use-null-device" nil) 
("grep-find-use-xargs" nil) ("grep-highlight-matches" t))
                               ([cl-struct-tramp-file-name "sshx" nil 
"common-lisp.net" nil] ("default-remote-path" nil)
                                ("test" "test") ("ls" "/bin/ls") ("file-exists" 
"test -e") ("stat" "\\stat")
                                ("id" "/usr/bin/id") ("gid-integer" 100) 
("local-encoding" base64-encode-region)
                                ("local-decoding" base64-decode-region) 
("remote-encoding" "mmencode -b")
                                ("remote-decoding" "mmencode -u -b"))
                               ([cl-struct-tramp-file-name "sudo" "root" 
"zemdatav" nil] ("default-remote-path" nil)
                                ("test" "test") ("file-exists" "test -e") 
("local-encoding" base64-encode-region)
                                ("local-decoding" base64-decode-region) 
("remote-encoding" "recode data..base64")
                                ("remote-decoding" "recode base64..data") 
("stat" nil) ("perl" "/usr/pkg/bin/perl")
                                ("id" "/usr/bin/id") ("gid-integer" 0) ("ls" 
"/bin/ls") ("uid-integer" 0))
                               ([cl-struct-tramp-file-name "sshx" "seju" 
"www.tejo.org" nil] ("default-remote-path" nil)
                                ("test" "test") ("file-exists" "test -e") 
("stat" "/usr/bin/stat") ("id" "/usr/bin/id")
                                ("gid-integer" 517) ("ls" "/bin/ls") ("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 "sshx" nil 
"hippolytos" nil] ("default-remote-path" nil)
                                ("test" "test") ("ls" "/usr/pd/gnu/bin/ls") 
("file-exists" "test -e")
                                ("stat" "/usr/pd/gnu/bin/stat") ("id" 
"/usr/pd/gnu/bin/id") ("gid-integer" 1)
                                ("perl" "/bin/perl") ("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 "sshx" nil "serafim" 
nil] ("default-remote-path" nil)
                                ("test" "test") ("file-exists" "test -e") 
("stat" "\\stat") ("id" "/usr/bin/id")
                                ("gid-integer" 1000) ("ls" "/bin/ls") ("perl" 
"\\perl")
                                ("local-encoding" base64-encode-region) 
("local-decoding" base64-decode-region)
                                ("remote-encoding" 
"tramp_perl_encode_with_module")
                                ("remote-decoding" 
"tramp_perl_decode_with_module"))
                               ([cl-struct-tramp-file-name "sshx" nil 
"topolino" nil] ("default-remote-path" nil)
                                ("test" "test") ("ls" "/bin/ls") ("file-exists" 
"test -e"))
                               ([cl-struct-tramp-file-name "sshx" nil 
"stor.no-ip.org" nil] ("default-remote-path" nil)
                                ("test" "test") ("file-exists" "test -e") 
("stat" "\\stat") ("id" "/usr/bin/id")
                                ("gid-integer" 1000) ("ls" "/bin/ls") 
("local-encoding" base64-encode-region)
                                ("local-decoding" base64-decode-region) 
("remote-encoding" "recode data..base64")
                                ("remote-decoding" "recode base64..data"))
                               )
 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\\'\\|\\.tbz\\'\\|\\.tgz\\'\\|\\.g?z\\(~\\|\\.~[0-9]+~\\)?\\'\\|\\.dz\\'"
 . jka-compr-handler)
                           ("\\`/[^/:]+:" . tramp-file-name-handler) ("\\`/:" . 
file-name-non-special))
 )

(setq
 buffer-name "*tramp/sshx stor.no-ip.org*"
 tramp-cache-data #<hash-table 'equal nil 41/65 0x1f5e300>
 tramp-current-method "sshx"
 tramp-current-user nil
 tramp-current-host "stor.no-ip.org"
 tramp-current-hop-method "sshx"
 tramp-current-hop-user nil
 tramp-current-hop-host "stor.no-ip.org"
 tramp-chunksize nil
 tramp-last-cmd-time '(17561 12789 993100)
 tramp-remote-path '("/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin")
 )

(setq
 buffer-name "*tramp/sshx hippolytos*"
 tramp-cache-data #<hash-table 'equal nil 16/65 0x2ef6b80>
 tramp-current-method "sshx"
 tramp-current-user nil
 tramp-current-host "hippolytos"
 tramp-current-hop-method "sshx"
 tramp-current-hop-user nil
 tramp-current-hop-host "hippolytos"
 tramp-chunksize nil
 tramp-last-cmd-time '(17561 12922 496179)
 tramp-remote-path '("/usr/pd/gnu/bin" "/usr/xpg4/bin" "/bin" "/usr/bin" 
"/usr/sbin" "/usr/local/bin" "/usr/ccs/bin")
 )

(setq
 buffer-name "*tramp/sshx serafim*"
 tramp-cache-data #<hash-table 'equal nil 16/65 0x30cfd80>
 tramp-current-method "sshx"
 tramp-current-user nil
 tramp-current-host "serafim"
 tramp-current-hop-method "sshx"
 tramp-current-hop-user nil
 tramp-current-hop-host "serafim"
 tramp-chunksize nil
 tramp-last-cmd-time '(17561 12988 386333)
 tramp-remote-path '("/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin")
 )


13:49:00 tramp-maybe-open-connection (3) # Opening connection for [EMAIL 
PROTECTED] using sshx...
13:49:00 tramp-maybe-open-connection (3) # Waiting 60s for local shell to come 
up...
13:49:00 tramp-maybe-open-connection (3) # Sending command `ssh serafim   -e 
none -t -t /bin/sh || exit'
13:49:00 tramp-process-actions (3) # Waiting for prompts from remote shell
13:49:00 tramp-process-one-action (3) # Waiting 60s for prompt from remote 
shell on host serafim
13:49:01 tramp-action-password (3) # Sending password
13:49:05 tramp-maybe-open-connection (3) # Found remote shell prompt on 
`serafim'
13:49:05 tramp-send-command-internal (3) # Waiting 30s for remote `/bin/sh' to 
come up...
13:49:05 tramp-barf-unless-okay (1) # File error: Encoding remote file failed, 
see buffer `*tramp/sshx serafim*' for details
13:51:19 tramp-cache-get-file-property (7) # 
/jabber/etc/ejabberd-1.1.1-serafim.cfg file-directory-p nil
13:51:19 tramp-cache-get-file-property (7) # 
/jabber/etc/ejabberd-1.1.1-serafim.cfg file-truename 
/sshx:serafim:/jabber/etc/ejabberd-1.1.1-serafim.cfg
13:51:19 tramp-cache-get-file-property (7) # 
/jabber/etc/ejabberd-1.1.1-serafim.cfg file-attributes-integer (nil 1 64847 
1000 (17561 7039) (17561 7039) (17561 7039) 9996 -rw-r--r-- nil 4350 (-1 0))
13:51:19 tramp-cache-get-file-property (7) # 
/jabber/etc/ejabberd-1.1.1-serafim.cfg file-truename 
/sshx:serafim:/jabber/etc/ejabberd-1.1.1-serafim.cfg
13:51:19 tramp-cache-get-file-property (7) # 
/jabber/etc/ejabberd-1.1.1-serafim.cfg file-attributes-integer (nil 1 64847 
1000 (17561 7039) (17561 7039) (17561 7039) 9996 -rw-r--r-- nil 4350 (-1 0))
13:51:19 tramp-cache-get-file-property (7) # 
/jabber/etc/ejabberd-1.1.1-serafim.cfg file-exists-p t
13:51:19 tramp-cache-get-file-property (7) # 
/jabber/etc/ejabberd-1.1.1-serafim.cfg file-exists-p t
13:51:19 tramp-handle-file-local-copy (5) # Encoding remote file 
/sshx:serafim:/jabber/etc/ejabberd-1.1.1-serafim.cfg...
13:51:19 tramp-get-connection-property (8) # process-name nil
13:51:19 tramp-maybe-open-connection (3) # Opening connection for [EMAIL 
PROTECTED] using sshx...
13:51:19 tramp-get-connection-property (8) # process-name nil
13:51:19 tramp-get-connection-property (8) # process-buffer nil
13:51:19 tramp-maybe-open-connection (6) # /bin/sh
13:51:19 tramp-maybe-open-connection (3) # Waiting 60s for local shell to come 
up...
13:51:19 tramp-get-connection-property (8) # check-remote-echo nil
13:51:19 tramp-get-connection-property (8) # check-remote-echo nil
13:51:19 tramp-get-connection-property (8) # check-remote-echo nil
13:51:19 tramp-get-connection-property (8) # check-remote-echo nil
13:51:19 tramp-wait-for-regexp (6) # 
$ 
13:51:19 tramp-maybe-open-connection (3) # Sending command `ssh serafim   -e 
none -t -t /bin/sh || exit'
13:51:19 tramp-get-connection-property (8) # remote-echo nil
13:51:19 tramp-send-command (6) # ssh serafim   -e none -t -t /bin/sh || exit
13:51:19 tramp-get-connection-property (8) # process-name nil
13:51:19 tramp-get-connection-property (8) # process-buffer nil
13:51:19 tramp-process-actions (3) # Waiting for prompts from remote shell
13:51:19 tramp-process-one-action (3) # Waiting 60s for prompt from remote 
shell on host serafim
13:51:20 tramp-process-one-action (5) # Looking for regexp ".*ogin\( .*\)?: *" 
from remote shell
13:51:20 tramp-process-one-action (5) # Looking for regexp 
"^.*\([pP]assword\|passphrase\).*:? *" from remote shell
13:51:20 tramp-process-one-action (5) # Call `tramp-action-password'
13:51:20 tramp-action-password (3) # Sending password
13:51:23 tramp-process-one-action (5) # Looking for regexp "^.*\(Connection 
\(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login 
\(?:[Ii]ncorrect\)\|Name or service not known\|Permission denied\.\|Sorry, try 
again\.\|Tramp connection closed\).*\|^.*\(Received signal [0-9]+\).*" from 
remote shell
13:51:23 tramp-process-one-action (5) # Looking for regexp "^[^#$%>
]*[#$%>] *" from remote shell
13:51:23 tramp-process-one-action (5) # Looking for regexp "^[^#$%>
]*[#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*" from remote shell
13:51:23 tramp-process-one-action (5) # Looking for regexp "\(Are you sure you 
want to continue connecting (yes/no)\?\)\s-*" from remote shell
13:51:23 tramp-process-one-action (5) # Looking for regexp "\(Store key in 
cache\? (y/n)\)\s-*" from remote shell
13:51:23 tramp-process-one-action (5) # Looking for regexp "\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*" from remote shell
13:51:23 tramp-process-one-action (5) # Looking for regexp "" from remote shell
13:51:23 tramp-process-one-action (5) # Call `tramp-action-process-alive'
13:51:23 tramp-process-one-action (5) # Looking for regexp ".*ogin\( .*\)?: *" 
from remote shell
13:51:23 tramp-process-one-action (5) # Looking for regexp 
"^.*\([pP]assword\|passphrase\).*:? *" from remote shell
13:51:23 tramp-process-one-action (5) # Looking for regexp "^.*\(Connection 
\(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login 
\(?:[Ii]ncorrect\)\|Name or service not known\|Permission denied\.\|Sorry, try 
again\.\|Tramp connection closed\).*\|^.*\(Received signal [0-9]+\).*" from 
remote shell
13:51:23 tramp-process-one-action (5) # Looking for regexp "^[^#$%>
]*[#$%>] *" from remote shell
13:51:23 tramp-process-one-action (5) # Looking for regexp "^[^#$%>
]*[#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*" from remote shell
13:51:23 tramp-process-one-action (5) # Looking for regexp "\(Are you sure you 
want to continue connecting (yes/no)\?\)\s-*" from remote shell
13:51:23 tramp-process-one-action (5) # Looking for regexp "\(Store key in 
cache\? (y/n)\)\s-*" from remote shell
13:51:23 tramp-process-one-action (5) # Looking for regexp "\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*" from remote shell
13:51:23 tramp-process-one-action (5) # Looking for regexp "" from remote shell
13:51:23 tramp-process-one-action (5) # Call `tramp-action-process-alive'
13:51:23 tramp-process-one-action (5) # Looking for regexp ".*ogin\( .*\)?: *" 
from remote shell
13:51:23 tramp-process-one-action (5) # Looking for regexp 
"^.*\([pP]assword\|passphrase\).*:? *" from remote shell
13:51:23 tramp-process-one-action (5) # Looking for regexp "^.*\(Connection 
\(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login 
\(?:[Ii]ncorrect\)\|Name or service not known\|Permission denied\.\|Sorry, try 
again\.\|Tramp connection closed\).*\|^.*\(Received signal [0-9]+\).*" from 
remote shell
13:51:23 tramp-process-one-action (5) # Looking for regexp "^[^#$%>
]*[#$%>] *" from remote shell
13:51:23 tramp-process-one-action (5) # Call `tramp-action-succeed'
13:51:23 tramp-process-actions (6) # 
[EMAIL PROTECTED]'s password: 
sh-3.1$ 
13:51:23 tramp-maybe-open-connection (3) # Found remote shell prompt on 
`serafim'
13:51:23 tramp-process-initial-commands (5) # Sending command to remote shell: 
unset HISTORY
13:51:23 tramp-get-connection-property (8) # remote-echo nil
13:51:23 tramp-send-command-internal (6) # unset HISTORY
13:51:23 tramp-get-connection-property (8) # process-name nil
13:51:23 tramp-get-connection-property (8) # process-buffer nil
13:51:23 tramp-get-connection-property (8) # process-name nil
13:51:23 tramp-get-connection-property (8) # check-remote-echo nil
13:51:23 tramp-get-connection-property (8) # check-remote-echo nil
13:51:23 tramp-get-connection-property (8) # check-remote-echo nil
13:51:23 tramp-get-connection-property (8) # check-remote-echo nil
13:51:23 tramp-wait-for-regexp (6) # 
sh-3.1$ 
13:51:23 tramp-process-initial-commands (5) # Sending command to remote shell: 
unset correct
13:51:23 tramp-get-connection-property (8) # remote-echo nil
13:51:23 tramp-send-command-internal (6) # unset correct
13:51:23 tramp-get-connection-property (8) # process-name nil
13:51:23 tramp-get-connection-property (8) # process-buffer nil
13:51:23 tramp-get-connection-property (8) # process-name nil
13:51:23 tramp-get-connection-property (8) # check-remote-echo nil
13:51:23 tramp-get-connection-property (8) # check-remote-echo nil
13:51:23 tramp-get-connection-property (8) # check-remote-echo nil
13:51:23 tramp-get-connection-property (8) # check-remote-echo nil
13:51:23 tramp-wait-for-regexp (6) # 
sh-3.1$ 
13:51:23 tramp-process-initial-commands (5) # Sending command to remote shell: 
unset autocorrect
13:51:23 tramp-get-connection-property (8) # remote-echo nil
13:51:23 tramp-send-command-internal (6) # unset autocorrect
13:51:23 tramp-get-connection-property (8) # process-name nil
13:51:23 tramp-get-connection-property (8) # process-buffer nil
13:51:23 tramp-get-connection-property (8) # process-name nil
13:51:23 tramp-get-connection-property (8) # check-remote-echo nil
13:51:23 tramp-get-connection-property (8) # check-remote-echo nil
13:51:23 tramp-get-connection-property (8) # check-remote-echo nil
13:51:23 tramp-get-connection-property (8) # check-remote-echo nil
13:51:23 tramp-wait-for-regexp (6) # 
sh-3.1$ 
13:51:23 tramp-get-connection-property (8) # remote-echo nil
13:51:23 tramp-send-command-internal (6) # exec env 'ENV=' 'PS1=$ ' /bin/sh
13:51:23 tramp-get-connection-property (8) # process-name nil
13:51:23 tramp-get-connection-property (8) # process-buffer nil
13:51:23 tramp-send-command-internal (3) # Waiting 30s for remote `/bin/sh' to 
come up...
13:51:23 tramp-get-connection-property (8) # process-name nil
13:51:23 tramp-get-connection-property (8) # check-remote-echo nil
13:51:23 tramp-get-connection-property (8) # check-remote-echo nil
13:51:23 tramp-get-connection-property (8) # check-remote-echo nil
13:51:23 tramp-get-connection-property (8) # check-remote-echo nil
13:51:23 tramp-wait-for-regexp (6) # 
$ 
13:51:23 tramp-open-connection-setup-interactive-shell (5) # Setting up remote 
shell environment
13:51:23 tramp-get-connection-property (8) # remote-echo nil
13:51:23 tramp-send-command-internal (6) # stty -inlcr -echo kill '^U' erase 
'^H'
13:51:23 tramp-get-connection-property (8) # process-name nil
13:51:23 tramp-get-connection-property (8) # process-buffer nil
13:51:23 tramp-get-connection-property (8) # process-name nil
13:51:23 tramp-get-connection-property (8) # check-remote-echo nil
13:51:23 tramp-get-connection-property (8) # check-remote-echo nil
13:51:23 tramp-get-connection-property (8) # check-remote-echo nil
13:51:23 tramp-get-connection-property (8) # check-remote-echo nil
13:51:23 tramp-wait-for-regexp (6) # 
$ 
13:51:23 tramp-get-connection-property (8) # remote-echo nil
13:51:23 tramp-send-command-internal (6) # echo foo
13:51:23 tramp-get-connection-property (8) # process-name nil
13:51:23 tramp-get-connection-property (8) # process-buffer nil
13:51:23 tramp-get-connection-property (8) # process-name nil
13:51:23 tramp-get-connection-property (8) # check-remote-echo nil
13:51:23 tramp-get-connection-property (8) # check-remote-echo nil
13:51:23 tramp-get-connection-property (8) # check-remote-echo nil
13:51:23 tramp-get-connection-property (8) # check-remote-echo nil
13:51:23 tramp-wait-for-regexp (6) # 
foo
$ 
13:51:23 tramp-open-connection-setup-interactive-shell (5) # Checking remote 
host type for `send-process-string' bug
13:51:23 tramp-get-connection-property (8) # remote-echo nil
13:51:23 tramp-send-command-internal (6) # (uname -sr) 2>/dev/null
13:51:23 tramp-get-connection-property (8) # process-name nil
13:51:23 tramp-get-connection-property (8) # process-buffer nil
13:51:23 tramp-get-connection-property (8) # process-name nil
13:51:23 tramp-get-connection-property (8) # check-remote-echo nil
13:51:23 tramp-get-connection-property (8) # check-remote-echo nil
13:51:23 tramp-get-connection-property (8) # check-remote-echo nil
13:51:23 tramp-get-connection-property (8) # check-remote-echo nil
13:51:23 tramp-wait-for-regexp (6) # 
Linux 2.6.8-3-sparc64-smp
$ 
13:51:23 tramp-open-connection-setup-interactive-shell (5) # Determining coding 
system
13:51:23 tramp-get-connection-property (8) # remote-echo nil
13:51:23 tramp-send-command-internal (6) # echo foo ; echo bar
13:51:23 tramp-get-connection-property (8) # process-name nil
13:51:23 tramp-get-connection-property (8) # process-buffer nil
13:51:23 tramp-get-connection-property (8) # process-name nil
13:51:23 tramp-get-connection-property (8) # check-remote-echo nil
13:51:23 tramp-get-connection-property (8) # check-remote-echo nil
13:51:23 tramp-get-connection-property (8) # check-remote-echo nil
13:51:23 tramp-get-connection-property (8) # check-remote-echo nil
13:51:23 tramp-wait-for-regexp (6) # 
foo
bar
$ 
13:51:23 tramp-open-connection-setup-interactive-shell (5) # Waiting 30s for 
`set +o vi +o emacs'
13:51:23 tramp-get-connection-property (8) # remote-echo nil
13:51:23 tramp-send-command-internal (6) # set +o vi +o emacs
13:51:23 tramp-get-connection-property (8) # process-name nil
13:51:23 tramp-get-connection-property (8) # process-buffer nil
13:51:23 tramp-get-connection-property (8) # process-name nil
13:51:23 tramp-get-connection-property (8) # check-remote-echo nil
13:51:23 tramp-get-connection-property (8) # check-remote-echo nil
13:51:23 tramp-get-connection-property (8) # check-remote-echo nil
13:51:23 tramp-get-connection-property (8) # check-remote-echo nil
13:51:23 tramp-wait-for-regexp (6) # 
$ 
13:51:23 tramp-open-connection-setup-interactive-shell (5) # Setting shell 
prompt
13:51:23 tramp-get-connection-property (8) # process-name nil
13:51:23 tramp-get-connection-property (8) # remote-echo nil
13:51:23 tramp-send-command (6) # PS1='
///45f1be591a53217c38037ee49981349f
'; PS2=''; PS3=''
13:51:23 tramp-get-connection-property (8) # process-name nil
13:51:23 tramp-get-connection-property (8) # process-buffer nil
13:51:23 tramp-get-connection-property (8) # process-name nil
13:51:23 tramp-get-connection-property (8) # check-remote-echo nil
13:51:23 tramp-get-connection-property (8) # check-remote-echo nil
13:51:23 tramp-get-connection-property (8) # check-remote-echo nil
13:51:23 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-wait-for-regexp (6) # 
> > 
///45f1be591a53217c38037ee49981349f
13:51:24 tramp-set-remote-path (5) # Setting $PATH environment variable
13:51:24 tramp-get-connection-property (8) # default-remote-path nil
13:51:24 tramp-cache-get-file-property (7) # /bin file-directory-p t
13:51:24 tramp-cache-get-file-property (7) # /usr/bin file-directory-p t
13:51:24 tramp-cache-get-file-property (7) # /usr/sbin file-directory-p t
13:51:24 tramp-cache-get-file-property (7) # /usr/local/bin file-directory-p t
13:51:24 tramp-get-connection-property (8) # process-name nil
13:51:24 tramp-get-connection-property (8) # remote-echo nil
13:51:24 tramp-send-command (6) # PATH=/bin:/usr/bin:/usr/sbin:/usr/local/bin; 
export PATH
13:51:24 tramp-get-connection-property (8) # process-name nil
13:51:24 tramp-get-connection-property (8) # process-buffer nil
13:51:24 tramp-get-connection-property (8) # process-name nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-wait-for-regexp (6) # 

///45f1be591a53217c38037ee49981349f
13:51:24 tramp-get-connection-property (8) # process-name nil
13:51:24 tramp-get-connection-property (8) # remote-echo nil
13:51:24 tramp-send-command (6) # echo ~root
13:51:24 tramp-get-connection-property (8) # process-name nil
13:51:24 tramp-get-connection-property (8) # process-buffer nil
13:51:24 tramp-get-connection-property (8) # process-name nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-wait-for-regexp (6) # 
/root

///45f1be591a53217c38037ee49981349f
13:51:24 tramp-find-shell (5) # Remote `/bin/sh' groks tilde expansion, good
13:51:24 tramp-get-connection-property (8) # process-name nil
13:51:24 tramp-get-connection-property (8) # remote-echo nil
13:51:24 tramp-send-command (6) # mesg n; biff n
13:51:24 tramp-get-connection-property (8) # process-name nil
13:51:24 tramp-get-connection-property (8) # process-buffer nil
13:51:24 tramp-get-connection-property (8) # process-name nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-wait-for-regexp (6) # 
sh: biff: command not found

///45f1be591a53217c38037ee49981349f
13:51:24 tramp-post-connection (5) # Setting default environment
13:51:24 tramp-get-connection-property (8) # process-name nil
13:51:24 tramp-get-connection-property (8) # remote-echo nil
13:51:24 tramp-send-command (6) # HISTFILE=$HOME/.tramp_history; export HISTFILE
13:51:24 tramp-get-connection-property (8) # process-name nil
13:51:24 tramp-get-connection-property (8) # process-buffer nil
13:51:24 tramp-get-connection-property (8) # process-name nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-wait-for-regexp (6) # 

///45f1be591a53217c38037ee49981349f
13:51:24 tramp-get-connection-property (8) # process-name nil
13:51:24 tramp-get-connection-property (8) # remote-echo nil
13:51:24 tramp-send-command (6) # HISTSIZE=1; export HISTSIZE
13:51:24 tramp-get-connection-property (8) # process-name nil
13:51:24 tramp-get-connection-property (8) # process-buffer nil
13:51:24 tramp-get-connection-property (8) # process-name nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-wait-for-regexp (6) # 

///45f1be591a53217c38037ee49981349f
13:51:24 tramp-get-connection-property (8) # process-name nil
13:51:24 tramp-get-connection-property (8) # remote-echo nil
13:51:24 tramp-send-command (6) # LC_TIME=C; export LC_TIME
13:51:24 tramp-get-connection-property (8) # process-name nil
13:51:24 tramp-get-connection-property (8) # process-buffer nil
13:51:24 tramp-get-connection-property (8) # process-name nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-wait-for-regexp (6) # 

///45f1be591a53217c38037ee49981349f
13:51:24 tramp-get-connection-property (8) # process-name nil
13:51:24 tramp-get-connection-property (8) # remote-echo nil
13:51:24 tramp-send-command (6) # TERM=dumb; export TERM
13:51:24 tramp-get-connection-property (8) # process-name nil
13:51:24 tramp-get-connection-property (8) # process-buffer nil
13:51:24 tramp-get-connection-property (8) # process-name nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-wait-for-regexp (6) # 

///45f1be591a53217c38037ee49981349f
13:51:24 tramp-get-connection-property (8) # process-name nil
13:51:24 tramp-get-connection-property (8) # remote-echo nil
13:51:24 tramp-send-command (6) # unset CDPATH
13:51:24 tramp-get-connection-property (8) # process-name nil
13:51:24 tramp-get-connection-property (8) # process-buffer nil
13:51:24 tramp-get-connection-property (8) # process-name nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-wait-for-regexp (6) # 

///45f1be591a53217c38037ee49981349f
13:51:24 tramp-get-connection-property (8) # process-name nil
13:51:24 tramp-get-connection-property (8) # remote-echo nil
13:51:24 tramp-send-command (6) # unset HISTORY
13:51:24 tramp-get-connection-property (8) # process-name nil
13:51:24 tramp-get-connection-property (8) # process-buffer nil
13:51:24 tramp-get-connection-property (8) # process-name nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-wait-for-regexp (6) # 

///45f1be591a53217c38037ee49981349f
13:51:24 tramp-get-connection-property (8) # process-name nil
13:51:24 tramp-get-connection-property (8) # remote-echo nil
13:51:24 tramp-send-command (6) # unset MAIL
13:51:24 tramp-get-connection-property (8) # process-name nil
13:51:24 tramp-get-connection-property (8) # process-buffer nil
13:51:24 tramp-get-connection-property (8) # process-name nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-wait-for-regexp (6) # 

///45f1be591a53217c38037ee49981349f
13:51:24 tramp-get-connection-property (8) # process-name nil
13:51:24 tramp-get-connection-property (8) # remote-echo nil
13:51:24 tramp-send-command (6) # unset MAILCHECK
13:51:24 tramp-get-connection-property (8) # process-name nil
13:51:24 tramp-get-connection-property (8) # process-buffer nil
13:51:24 tramp-get-connection-property (8) # process-name nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-wait-for-regexp (6) # 

///45f1be591a53217c38037ee49981349f
13:51:24 tramp-get-connection-property (8) # process-name nil
13:51:24 tramp-get-connection-property (8) # remote-echo nil
13:51:24 tramp-send-command (6) # unset MAILPATH
13:51:24 tramp-get-connection-property (8) # process-name nil
13:51:24 tramp-get-connection-property (8) # process-buffer nil
13:51:24 tramp-get-connection-property (8) # process-name nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-wait-for-regexp (6) # 

///45f1be591a53217c38037ee49981349f
13:51:24 tramp-get-connection-property (8) # remote-echo nil
13:51:24 tramp-send-command (6) # tramp_perl_encode_with_module < 
/jabber/etc/ejabberd-1.1.1-serafim.cfg 2>/dev/null; echo tramp_exit_status $? 
13:51:24 tramp-get-connection-property (8) # process-name nil
13:51:24 tramp-get-connection-property (8) # process-buffer nil
13:51:24 tramp-get-connection-property (8) # process-name nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-get-connection-property (8) # check-remote-echo nil
13:51:24 tramp-wait-for-regexp (6) # 
tramp_exit_status 127

///45f1be591a53217c38037ee49981349f
13:51:24 tramp-get-connection-property (8) # process-buffer nil
13:51:24 tramp-barf-unless-okay (1) # File error: Encoding remote file failed, 
see buffer `*tramp/sshx serafim*' for details
13:51:24 tramp-cache-get-file-property (7) # 
/jabber/etc/ejabberd-1.1.1-serafim.cfg file-exists-p t
13:51:24 tramp-cache-get-file-property (7) # 
/jabber/etc/ejabberd-1.1.1-serafim.cfg file-readable-p t
_______________________________________________
Tramp-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/tramp-devel

Reply via email to