[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
tramp (2.1.7-pre); tramp 2.1.7-pre: vc-file-clearprops: Wrong type argum
From: |
Toni Schmidbauer |
Subject: |
tramp (2.1.7-pre); tramp 2.1.7-pre: vc-file-clearprops: Wrong type argument |
Date: |
Tue, 18 Jul 2006 10:59:36 +0200 |
User-agent: |
Wanderlust Emacs |
Enter your bug report in this message, including as much detail
as you possibly can about the problem, what you did to cause it
and what the local and remote machines are.
If you can give a simple set of instructions to make this bug
happen reliably, please include those. Thank you for helping
kill bugs in TRAMP.
Another useful thing to do is to put
(setq tramp-verbose 8)
in the ~/.emacs file and to repeat the bug. Then, include the
contents of the *tramp/foo* buffer and the *debug tramp/foo*
buffer in your bug report.
--bug report follows this line--
i tried the cvs version of tramp, but still get the same error message. strange
thing is,
it worked the first time, but now even after i restart emacs, i get the
vc-file-clearprops
error.
my message buffer displays the following:
Tramp: /root/.bashrc file-readable-p undef
Tramp: test test
Tramp: process-name nil
Tramp: last-cmd-time (17596 41229 415673)
Tramp: process-name nil
Tramp: remote-echo nil
Tramp: test -r /root/.bashrc 2>/dev/null; echo tramp_exit_status $?
Tramp: process-name nil
Tramp: chunksize 0
Tramp: last-cmd-time (17596 41229 430129)
Tramp: test -r /root/.bashrc 2>/dev/null; echo tramp_exit_status $?
Tramp: process-buffer nil
Tramp: check-remote-echo nil [2 times]
Tramp: *tramp/sshx address@hidden run
Tramp:
tramp_exit_status 0
///654309126d45dbe1bce088d43eadee9c
Tramp: check-remote-echo nil [2 times]
Tramp:
tramp_exit_status 0
///654309126d45dbe1bce088d43eadee9c
Tramp: process-buffer nil
Tramp: /root/.bashrc file-readable-p t
vc-file-clearprops: Wrong type argument: stringp, nil
Emacs : GNU Emacs 22.0.50.2 (i386-pc-freebsd, X toolkit, Xaw3d scroll bars)
of 2006-07-06 on skunk.user.lan.at
Package: tramp (2.1.7-pre)
current state:
==============
(setq
tramp-current-method "sshx"
tramp-current-user "root"
tramp-current-host "mercesq1.server.lan.at"
tramp-auto-save-directory nil
tramp-default-method "scp2"
tramp-default-method-alist '((nil "%" "smb") ("" "\\`\\(anonymous\\|ftp\\)\\'"
"ftp") ("\\`ftp\\." "" "ftp") ("\\`localhost\\'" "\\`root\\'" "su"))
tramp-default-host "skunk.user.lan.at"
tramp-default-proxies-alist '(("mercesq1\\.server\\.lan\\.at" "root"
"/sshx:address@hidden:"))
tramp-default-user nil
tramp-default-user-alist '(("smb" nil "") ("\\`su\\(do\\)?\\'" nil "root")
("\\`r\\(em\\)?\\(cp\\|sh\\)\\|telnet\\'" nil "pinhead"))
tramp-rsh-end-of-line "\n"
tramp-default-password-end-of-line "\n"
tramp-remote-path '(tramp-default-remote-path "/usr/sbin" "/usr/local/bin"
"/local/bin" "/local/freeware/bin" "/local/gnu/bin" "/usr/freeware/bin"
"/usr/pkg/bin"
"/usr/contrib/bin")
tramp-login-prompt-regexp ".*ogin\\( .*\\)?: *"
tramp-password-prompt-regexp "(base64-decode-string
\"Xi4qXChbcFBdYXNzd29yZFx8cGFzc3BocmFzZVwpLio6AD8gKg==\""
tramp-wrong-passwd-regexp "^.*\\(Connection
\\(?:\\(?:clo\\|refu\\)sed\\)\\|Host key verification failed\\.\\|Login
\\(?:[Ii]ncorrect\\)\\|N\\(?:ame or service not known\\|o supported
authentication methods left to try!\\)\\|Permission denied\\.\\|Sorry, try
again\\.\\|Tramp connection closed\\).*\\|^.*\\(Received signal [0-9]+\\).*"
tramp-yesno-prompt-regexp "\\(Are you sure you want to continue connecting
(yes/no)\\?\\)\\s-*"
tramp-yn-prompt-regexp "\\(Store key in cache\\? (y/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 "///654309126d45dbe1bce088d43eadee9c"
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-backup-directory-alist nil
tramp-cache-data '(([cl-struct-tramp-file-name "sshx" "root"
"atm.server.lan.at" nil] ("/usr/local/bin" t) ("/local/bin" nil)
("/local/freeware/bin" nil) ("/local/gnu/bin" nil)
("/usr/freeware/bin" nil) ("/usr/pkg/bin" nil)
("/usr/contrib/bin" nil) ("remote-shell" "/bin/sh") ("file-exists" "test -e")
("stat" "\\stat")
("id" "/usr/bin/id") ("gid-integer" 0) ("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" "root"
"mercesq1.server.lan.at" nil] ("uname" "Linux 2.4.21-37.ELsmp")
("default-remote-path" "/bin:/usr/bin")
("test" "test") ("/bin" t) ("/usr/bin" t) ("/usr/sbin" t)
("/usr/local/bin" t) ("/local/bin" nil) ("/local/freeware/bin" nil)
("/local/gnu/bin" nil)
("/usr/freeware/bin" nil) ("/usr/pkg/bin" nil)
("/usr/contrib/bin" nil) ("remote-shell" "/bin/sh") ("file-exists" "test -e")
("stat" "/usr/bin/stat")
("id" "/usr/bin/id") ("gid-integer" 0) ("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" "root"
"mercesq1.server.lan.at" "/root/.bashrc"] ("file-directory-p" nil)
("file-exists-p" t)
("file-attributes-integer" (nil 1 0 0 (17596 40584) (17441
7533) (17441 7533) 92 "-rw-r--r--" nil 490505 (-1 0)))
("file-truename" "/sshx:address@hidden:/root/.bashrc")
("file-readable-p" t))
("#<process *tramp/sshx address@hidden>" ("last-cmd-time"
(17596 41229 430129)) ("chunksize" 0))
([cl-struct-tramp-file-name "sshx" "root"
"mercesq1.server.lan.at" "/root"] ("file-exists-p" t)
("file-attributes-integer" (t 16 0 0 (17596 36064) (17596
40619) (17596 40619) 4096 "drwxr-x---" nil 489601 (-1 0))))
)
shell-prompt-pattern "^[^#$%>\n]*[#$%>] *"
backup-by-copying nil
backup-by-copying-when-linked nil
backup-by-copying-when-mismatch nil
backup-by-copying-when-privileged-mismatch 200
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 address@hidden"
tramp-remote-path '("/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin")
)
This is a special notion of the `gnus/message' package. If you
use another mail agent (by copying the contents of this buffer)
please ensure that the buffers are attached to your email.
buffer *tramp/sshx address@hidden
===============================================
empty...
buffer *debug tramp/sshx address@hidden
=====================================================
10:51:20 tramp-maybe-open-connection (6) # /bin/sh
10:51:20 tramp-maybe-open-connection (3) # Waiting 60s for local shell to come
up...
10:51:20 tramp-get-connection-property (7) # check-remote-echo nil
10:51:20 tramp-get-connection-property (7) # check-remote-echo nil
10:51:20 tramp-accept-process-output (10) # *tramp/sshx address@hidden run
10:51:20 tramp-accept-process-output (10) #
$
10:51:20 tramp-get-connection-property (7) # check-remote-echo nil
10:51:20 tramp-get-connection-property (7) # check-remote-echo nil
10:51:20 tramp-wait-for-regexp (6) #
$
10:51:20 tramp-maybe-open-connection (3) # Sending command `ssh
iide.server.lan.at -l pinhead -e none -t -t /bin/sh || exit'
10:51:20 tramp-get-connection-property (7) # process-name nil
10:51:20 tramp-get-connection-property (7) # remote-echo nil
10:51:20 tramp-send-command (6) # ssh iide.server.lan.at -l pinhead -e none -t
-t /bin/sh || exit
10:51:20 tramp-get-connection-property (7) # process-name nil
10:51:20 tramp-get-connection-property (7) # chunksize nil
10:51:20 tramp-set-connection-property (7) # last-cmd-time (17596 41224 974274)
10:51:20 tramp-send-string (10) # ssh iide.server.lan.at -l pinhead -e none -t
-t /bin/sh || exit
10:51:20 tramp-get-connection-property (7) # process-buffer nil
10:51:20 tramp-process-actions (3) # Waiting for prompts from remote shell
10:51:20 tramp-accept-process-output (10) # *tramp/sshx address@hidden run
10:51:21 tramp-accept-process-output (10) #
sh-2.05a$
10:51:21 tramp-process-one-action (5) # Looking for regexp ".*ogin\( .*\)?:
*\'" from remote shell
10:51:21 tramp-get-connection-property (7) # check-remote-echo nil
10:51:21 tramp-get-connection-property (7) # check-remote-echo nil
10:51:21 tramp-process-one-action (5) # Looking for regexp
"^.*\([pP]assword\|passphrase\).*:
10:51:21 tramp-get-connection-property (7) # check-remote-echo nil
10:51:21 tramp-get-connection-property (7) # check-remote-echo nil
10:51:21 tramp-process-one-action (5) # Looking for regexp "^.*\(Connection
\(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login
\(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication
methods left to try!\)\|Permission denied\.\|Sorry, try again\.\|Tramp
connection closed\).*\|^.*\(Received signal [0-9]+\).*\'" from remote shell
10:51:21 tramp-get-connection-property (7) # check-remote-echo nil
10:51:21 tramp-get-connection-property (7) # check-remote-echo nil
10:51:21 tramp-process-one-action (5) # Looking for regexp "^[^#$%>
]*[#$%>] *\'" from remote shell
10:51:21 tramp-get-connection-property (7) # check-remote-echo nil
10:51:21 tramp-get-connection-property (7) # check-remote-echo nil
10:51:21 tramp-process-one-action (5) # Call `tramp-action-succeed'
10:51:21 tramp-get-connection-property (7) # process-buffer nil
10:51:21 tramp-process-actions (6) #
sh-2.05a$
10:51:21 tramp-maybe-open-connection (3) # Found remote shell prompt on
`iide.server.lan.at'
10:51:21 tramp-maybe-open-connection (3) # Sending command `ssh
mercesq1.server.lan.at -l root -e none -t -t /bin/sh; echo "Tramp"
"connection" "closed"; sleep 1'
10:51:21 tramp-get-connection-property (7) # process-name nil
10:51:21 tramp-get-connection-property (7) # remote-echo nil
10:51:21 tramp-send-command (6) # ssh mercesq1.server.lan.at -l root -e none
-t -t /bin/sh; echo "Tramp" "connection" "closed"; sleep 1
10:51:21 tramp-get-connection-property (7) # process-name nil
10:51:21 tramp-get-connection-property (7) # chunksize nil
10:51:21 tramp-set-connection-property (7) # last-cmd-time (17596 41225 159004)
10:51:21 tramp-send-string (10) # ssh mercesq1.server.lan.at -l root -e none
-t -t /bin/sh; echo "Tramp" "connection" "closed"; sleep 1
10:51:21 tramp-get-connection-property (7) # process-buffer nil
10:51:21 tramp-process-actions (3) # Waiting for prompts from remote shell
10:51:21 tramp-accept-process-output (10) # *tramp/sshx address@hidden run
10:51:21 tramp-accept-process-output (10) #
Enter passphrase for key '/home/n501181/.ssh/id_rsa':
10:51:21 tramp-process-one-action (5) # Looking for regexp ".*ogin\( .*\)?:
*\'" from remote shell
10:51:21 tramp-get-connection-property (7) # check-remote-echo nil
10:51:21 tramp-get-connection-property (7) # check-remote-echo nil
10:51:21 tramp-process-one-action (5) # Looking for regexp
"^.*\([pP]assword\|passphrase\).*:
10:51:21 tramp-get-connection-property (7) # check-remote-echo nil
10:51:21 tramp-get-connection-property (7) # check-remote-echo nil
10:51:21 tramp-process-one-action (5) # Call `tramp-action-password'
10:51:21 tramp-action-password (3) # Sending password
10:51:24 tramp-process-one-action (5) # Looking for regexp "^.*\(Connection
\(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login
\(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication
methods left to try!\)\|Permission denied\.\|Sorry, try again\.\|Tramp
connection closed\).*\|^.*\(Received signal [0-9]+\).*\'" from remote shell
10:51:24 tramp-get-connection-property (7) # check-remote-echo nil
10:51:24 tramp-get-connection-property (7) # check-remote-echo nil
10:51:24 tramp-process-one-action (5) # Looking for regexp "^[^#$%>
]*[#$%>] *\'" from remote shell
10:51:24 tramp-get-connection-property (7) # check-remote-echo nil
10:51:24 tramp-get-connection-property (7) # check-remote-echo nil
10:51:24 tramp-process-one-action (5) # Looking for regexp "^[^#$%>
]*[#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\'" from remote shell
10:51:24 tramp-get-connection-property (7) # check-remote-echo nil
10:51:24 tramp-get-connection-property (7) # check-remote-echo nil
10:51:24 tramp-process-one-action (5) # Looking for regexp "\(Are you sure you
want to continue connecting (yes/no)\?\)\s-*\'" from remote shell
10:51:24 tramp-get-connection-property (7) # check-remote-echo nil
10:51:24 tramp-get-connection-property (7) # check-remote-echo nil
10:51:24 tramp-process-one-action (5) # Looking for regexp "\(Store key in
cache\? (y/n)\)\s-*\'" from remote shell
10:51:24 tramp-get-connection-property (7) # check-remote-echo nil
10:51:24 tramp-get-connection-property (7) # check-remote-echo nil
10:51:24 tramp-process-one-action (5) # Looking for regexp "\(TERM =
(.*)\|Terminal type\? \[.*\]\)\s-*\'" from remote shell
10:51:24 tramp-get-connection-property (7) # check-remote-echo nil
10:51:24 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-process-one-action (5) # Looking for regexp "\'" from remote
shell
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-process-one-action (5) # Call `tramp-action-process-alive'
10:51:25 tramp-accept-process-output (10) # *tramp/sshx address@hidden run
10:51:25 tramp-accept-process-output (10) #
Enter passphrase for key '/home/n501181/.ssh/id_rsa':
10:51:25 tramp-process-one-action (5) # Looking for regexp ".*ogin\( .*\)?:
*\'" from remote shell
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-process-one-action (5) # Looking for regexp
"^.*\([pP]assword\|passphrase\).*:
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-process-one-action (5) # Looking for regexp "^.*\(Connection
\(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login
\(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication
methods left to try!\)\|Permission denied\.\|Sorry, try again\.\|Tramp
connection closed\).*\|^.*\(Received signal [0-9]+\).*\'" from remote shell
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-process-one-action (5) # Looking for regexp "^[^#$%>
]*[#$%>] *\'" from remote shell
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-process-one-action (5) # Looking for regexp "^[^#$%>
]*[#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\'" from remote shell
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-process-one-action (5) # Looking for regexp "\(Are you sure you
want to continue connecting (yes/no)\?\)\s-*\'" from remote shell
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-process-one-action (5) # Looking for regexp "\(Store key in
cache\? (y/n)\)\s-*\'" from remote shell
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-process-one-action (5) # Looking for regexp "\(TERM =
(.*)\|Terminal type\? \[.*\]\)\s-*\'" from remote shell
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-process-one-action (5) # Looking for regexp "\'" from remote
shell
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-process-one-action (5) # Call `tramp-action-process-alive'
10:51:25 tramp-accept-process-output (10) # *tramp/sshx address@hidden run
10:51:25 tramp-accept-process-output (10) #
Enter passphrase for key '/home/n501181/.ssh/id_rsa':
sh-2.05b#
10:51:25 tramp-process-one-action (5) # Looking for regexp ".*ogin\( .*\)?:
*\'" from remote shell
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-process-one-action (5) # Looking for regexp
"^.*\([pP]assword\|passphrase\).*:
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-process-one-action (5) # Looking for regexp "^.*\(Connection
\(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login
\(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication
methods left to try!\)\|Permission denied\.\|Sorry, try again\.\|Tramp
connection closed\).*\|^.*\(Received signal [0-9]+\).*\'" from remote shell
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-process-one-action (5) # Looking for regexp "^[^#$%>
]*[#$%>] *\'" from remote shell
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-process-one-action (5) # Call `tramp-action-succeed'
10:51:25 tramp-get-connection-property (7) # process-buffer nil
10:51:25 tramp-process-actions (6) #
Enter passphrase for key '/home/n501181/.ssh/id_rsa':
sh-2.05b#
10:51:25 tramp-maybe-open-connection (3) # Found remote shell prompt on
`mercesq1.server.lan.at'
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # remote-echo nil
10:51:25 tramp-send-command-internal (6) # exec env 'ENV=' 'PS1=$ ' /bin/sh
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # chunksize nil
10:51:25 tramp-set-connection-property (7) # last-cmd-time (17596 41229 30169)
10:51:25 tramp-send-string (10) # exec env 'ENV=' 'PS1=$ ' /bin/sh
10:51:25 tramp-get-connection-property (7) # process-buffer nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-accept-process-output (10) # *tramp/sshx address@hidden run
10:51:25 tramp-accept-process-output (10) #
exec en
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-accept-process-output (10) # *tramp/sshx address@hidden run
10:51:25 tramp-accept-process-output (10) #
exec env 'ENV=' 'PS1=$ ' /bin/sh
$
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-wait-for-regexp (6) #
exec env 'ENV=' 'PS1=$ ' /bin/sh
$
10:51:25 tramp-open-connection-setup-interactive-shell (5) # Setting up remote
shell environment
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # remote-echo nil
10:51:25 tramp-send-command-internal (6) # stty -inlcr -echo kill '^U' erase
'^H'
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # chunksize nil
10:51:25 tramp-set-connection-property (7) # last-cmd-time (17596 41229 83133)
10:51:25 tramp-send-string (10) # stty -inlcr -echo kill '^U' erase '^H'
10:51:25 tramp-get-connection-property (7) # process-buffer nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-accept-process-output (10) # *tramp/sshx address@hidden run
10:51:25 tramp-accept-process-output (10) #
stty -inlcr
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-accept-process-output (10) # *tramp/sshx address@hidden run
10:51:25 tramp-accept-process-output (10) #
stty -inlcr -echo kill '^U' erase '^H'
$
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-wait-for-regexp (6) #
stty -inlcr -echo kill '^U' erase '^H'
$
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # remote-echo nil
10:51:25 tramp-send-command-internal (6) # echo foo
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # chunksize nil
10:51:25 tramp-set-connection-property (7) # last-cmd-time (17596 41229 133997)
10:51:25 tramp-send-string (10) # echo foo
10:51:25 tramp-get-connection-property (7) # process-buffer nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-accept-process-output (10) # *tramp/sshx address@hidden run
10:51:25 tramp-accept-process-output (10) #
foo
$
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-wait-for-regexp (6) #
foo
$
10:51:25 tramp-open-connection-setup-interactive-shell (5) # Determining coding
system
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # remote-echo nil
10:51:25 tramp-send-command-internal (6) # echo foo ; echo bar
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # chunksize nil
10:51:25 tramp-set-connection-property (7) # last-cmd-time (17596 41229 143270)
10:51:25 tramp-send-string (10) # echo foo ; echo bar
10:51:25 tramp-get-connection-property (7) # process-buffer nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-accept-process-output (10) # *tramp/sshx address@hidden run
10:51:25 tramp-accept-process-output (10) #
foo
bar
$
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-wait-for-regexp (6) #
foo
bar
$
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # remote-echo nil
10:51:25 tramp-send-command-internal (6) # set +o vi +o emacs
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # chunksize nil
10:51:25 tramp-set-connection-property (7) # last-cmd-time (17596 41229 189908)
10:51:25 tramp-send-string (10) # set +o vi +o emacs
10:51:25 tramp-get-connection-property (7) # process-buffer nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-accept-process-output (10) # *tramp/sshx address@hidden run
10:51:25 tramp-accept-process-output (10) #
$
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-wait-for-regexp (6) #
$
10:51:25 tramp-open-connection-setup-interactive-shell (5) # Setting shell
prompt
10:51:25 tramp-set-connection-property (7) # last-cmd-time (17596 41229 196013)
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # last-cmd-time (17596 41229 196013)
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # remote-echo nil
10:51:25 tramp-send-command (6) # PS1='
///654309126d45dbe1bce088d43eadee9c
'; PS2=''; PS3=''
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # chunksize nil
10:51:25 tramp-set-connection-property (7) # last-cmd-time (17596 41229 199794)
10:51:25 tramp-send-string (10) # PS1='
///654309126d45dbe1bce088d43eadee9c
'; PS2=''; PS3=''
10:51:25 tramp-get-connection-property (7) # process-buffer nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-accept-process-output (10) # *tramp/sshx address@hidden run
10:51:25 tramp-accept-process-output (10) #
> >
///654309126d45dbe1bce088d43eadee9c
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-wait-for-regexp (6) #
> >
///654309126d45dbe1bce088d43eadee9c
10:51:25 tramp-get-connection-property (7) # chunksize undef
10:51:25 tramp-open-connection-setup-interactive-shell (5) # Checking remote
host type for `send-process-string' bug
10:51:25 tramp-get-connection-property (7) # uname Linux 2.4.21-37.ELsmp
10:51:25 tramp-set-connection-property (7) # chunksize 0
10:51:25 tramp-set-remote-path (5) # Setting $PATH environment variable
10:51:25 tramp-get-connection-property (7) # process-buffer nil
10:51:25 tramp-get-connection-property (7) # default-remote-path /bin:/usr/bin
10:51:25 tramp-get-connection-property (7) # /bin t
10:51:25 tramp-get-connection-property (7) # /usr/bin t
10:51:25 tramp-get-connection-property (7) # /usr/sbin t
10:51:25 tramp-get-connection-property (7) # /usr/local/bin t
10:51:25 tramp-get-connection-property (7) # /local/bin nil
10:51:25 tramp-get-connection-property (7) # /local/freeware/bin nil
10:51:25 tramp-get-connection-property (7) # /local/gnu/bin nil
10:51:25 tramp-get-connection-property (7) # /usr/freeware/bin nil
10:51:25 tramp-get-connection-property (7) # /usr/pkg/bin nil
10:51:25 tramp-get-connection-property (7) # /usr/contrib/bin nil
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # last-cmd-time (17596 41229 199794)
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # remote-echo nil
10:51:25 tramp-send-command (6) # PATH=/bin:/usr/bin:/usr/sbin:/usr/local/bin;
export PATH
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # chunksize 0
10:51:25 tramp-set-connection-property (7) # last-cmd-time (17596 41229 216524)
10:51:25 tramp-send-string (10) # PATH=/bin:/usr/bin:/usr/sbin:/usr/local/bin;
export PATH
10:51:25 tramp-get-connection-property (7) # process-buffer nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-accept-process-output (10) # *tramp/sshx address@hidden run
10:51:25 tramp-accept-process-output (10) #
///654309126d45dbe1bce088d43eadee9c
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-wait-for-regexp (6) #
///654309126d45dbe1bce088d43eadee9c
10:51:25 tramp-get-connection-property (7) # remote-shell /bin/sh
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # last-cmd-time (17596 41229 216524)
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # remote-echo nil
10:51:25 tramp-send-command (6) # mesg n; biff n
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # chunksize 0
10:51:25 tramp-set-connection-property (7) # last-cmd-time (17596 41229 226188)
10:51:25 tramp-send-string (10) # mesg n; biff n
10:51:25 tramp-get-connection-property (7) # process-buffer nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-accept-process-output (10) # *tramp/sshx address@hidden run
10:51:25 tramp-accept-process-output (10) #
sh: biff: command not found
///654309126d45dbe1bce088d43eadee9c
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-wait-for-regexp (6) #
sh: biff: command not found
///654309126d45dbe1bce088d43eadee9c
10:51:25 tramp-open-connection-setup-interactive-shell (5) # Setting default
environment
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # last-cmd-time (17596 41229 226188)
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # remote-echo nil
10:51:25 tramp-send-command (6) # HISTFILE=$HOME/.tramp_history; export HISTFILE
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # chunksize 0
10:51:25 tramp-set-connection-property (7) # last-cmd-time (17596 41229 238673)
10:51:25 tramp-send-string (10) # HISTFILE=$HOME/.tramp_history; export HISTFILE
10:51:25 tramp-get-connection-property (7) # process-buffer nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-accept-process-output (10) # *tramp/sshx address@hidden run
10:51:25 tramp-accept-process-output (10) #
///654309126d45dbe1bce088d43eadee9c
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-wait-for-regexp (6) #
///654309126d45dbe1bce088d43eadee9c
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # last-cmd-time (17596 41229 238673)
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # remote-echo nil
10:51:25 tramp-send-command (6) # HISTSIZE=1; export HISTSIZE
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # chunksize 0
10:51:25 tramp-set-connection-property (7) # last-cmd-time (17596 41229 248461)
10:51:25 tramp-send-string (10) # HISTSIZE=1; export HISTSIZE
10:51:25 tramp-get-connection-property (7) # process-buffer nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-accept-process-output (10) # *tramp/sshx address@hidden run
10:51:25 tramp-accept-process-output (10) #
///654309126d45dbe1bce088d43eadee9c
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-wait-for-regexp (6) #
///654309126d45dbe1bce088d43eadee9c
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # last-cmd-time (17596 41229 248461)
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # remote-echo nil
10:51:25 tramp-send-command (6) # LC_TIME=C; export LC_TIME
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # chunksize 0
10:51:25 tramp-set-connection-property (7) # last-cmd-time (17596 41229 258281)
10:51:25 tramp-send-string (10) # LC_TIME=C; export LC_TIME
10:51:25 tramp-get-connection-property (7) # process-buffer nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-accept-process-output (10) # *tramp/sshx address@hidden run
10:51:25 tramp-accept-process-output (10) #
///654309126d45dbe1bce088d43eadee9c
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-wait-for-regexp (6) #
///654309126d45dbe1bce088d43eadee9c
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # last-cmd-time (17596 41229 258281)
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # remote-echo nil
10:51:25 tramp-send-command (6) # TERM=dumb; export TERM
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # chunksize 0
10:51:25 tramp-set-connection-property (7) # last-cmd-time (17596 41229 267842)
10:51:25 tramp-send-string (10) # TERM=dumb; export TERM
10:51:25 tramp-get-connection-property (7) # process-buffer nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-accept-process-output (10) # *tramp/sshx address@hidden run
10:51:25 tramp-accept-process-output (10) #
///654309126d45dbe1bce088d43eadee9c
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-wait-for-regexp (6) #
///654309126d45dbe1bce088d43eadee9c
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # last-cmd-time (17596 41229 267842)
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # remote-echo nil
10:51:25 tramp-send-command (6) # unset correct autocorrect MAILPATH MAILCHECK
MAIL HISTORY CDPATH
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # chunksize 0
10:51:25 tramp-set-connection-property (7) # last-cmd-time (17596 41229 277594)
10:51:25 tramp-send-string (10) # unset correct autocorrect MAILPATH MAILCHECK
MAIL HISTORY CDPATH
10:51:25 tramp-get-connection-property (7) # process-buffer nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-accept-process-output (10) # *tramp/sshx address@hidden run
10:51:25 tramp-accept-process-output (10) #
///654309126d45dbe1bce088d43eadee9c
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-wait-for-regexp (6) #
///654309126d45dbe1bce088d43eadee9c
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # remote-echo nil
10:51:25 tramp-send-command (6) # test -d /root/.bashrc 2>/dev/null; echo
tramp_exit_status $?
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # chunksize 0
10:51:25 tramp-set-connection-property (7) # last-cmd-time (17596 41229 286146)
10:51:25 tramp-send-string (10) # test -d /root/.bashrc 2>/dev/null; echo
tramp_exit_status $?
10:51:25 tramp-get-connection-property (7) # process-buffer nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-accept-process-output (10) # *tramp/sshx address@hidden run
10:51:25 tramp-accept-process-output (10) #
tramp_exit_status 1
///654309126d45dbe1bce088d43eadee9c
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-wait-for-regexp (6) #
tramp_exit_status 1
///654309126d45dbe1bce088d43eadee9c
10:51:25 tramp-get-connection-property (7) # process-buffer nil
10:51:25 tramp-set-file-property (8) # /root/.bashrc file-directory-p nil
10:51:25 tramp-get-file-property (8) # /root/.bashrc file-truename undef
10:51:25 tramp-handle-file-truename (4) # Finding true name for
`/sshx:address@hidden:/root/.bashrc'
10:51:25 tramp-handle-file-truename (5) # Check /root
10:51:25 tramp-get-file-property (8) # /root file-attributes-integer undef
10:51:25 tramp-get-file-property (8) # /root file-exists-p undef
10:51:25 tramp-get-connection-property (7) # file-exists test -e
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # last-cmd-time (17596 41229 286146)
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # remote-echo nil
10:51:25 tramp-send-command (6) # test -e /root 2>/dev/null; echo
tramp_exit_status $?
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # chunksize 0
10:51:25 tramp-set-connection-property (7) # last-cmd-time (17596 41229 303649)
10:51:25 tramp-send-string (10) # test -e /root 2>/dev/null; echo
tramp_exit_status $?
10:51:25 tramp-get-connection-property (7) # process-buffer nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-accept-process-output (10) # *tramp/sshx address@hidden run
10:51:25 tramp-accept-process-output (10) #
tramp_exit_status 0
///654309126d45dbe1bce088d43eadee9c
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-wait-for-regexp (6) #
tramp_exit_status 0
///654309126d45dbe1bce088d43eadee9c
10:51:25 tramp-get-connection-property (7) # process-buffer nil
10:51:25 tramp-set-file-property (8) # /root file-exists-p t
10:51:25 tramp-get-connection-property (7) # stat /usr/bin/stat
10:51:25 tramp-handle-file-attributes-with-stat (5) # file attributes with
stat: /root
10:51:25 tramp-get-connection-property (7) # stat /usr/bin/stat
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # last-cmd-time (17596 41229 303649)
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # remote-echo nil
10:51:25 tramp-send-command (6) # /usr/bin/stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s "%A" t %i -1)' /root 2>/dev/null; echo tramp_exit_status $?
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # chunksize 0
10:51:25 tramp-set-connection-property (7) # last-cmd-time (17596 41229 316509)
10:51:25 tramp-send-string (10) # /usr/bin/stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s "%A" t %i -1)' /root 2>/dev/null; echo tramp_exit_status $?
10:51:25 tramp-get-connection-property (7) # process-buffer nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-accept-process-output (10) # *tramp/sshx address@hidden run
10:51:25 tramp-accept-process-output (10) #
(("`/root'") 16 0 0 1153207520.0 1153212075.0 1153212075.0 4096 "drwxr-x---" t
489601 -1)
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-accept-process-output (10) # *tramp/sshx address@hidden run
10:51:25 tramp-accept-process-output (10) #
(("`/root'") 16 0 0 1153207520.0 1153212075.0 1153212075.0 4096 "drwxr-x---" t
489601 -1)
tramp_exit_status 0
///654309126d45dbe1bce088d43eadee9c
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-wait-for-regexp (6) #
(("`/root'") 16 0 0 1153207520.0 1153212075.0 1153212075.0 4096 "drwxr-x---" t
489601 -1)
tramp_exit_status 0
///654309126d45dbe1bce088d43eadee9c
10:51:25 tramp-get-connection-property (7) # process-buffer nil
10:51:25 tramp-get-connection-property (7) # process-buffer nil
10:51:25 tramp-get-connection-property (7) # gid-integer 0
10:51:25 tramp-set-file-property (8) # /root file-attributes-integer (t 16 0 0
(17596 36064) (17596 40619) (17596 40619) 4096 drwxr-x--- nil 489601 (-1 0))
10:51:25 tramp-handle-file-truename (5) # Check /root/.bashrc
10:51:25 tramp-get-file-property (8) # /root/.bashrc file-attributes-integer
undef
10:51:25 tramp-get-file-property (8) # /root/.bashrc file-exists-p undef
10:51:25 tramp-get-connection-property (7) # file-exists test -e
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # last-cmd-time (17596 41229 316509)
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # remote-echo nil
10:51:25 tramp-send-command (6) # test -e /root/.bashrc 2>/dev/null; echo
tramp_exit_status $?
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # chunksize 0
10:51:25 tramp-set-connection-property (7) # last-cmd-time (17596 41229 337740)
10:51:25 tramp-send-string (10) # test -e /root/.bashrc 2>/dev/null; echo
tramp_exit_status $?
10:51:25 tramp-get-connection-property (7) # process-buffer nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-accept-process-output (10) # *tramp/sshx address@hidden run
10:51:25 tramp-accept-process-output (10) #
tramp_exit_status 0
///654309126d45dbe1bce088d43eadee9c
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-wait-for-regexp (6) #
tramp_exit_status 0
///654309126d45dbe1bce088d43eadee9c
10:51:25 tramp-get-connection-property (7) # process-buffer nil
10:51:25 tramp-set-file-property (8) # /root/.bashrc file-exists-p t
10:51:25 tramp-get-connection-property (7) # stat /usr/bin/stat
10:51:25 tramp-handle-file-attributes-with-stat (5) # file attributes with
stat: /root/.bashrc
10:51:25 tramp-get-connection-property (7) # stat /usr/bin/stat
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # last-cmd-time (17596 41229 337740)
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # remote-echo nil
10:51:25 tramp-send-command (6) # /usr/bin/stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s "%A" t %i -1)' /root/.bashrc 2>/dev/null; echo tramp_exit_status $?
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # chunksize 0
10:51:25 tramp-set-connection-property (7) # last-cmd-time (17596 41229 350488)
10:51:25 tramp-send-string (10) # /usr/bin/stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s "%A" t %i -1)' /root/.bashrc 2>/dev/null; echo tramp_exit_status $?
10:51:25 tramp-get-connection-property (7) # process-buffer nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-accept-process-output (10) # *tramp/sshx address@hidden run
10:51:25 tramp-accept-process-output (10) #
(("`/root/.bashrc'") 1 0 0 1153212040.0 1143020909.0 1143020909.0 92
"-rw-r--r--" t 490505 -1)
tramp_exit_status 0
///654309126d45dbe1bce088d43eadee9c
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-wait-for-regexp (6) #
(("`/root/.bashrc'") 1 0 0 1153212040.0 1143020909.0 1143020909.0 92
"-rw-r--r--" t 490505 -1)
tramp_exit_status 0
///654309126d45dbe1bce088d43eadee9c
10:51:25 tramp-get-connection-property (7) # process-buffer nil
10:51:25 tramp-get-connection-property (7) # process-buffer nil
10:51:25 tramp-get-connection-property (7) # gid-integer 0
10:51:25 tramp-set-file-property (8) # /root/.bashrc file-attributes-integer
(nil 1 0 0 (17596 40584) (17441 7533) (17441 7533) 92 -rw-r--r-- nil 490505 (-1
0))
10:51:25 tramp-handle-file-truename (4) # True name of
`/sshx:address@hidden:/root/.bashrc' is `/root/.bashrc'
10:51:25 tramp-set-file-property (8) # /root/.bashrc file-truename
/sshx:address@hidden:/root/.bashrc
10:51:25 tramp-get-file-property (8) # /root/.bashrc file-attributes-integer
(nil 1 0 0 (17596 40584) (17441 7533) (17441 7533) 92 -rw-r--r-- nil 490505 (-1
0))
10:51:25 tramp-get-file-property (8) # /root/.bashrc file-truename
/sshx:address@hidden:/root/.bashrc
10:51:25 tramp-get-file-property (8) # /root/.bashrc file-attributes-integer
(nil 1 0 0 (17596 40584) (17441 7533) (17441 7533) 92 -rw-r--r-- nil 490505 (-1
0))
10:51:25 tramp-get-file-property (8) # /root/.bashrc file-exists-p t
10:51:25 tramp-get-connection-property (7) # remote-encoding
tramp_perl_encode_with_module
10:51:25 tramp-get-connection-property (7) # local-decoding base64-decode-region
10:51:25 tramp-get-file-property (8) # /root/.bashrc file-exists-p t
10:51:25 tramp-handle-file-local-copy (5) # Encoding remote file
/sshx:address@hidden:/root/.bashrc...
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # last-cmd-time (17596 41229 350488)
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # remote-echo nil
10:51:25 tramp-send-command (6) # tramp_perl_encode_with_module < /root/.bashrc
2>/dev/null; echo tramp_exit_status $?
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # chunksize 0
10:51:25 tramp-set-connection-property (7) # last-cmd-time (17596 41229 415673)
10:51:25 tramp-send-string (10) # tramp_perl_encode_with_module < /root/.bashrc
2>/dev/null; echo tramp_exit_status $?
10:51:25 tramp-get-connection-property (7) # process-buffer nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-accept-process-output (10) # *tramp/sshx address@hidden run
10:51:25 tramp-accept-process-output (10) #
tramp_exit_status 127
///654309126d45dbe1bce088d43eadee9c
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-wait-for-regexp (6) #
tramp_exit_status 127
///654309126d45dbe1bce088d43eadee9c
10:51:25 tramp-get-connection-property (7) # process-buffer nil
10:51:25 tramp-barf-unless-okay (1) # File error: Encoding remote file failed
10:51:25 tramp-get-file-property (8) # /root/.bashrc file-exists-p t
10:51:25 tramp-get-file-property (8) # /root/.bashrc file-readable-p undef
10:51:25 tramp-get-connection-property (7) # test test
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # last-cmd-time (17596 41229 415673)
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # remote-echo nil
10:51:25 tramp-send-command (6) # test -r /root/.bashrc 2>/dev/null; echo
tramp_exit_status $?
10:51:25 tramp-get-connection-property (7) # process-name nil
10:51:25 tramp-get-connection-property (7) # chunksize 0
10:51:25 tramp-set-connection-property (7) # last-cmd-time (17596 41229 430129)
10:51:25 tramp-send-string (10) # test -r /root/.bashrc 2>/dev/null; echo
tramp_exit_status $?
10:51:25 tramp-get-connection-property (7) # process-buffer nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-accept-process-output (10) # *tramp/sshx address@hidden run
10:51:25 tramp-accept-process-output (10) #
tramp_exit_status 0
///654309126d45dbe1bce088d43eadee9c
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-get-connection-property (7) # check-remote-echo nil
10:51:25 tramp-wait-for-regexp (6) #
tramp_exit_status 0
///654309126d45dbe1bce088d43eadee9c
10:51:25 tramp-get-connection-property (7) # process-buffer nil
10:51:25 tramp-set-file-property (8) # /root/.bashrc file-readable-p t
- tramp (2.1.7-pre); tramp 2.1.7-pre: vc-file-clearprops: Wrong type argument,
Toni Schmidbauer <=