tramp-devel
[Top][All Lists]
Advanced

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

tramp (2.1.6-pre); Can't open files on Linux/sparc host


From: Magnus Henoch
Subject: tramp (2.1.6-pre); Can't open files on Linux/sparc host
Date: Wed, 21 Jun 2006 13:55:47 +0200

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/address@hidden 
/home/magnus/rc/{arch}/\,\,inode-sigs/address@hidden 
/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
                                    
"[[/address@hidden: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
                                    
"[[/address@hidden: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")
 )


Attachment: txtoDrMTwaNzP.txt
Description: *tramp/sshx serafim*

Attachment: txttyLvfF8Cv5.txt
Description: *debug tramp/sshx serafim*


reply via email to

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