tramp-devel
[Top][All Lists]
Advanced

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

tramp (2.1.15-pre); [Feature Request] Multihop sudo


From: David Abrahams
Subject: tramp (2.1.15-pre); [Feature Request] Multihop sudo
Date: Wed, 21 Jan 2009 04:39:30 -0500


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 server I need to work on doesn't allow direct ssh root login.  In
fact, you're in for a world of hurt if you try it
(http://techarcana.wordpress.com/2008/08/25/secrets-of-ssh-login-denial/).
So I'd like a way to ssh in as 'dave' and then do a sudo on the remote
machine (through tramp of course), where it would ask for a password as
usual.  Ideally there would be a customization interface that simply
allowed me to list the servers that should be treated in that way when I
use the sudo method.

Thanks for the wonderful work so far!

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 "ssh"
 tramp-current-user nil
 tramp-current-host "boostpro.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" 
"address@hidden:%%p")
                    ("-o" "ControlMaster=yes") ("-e" "none"))
                   )
                  (tramp-remote-sh "/bin/sh") (tramp-copy-program "scp")
                  (tramp-copy-args
                   (("-P" "%p") ("-p" "%k") ("-q") ("-o" "address@hidden:%%p")
                    ("-o" "ControlMaster=auto"))
                   )
                  (tramp-copy-keep-date t) (tramp-password-end-of-line nil)
                  (tramp-gw-args
                   (("-o" "GlobalKnownHostsFile=/dev/null")
                    ("-o" "UserKnownHostsFile=/dev/null") ("-o" 
"StrictHostKeyChecking=no"))
                   )
                  (tramp-default-port 22))
                 ("scpx" (tramp-login-program "ssh")
                  (tramp-login-args
                   (("%h") ("-l" "%u") ("-p" "%p") ("-q") ("-e" "none" "-t" 
"-t" "/bin/sh")))
                  (tramp-remote-sh "/bin/sh") (tramp-copy-program "scp")
                  (tramp-copy-args (("-p" "%k"))) (tramp-copy-keep-date t)
                  (tramp-password-end-of-line nil)
                  (tramp-gw-args
                   (("-o" "GlobalKnownHostsFile=/dev/null")
                    ("-o" "UserKnownHostsFile=/dev/null") ("-o" 
"StrictHostKeyChecking=no"))
                   )
                  (tramp-default-port 22))
                 ("sshx" (tramp-login-program "ssh")
                  (tramp-login-args
                   (("%h") ("-l" "%u") ("-p" "%p") ("-q") ("-e" "none" "-t" 
"-t" "/bin/sh")))
                  (tramp-remote-sh "/bin/sh") (tramp-copy-program nil) 
(tramp-copy-args nil)
                  (tramp-copy-keep-date nil) (tramp-password-end-of-line nil)
                  (tramp-gw-args
                   (("-o" "GlobalKnownHostsFile=/dev/null")
                    ("-o" "UserKnownHostsFile=/dev/null") ("-o" 
"StrictHostKeyChecking=no"))
                   )
                  (tramp-default-port 22))
                 ("krlogin" (tramp-login-program "krlogin")
                  (tramp-login-args (("%h") ("-l" "%u") ("-x"))) 
(tramp-remote-sh "/bin/sh")
                  (tramp-copy-program nil) (tramp-copy-args nil) 
(tramp-copy-keep-date nil)
                  (tramp-password-end-of-line nil))
                 ("plink" (tramp-login-program "plink")
                  (tramp-login-args (("%h") ("-l" "%u") ("-P" "%p") ("-ssh")))
                  (tramp-remote-sh "/bin/sh") (tramp-copy-program nil) 
(tramp-copy-args nil)
                  (tramp-copy-keep-date nil) (tramp-password-end-of-line "xy")
                  (tramp-default-port 22))
                 ("plink1" (tramp-login-program "plink")
                  (tramp-login-args (("%h") ("-l" "%u") ("-P" "%p") ("-1" 
"-ssh")))
                  (tramp-remote-sh "/bin/sh") (tramp-copy-program nil) 
(tramp-copy-args nil)
                  (tramp-copy-keep-date nil) (tramp-password-end-of-line "xy")
                  (tramp-default-port 22))
                 ("plinkx" (tramp-login-program "plink")
                  (tramp-login-args
                   (("-load") ("%h") ("-t") ("env 'TERM=dumb' 'PROMPT_COMMAND=' 
'PS1=$ '")
                    ("/bin/sh"))
                   )
                  (tramp-remote-sh "/bin/sh") (tramp-copy-program nil) 
(tramp-copy-args nil)
                  (tramp-copy-keep-date nil) (tramp-password-end-of-line nil))
                 ("pscp" (tramp-login-program "plink")
                  (tramp-login-args (("%h") ("-l" "%u") ("-P" "%p") ("-ssh")))
                  (tramp-remote-sh "/bin/sh") (tramp-copy-program "pscp")
                  (tramp-copy-args (("-P" "%p") ("-scp") ("-p" "%k")))
                  (tramp-copy-keep-date t) (tramp-password-end-of-line "xy")
                  (tramp-default-port 22))
                 ("psftp" (tramp-login-program "plink")
                  (tramp-login-args (("%h") ("-l" "%u") ("-P" "%p") ("-ssh")))
                  (tramp-remote-sh "/bin/sh") (tramp-copy-program "pscp")
                  (tramp-copy-args (("-P" "%p") ("-sftp") ("-p" "%k")))
                  (tramp-copy-keep-date t) (tramp-password-end-of-line "xy"))
                 ("fcp" (tramp-login-program "fsh")
                  (tramp-login-args (("%h") ("-l" "%u") ("sh" "-i")))
                  (tramp-remote-sh "/bin/sh -i") (tramp-copy-program "fcp")
                  (tramp-copy-args (("-p" "%k"))) (tramp-copy-keep-date t)
                  (tramp-password-end-of-line nil))
                 )
 tramp-end-of-output "\n///05965bf63062fd491332bca8583a5550\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"))
                    (["ssh" nil "boostpro.com" "/usr/bin"] ("file-directory-p" 
t))
                    (["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))
                    (["ssh" nil "boostpro.com" "/usr/local/www"] 
("file-exists-p" t)
                     ("file-attributes-integer"
                      (t 9 0 0 (18806 34088) (18752 56502) (18752 56507) 512 
"drwxr-xr-x" t
                       (1 . 52270) (-1 . 0))
                      )
                     )
                    (["ssh" nil "boostpro.com" ""] nil)
                    ("#<process *tramp/ssh boostpro.com*>" ("temp-file" 
"/tmp/tramp.8961a5k")
                     ("last-cmd-time" (18806 60232 970093)) ("chunksize" 500)
                     ("scripts"
                      ("tramp_perl_decode_with_module" 
"tramp_perl_encode_with_module"
                       "tramp_perl_file_attributes")
                      )
                     )
                    (["ssh" nil "boostpro.com" "/usr/local/www/apache22"] 
("file-exists-p" t))
                    (["ssh" nil "boostpro.com" "/usr/local"]
                     ("last-completion" (18806 34728 614194))
                     ("file-name-all-completions"
                      ("./" "../" "backup/" "bin/" "build-1/" "doc/" "etc/" 
"include/" "info/"
                       "lib/" "libdata/" "libexec/" "mailman/" "man/" "pgsql/" 
"sbin/"
                       "share/" "svn/" "var/" "www/")
                      )
                     ("file-exists-p" t)
                     ("file-attributes-integer"
                      (t 20 0 0 (18806 34095) (18752 59390) (18752 59390) 512 
"drwxr-xr-x" t
                       (1 . 5120) (-1 . 0))
                      )
                     )
                    (["ssh" nil "boostpro.com" 
"/usr/local/etc/RCS/lighttpd.conf,v"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com"
                      "/usr/local/etc/lighttpd/RCS/boost_consulting.conf,v"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" 
"/usr/local/etc/lighttpd/boost_consulting.conf"]
                     ("file-exists-p" t) ("file-directory-p" nil)
                     ("file-attributes-integer"
                      (nil 1 0 0 (18796 45667) (18778 30062) (18778 30062) 6658 
"-rw-r--r--" t
                       (3 . 62516) (-1 . 0))
                      )
                     ("file-truename"
                      
"/ssh:boostpro.com:/usr/local/etc/lighttpd/boost_consulting.conf")
                     ("file-writable-p" nil))
                    (["ssh" nil "boostpro.com" "/usr"] ("file-exists-p" t)
                     ("file-attributes-integer"
                      (t 17 0 0 (18806 19832) (18256 44244) (18256 44244) 512 
"drwxr-xr-x" t
                       (0 . 2) (-1 . 0))
                      )
                     )
                    (["ssh" nil "boostpro.com"
                      "/usr/local/etc/lighttpd/boost_consulting.conf,v"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com"
                      "/usr/local/etc/lighttpd/RCS/boost_consulting.conf"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" 
"/usr/local/etc/lighttpd/CVS/Entries"]
                     ("file-readable-p" nil))
                    (["ssh" nil "boostpro.com" 
"/usr/local/etc/lighttpd/.svn/entries"]
                     ("file-readable-p" nil))
                    (["ssh" nil "boostpro.com"
                      "/usr/local/etc/lighttpd/SCCS/s.boost_consulting.conf"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com"
                      "/usr/local/etc/lighttpd/s.boost_consulting.conf"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com"
                      
"/usr/local/etc/lighttpd/boost_consulting.conf/.bzr/checkout/format"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" 
"/usr/local/etc/lighttpd/.bzr/checkout/format"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" 
"/usr/local/etc/.bzr/checkout/format"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" 
"/usr/local/.bzr/checkout/format"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" "/usr/.bzr/checkout/format"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" "/.bzr/checkout/format"] 
("file-exists-p" nil))
                    (["ssh" nil "boostpro.com"
                      "/usr/local/etc/lighttpd/boost_consulting.conf/.git"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" "/usr/local/etc/lighttpd/.git"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" "/usr/local/etc/.git"] 
("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" "/usr/local/.git"] 
("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" "/usr/.git"] ("file-exists-p" 
nil))
                    (["ssh" nil "boostpro.com" "/.git"] ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com"
                      "/usr/local/etc/lighttpd/boost_consulting.conf/.hg"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" "/usr/local/etc/lighttpd/.hg"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" "/usr/local/etc/.hg"] 
("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" "/usr/local/.hg"] 
("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" "/usr/.hg"] ("file-exists-p" 
nil))
                    (["ssh" nil "boostpro.com" "/.hg"] ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com"
                      
"/usr/local/etc/lighttpd/boost_consulting.conf/_MTN/format"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" 
"/usr/local/etc/lighttpd/_MTN/format"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" "/usr/local/etc/_MTN/format"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" "/usr/local/_MTN/format"] 
("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" "/usr/_MTN/format"] 
("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" "/_MTN/format"] ("file-exists-p" 
nil))
                    (["ssh" nil "boostpro.com"
                      
"/usr/local/etc/lighttpd/boost_consulting.conf/{arch}/=tagging-method"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com"
                      "/usr/local/etc/lighttpd/{arch}/=tagging-method"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" 
"/usr/local/etc/{arch}/=tagging-method"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" 
"/usr/local/{arch}/=tagging-method"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" "/usr/{arch}/=tagging-method"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" "/{arch}/=tagging-method"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" 
"/usr/local/etc/lighttpd/ssl.pemfile"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" 
"/usr/local/etc/lighttpd/ssl.pemfile.gz"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" 
"/usr/local/etc/lighttpd/ssl.pemfile.Z"]
                     ("file-exists-p" 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/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/sbin"
                       "/usr/local/bin" "/sbin")
                      )
                     ("remote-shell" "/bin/sh") ("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))
                    (["ssh" nil "boostpro.com" "/usr/local/etc/lighttpd.conf"]
                     ("file-exists-p" t)
                     ("file-attributes-integer"
                      (nil 1 0 0 (18806 34607) (18399 2483) (18399 2483) 11525 
"-r--r--r--" t
                       (1 . 6199) (-1 . 0))
                      )
                     ("file-writable-p" nil))
                    (["ssh" nil "boostpro.com" "/usr/local/etc/lighttpd.conf,v"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" 
"/usr/local/etc/RCS/lighttpd.conf"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" "/usr/local/etc/CVS/Entries"]
                     ("file-readable-p" nil))
                    (["ssh" nil "boostpro.com" "/usr/local/etc/.svn/entries"]
                     ("file-readable-p" nil))
                    (["ssh" nil "boostpro.com" 
"/usr/local/etc/SCCS/s.lighttpd.conf"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" "/usr/local/etc/s.lighttpd.conf"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com"
                      "/usr/local/etc/lighttpd.conf/.bzr/checkout/format"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" 
"/usr/local/etc/lighttpd.conf/.git"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" 
"/usr/local/etc/lighttpd.conf/.hg"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" 
"/usr/local/etc/lighttpd.conf/_MTN/format"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com"
                      "/usr/local/etc/lighttpd.conf/{arch}/=tagging-method"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" 
"/usr/local/etc/rc.d/RCS/lighttpd,v"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" "/bin"] ("file-directory-p" t))
                    (["ssh" nil "boostpro.com" "/usr/sbin"] ("file-directory-p" 
t))
                    (["ssh" nil "boostpro.com" "/sbin"] ("file-directory-p" t))
                    (["ssh" nil "boostpro.com" "/usr/local/sbin"] 
("file-directory-p" t))
                    (["ssh" nil "boostpro.com" "/usr/local/bin"] 
("file-directory-p" t))
                    (["ssh" nil "boostpro.com" "/local/bin"] 
("file-directory-p" nil))
                    (["ssh" nil "boostpro.com" "/local/freeware/bin"] 
("file-directory-p" nil))
                    (["ssh" nil "boostpro.com" "/local/gnu/bin"] 
("file-directory-p" nil))
                    (["ssh" nil "boostpro.com" "/usr/freeware/bin"] 
("file-directory-p" nil))
                    (["ssh" nil "boostpro.com" "/usr/pkg/bin"] 
("file-directory-p" nil))
                    (["ssh" nil "boostpro.com" "/usr/contrib/bin"] 
("file-directory-p" nil))
                    (["ssh" nil "boostpro.com" 
"/usr/local/etc/apache22/RCS/httpd.conf,v"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com"
                      "/usr/local/etc/apache22/Includes/RCS/no-accf.conf,v"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" 
"/usr/local/etc/apache22/httpd.conf"]
                     ("file-exists-p" t) ("file-directory-p" nil)
                     ("file-attributes-integer"
                      (nil 1 0 0 (18705 39809) (18705 39809) (18705 39809) 
16184 "-rw-r--r--"
                       t (2 . 35064) (-1 . 0))
                      )
                     ("file-truename" 
"/ssh:boostpro.com:/usr/local/etc/apache22/httpd.conf")
                     ("file-writable-p" nil))
                    (["ssh" nil "boostpro.com"
                      "/usr/local/etc/apache22/Includes/no-accf.conf,v"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com"
                      "/usr/local/etc/apache22/Includes/RCS/no-accf.conf"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" 
"/usr/local/etc/apache22/Includes/CVS/Entries"]
                     ("file-readable-p" nil))
                    (["ssh" nil "boostpro.com" 
"/usr/local/etc/apache22/Includes/.svn/entries"]
                     ("file-readable-p" nil))
                    (["ssh" nil "boostpro.com"
                      "/usr/local/etc/apache22/Includes/SCCS/s.no-accf.conf"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com"
                      "/usr/local/etc/apache22/Includes/s.no-accf.conf"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com"
                      
"/usr/local/etc/apache22/Includes/no-accf.conf/.bzr/checkout/format"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com"
                      "/usr/local/etc/apache22/Includes/.bzr/checkout/format"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" 
"/usr/local/etc/apache22/.bzr/checkout/format"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com"
                      "/usr/local/etc/apache22/Includes/no-accf.conf/.git"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" 
"/usr/local/etc/apache22/Includes/.git"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" "/usr/local/etc/apache22/.git"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com"
                      "/usr/local/etc/apache22/Includes/no-accf.conf/.hg"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" 
"/usr/local/etc/apache22/Includes/.hg"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" "/usr/local/etc/apache22/.hg"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com"
                      
"/usr/local/etc/apache22/Includes/no-accf.conf/_MTN/format"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" 
"/usr/local/etc/apache22/Includes/_MTN/format"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" 
"/usr/local/etc/apache22/_MTN/format"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com"
                      
"/usr/local/etc/apache22/Includes/no-accf.conf/{arch}/=tagging-method"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com"
                      "/usr/local/etc/apache22/Includes/{arch}/=tagging-method"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com"
                      "/usr/local/etc/apache22/{arch}/=tagging-method"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" 
"/usr/local/etc/apache22/httpd.conf,v"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" 
"/usr/local/etc/apache22/RCS/httpd.conf"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" 
"/usr/local/etc/apache22/CVS/Entries"]
                     ("file-readable-p" nil))
                    (["ssh" nil "boostpro.com" 
"/usr/local/etc/apache22/.svn/entries"]
                     ("file-readable-p" nil))
                    (["ssh" nil "boostpro.com" 
"/usr/local/etc/apache22/SCCS/s.httpd.conf"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" 
"/usr/local/etc/apache22/s.httpd.conf"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com"
                      "/usr/local/etc/apache22/httpd.conf/.bzr/checkout/format"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" 
"/usr/local/etc/apache22/httpd.conf/.git"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" 
"/usr/local/etc/apache22/httpd.conf/.hg"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com"
                      "/usr/local/etc/apache22/httpd.conf/_MTN/format"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com"
                      
"/usr/local/etc/apache22/httpd.conf/{arch}/=tagging-method"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" "/usr/local/etc/lighttpd"]
                     ("last-completion" (18806 58613 5312))
                     ("file-name-all-completions"
                      ("#boostcon.conf#" "./" "../" "bak/" 
"beta_boost_consulting.conf"
                       "boost_consulting.conf" "boost_consulting.conf.bak"
                       "boost_consulting.conf.new" "boostcon.conf")
                      )
                     ("file-exists-p" t))
                    (["ssh" nil "boostpro.com" "/usr/local/etc/rc.d"]
                     ("last-completion" (18806 58712 935338))
                     ("file-name-all-completions"
                      ("./" "../" "apache22" "denyhosts" 
"django_boost_consulting"
                       "django_boost_consulting_beta" "django_boostcon" 
"django_boostcon_beta"
                       "django_reviewboard" "dovecot" "git_daemon" 
"htcacheclean" "lighttpd"
                       "mailman" "memcached" "pgbouncer" "postfix" "postgresql" 
"pysieved"
                       "rsyncd" "stunnel" "svnserve")
                      )
                     ("file-exists-p" t)
                     ("file-attributes-integer"
                      (t 2 0 0 (18806 58079) (18806 19914) (18806 19914) 512 
"drwxr-xr-x" t
                       (1 . 5238) (-1 . 0))
                      )
                     )
                    (["ssh" nil "boostpro.com" "/usr/local/etc/tramp"] 
("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" "/usr/local/etc/rc.d/lighttpd,v"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" 
"/usr/local/etc/rc.d/RCS/lighttpd"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" 
"/usr/local/etc/rc.d/CVS/Entries"]
                     ("file-readable-p" nil))
                    (["ssh" nil "boostpro.com" 
"/usr/local/etc/rc.d/.svn/entries"]
                     ("file-readable-p" nil))
                    (["ssh" nil "boostpro.com" 
"/usr/local/etc/rc.d/SCCS/s.lighttpd"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" "/usr/local/etc/rc.d/s.lighttpd"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com"
                      "/usr/local/etc/rc.d/lighttpd/.bzr/checkout/format"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" 
"/usr/local/etc/rc.d/.bzr/checkout/format"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" 
"/usr/local/etc/rc.d/lighttpd/.git"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" "/usr/local/etc/rc.d/.git"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" 
"/usr/local/etc/rc.d/lighttpd/.hg"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" "/usr/local/etc/rc.d/.hg"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" 
"/usr/local/etc/rc.d/lighttpd/_MTN/format"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" 
"/usr/local/etc/rc.d/_MTN/format"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com"
                      "/usr/local/etc/rc.d/lighttpd/{arch}/=tagging-method"]
                     ("file-exists-p" nil))
                    (["ssh" nil "boostpro.com" 
"/usr/local/etc/rc.d/{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




reply via email to

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