[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
tramp (2.1.18-23.2); (wrong-type-argument numberp 0_ech) in tramp-barf-u
From: |
Łukasz Stelmach |
Subject: |
tramp (2.1.18-23.2); (wrong-type-argument numberp 0_ech) in tramp-barf-unless-okay |
Date: |
Tue, 26 Oct 2010 15:24:06 +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.
Before reproducing the bug, you might apply
M-x tramp-cleanup-all-connections
This allows to investigate from a clean environment. 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--
While using org-mode to publish my webpage (which involves using tramp)
I encountered the following error.
Debugger entered--Lisp error: (wrong-type-argument numberp 0_ech)
(full stack trace follows)
After some investigation with the debug buffer and strace(1) I found
that tramp sends:
--8<---------------cut here---------------start------------->8---
write(17, "/\\=tagging-method /home/stud/jdoe/WWW/\\{arch\\}/\\=tagging-method
/home/stud/jdoe/\\{arch\\}/\\=tagging-method
/home/stud/\\{arch\\}/\\=tagging-method /home/\\{arch\\}/\\=tagging-method
/\\{arch\\}/\\=tagging-method 2>/dev/null; echo tramp_exit_status $?_echo\10",
254) = 254
write(17, "\4", 1) = 1
write(17, "\10\10\10\10\n", 5) = 5
--8<---------------cut here---------------end--------------->8---
and then it reads (according to strace):
--8<---------------cut here---------------start------------->8---
read(17, "rch}/=tagging-method\" \"file-readable-p\" nil)\n)\ntramp_exit_status
0_ech\n///b2031185bb4fe98bdc967001df54c436#$", 4096) = 108
--8<---------------cut here---------------end--------------->8---
For some unknown reason "\4" (ASCII EOT) jums in the row of DELs, which
in the end lead to numberp (through zerop in tramp-barf-unless-okay)
receive "0_ech".
This happens every other time i run org-publish-current-file and only in
tramp-handle-vc-registered. It seems tramp-handle-vc-registered doesn't
run everytime (that's why I don't get errors every time). All other
commands i can see in the debug buffer work fine with `_echo' being
removed by `^H^H^H^H^H'.
--8<---------------cut here---------------start------------->8---
Debugger entered--Lisp error: (wrong-type-argument numberp 0_ech)
zerop(0_ech)
tramp-barf-unless-okay(["ssh" "jdoe" "volt.pw.edu.pl"
"/home/stud/jdoe/WWW/index.html"] "tramp_vc_registered_read_file_names
/home/stud/jdoe/WWW/RCS/index.html\\,v /home/stud/jdoe/WWW/index.html\\,v
/home/stud/jdoe/WWW/RCS/index.html /home/stud/jdoe/WWW/CVS/Entries
/home/stud/jdoe/WWW/.svn/entries /home/stud/jdoe/WWW/SCCS/s.index.html
/home/stud/jdoe/WWW/s.index.html
/home/stud/jdoe/WWW/index.html/.bzr/checkout/format
/home/stud/jdoe/WWW/.bzr/checkout/format /home/stud/jdoe/.bzr/checkout/format
/home/stud/.bzr/checkout/format /home/.bzr/checkout/format
/.bzr/checkout/format /home/stud/jdoe/WWW/index.html/.git
/home/stud/jdoe/WWW/.git /home/stud/jdoe/.git /home/stud/.git /home/.git /.git
/home/stud/jdoe/WWW/index.html/.hg /home/stud/jdoe/WWW/.hg /home/stud/jdoe/.hg
/home/stud/.hg /home/.hg /.hg /home/stud/jdoe/WWW/index.html/_MTN/format
/home/stud/jdoe/WWW/_MTN/format /home/stud/jdoe/_MTN/format
/home/stud/_MTN/format /home/_MTN/format /_MTN/format
/home/stud/jdoe/WWW/index.html/\\{arch\\}/\\=tagging-method
/home/stud/jdoe/WWW/\\{arch\\}/\\=tagging-method
/home/stud/jdoe/\\{arch\\}/\\=tagging-method
/home/stud/\\{arch\\}/\\=tagging-method /home/\\{arch\\}/\\=tagging-method
/\\{arch\\}/\\=tagging-method" "`%s' returns with error"
"tramp_vc_registered_read_file_names /home/stud/jdoe/WWW/RCS/index.html\\,v
/home/stud/jdoe/WWW/index.html\\,v /home/stud/jdoe/WWW/RCS/index.html
/home/stud/jdoe/WWW/CVS/Entries /home/stud/jdoe/WWW/.svn/entries
/home/stud/jdoe/WWW/SCCS/s.index.html /home/stud/jdoe/WWW/s.index.html
/home/stud/jdoe/WWW/index.html/.bzr/checkout/format
/home/stud/jdoe/WWW/.bzr/checkout/format /home/stud/jdoe/.bzr/checkout/format
/home/stud/.bzr/checkout/format /home/.bzr/checkout/format
/.bzr/checkout/format /home/stud/jdoe/WWW/index.html/.git
/home/stud/jdoe/WWW/.git /home/stud/jdoe/.git /home/stud/.git /home/.git /.git
/home/stud/jdoe/WWW/index.html/.hg /home/stud/jdoe/WWW/.hg /home/stud/jdoe/.hg
/home/stud/.hg /home/.hg /.hg /home/stud/jdoe/WWW/index.html/_MTN/format
/home/stud/jdoe/WWW/_MTN/format /home/stud/jdoe/_MTN/format
/home/stud/_MTN/format /home/_MTN/format /_MTN/format
/home/stud/jdoe/WWW/index.html/\\{arch\\}/\\=tagging-method
/home/stud/jdoe/WWW/\\{arch\\}/\\=tagging-method
/home/stud/jdoe/\\{arch\\}/\\=tagging-method
/home/stud/\\{arch\\}/\\=tagging-method /home/\\{arch\\}/\\=tagging-method
/\\{arch\\}/\\=tagging-method")
tramp-send-command-and-read(["ssh" "jdoe" "volt.pw.edu.pl"
"/home/stud/jdoe/WWW/index.html"] "tramp_vc_registered_read_file_names
/home/stud/jdoe/WWW/RCS/index.html\\,v /home/stud/jdoe/WWW/index.html\\,v
/home/stud/jdoe/WWW/RCS/index.html /home/stud/jdoe/WWW/CVS/Entries
/home/stud/jdoe/WWW/.svn/entries /home/stud/jdoe/WWW/SCCS/s.index.html
/home/stud/jdoe/WWW/s.index.html
/home/stud/jdoe/WWW/index.html/.bzr/checkout/format
/home/stud/jdoe/WWW/.bzr/checkout/format /home/stud/jdoe/.bzr/checkout/format
/home/stud/.bzr/checkout/format /home/.bzr/checkout/format
/.bzr/checkout/format /home/stud/jdoe/WWW/index.html/.git
/home/stud/jdoe/WWW/.git /home/stud/jdoe/.git /home/stud/.git /home/.git /.git
/home/stud/jdoe/WWW/index.html/.hg /home/stud/jdoe/WWW/.hg /home/stud/jdoe/.hg
/home/stud/.hg /home/.hg /.hg /home/stud/jdoe/WWW/index.html/_MTN/format
/home/stud/jdoe/WWW/_MTN/format /home/stud/jdoe/_MTN/format
/home/stud/_MTN/format /home/_MTN/format /_MTN/format
/home/stud/jdoe/WWW/index.html/\\{arch\\}/\\=tagging-method
/home/stud/jdoe/WWW/\\{arch\\}/\\=tagging-method
/home/stud/jdoe/\\{arch\\}/\\=tagging-method
/home/stud/\\{arch\\}/\\=tagging-method /home/\\{arch\\}/\\=tagging-method
/\\{arch\\}/\\=tagging-method")
tramp-handle-vc-registered("/ssh:address@hidden:/home/stud/jdoe/WWW/index.html")
apply(tramp-handle-vc-registered
"/ssh:address@hidden:/home/stud/jdoe/WWW/index.html")
tramp-sh-file-name-handler(vc-registered
"/ssh:address@hidden:/home/stud/jdoe/WWW/index.html")
apply(tramp-sh-file-name-handler vc-registered
"/ssh:address@hidden:/home/stud/jdoe/WWW/index.html")
tramp-file-name-handler(vc-registered
"/ssh:address@hidden:/home/stud/jdoe/WWW/index.html")
vc-registered("/ssh:address@hidden:/home/stud/jdoe/WWW/index.html")
vc-backend("/ssh:address@hidden:/home/stud/jdoe/WWW/index.html")
#[nil "\301!\207" [buffer-file-name vc-backend] 2]()
vc-find-file-hook()
run-hooks(find-file-hook)
after-find-file(nil t)
find-file-noselect-1(#<buffer index.html>
"/ssh:address@hidden:/home/stud/jdoe/WWW/index.html" nil nil
"/ssh:address@hidden:/home/stud/jdoe/WWW/index.html" ((9 . 28163) (-1 . 0)))
find-file-noselect("/ssh:address@hidden:/home/stud/jdoe/WWW/index.html")
org-export-as-html(nil nil (:buffer-will-be-killed t :auto-postamble nil
:auto-preamble nil :base-directory "~/WWW/" :base-extension "org$" :exclude
"_[^/]*\\.org\\'" :postamble stl/org-export-iem-postamble :preamble
stl/org-export-iem-preamble :publishing-directory "/ssh:address@hidden:~/WWW"
:publishing-function org-publish-org-to-html :recursive t :style "<link
rel=\"stylesheet\" href=\"/~jdoe/css/default.css\" />" :style-include-default
nil :style-include-scripts nil) nil nil
"/ssh:address@hidden:/home/stud/jdoe/WWW/")
org-publish-org-to("html" (:auto-postamble nil :auto-preamble nil
:base-directory "~/WWW/" :base-extension "org$" :exclude "_[^/]*\\.org\\'"
:postamble stl/org-export-iem-postamble :preamble stl/org-export-iem-preamble
:publishing-directory "/ssh:address@hidden:~/WWW" :publishing-function
org-publish-org-to-html :recursive t :style "<link rel=\"stylesheet\"
href=\"/~jdoe/css/default.css\" />" :style-include-default nil
:style-include-scripts nil) "/home/jdoe/WWW/index.org"
"/ssh:address@hidden:/home/stud/jdoe/WWW/")
org-publish-org-to-html((:auto-postamble nil :auto-preamble nil
:base-directory "~/WWW/" :base-extension "org$" :exclude "_[^/]*\\.org\\'"
:postamble stl/org-export-iem-postamble :preamble stl/org-export-iem-preamble
:publishing-directory "/ssh:address@hidden:~/WWW" :publishing-function
org-publish-org-to-html :recursive t :style "<link rel=\"stylesheet\"
href=\"/~jdoe/css/default.css\" />" :style-include-default nil
:style-include-scripts nil) "/home/jdoe/WWW/index.org"
"/ssh:address@hidden:/home/stud/jdoe/WWW/")
org-publish-file("/home/jdoe/WWW/index.org")
byte-code("?\205 \302\303 !)\207" [force
org-publish-use-timestamps-flag org-publish-file buffer-file-name] 2)
org-publish-current-file()
eval((org-publish-current-file))
eval-expression((org-publish-current-file) nil)
call-interactively(eval-expression nil nil)
--8<---------------cut here---------------end--------------->8---
Emacs : GNU Emacs 23.2.1 (x86_64-pc-linux-gnu, GTK+ Version 2.20.1)
of 2010-08-15 on barber, modified by Debian
Package: tramp (2.1.18-23.2)
current state:
==============
(setq
tramp-current-method "ssh"
tramp-current-user "jdoe"
tramp-current-host "volt.pw.edu.pl"
tramp-auto-save-directory nil
tramp-default-method "pscp"
tramp-default-method-alist '((nil "%" "smb")
("" "\\`\\(anonymous\\|ftp\\)\\'" "ftp")
("\\`ftp\\." "" "ftp")
("\\`localhost\\'" "\\`root\\'" "su"))
tramp-default-host "dasa3.pw.edu.pl"
tramp-default-proxies-alist nil
tramp-default-user nil
tramp-default-user-alist '(("imaps" nil "steelman") ("imap" nil "steelman")
("socks" nil "steelman") ("tunnel" nil "steelman")
("fish" nil "steelman") ("smb" nil "")
("\\`su\\(do\\)?\\'" nil "root")
("\\`r\\(em\\)?\\(cp\\|sh\\)\\|telnet\\|plink1?\\'"
nil "steelman")
)
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\\|Timeout, server not responding\\)\\.\\).*\\|^.*\\(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 '(("imaps" (tramp-default-port 993))
("imap" (tramp-default-port 143)) ("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") ("-r")))
(tramp-copy-keep-date t) (tramp-copy-recursive 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") ("-r")))
(tramp-copy-keep-date t) (tramp-copy-recursive 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") ("-r")))
(tramp-copy-keep-date t) (tramp-copy-recursive 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") ("-r")))
(tramp-copy-keep-date t) (tramp-copy-recursive 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") ("-r")))
(tramp-copy-keep-date t) (tramp-copy-recursive 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") ("-r")))
(tramp-copy-keep-date t) (tramp-copy-recursive 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") ("-r")))
(tramp-copy-keep-date t) (tramp-copy-keep-tmpfile t)
(tramp-copy-recursive t) (tramp-password-end-of-line nil))
("rsyncc" (tramp-login-program "ssh")
(tramp-login-args
(("%h") ("-l" "%u") ("-p" "%p")
("-o" "address@hidden:%%p")
("-o" "ControlMaster=yes") ("-e" "none"))
)
(tramp-remote-sh "/bin/sh") (tramp-copy-program "rsync")
(tramp-copy-args (("-t" "%k") ("-r")))
(tramp-copy-env
(("RSYNC_RSH")
("ssh -o address@hidden:%%p -o ControlMaster=auto")
)
)
(tramp-copy-keep-date t) (tramp-copy-keep-tmpfile t)
(tramp-copy-recursive 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" "address@hidden:%%p")
("-o" "ControlMaster=yes") ("-e" "none"))
)
(tramp-remote-sh "/bin/sh") (tramp-copy-program "scp")
(tramp-copy-args
(("-P" "%p") ("-p" "%k") ("-q")
("-o" "address@hidden:%%p")
("-o" "ControlMaster=auto"))
)
(tramp-copy-keep-date t) (tramp-password-end-of-line nil)
(tramp-gw-args
(("-o" "GlobalKnownHostsFile=/dev/null")
("-o" "UserKnownHostsFile=/dev/null")
("-o" "StrictHostKeyChecking=no"))
)
(tramp-default-port 22))
("scpx" (tramp-login-program "ssh")
(tramp-login-args
(("%h") ("-l" "%u") ("-p" "%p") ("-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 "///b2031185bb4fe98bdc967001df54c436#$"
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
\"XCg/Ol5cfA1cKVteIyQlPgpdKiM/WyMkJT5dICpcKBtcW1swLTk7XSpbYS16QS1aXSAqXCkq\""
tramp-backup-directory-alist nil
tramp-cache-data '((["ssh" "jdoe" "login.ee.pw.edu.pl" nil]
("uname" "SunOS 5.10") ("test" "test")
("/usr/xpg4/bin" t) ("/usr/ccs/bin" t) ("/usr/bin" t)
("/opt/SUNWspro/bin" nil) ("/usr/sbin" t)
("/usr/local/bin" t) ("/local/bin" nil)
("/local/freeware/bin" nil) ("/local/gnu/bin" nil)
("/usr/freeware/bin" nil) ("/usr/pkg/bin" nil)
("/usr/contrib/bin" nil)
("remote-path"
("/usr/xpg4/bin" "/usr/ccs/bin" "/usr/bin" "/usr/sbin"
"/usr/local/bin")
)
("~" "/home/ee/stud/jdoe") ("file-exists" "test -e")
("stat" nil) ("perl" "/usr/bin/perl")
("id" "/usr/xpg4/bin/id") ("gid-integer" 900)
("local-encoding" base64-encode-region)
("local-decoding" base64-decode-region)
("remote-encoding" tramp-perl-encode-with-module)
("remote-decoding" tramp-perl-decode-with-module)
("ls" "/usr/xpg4/bin/ls") ("uid-integer" 8793)
("readlink" nil))
(["sudo" "root" "dasa3.pw.edu.pl" nil]
("uname" "Linux 2.6.32-trunk-amd64") ("test" "test")
("/bin" t) ("/usr/bin" t) ("/usr/sbin" t)
("/usr/local/bin" t) ("/local/bin" nil)
("/local/freeware/bin" nil) ("/local/gnu/bin" nil)
("/usr/freeware/bin" nil) ("/usr/pkg/bin" nil)
("/usr/contrib/bin" nil)
("remote-path"
("/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin"))
("remote-shell" "/bin/sh") ("ls" "/bin/ls")
("file-exists" "test -e") ("stat" "\\stat")
("id" "/usr/bin/id") ("gid-integer" 0) ("uid-integer" 0)
("local-encoding" base64-encode-region)
("local-decoding" base64-decode-region)
("remote-encoding" "base64")
("remote-decoding" "base64 -d"))
(["ssh" "jdoe" "volt.pw.edu.pl" nil]
("uname" "FreeBSD 9.0-CURRENT") ("test" "test")
("remote-path"
("/usr/bin" "/bin" "/usr/sbin" "/sbin" "/usr/local/bin"
"/local/bin")
)
("remote-shell" "/bin/sh") ("~" "/home/stud/jdoe")
("readlink" nil) ("perl-file-spec" t)
("perl-cwd-realpath" t) ("perl" "\\perl5")
("file-exists" "test -e") ("stat" nil)
("id" "/usr/bin/id") ("uid-integer" 3000)
("gid-integer" 400)
("local-encoding" base64-encode-region)
("local-decoding" base64-decode-region)
("remote-encoding" "mimencode -b")
("remote-decoding" "mimencode -u -b")
("first-password-request" t))
(["ssh" nil "volt" nil] ("uname" "FreeBSD 9.0-CURRENT")
("test" "test")
("remote-path"
("/usr/bin" "/bin" "/usr/sbin" "/sbin" "/usr/local/bin"
"/local/bin")
)
("remote-shell" "/bin/sh") ("file-exists" "test -e")
("ls" "/bin/ls") ("ls-dired" nil) ("stat" nil)
("perl-file-spec" t) ("perl-cwd-realpath" t)
("perl" "\\perl5") ("id" "/usr/bin/id")
("gid-integer" 400) ("~" "/home/stud/jdoe")
("readlink" nil) ("local-encoding" base64-encode-region)
("local-decoding" base64-decode-region)
("remote-encoding" "mimencode -b")
("remote-decoding" "mimencode -u -b")
("uid-integer" 3000))
(["ssh" "jdoe" "volt.pw.edu.pl" ""] nil)
("#<process *tramp/ssh address@hidden>"
("temp-file" "/tmp/tramp.3180Dey")
("last-cmd-time" (19654 52607 214779)) ("remote-echo" t)
("check-remote-echo" t) ("chunksize" 500)
("scripts"
("tramp_perl_file_name_all_completions"
"tramp_vc_registered_read_file_names"
"tramp_perl_file_attributes" "tramp_perl_file_truename")
)
)
(nil ("scripts" ("tramp_perl_file_truename")))
(["ssh" "jdoe" "volt.pw.edu.pl"
"/home/stud/jdoe/WWW/index.html"]
("file-directory-p" ((19654 52607 41356)))
("file-truename"
((19654 52607 73746) .
"/ssh:address@hidden:/home/stud/jdoe/WWW/index.html")
)
("file-attributes-integer"
((19654 52607 85913) nil 1 3000 400 (19654 52602)
(19654 52602) (19654 52602) 3609 "-rw-r--r--" nil
(9 . 28113) (-1 . 0))
)
("file-exists-p" ((19654 52607 94064) . t))
("file-writable-p" ((19654 52607 167548) . t)))
(["ssh" "jdoe" "volt.pw.edu.pl"
"/home/stud/jdoe/WWW/address@hidden"]
("file-exists-p" ((19654 45241 77126))))
(["ssh" "jdoe" "volt.pw.edu.pl"
"/home/stud/jdoe/WWW/index.html.~"]
("file-name-all-completions" ((19654 52601 993495))))
)
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 '(("\\.gpg\\(~\\|\\.~[0-9]+~\\)?\\'" .
epa-file-handler)
("\\.Z\\(~\\|\\.~[0-9]+~\\)?\\'\\|\\.bz2\\(~\\|\\.~[0-9]+~\\)?\\'\\|\\.tbz2?\\'\\|\\.\\(?:tgz\\|svgz\\|sifz\\)\\(~\\|\\.~[0-9]+~\\)?\\'\\|\\.g?z\\(~\\|\\.~[0-9]+~\\)?\\'\\|\\.xz\\(~\\|\\.~[0-9]+~\\)?\\'\\|\\.dz\\'"
. jka-compr-handler)
("\\`/[^/]*\\'" .
tramp-completion-file-name-handler)
("\\`/\\([^[/:]+\\|[^/]+]\\):" .
tramp-file-name-handler)
("\\`/:" . file-name-non-special))
)
--
Miłego dnia,
Łukasz Stelmach
(setq
buffer-name "*tramp/ssh address@hidden"
)
This is a special notion of the `gnus/message' package. If you
use another mail agent (by copying the contents of this buffer)
please ensure that the buffers are attached to your email.
txtUQsCSty1xk.txt
Description: *tramp/ssh jdoe@volt.pw.edu.pl*
- tramp (2.1.18-23.2); (wrong-type-argument numberp 0_ech) in tramp-barf-unless-okay,
Łukasz Stelmach <=