[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tramp/plink works with one host, but not another
From: |
Yary H |
Subject: |
Re: tramp/plink works with one host, but not another |
Date: |
Mon, 11 Dec 2006 15:04:12 -0800 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.8) Gecko/20061030 MultiZilla/1.7.0.0f SeaMonkey/1.0.6 |
I can successfully connect via plink from windows command shell or
cygwin bash
to bell... (netbsd), kzsu... (freebsd), yary...rg (openbsd)
However, tramp can only connect to bell & kzsu. It fails on yary...rg:
Error: File error: [[Regexp `^///dcb65d0c5503bb1df6c14094f9fac5e1^M?$'
not found in 10 secs]]
tramp-wait-for-regexp: [[Regexp
`^///dcb65d0c5503bb1df6c14094f9fac5e1^M?$' not found in 10 secs]]
(Where ^M is ctrl-M, I changed for this mail message) - and I only see
that error the 2nd time I try, the first time, it hangs.until I hit ^G
Emacs : GNU Emacs 22.0.91.1 (i386-mingw-nt5.1.2600)
of 2006-12-03 on W2ONE
Package: tramp (2.1.8-pre)
current state:
==============
(setq
tramp-current-method "plink"
tramp-current-user "red"
tramp-current-host "kzsu...du"
tramp-auto-save-directory nil
tramp-default-method "plink"
tramp-default-method-alist '(("" "\\`\\(anonymous\\|ftp\\)\\'" "ftp")
("\\`ftp\\." "" "ftp")
("\\`localhost\\'" "\\`root\\'" "su"))
tramp-default-host "INKY0"
tramp-default-proxies-alist nil
tramp-default-user nil
tramp-default-user-alist '(("\\`su\\(do\\)?\\'" nil "root")
("\\`r\\(em\\)?\\(cp\\|sh\\)\\|telnet\\'" nil
"Administrator")
)
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
\"Xi4qXChbcFBdYXNzd29yZFx8W3BQXWFzc3BocmFzZVwpLio6AD8gKg==\""
tramp-wrong-passwd-regexp "^.*\\(Connection \\(?:closed by foreign
host\\.\\|refused\\)\\|Host key verification failed\\.\\|Login
\\(?:[Ii]ncorrect\\)\\|N\\(?:ame or service not known\\|o supported
authentication methods left to try!\\)\\|Permission denied\\.\\|Sorry,
try again\\.\\|Tramp connection closed\\).*\\|^.*\\(Received signal
[0-9]+\\).*"
tramp-yesno-prompt-regexp "\\(Are you sure you want to continue
connecting (yes/no)\\?\\)\\s-*"
tramp-yn-prompt-regexp "\\(\\(?:Store key in cache\\? (y/\\|Update
cached key\\? (y/n, Return cancels connectio\\)n)\\)\\s-*"
tramp-terminal-prompt-regexp "\\(TERM = (.*)\\|Terminal type\\?
\\[.*\\]\\)\\s-*"
tramp-temp-name-prefix "tramp."
tramp-file-name-structure '("^/\\(\\([a-zA-Z_0-9-]+\\):\\)?\\(\\([^:/
]+\\)@\\)?\\([a-zA-Z0-9_.-]+\\(#[0-9]+\\)?\\)?:\\(.*$\\)" 2 4 5 7)
tramp-file-name-regexp "\\`/[^/:]+:"
tramp-methods '(("ftp")
("rcp" (tramp-login-program "rsh")
(tramp-login-args (("%h") ("-l" "%u")))
(tramp-remote-sh "/bin/sh") (tramp-copy-program "rcp")
(tramp-copy-args (("-p" "%k"))) (tramp-copy-keep-date t)
(tramp-password-end-of-line nil))
("scp" (tramp-login-program "ssh")
(tramp-login-args
(("%h") ("-l" "%u") ("-p" "%p")
("-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))
("scp1" (tramp-login-program "ssh")
(tramp-login-args
(("%h") ("-l" "%u") ("-p" "%p")
("-o" "address@hidden:%%p")
("-o" "ControlMaster=yes") ("-1" "-e" "none"))
)
(tramp-remote-sh "/bin/sh") (tramp-copy-program "scp")
(tramp-copy-args
(("-1") ("-P" "%p") ("-p" "%k") ("-q")
("-o" "address@hidden:%%p")
("-o" "ControlMaster=auto"))
)
(tramp-copy-keep-date t) (tramp-password-end-of-line nil))
("scp2" (tramp-login-program "ssh")
(tramp-login-args
(("%h") ("-l" "%u") ("-p" "%p")
("-o" "address@hidden:%%p")
("-o" "ControlMaster=yes") ("-2" "-e" "none"))
)
(tramp-remote-sh "/bin/sh") (tramp-copy-program "scp")
(tramp-copy-args
(("-2") ("-P" "%p") ("-p" "%k") ("-q")
("-o" "address@hidden:%%p")
("-o" "ControlMaster=auto"))
)
(tramp-copy-keep-date t) (tramp-password-end-of-line nil))
("scp1_old" (tramp-login-program "ssh1")
(tramp-login-args
(("%h") ("-l" "%u") ("-p" "%p") ("-e" "none")))
(tramp-remote-sh "/bin/sh") (tramp-copy-program "scp1")
(tramp-copy-args (("-p" "%k"))) (tramp-copy-keep-date t)
(tramp-password-end-of-line nil))
("scp2_old" (tramp-login-program "ssh2")
(tramp-login-args
(("%h") ("-l" "%u") ("-p" "%p") ("-e" "none")))
(tramp-remote-sh "/bin/sh") (tramp-copy-program "scp2")
(tramp-copy-args (("-p" "%k"))) (tramp-copy-keep-date t)
(tramp-password-end-of-line nil))
("sftp" (tramp-login-program "ssh")
(tramp-login-args
(("%h") ("-l" "%u") ("-p" "%p") ("-e" "none")))
(tramp-remote-sh "/bin/sh") (tramp-copy-program "sftp")
(tramp-copy-args nil) (tramp-copy-keep-date nil)
(tramp-password-end-of-line nil))
("rsync" (tramp-login-program "ssh")
(tramp-login-args
(("%h") ("-l" "%u") ("-p" "%p") ("-e" "none")))
(tramp-remote-sh "/bin/sh") (tramp-copy-program "rsync")
(tramp-copy-args (("-e" "ssh") ("-t" "%k")))
(tramp-copy-keep-date t) (tramp-password-end-of-line nil))
("remcp" (tramp-login-program "remsh")
(tramp-login-args (("%h") ("-l" "%u")))
(tramp-remote-sh "/bin/sh") (tramp-copy-program "rcp")
(tramp-copy-args (("-p" "%k"))) (tramp-copy-keep-date t)
(tramp-password-end-of-line nil))
("rsh" (tramp-login-program "rsh")
(tramp-login-args (("%h") ("-l" "%u")))
(tramp-remote-sh "/bin/sh") (tramp-copy-program nil)
(tramp-copy-args nil) (tramp-copy-keep-date nil)
(tramp-password-end-of-line nil))
("ssh" (tramp-login-program "ssh")
(tramp-login-args
(("%h") ("-l" "%u") ("-p" "%p") ("-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))
("ssh1" (tramp-login-program "ssh")
(tramp-login-args
(("%h") ("-l" "%u") ("-p" "%p") ("-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))
("ssh2" (tramp-login-program "ssh")
(tramp-login-args
(("%h") ("-l" "%u") ("-p" "%p") ("-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))
("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"))) (tramp-remote-sh "/bin/sh")
(tramp-copy-program nil) (tramp-copy-args nil)
(tramp-copy-keep-date nil) (tramp-password-end-of-line nil))
("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" "-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))
("scpx" (tramp-login-program "ssh")
(tramp-login-args
(("%h") ("-l" "%u") ("-p" "%p")
("-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))
("sshx" (tramp-login-program "ssh")
(tramp-login-args
(("%h") ("-l" "%u") ("-p" "%p")
("-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))
("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"))
("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"))
("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 (("-scp") ("-p" "%k")))
(tramp-copy-keep-date t) (tramp-password-end-of-line "xy"))
("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 (("-psftp") ("-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 "///dcb65d0c5503bb1df6c14094f9fac5e1"
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-copy-failed-regexp
tramp-action-copy-failed)
(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 '(("#<process *tramp/plink address@hidden>"
("last-cmd-time" (17789 56496 750000)) ("chunksize" 0)
("scripts"
("tramp_perl_directory_files_and_attributes"
"tramp_perl_file_attributes")
)
)
([cl-struct-tramp-file-name "plink" "yary"
"bell...com" nil]
("uname" "NetBSD 1.6.2_STABLE")
("default-remote-path"
"/usr/bin:/bin:/usr/sbin:/sbin:/usr/pkg/bin:/usr/pkg/sbin:/usr/local/bin:/usr/local/sbin")
("test" "test") ("/usr/bin" t) ("/bin" t) ("/usr/sbin" t)
("/sbin" t) ("/usr/pkg/bin" t) ("/usr/pkg/sbin" t)
("/usr/local/bin" t) ("/usr/local/sbin" t)
("/local/bin" nil) ("/local/freeware/bin" nil)
("/local/gnu/bin" nil) ("/usr/freeware/bin" nil)
("/usr/contrib/bin" nil) ("remote-shell" "/bin/sh")
("file-exists" "test -e") ("stat" nil)
("perl" "/usr/pkg/bin/perl") ("id" "/usr/bin/id")
("gid-integer" 100) ("gid-string" "users"))
([cl-struct-tramp-file-name "plink" "yary"
"bell...com" "/usr/bin"]
("file-directory-p" t))
([cl-struct-tramp-file-name "plink" "yary"
"bell...com" "/bin"]
("file-directory-p" t))
([cl-struct-tramp-file-name "plink" "yary"
"bell...com" "/usr/sbin"]
("file-directory-p" t))
([cl-struct-tramp-file-name "plink" "yary"
"bell...com" "/sbin"]
("file-directory-p" t))
([cl-struct-tramp-file-name "plink" "yary"
"bell...com" "/usr/pkg/bin"]
("file-directory-p" t))
([cl-struct-tramp-file-name "plink" "yary"
"bell...com" "/usr/pkg/sbin"]
("file-directory-p" t))
([cl-struct-tramp-file-name "plink" "yary"
"bell...com" "/usr/local/bin"]
("file-directory-p" t))
([cl-struct-tramp-file-name "plink" "yary"
"bell...com" "/usr/local/sbin"]
("file-directory-p" t))
([cl-struct-tramp-file-name "plink" "yary"
"bell...com" "/local/bin"]
("file-directory-p" nil))
([cl-struct-tramp-file-name "plink" "yary"
"bell...com" "/local/freeware/bin"]
("file-directory-p" nil))
([cl-struct-tramp-file-name "plink" "yary"
"bell...com" "/local/gnu/bin"]
("file-directory-p" nil))
([cl-struct-tramp-file-name "plink" "yary"
"bell...com" "/usr/freeware/bin"]
("file-directory-p" nil))
([cl-struct-tramp-file-name "plink" "yary"
"bell...com" "/usr/contrib/bin"]
("file-directory-p" nil))
([cl-struct-tramp-file-name "plink" "yary"
"bell...com" "/home/yary"]
("file-directory-p" t)
("directory-files-and-attributes-string"
(("." t 17 "yary" "users" (17789 56503) (17789 55659)
(17789 55659) 2048 "drwxr-x---" nil (1 . 63488) (-1 0))
(".." t 22 "root" "wheel" (17789 16478) (17561 41467)
(17561 41467) 512 "drwxr-xr-x" t (0 . 2) (-1 0))
("Mail" t 552 "yary" "users" (17789 56495)
(17789 56182) (17789 56182) 12288 "drwx------" nil
(1 . 63489) (-1 0))
("public_html" t 2 "yary" "users" (17789 16487)
(12456 17982) (17526 8569) 512 "drwxr-xr-x" nil
(2 . 41110) (-1 0))
(".netscape" t 3 "yary" "users" (17789 16487)
(12741 32925) (17526 8569) 512 "drwx------" nil
(2 . 41111) (-1 0))
("wk" t 3 "yary" "users" (17789 16487) (17720 64813)
(17720 64813) 512 "drwxr-x---" nil (2 . 62476) (-1 0))
(".seyon" t 2 "yary" "users" (17789 16487)
(12578 21790) (17526 8569) 512 "drwxr-xr-x" nil
(2 . 62477) (-1 0))
(".ssh" t 2 "yary" "users" (17789 16487) (17782 1499)
(17782 1499) 512 "drwx------" nil (2 . 62478) (-1 0))
(".pgp" t 2 "yary" "users" (17789 16487) (13221 27705)
(17526 8569) 512 "drwx------" nil (2 . 62479) (-1 0))
("mailagent" t 5 "yary" "users" (17789 16487)
(17789 56214) (17789 56214) 512 "drwxr-x---" nil
(2 . 62480) (-1 0))
(".emacs.d" t 3 "yary" "users" (17789 54646)
(16320 60047) (17526 8570) 512 "drwx------" nil
(2 . 62484) (-1 0))
("local" t 11 "yary" "users" (17789 16487)
(17746 31783) (17746 31783) 512 "drwxr-x---" nil
(2 . 62486) (-1 0))
("glimpse-4.18.0" t 14 "yary" "users" (17789 16492)
(16674 36614) (17526 8570) 1536 "drwxr-x---" nil
(2 . 62490) (-1 0))
(".ispell_english" nil 1 "yary" "users" (17773 4955)
(16893 11153) (17526 7271) 97 "-rw-r-----" nil
(2 . 33330) (-1 0))
("spital" nil 1 "yary" "users" (16866 42953)
(16622 52596) (17526 7274) 3332 "-rwx--x---" nil
(2 . 33467) (-1 0))
(".profile" nil 1 "yary" "users" (17789 56495)
(17746 32009) (17746 32009) 1547 "-rw-r-----" nil
(2 . 33514) (-1 0))
(".profile~" nil 1 "yary" "users" (17746 31990)
(17576 49477) (17746 32009) 1518 "-rw-r-----" nil
(2 . 33515) (-1 0))
(".glimpse_filetimes" nil 1 "yary" "users"
(17584 10651) (17739 61690) (17739 61690) 0
"-rw-------" nil (2 . 22839) (-1 0))
(".glimpse_messages" nil 1 "yary" "users" (17584 10651)
(17740 2013) (17740 2013) 663797 "-rw-------" nil
(2 . 22864) (-1 0))
(".glimpse_statistics" nil 1 "yary" "users"
(17584 10651) (17740 2013) (17740 2013) 74720
"-rw-------" nil (2 . 22880) (-1 0))
(".cpan" t 6 "yary" "users" (17789 16492) (17746 37686)
(17746 37686) 512 "drwxr-x---" nil (2 . 53320) (-1 0))
(".glimpse_index" nil 1 "yary" "users" (17787 18088)
(17740 2012) (17740 2013) 88730661 "-rw-------" nil
(2 . 30069) (-1 0))
("sbg_flyer.pdf" nil 1 "yary" "users" (17784 21472)
(17773 8151) (17773 8447) 195101 "-rw-r--r--" nil
(2 . 31034) (-1 0))
(".glimpse_filenames" nil 1 "yary" "users"
(17787 18089) (17740 2013) (17740 2013) 1182766
"-rw-------" nil (2 . 23053) (-1 0))
(".glimpse_filenames_index" nil 1 "yary" "users"
(17584 14418) (17740 2013) (17740 2013) 170532
"-rw-------" nil (2 . 26781) (-1 0))
("travel.html" nil 1 "yary" "users" (17773 3560)
(17091 700) (17526 7397) 3115 "-rw-r-----" nil
(2 . 34748) (-1 0))
(".bashrc" nil 1 "yary" "users" (17784 21456)
(13999 61113) (17526 7419) 118 "-rw-r-----" nil
(2 . 35377) (-1 0))
(".Xauthority" nil 1 "yary" "users" (16749 44109)
(14009 58326) (17526 7419) 425 "-rw-------" nil
(2 . 35380) (-1 0))
(".mailagent" nil 1 "yary" "users" (17789 56148)
(17664 28625) (17664 28625) 5599 "-rw-r-----" nil
(2 . 40372) (-1 0))
(".plan" nil 1 "yary" "users" (16749 44109)
(13850 16747) (17526 7419) 221 "-rw-r--r--" nil
(2 . 35383) (-1 0))
("act" nil 1 "yary" "users" (17138 8003) (14495 17290)
(17526 7420) 6 "-rw-r-----" nil (2 . 35386) (-1 0))
("JEZ" nil 1 "yary" "users" (16749 44110) (13025 23396)
(17526 7420) 892 "-rwxr-xr-x" nil (2 . 35390) (-1 0))
("pword" nil 1 "yary" "users" (17747 51893)
(17694 61214) (17694 61214) 367 "-rwxr-x--x" nil
(2 . 36640) (-1 0))
(".forward" nil 1 "yary" "users" (17789 56134)
(16318 40965) (17526 7420) 72 "-rw-r--r--" nil
(2 . 35392) (-1 0))
(".exmh-defaults" nil 1 "yary" "users" (16749 44110)
(12741 41781) (17526 7420) 9756 "-rw-r--r--" nil
(2 . 35393) (-1 0))
("xmas" nil 1 "yary" "users" (17524 41892)
(16490 15127) (17526 7420) 672 "-rw-r-----" nil
(2 . 35394) (-1 0))
(".msgsrc" nil 1 "yary" "users" (16749 44110)
(14605 43036) (17526 7420) 2 "-rw-r-----" nil
(2 . 35395) (-1 0))
(".xsession-errors" nil 1 "yary" "users" (16749 44110)
(12741 41815) (17526 7420) 392 "-rw-------" nil
(2 . 35396) (-1 0))
(".xsession" nil 1 "yary" "users" (16749 44110)
(12579 22766) (17526 7420) 713 "-rwxr-----" nil
(2 . 35397) (-1 0))
(".Xdefaults" nil 1 "yary" "users" (16749 44110)
(12232 52579) (17526 7420) 1141 "-rw-r-----" nil
(2 . 35398) (-1 0))
(".project" nil 1 "yary" "users" (16749 44110)
(12349 13655) (17526 7420) 49 "-rw-r-----" nil
(2 . 35399) (-1 0))
(".xinitrc" nil 1 "yary" "users" (16749 44110)
(12227 29769) (17526 7420) 163 "-rwxr-----" nil
(2 . 35400) (-1 0))
(".vtwmrc" nil 1 "yary" "users" (17783 28840)
(12351 35945) (17526 7420) 3270 "-rw-r-----" nil
(2 . 35401) (-1 0))
(".emacs" nil 1 "yary" "users" (17789 54831)
(12227 29368) (17526 7420) 2114 "-rw-r-----" nil
(2 . 35402) (-1 0))
(".mailcap" nil 1 "yary" "users" (17746 35175)
(12442 61896) (17526 7420) 57 "-rw-r-----" nil
(2 . 35403) (-1 0))
("mailcap" nil 1 "yary" "users" (16749 44110)
(12503 40027) (17526 7420) 10289 "-rw-r--r--" nil
(2 . 35404) (-1 0))
(".old_Xdefaults" nil 1 "yary" "users" (16749 44110)
(12232 52590) (17526 7420) 1814 "-rw-r-----" nil
(2 . 35405) (-1 0))
(".pente.ad" nil 1 "yary" "users" (16749 44110)
(12499 16020) (17526 7420) 1076 "-rw-r-----" nil
(2 . 35406) (-1 0))
(".plan.old" nil 1 "yary" "users" (16749 44110)
(12366 38181) (17526 7420) 496 "-rw-r-----" nil
(2 . 35407) (-1 0))
("feature size" nil 1 "yary" "users" (16749 44110)
(12588 48839) (17526 7420) 817 "-rw-r-----" nil
(2 . 35408) (-1 0))
("p2" nil 1 "yary" "users" (16749 44110) (13409 29857)
(17526 7420) 373 "-rwxr-x--x" nil (2 . 35409) (-1 0))
("components" nil 1 "yary" "users" (17138 8014)
(14356 63032) (17526 7420) 85 "-rw-r-----" nil
(2 . 35410) (-1 0))
("repform" nil 1 "yary" "users" (16749 44110)
(14356 63032) (17526 7420) 468 "-rw-r-----" nil
(2 . 35411) (-1 0))
(".mh_profile" nil 1 "yary" "users" (17789 56149)
(17577 18430) (17577 18430) 696 "-rw-r-----" nil
(2 . 35420) (-1 0))
(".bash_history" nil 1 "yary" "users" (17789 56495)
(17789 56495) (17789 56495) 5010 "-rw-r-----" nil
(2 . 35422) (-1 0))
(".mh_profile~" nil 1 "yary" "users" (17577 18413)
(17576 49948) (17577 18424) 696 "-rw-r-----" nil
(2 . 35832) (-1 0))
("changer" nil 1 "yary" "users" (16749 44124)
(16004 42377) (17526 7445) 1626 "-rwxr-x---" nil
(2 . 36186) (-1 0))
(".elinks" t 2 "yary" "users" (17789 16494)
(17610 24716) (17610 24716) 512 "drwx------" nil
(2 . 52177) (-1 0))
("dspam-3.6.8" t 9 "yary" "users" (17789 55595)
(17663 26022) (17663 26022) 1024 "drwxr-x---" nil
(2 . 52269) (-1 0))
("mass" t 2 "yary" "users" (17789 55602) (17789 55610)
(17789 55610) 512 "drwxr-x---" nil (2 . 62881) (-1 0))
("dspam-3.6.8.tar.gz" nil 1 "yary" "users"
(17663 24746) (17542 44728) (17663 24515) 743275
"-rw-r-----" nil (2 . 38554) (-1 0))
("dead.letter" nil 1 "yary" "users" (17695 1576)
(17783 2084) (17783 2084) 1669 "-rw-------" nil
(2 . 28241) (-1 0))
(".mailagent~" nil 1 "yary" "users" (17664 24991)
(16318 41104) (17664 24999) 5599 "-rw-r-----" nil
(2 . 35381) (-1 0))
("sb_behalf.txt" nil 1 "yary" "users" (17710 43916)
(17710 43920) (17710 43920) 715 "-rw-r-----" nil
(2 . 30968) (-1 0))
(".glimpse_partitions" nil 1 "yary" "users"
(17787 18086) (17740 2013) (17740 2013) 844
"-rw-------" nil (2 . 22934) (-1 0))
("announce.txt" nil 1 "yary" "users" (17788 30616)
(17773 13089) (17773 13089) 525 "-rw-r-----" nil
(2 . 39289) (-1 0))
)
)
("file-exists-p" t)
("file-attributes-integer"
(t 17 1003 100 (17789 56503) (17789 55659) (17789 55659)
2048 "drwxr-x---" nil (1 . 63488) (-1 0))
)
)
([cl-struct-tramp-file-name "plink" "yary"
"bell...com" "/home"]
("file-exists-p" t)
("file-attributes-integer"
(t 22 0 0 (17789 16478) (17561 41467) (17561 41467) 512
"drwxr-xr-x" t (0 . 2) (-1 0))
)
)
("#<process *tramp/plink address@hidden>"
("last-cmd-time" (17789 56606 875000))
("check-remote-echo" t))
([cl-struct-tramp-file-name "plink" "yary" "yary...rg"
nil]
("remote-echo" t))
("#<process *tramp/plink address@hidden>"
("last-cmd-time" (17789 56643 578000)) ("chunksize" 500)
("scripts"
("tramp_perl_directory_files_and_attributes"
"tramp_perl_file_attributes")
)
)
([cl-struct-tramp-file-name "plink" "red"
"kzsu...du" nil]
("uname" "FreeBSD 6.0-RELEASE")
("default-remote-path" "/usr/bin:/bin:/usr/sbin:/sbin:")
("test" "test") ("/usr/bin" t) ("/bin" t) ("/usr/sbin" t)
("/sbin" t) ("/usr/local/bin" t) ("/local/bin" nil)
("/local/freeware/bin" nil) ("/local/gnu/bin" nil)
("/usr/freeware/bin" nil) ("/usr/pkg/bin" nil)
("/usr/contrib/bin" nil) ("remote-shell" "/bin/sh")
("file-exists" "test -e") ("stat" nil)
("perl" "/usr/bin/perl5") ("id" "/usr/bin/id")
("gid-integer" 5252) ("gid-string" "red"))
([cl-struct-tramp-file-name "plink" "red"
"kzsu...du" "/usr/bin"]
("file-directory-p" t))
([cl-struct-tramp-file-name "plink" "red"
"kzsu...du" "/bin"]
("file-directory-p" t))
([cl-struct-tramp-file-name "plink" "red"
"kzsu...du" "/usr/sbin"]
("file-directory-p" t))
([cl-struct-tramp-file-name "plink" "red"
"kzsu...du" "/sbin"]
("file-directory-p" t))
([cl-struct-tramp-file-name "plink" "red"
"kzsu...du" "/usr/local/bin"]
("file-directory-p" t))
([cl-struct-tramp-file-name "plink" "red"
"kzsu...du" "/local/bin"]
("file-directory-p" nil))
([cl-struct-tramp-file-name "plink" "red"
"kzsu...du" "/local/freeware/bin"]
("file-directory-p" nil))
([cl-struct-tramp-file-name "plink" "red"
"kzsu...du" "/local/gnu/bin"]
("file-directory-p" nil))
([cl-struct-tramp-file-name "plink" "red"
"kzsu...du" "/usr/freeware/bin"]
("file-directory-p" nil))
([cl-struct-tramp-file-name "plink" "red"
"kzsu...du" "/usr/pkg/bin"]
("file-directory-p" nil))
([cl-struct-tramp-file-name "plink" "red"
"kzsu...du" "/usr/contrib/bin"]
("file-directory-p" nil))
([cl-struct-tramp-file-name "plink" "red"
"kzsu...du" "/home/red"]
("file-directory-p" t)
("directory-files-and-attributes-string"
(("." t 7 "red" "red" (17789 56652) (17771 58720)
(17771 58720) 1024 "drwxr-xr-x" nil (38 . 53248)
(-1 1))
(".." t 139 "root" "wheel" (17789 14958) (17595 9672)
(17595 9672) 2560 "drwxr-xr-x" t (0 . 2) (-1 1))
(".ssh" t 2 "red" "red" (17789 14967) (17287 22574)
(17287 22574) 512 "drwxr-xr-x" nil (38 . 53249) (-1 1))
("public_html" t 2 "red" "staff" (17789 14967)
(17755 41579) (17755 41579) 512 "drwxr-xr-x" t
(38 . 53253) (-1 1))
(".cpan" t 2 "red" "red" (17789 14967) (14468 40082)
(17287 22574) 512 "drwxr-xr-x" nil (38 . 53268) (-1 1))
("mail" t 2 "red" "red" (17789 14967) (17287 22574)
(17287 22574) 512 "drwx------" nil (38 . 53269) (-1 1))
(".rhosts" nil 1 "red" "red" (14258 16147)
(14258 16147) (17287 22574) 257 "-rw-------" nil
(38 . 53272) (-1 1))
(".login" nil 1 "red" "red" (14258 16147) (14258 16147)
(17287 22574) 559 "-rw-r--r--" nil (38 . 53273) (-1 1))
(".login_conf" nil 1 "red" "red" (17789 56647)
(14258 16147) (17287 22574) 139 "-rw-r--r--" nil
(38 . 53274) (-1 1))
(".mailrc" nil 1 "red" "red" (17783 29166)
(14258 16147) (17287 22574) 311 "-rw-r--r--" nil
(38 . 53275) (-1 1))
(".project" nil 1 "red" "red" (14642 65140)
(14642 65140) (17287 22574) 18 "-rw-r--r--" nil
(38 . 53276) (-1 1))
(".plan" nil 1 "red" "red" (14642 65237) (14642 65237)
(17287 22574) 46 "-rw-r--r--" nil (38 . 53277) (-1 1))
(".mail_aliases" nil 1 "red" "red" (17783 29166)
(14258 16147) (17287 22574) 351 "-rw-------" nil
(38 . 53278) (-1 1))
(".cshrc" nil 1 "red" "red" (14258 16147) (14258 16147)
(17287 22574) 464 "-rw-r--r--" nil (38 . 53279) (-1 1))
(".history" nil 1 "red" "red" (14265 56502)
(14265 56502) (17287 22574) 317 "-rw-------" nil
(38 . 53280) (-1 1))
(".profile" nil 1 "red" "red" (14643 64031)
(14643 64031) (17287 22574) 706 "-rw-r--r--" nil
(38 . 53281) (-1 1))
(".mh_profile" nil 1 "red" "red" (17465 39122)
(14265 57927) (17287 22574) 24 "-rw-r--r--" nil
(38 . 53282) (-1 1))
(".bash_login" nil 1 "red" "red" (17789 56647)
(16132 23672) (17287 22574) 932 "-rw-r--r--" nil
(38 . 53283) (-1 1))
(".bash_history" nil 1 "red" "red" (17789 56647)
(17789 56647) (17789 56647) 1779 "-rw-------" nil
(38 . 53284) (-1 1))
(".profile~" nil 1 "red" "red" (14265 57742)
(14265 57742) (17287 22574) 706 "-rw-r--r--" nil
(38 . 53285) (-1 1))
(".htaccess~" nil 1 "red" "red" (14674 65496)
(14674 65496) (17287 22574) 53 "-rw-r--r--" nil
(38 . 53286) (-1 1))
(".Xauthority" nil 1 "red" "red" (17680 37201)
(17680 37170) (17680 37170) 789 "-rw-------" nil
(38 . 53266) (-1 1))
("webpage" nil 1 "red" "red" (15896 65062)
(15896 65062) (17287 22574) 109317 "-rw-------" nil
(38 . 53288) (-1 1))
(".mailboxlist" nil 1 "red" "red" (14608 40903)
(14608 40903) (17287 22574) 15 "-rw-r--r--" nil
(38 . 53289) (-1 1))
("mbox" nil 1 "red" "red" (17553 62733) (17781 1464)
(17781 1464) 904165 "-rw-------" nil (38 . 53307)
(-1 1))
(".procmailrc" nil 1 "red" "red" (17788 7787)
(14628 4349) (17287 22574) 26 "-rw-r--r--" nil
(38 . 53291) (-1 1))
(".pinerc" nil 1 "red" "red" (15316 38394)
(15316 38394) (17287 22574) 14477 "-rw-------" nil
(38 . 53292) (-1 1))
(".forward" nil 1 "red" "red" (17788 7787) (14628 4267)
(17287 22574) 63 "-rw-r--r--" nil (38 . 53293) (-1 1))
("OUTBOX" nil 1 "red" "red" (14759 40725) (14759 40725)
(17287 22574) 8749 "-rw-------" nil (38 . 53294)
(-1 1))
("funkymail" nil 1 "red" "red" (11794 63331)
(11794 63331) (17287 22574) 377 "-rw-r--r--" nil
(38 . 53295) (-1 1))
(".saves-65880-kzsu...du~" nil 1 "red" "red"
(15694 7108) (15694 7108) (17287 22574) 72
"-rw-r--r--" nil (38 . 53296) (-1 1))
(".saves-57080-kzsu...du~" nil 1 "red" "red"
(15738 60931) (15738 60931) (17287 22574) 72
"-rw-r--r--" nil (38 . 53297) (-1 1))
(".saves-98261-kzsu...du~" nil 1 "red" "red"
(15765 1825) (15765 1825) (17287 22574) 76
"-rw-r--r--" nil (38 . 53298) (-1 1))
("addr" nil 1 "red" "red" (17771 58720) (17771 58720)
(17771 58720) 808 "-rw-r--r--" nil (38 . 53260) (-1 1))
("count.pl" nil 1 "red" "red" (16384 17015)
(16384 17015) (17287 22574) 37079 "-rwxr-xr-x" nil
(38 . 53300) (-1 1))
("dead.letter" nil 1 "red" "red" (17285 2965)
(17762 58978) (17762 58978) 2057 "-rw-------" nil
(38 . 53301) (-1 1))
(".emacs.d" t 3 "red" "red" (17789 14967) (17287 22574)
(17287 22574) 512 "drwxr-xr-x" nil (38 . 53302) (-1 1))
("addr~" nil 1 "red" "red" (17771 58652) (17617 3760)
(17771 58720) 808 "-rw-r--r--" nil (38 . 53299) (-1 1))
("mbox~" nil 1 "red" "red" (17552 21979) (17552 21955)
(17552 22030) 1054528 "-rw-------" nil (38 . 53312)
(-1 1))
)
)
("file-exists-p" t)
("file-attributes-integer"
(t 7 5252 5252 (17789 56652) (17771 58720) (17771 58720)
1024 "drwxr-xr-x" nil (38 . 53248) (-1 1))
)
)
([cl-struct-tramp-file-name "plink" "red"
"kzsu...du" "/home"]
("file-exists-p" t)
("file-attributes-integer"
(t 139 0 0 (17789 14958) (17595 9672) (17595 9672) 2560
"drwxr-xr-x" t (0 . 2) (-1 1))
)
)
)
shell-prompt-pattern "^[^#$%>\n]*[#$%>] *"
backup-by-copying nil
backup-by-copying-when-linked nil
backup-by-copying-when-mismatch t
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/plink address@hidden"
tramp-remote-path '("/usr/bin" "/bin" "/usr/sbin" "/sbin" "/usr/pkg/bin"
"/usr/pkg/sbin" "/usr/local/bin" "/usr/local/sbin"
"/usr/sbin" "/usr/local/bin" "/usr/pkg/bin")
)
(setq
buffer-name "*tramp/plink address@hidden"
)
(setq
buffer-name "*tramp/plink address@hidden"
tramp-remote-path '("/usr/bin" "/bin" "/usr/sbin" "/sbin" "/usr/sbin"
"/usr/local/bin")
)
failing buffers- *tramp/plink address@hidden :
http://paste.lisp.org/display/32052
*debug tramp/plink address@hidden: http://paste.lisp.org/display/32054