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--
The sudo method has a way of leaving out important directories from the
PATH. For example:
$ sudo sh -c 'echo $PATH'
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin
But if I
`M-: (progn (find-file "sudo::/") (shell-command "echo $PATH"))'
and switch to the "*Shell Command Output*" buffer, I see
/bin:/usr/bin:/usr/sbin:/usr/local/bin
Emacs : GNU Emacs 23.0.60.2 (i686-pc-linux-gnu, GTK+ Version 2.14.4)
of 2009-01-05 on mcbain
Package: tramp (2.1.15-pre)
current state:
==============
(setq
tramp-current-method "sudo"
tramp-current-user "root"
tramp-current-host "mcbain.luannocracy.com"
tramp-auto-save-directory nil
tramp-default-method "scp"
tramp-default-method-alist '((nil "%" "smb") ("" "\\`\\(anonymous\\|ftp\\)\\'"
"ftp")
("\\`ftp\\." "" "ftp") ("\\`localhost\\'"
"\\`root\\'" "su"))
tramp-default-host "mcbain.luannocracy.com"
tramp-default-proxies-alist nil
tramp-default-user nil
tramp-default-user-alist '(("socks" nil "dave") ("tunnel" nil "dave") ("fish"
nil "dave")
("smb" nil "") ("\\`su\\(do\\)?\\'" nil "root")
("\\`r\\(em\\)?\\(cp\\|sh\\)\\|telnet\\|plink1?\\'"
nil "dave"))
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\\.\\|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 '(("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"))) (tramp-copy-keep-date 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")))
(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))
("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")))
(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))
("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")))
(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))
("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") ("-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"
"controlpath=%t....@%%h:%%p")
("-o" "ControlMaster=yes") ("-e" "none"))
)
(tramp-remote-sh "/bin/sh") (tramp-copy-program "scp")
(tramp-copy-args
(("-P" "%p") ("-p" "%k") ("-q") ("-o"
"controlpath=%t....@%%h:%%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 "\n///01263ce2c3fbeb5562af87a5e6eb2628\n"
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-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 '(("." . "~/.emacs.d/backups"))
tramp-cache-data '((["ssh" nil "hydra" nil] ("uname" "Linux 2.6.26-6-server")
("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") ("~" "/home/dave") ("ls"
"/bin/ls")
("file-exists" "test -e") ("stat" "\\stat") ("id"
"/usr/bin/id")
("gid-integer" 1000) ("local-encoding"
base64-encode-region)
("local-decoding" base64-decode-region) ("remote-encoding"
"mimencode -b")
("remote-decoding" "mimencode -u -b") ("uid-integer" 1000))
(["ssh" "root" "hydra" nil] ("uname" "Linux
2.6.26-6-server")
("test" "test") ("/bin" t) ("/usr/bin" t) ("/usr/sbin" t)
("/usr/local/bin" nil) ("/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"))
("remote-shell" "/bin/sh") ("~" "/root") ("ls" "/bin/ls")
("file-exists" "test -e") ("stat" "\\stat") ("id"
"/usr/bin/id")
("gid-integer" 0) ("local-encoding" base64-encode-region)
("local-decoding" base64-decode-region) ("remote-encoding"
"mimencode -b")
("remote-decoding" "mimencode -u -b") ("uid-integer" 0))
(["ssh" "dave" "hydra" nil] ("uname" "Linux
2.6.27-9-server")
("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") ("file-exists" "test -e")
("stat" "\\stat")
("id" "/usr/bin/id") ("gid-integer" 1000)
("local-encoding" base64-encode-region)
("local-decoding" base64-decode-region) ("remote-encoding"
"mimencode -b")
("remote-decoding" "mimencode -u -b"))
(["ssh" "root" "localhost" nil] ("uname" "Linux
2.6.24-22-generic")
("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"
"mimencode -b")
("remote-decoding" "mimencode -u -b"))
([#("su" 0 1 (auto-composed t) 1 2 (auto-composed t)) "root"
#("localhost" 0 1 (auto-composed t) 1 2 (auto-composed t)
2 3
(auto-composed t) 3 4 (auto-composed t) 4 5
(auto-composed t) 5 6
(auto-composed t) 6 7 (auto-composed t) 7 8
(auto-composed t) 8 9
(auto-composed t))
nil]
("uname" "Linux 2.6.24-22-generic") ("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)
("local-encoding" base64-encode-region)
("local-decoding" base64-decode-region) ("remote-encoding"
"mimencode -b")
("remote-decoding" "mimencode -u -b"))
(["ssh" "boost" "boost.kavam.net" nil] ("uname" "Linux
2.6.23.1-rackable")
("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" "/bin/id") ("gid-integer" 8001)
("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) ("~"
"/home/boost")
("uid-integer" 8001))
(["sudo" "root" "localhost" nil] ("uname" "Linux
2.6.27-9-generic")
("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") ("file-exists" "test -e")
("stat" "\\stat")
("id" "/usr/bin/id") ("gid-integer" 0) ("ls" "/bin/ls")
("uid-integer" 0)
("local-encoding" base64-encode-region)
("local-decoding" base64-decode-region) ("remote-encoding"
"mimencode -b")
("remote-decoding" "mimencode -u -b"))
(["ssh" "dave" "boostpro.com" nil] ("uname" "FreeBSD
6.2-RELEASE")
("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-path"
("/usr/bin" "/bin" "/usr/sbin" "/sbin" "/usr/sbin"
"/usr/local/bin"))
("remote-shell" "/bin/sh") ("~" "/home/dave") ("ls"
"/bin/ls")
("file-exists" "test -e") ("stat" nil) ("perl"
"/usr/bin/perl5")
("id" "/usr/bin/id") ("gid-integer" 1002)
("local-encoding" base64-encode-region)
("local-decoding" base64-decode-region)
("remote-encoding" tramp-perl-encode-with-module)
("remote-decoding" tramp-perl-decode-with-module)
("uid-integer" 1001))
(["sudo" "root" "mcbain.luannocracy.com" nil]
("uname" "Linux 2.6.27-10-generic") ("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"
"mimencode -b")
("remote-decoding" "mimencode -u -b") ("~root" "/root")
("ln" "\\ln")
("process-name" nil) ("process-buffer" nil))
(["ssh" nil "boostpro.com" nil] ("uname" "FreeBSD
6.2-RELEASE")
("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-path"
("/usr/bin" "/bin" "/usr/sbin" "/sbin" "/usr/sbin"
"/usr/local/bin"))
("remote-shell" "/bin/sh") ("~" "/home/dave")
("file-exists" "test -e")
("stat" nil) ("perl" "/usr/bin/perl5") ("id" "/usr/bin/id")
("gid-integer" 1002) ("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"
"/bin/ls")
("uid-integer" 1001))
(["ssh" nil "192.168.122.109" nil] ("uname" "Linux
2.6.27-9-server")
("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") ("file-exists" "test -e")
("stat" "\\stat")
("id" "/usr/bin/id") ("gid-integer" 1000) ("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))
(["ssh" "root" "192.168.122.109" nil] ("uname" "Linux
2.6.27-9-server")
("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") ("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) ("~"
"/root")
("ls" "/bin/ls") ("uid-integer" 0))
(["sudo" "root" "mcbain.luannocracy.com" "/usr/local/sbin"]
("file-exists-p" t)
("file-attributes-integer"
(t 2 0 0 (18800 289) (18800 281) (18800 281) 4096
"drwxr-xr-x" nil
(1 . 12347) (-1 . 0))
)
)
(["sudo" "root" "mcbain.luannocracy.com" ""] nil)
("#<process *tramp/sudo [email protected]*>"
("temp-file" "/tmp/tramp.9208XEA") ("last-cmd-time" (18800
51697 914944))
("chunksize" 0))
(["sudo" "root" "mcbain.luannocracy.com"
"/usr/local/sbin/capslock"]
("file-exists-p" nil) ("file-directory-p" nil))
(["sudo" "root" "mcbain.luannocracy.com" "/etc"]
("last-completion" (18800 383 300691))
("file-name-all-completions"
("#sudoers#" "./" "../" ".java/" ".pwd.lock" "ConsoleKit/"
"NetworkManager/" "ODBCDataSources/" "PolicyKit/" "X11/"
"acpi/"
"adduser.conf" "adjtime" "aliases" "alternatives/"
"anacrontab"
"apache2/" "apm/" "apparmor/" "apparmor.d/" "apport/"
"apt/" "asciidoc/"
"at.deny" "ati/" "avahi/" "bash.bashrc" "bash_completion"
"bash_completion.d/" "belocs/" "bindresvport.blacklist"
"blkid.tab"
"blkid.tab.old" "bluetooth/" "bogofilter.cf"
"bonobo-activation/"
"brlapi.key" "brltty/" "brltty.conf" "ca-certificates/"
"ca-certificates.conf" "ca-certificates.conf.dpkg-old"
"calendar/"
"casper.conf" "chatscripts/" "checkinstallrc"
"compizconfig/"
"console-setup/" "console-tools/" "cowpoke.conf"
"cron.d/" "cron.daily/"
"cron.hourly/" "cron.monthly/" "cron.weekly/" "crontab"
"crypttab"
"cups/" "cvs-cron.conf" "cvs-pserver.conf" "daemon.conf"
"dbus-1/"
"debconf.conf" "debian_version" "default/" "defoma/"
"deluser.conf"
"depmod.d/" "devfs/" "devscripts.conf" "dhcp3/"
"dictionaries-common/"
"discover.conf" "discover.conf-2.6" "distcc/" "dkms/"
"dm/" "doc-base/"
"dpkg/" "dput.cf" "e2fsck.conf" "emacs/"
"email-addresses" "enscript.cfg"
"environment" "esound/" "event.d/" "exim4/"
"fdmount.conf" "firefox-3.0/"
"fonts/" "foomatic/" "foremost.conf" "fstab" "fstab~"
"fuse.conf"
"gai.conf" "gamin/" "gconf/" "gdm/" "ggi/" "gimp/"
"gnome/"
"gnome-app-install/" "gnome-system-tools/"
"gnome-vfs-2.0/"
"gnome-vfs-mime-magic" "gre.d/" "grep-dctrl.rc" "groff/"
"group" "group-"
"grub.d/" "gsambad/" "gshadow" "gshadow-"
"gssapi_mech.conf" "gtk/"
"gtk-2.0/" "hal/" "hddtemp.db" "hdparm.conf"
"hesiod.conf" "host.conf"
"hostname" "hosts" "hosts.allow" "hosts.deny" "hp/"
"hwtest.d/"
"idmapd.conf" "imlib/" "inetd.conf" "init.d/"
"initramfs-tools/"
"inputrc" "iproute2/" "issue" "issue.net" "java/"
"java-6-openjdk/"
"java-6-sun/" "javascript-common/" "jvm" "kbd/" "kde3/"
"kernel/"
"kernel-img.conf" "keys/" "krb5.conf" "krb5.keytab"
"kvm/" "landscape/"
"laptop-mode/" "ld.so.cache" "ld.so.conf"
"ld.so.conf.d/" "ldap/"
"lftp.conf" "libao.conf" "libgda-3.0/" "libpaper.d/"
"libvirt/"
"lintianrc" "locale.alias" "localtime" "logcheck/"
"login.defs"
"logrotate.conf" "logrotate.d/" "lsb-base/"
"lsb-release" "ltrace.conf"
"lvm/" "magic" "magic.mime" "mail.rc" "mailcap"
"mailcap.order"
"mailname" "manpath.config" "mc/" "mdadm/" "mediaprm"
"menu/"
"menu-methods/" "mercurial/" "mime-magic"
"mime-magic.dat" "mime.types"
"mke2fs.conf" "modprobe.d/" "modules" "modutils/"
"mono/" "motd"
"motd.tail" "mplayer/" "mtab" "mtab~15411" "mtools.conf"
"mysql/"
"nanorc" "netscsid.conf" "network/" "networks"
"nsswitch.conf" "ntp.conf"
"obex-data-server/" "odbc.ini" "odbcinst.ini" "openal/"
"openalrc"
"openmpi/" "openoffice/" "opt/" "orbitrc" "pam.conf"
"pam.d/" "pango/"
"paper.config" "papersize" "passwd" "passwd-"
"pbuilder/" "pbuilderrc"
"pcmcia/" "perl/" "pm/" "pmount.allow" "pnm2ppa.conf"
"popularity-contest.conf" "postgresql/"
"postgresql-common/" "power/"
"ppp/" "profile" "profile.d/" "protocols" "pulse/"
"purple/" "python/"
"python2.4/" "python2.5/" "qemu-ifup" "qt3/" "rc.local"
"rc0.d/" "rc1.d/"
"rc2.d/" "rc3.d/" "rc4.d/" "rc5.d/" "rc6.d/" "rcS.d/"
"readahead/"
"resolv.conf" "resolvconf/" "rmt" "rpc" "samba/"
"sane.d/" "sasl2/"
"scalpel/" "scim/" "screenlets/" "screenrc"
"scrollkeeper.conf"
"securetty" "security/" "sensors.conf" "sensors3.conf"
"services" "sgml/"
"shadow" "shadow-" "shells" "skel/" "smartd.conf"
"smartmontools/"
"sound/" "splashy/" "ssh/" "ssl/" "su-to-rootrc"
"subversion/" "sudoers"
"svn2cl/" "sysctl.conf" "sysctl.d/" "syslog.conf"
"terminfo/" "texmf/"
"thinkpad-fancontrold.conf" "thunderbird/" "timezone"
"tpfand.conf"
"ts.conf" "ttf2tex.cfg" "ucf.conf" "udev/" "ufw/"
"uniconf.conf"
"update-manager/" "update-motd.d/" "update-notifier/"
"updatedb.conf"
"usbmount/" "usplash-smooth/" "usplash.conf"
"uswsusp.conf" "vde2/"
"vga/" "vim/" "vmware/" "w3m/" "wgetrc" "wildmidi/"
"wodim.conf"
"wpa_supplicant/" "wvdial.conf" "xara-gtkrc-2.0"
"xara.config" "xdg/"
"xinetd.conf" "xinetd.d/" "xml/" "xulrunner-1.9/" "zfs/"
"zsh_command_not_found")
)
)
(["sudo" "root" "mcbain.luannocracy.com" "/etc/udev"]
("last-completion" (18800 384 336029))
("file-name-all-completions"
("./" "../" "libmtp8.rules" "rules.d/" "udev.conf"
"usbmount.rules"))
)
(["sudo" "root" "mcbain.luannocracy.com"
"/etc/udev/rules.d"]
("file-directory-p" t))
("#<process shell>" ("temp-file" "/tmp/tramp.9208wLe")
("last-cmd-time" (18800 448 243198)) ("chunksize" 0))
(["sudo" "root" "mcbain.luannocracy.com"
"/var/log/messages"]
("file-exists-p" t) ("file-directory-p" nil)
("file-attributes-integer"
(nil 1 102 4 (18799 30295) (18800 51664) (18800 51664)
132459 "-rw-r-----"
t (0 . 9019) (-1 . 0))
)
("file-truename"
"/sudo:[email protected]:/var/log/messages")
("file-writable-p" t))
(["sudo" "root" "mcbain.luannocracy.com" "/var"]
("file-exists-p" t)
("file-attributes-integer"
(t 16 0 0 (18747 18925) (18448 37101) (18448 37101) 4096
"drwxr-xr-x" nil
(0 . 4096) (-1 . 0))
)
)
(["sudo" "root" "mcbain.luannocracy.com" "/tmp"]
("file-exists-p" t)
("file-writable-p" t))
(["sudo" "root" "mcbain.luannocracy.com"
"/var/log/RCS/syslog,v"]
("file-exists-p" nil))
(["sudo" "root" "mcbain.luannocracy.com"
"/var/log/syslog,v"]
("file-exists-p" nil))
(["sudo" "root" "mcbain.luannocracy.com"
"/var/log/RCS/syslog"]
("file-exists-p" nil))
(["sudo" "root" "mcbain.luannocracy.com"
"/var/log/CVS/Entries"]
("file-readable-p" nil))
(["sudo" "root" "mcbain.luannocracy.com"
"/var/log/.svn/entries"]
("file-readable-p" nil))
(["sudo" "root" "mcbain.luannocracy.com"
"/var/log/SCCS/s.syslog"]
("file-exists-p" nil))
(["sudo" "root" "mcbain.luannocracy.com"
"/var/log/s.syslog"]
("file-exists-p" nil))
(["sudo" "root" "mcbain.luannocracy.com"
"/var/log/syslog/.bzr/checkout/format"]
("file-exists-p" nil))
(["sudo" "root" "mcbain.luannocracy.com"
"/var/log/.bzr/checkout/format"]
("file-exists-p" nil))
(["sudo" "root" "mcbain.luannocracy.com"
"/var/.bzr/checkout/format"]
("file-exists-p" nil))
(["sudo" "root" "mcbain.luannocracy.com"
"/.bzr/checkout/format"]
("file-exists-p" nil))
(["sudo" "root" "mcbain.luannocracy.com"
"/var/log/syslog/.git"]
("file-exists-p" nil))
(["sudo" "root" "mcbain.luannocracy.com" "/var/log/.git"]
("file-exists-p" nil))
(["sudo" "root" "mcbain.luannocracy.com" "/var/.git"]
("file-exists-p" nil))
(["sudo" "root" "mcbain.luannocracy.com" "/.git"]
("file-exists-p" nil))
(["sudo" "root" "mcbain.luannocracy.com"
"/var/log/syslog/.hg"]
("file-exists-p" nil))
(["sudo" "root" "mcbain.luannocracy.com" "/var/log/.hg"]
("file-exists-p" nil))
(["sudo" "root" "mcbain.luannocracy.com" "/var/.hg"]
("file-exists-p" nil))
(["sudo" "root" "mcbain.luannocracy.com" "/.hg"]
("file-exists-p" nil))
(["sudo" "root" "mcbain.luannocracy.com"
"/var/log/syslog/_MTN/format"]
("file-exists-p" nil))
(["sudo" "root" "mcbain.luannocracy.com"
"/var/log/_MTN/format"]
("file-exists-p" nil))
(["sudo" "root" "mcbain.luannocracy.com" "/var/_MTN/format"]
("file-exists-p" nil))
(["sudo" "root" "mcbain.luannocracy.com" "/_MTN/format"]
("file-exists-p" nil))
(["sudo" "root" "mcbain.luannocracy.com"
"/var/log/syslog/{arch}/=tagging-method"]
("file-exists-p" nil))
(["sudo" "root" "mcbain.luannocracy.com"
"/var/log/{arch}/=tagging-method"]
("file-exists-p" nil))
(["sudo" "root" "mcbain.luannocracy.com"
"/var/{arch}/=tagging-method"]
("file-exists-p" nil))
(["sudo" "root" "mcbain.luannocracy.com"
"/{arch}/=tagging-method"]
("file-exists-p" nil))
(["sudo" "root" "mcbain.luannocracy.com"
"/root/.emacs.d/backups"]
("last-completion" (18800 51568 728847))
("file-name-all-completions"
("!sudo:[email protected]:!boot!grub!menu.lst~"
"!sudo:[email protected]:!etc!X11!xorg.conf~"
"!sudo:[email protected]:!etc!apt!sources.list.d!clazzes.list~"
"!sudo:[email protected]:!etc!apt!sources.list.d!envyng.list~"
"!sudo:[email protected]:!etc!apt!sources.list.d!wpasupplicant.list~"
"!sudo:[email protected]:!etc!apt!sources.list~"
"!sudo:[email protected]:!etc!init.d!checkroot-onbattery.sh~"
"!sudo:[email protected]:!etc!pm!config.d!00sleep_module~"
"!sudo:[email protected]:!etc!pm!config.d!50compiz-fglrx-noclear~"
"!sudo:[email protected]:!etc!pm!config.d!50compiz-fglrx~"
"!sudo:[email protected]:!etc!pm!sleep.d!00compiz-fglrx~"
"!sudo:[email protected]:!etc!splashy!config.xml~"
"!sudo:[email protected]:!etc!splashy!themes!ubuntusplashy!theme.xml~"
"!sudo:[email protected]:!etc!udev!rules.d!85-disable-capslock.rules~"
"!sudo:[email protected]:!etc!udev!udev.conf~"
"!sudo:[email protected]:!etc!usplash.conf~"
"!sudo:[email protected]:!etc!uswsusp.conf~"
"!sudo:[email protected]:!tmp!kbdlog~"
"!sudo:[email protected]:!usr!local!sbin!capslock~"
"!sudo:[email protected]:!usr!local!sbin!configure-attached-monitors~"
"!sudo:[email protected]:!usr!local!sbin!docking~"
"!sudo:[email protected]:!usr!local!share!acpi-support!fglrx-funcs~"
"!sudo:[email protected]:!usr!local!share!acpi-support!power-funcs~"
"!sudo:[email protected]:!usr!local!share!emacs!23.0.60!lisp!ediff-init.el.gz~"
"./" "../")
)
("file-exists-p" t))
(["sudo" "root" "mcbain.luannocracy.com" "/var/log/syslog"]
("file-directory-p" nil) ("file-exists-p" t)
("file-attributes-integer"
(nil 1 0 0 (18800 51568) (18800 51568) (18800 51568)
620986 "-rw-r--r--"
nil (0 . 8816) (-1 . 0))
)
("file-truename"
"/sudo:[email protected]:/var/log/syslog")
("file-writable-p" t))
(["sudo" "root" "mcbain.luannocracy.com"
"/var/log/RCS/messages,v"]
("file-exists-p" nil))
(["sudo" "root" "mcbain.luannocracy.com"
"/var/log/messages,v"]
("file-exists-p" nil))
(["sudo" "root" "mcbain.luannocracy.com"
"/var/log/RCS/messages"]
("file-exists-p" nil))
(["sudo" "root" "mcbain.luannocracy.com"
"/var/log/SCCS/s.messages"]
("file-exists-p" nil))
(["sudo" "root" "mcbain.luannocracy.com"
"/var/log/s.messages"]
("file-exists-p" nil))
(["sudo" "root" "mcbain.luannocracy.com"
"/var/log/messages/.bzr/checkout/format"]
("file-exists-p" nil))
(["sudo" "root" "mcbain.luannocracy.com"
"/var/log/messages/.git"]
("file-exists-p" nil))
(["sudo" "root" "mcbain.luannocracy.com"
"/var/log/messages/.hg"]
("file-exists-p" nil))
(["sudo" "root" "mcbain.luannocracy.com"
"/var/log/messages/_MTN/format"]
("file-exists-p" nil))
(["sudo" "root" "mcbain.luannocracy.com"
"/var/log/messages/{arch}/=tagging-method"]
("file-exists-p" nil))
)
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 '(("." . "~/.emacs.d/backups"))
file-name-handler-alist
'(("\\.Z\\(~\\|\\.~[0-9]+~\\)?\\'\\|\\.bz2\\(~\\|\\.~[0-9]+~\\)?\\'\\|\\.tbz2?\\'\\|\\.\\(?:tgz\\|svgz\\|sifz\\)\\(~\\|\\.~[0-9]+~\\)?\\'\\|\\.g?z\\(~\\|\\.~[0-9]+~\\)?\\'\\|\\.dz\\'"
. jka-compr-handler)
("\\`/[^/:]+:" . tramp-file-name-handler)
("\\.gpg\\(~\\|\\.~[0-9]+~\\)?\\'" .
epa-file-handler)
("\\`/:" . file-name-non-special))
)
--
Dave Abrahams
BoostPro Computing
http://www.boostpro.com
(setq
buffer-name "*tramp/sudo [email protected]*"
)
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.
_______________________________________________
Tramp-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/tramp-devel