tramp-devel
[Top][All Lists]
Advanced

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

tramp (2.1.15-pre); error on vc-bzr when scp not-exists on server


From: Mark A. Hershberger
Subject: tramp (2.1.15-pre); error on vc-bzr when scp not-exists on server
Date: Tue, 16 Dec 2008 10:33:35 -0500


When trying to save a file on a remote host that uses bzr for version
control, and scp is not installed on the remote host, vc-bzr tries to
grab the dirstate file, but fails.  Left in the *Messages* buffer are
these messages:

    Transferring 
/scp:192.168.12.107:/var/www/rwanda-pilot/.bzr/checkout/dirstate to 
/tmp/tramp.28181DNK...
    Tramp: Waiting for prompts from remote shell
    Tramp: Process has died.
    File error: Process died
    Error: (file-error Process died)

Note that the main file is properly saved.


Emacs  : GNU Emacs 23.0.60.1 (x86_64-pc-linux-gnu, GTK+ Version 2.12.9)
 of 2008-12-06 on americium, modified by Debian
Package: tramp (2.1.15-pre)

current state:
==============
(setq
 tramp-current-method "scp"
 tramp-current-user nil
 tramp-current-host "192.168.12.107"
 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 "dococt"
 tramp-default-proxies-alist '((".*\\'" "\\`\\(root\\)\\'" "/ssh:%h:")
                               ("ontime.*\\'" "\\`\\(root\\|expedite\\)\\'"
                                "/ssh:%h:")
                               ("\\.intrahealth\\.org\\'" "\\`root\\'"
                                "/ssh:%h:")
                               ("\\.capacityproject\\.org\\'" "\\`root\\'"
                                "/ssh:%h:")
                               ("\\.everybody\\.org\\'" "\\`root\\'"
                                "/ssh:%h:")
                               ("\\.nichework\\.com\\'" "\\`root\\'"
                                "/ssh:%h:")
                               )
 tramp-default-user nil
 tramp-default-user-alist '(("socks" nil "mah") ("tunnel" nil "mah")
                            ("fish" nil "mah") ("smb" nil "")
                            ("\\`su\\(do\\)?\\'" nil "root")
                            ("\\`r\\(em\\)?\\(cp\\|sh\\)\\|telnet\\|plink1?\\'" 
nil "mah")
                            )
 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///c5c61df9d0b2f75b9eb219e7115018d3\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 nil
 tramp-cache-data '((["ssh" nil "superman.everybody.org" nil]
                     ("uname" "Linux 2.6.18-4-686")
                     ("default-remote-path" "/bin:/usr/bin") ("test" "test")
                     ("/bin" t) ("/usr/bin" t) ("/usr/sbin" t)
                     ("/usr/local/bin" t) ("/local/bin" nil)
                     ("/local/freeware/bin" nil) ("/local/gnu/bin" nil)
                     ("/usr/freeware/bin" nil) ("/usr/pkg/bin" nil)
                     ("/usr/contrib/bin" nil) ("remote-shell" "/bin/sh")
                     ("~" "/virtual/everybody.org/user/mah") ("started" nil)
                     ("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)
                     ("ls" "/bin/ls")
                     ("remote-path"
                      ("/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin"))
                     ("uid-integer" 1000))
                    (["ssh" "admin" "192.168.1.106" nil]
                     ("uname" "Linux 2.6.19.7-0.4.gcc3.4.x86.i686")
                     ("default-remote-path" "/bin:/usr/bin") ("test" "test")
                     ("/bin" t) ("/usr/bin" t) ("/usr/sbin" t)
                     ("/usr/local/bin" t) ("/local/bin" nil)
                     ("/local/freeware/bin" nil) ("/local/gnu/bin" nil)
                     ("/usr/freeware/bin" nil) ("/usr/pkg/bin" nil)
                     ("/usr/contrib/bin" nil) ("remote-shell" "/bin/sh")
                     ("~" "/home/admin") ("ls" "/bin/ls")
                     ("file-exists" "test -e") ("stat" "\\stat")
                     ("id" "/usr/bin/id") ("gid-integer" 1001)
                     ("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" nil "192.168.1.111" nil]
                     ("uname" "Linux 2.6.20-16-generic")
                     ("default-remote-path" "/bin:/usr/bin") ("test" "test")
                     ("/bin" t) ("/usr/bin" t) ("/usr/sbin" t)
                     ("/usr/local/bin" t) ("/local/bin" nil)
                     ("/local/freeware/bin" nil) ("/local/gnu/bin" nil)
                     ("/usr/freeware/bin" nil) ("/usr/pkg/bin" nil)
                     ("/usr/contrib/bin" nil) ("remote-shell" "/bin/sh")
                     ("~" "/home/mah") ("ls" "/bin/ls")
                     ("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" nil "192.168.5.51" nil]
                     ("uname" "Linux 2.6.20-16-generic")
                     ("default-remote-path" "/bin:/usr/bin") ("test" "test")
                     ("/bin" t) ("/usr/bin" t) ("/usr/sbin" t)
                     ("/usr/local/bin" t) ("/local/bin" nil)
                     ("/local/freeware/bin" nil) ("/local/gnu/bin" nil)
                     ("/usr/freeware/bin" nil) ("/usr/pkg/bin" nil)
                     ("/usr/contrib/bin" nil) ("remote-shell" "/bin/sh")
                     ("ls" "/bin/ls") ("file-exists" "test -e")
                     ("stat" "\\stat") ("id" "/usr/bin/id")
                     ("gid-integer" 1001) ("~" "/home/mah") ("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" "mah" "mail.nichework.com" nil]
                     ("uname" "Linux 2.6.19-4-generic-amd64") ("test" "test")
                     ("/bin" t) ("/usr/bin" t) ("/usr/sbin" t)
                     ("/usr/local/bin" t) ("/local/bin" nil)
                     ("/local/freeware/bin" nil) ("/local/gnu/bin" nil)
                     ("/usr/freeware/bin" nil) ("/usr/pkg/bin" nil)
                     ("/usr/contrib/bin" nil)
                     ("remote-path"
                      ("/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin"))
                     ("remote-shell" "/bin/sh") ("~" "/home/mah")
                     ("ls" "/bin/ls") ("file-exists" "test -e")
                     ("stat" "\\stat") ("id" "/usr/bin/id")
                     ("gid-integer" 1000))
                    (["ssh" "mah" "web.nichework.com" nil]
                     ("uname" "Linux 2.6.19-4-generic-amd64")
                     ("default-remote-path" "/bin:/usr/bin") ("test" "test")
                     ("/bin" t) ("/usr/bin" t) ("/usr/sbin" t)
                     ("/usr/local/bin" t) ("/local/bin" nil)
                     ("/local/freeware/bin" nil) ("/local/gnu/bin" nil)
                     ("/usr/freeware/bin" nil) ("/usr/pkg/bin" nil)
                     ("/usr/contrib/bin" nil) ("remote-shell" "/bin/sh")
                     ("file-exists" "test -e") ("stat" "\\stat")
                     ("id" "/usr/bin/id") ("gid-integer" 1000)
                     ("ls" "/bin/ls") ("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" nil "web.nichework.com" nil]
                     ("uname" "Linux 2.6.19-4-generic-amd64")
                     ("default-remote-path" "/bin:/usr/bin") ("test" "test")
                     ("/bin" t) ("/usr/bin" t) ("/usr/sbin" t)
                     ("/usr/local/bin" t) ("/local/bin" nil)
                     ("/local/freeware/bin" nil) ("/local/gnu/bin" nil)
                     ("/usr/freeware/bin" nil) ("/usr/pkg/bin" nil)
                     ("/usr/contrib/bin" nil) ("remote-shell" "/bin/sh")
                     ("~" "/home/mah") ("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)
                     ("ls" "/bin/ls")
                     ("remote-path"
                      ("/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin"))
                     ("uid-integer" 1000))
                    ([#("sudo" 0 1 (auto-composed t) 1 2 (auto-composed t) 2 3
                        (auto-composed t) 3 4 (auto-composed t))
                      "root"
                      #("xen.nichework.com" 0 1 (auto-composed t) 1 2
                        (auto-composed t) 2 3 (auto-composed t) 3 4
                        (auto-composed t) 4 6 (auto-composed t) 6 7
                        (auto-composed t) 7 8 (auto-composed t) 8 9
                        (auto-composed t) 9 10 (auto-composed t) 10 11
                        (auto-composed t) 11 12 (auto-composed t) 12 13
                        (auto-composed t) 13 14 (auto-composed t) 14 15
                        (auto-composed t) 15 16 (auto-composed t) 16 17
                        (auto-composed t))
                      nil]
                     ("uname" "Linux 2.6.19-4-generic-amd64")
                     ("default-remote-path" "/bin:/usr/bin") ("test" "test")
                     ("/bin" t) ("/usr/bin" t) ("/usr/sbin" t)
                     ("/usr/local/bin" t) ("/local/bin" nil)
                     ("/local/freeware/bin" nil) ("/local/gnu/bin" nil)
                     ("/usr/freeware/bin" nil) ("/usr/pkg/bin" nil)
                     ("/usr/contrib/bin" nil) ("remote-shell" "/bin/sh")
                     ("ls" "/bin/ls") ("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)
                     ("uid-integer" 0)
                     ("remote-path"
                      ("/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin"))
                     )
                    ([#("sudo" 0 4 (auto-composed t))
                      #("root" 0 4 (auto-composed t))
                      #("mail.nichework.com" 0 1 (auto-composed t) 1 2
                        (auto-composed t) 2 3 (auto-composed t) 3 4
                        (auto-composed t) 4 18 (auto-composed t))
                      nil]
                     ("uname" "Linux 2.6.19-4-generic-amd64")
                     ("default-remote-path" "/bin:/usr/bin") ("test" "test")
                     ("/bin" t) ("/usr/bin" t) ("/usr/sbin" t)
                     ("/usr/local/bin" t) ("/local/bin" nil)
                     ("/local/freeware/bin" nil) ("/local/gnu/bin" nil)
                     ("/usr/freeware/bin" nil) ("/usr/pkg/bin" nil)
                     ("/usr/contrib/bin" nil) ("remote-shell" "/bin/sh")
                     ("ls" "/bin/ls") ("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)
                     ("uid-integer" 0))
                    (["scp" nil "nospam.nichework.com" nil]
                     ("uname" "Linux 2.6.19-4-generic-amd64")
                     ("default-remote-path" "/bin:/usr/bin") ("test" "test")
                     ("/bin" t) ("/usr/bin" t) ("/usr/sbin" t)
                     ("/usr/local/bin" t) ("/local/bin" nil)
                     ("/local/freeware/bin" nil) ("/local/gnu/bin" nil)
                     ("/usr/freeware/bin" nil) ("/usr/pkg/bin" nil)
                     ("/usr/contrib/bin" nil) ("remote-shell" "/bin/sh")
                     ("file-exists" "test -e") ("stat" "\\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)
                     ("remote-path"
                      ("/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin"))
                     ("~" "/home/mah") ("ls" "/bin/ls") ("uid-integer" 1000))
                    (["ssh" "organizedwisdom" "organizedwisdom.com" nil]
                     ("uname" "Linux 2.6.19.7-vs+opt+c5+gr6b") ("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/organizedwisdom")
                     ("ls" "/bin/ls") ("file-exists" "test -e")
                     ("stat" "\\stat") ("id" "/usr/bin/id")
                     ("gid-integer" 342459)
                     ("local-encoding" base64-encode-region)
                     ("local-decoding" base64-decode-region)
                     ("remote-encoding" "recode data..base64")
                     ("remote-decoding" "recode base64..data")
                     ("uid-integer" 1704491))
                    ([#("ssh" 0 3 (auto-composed t)) nil
                      #("ec2-67-202-20-92.compute-1.amazonaws.com" 0 40
                        (auto-composed t))
                      nil]
                     ("uname" "Linux 2.6.16-xenU") ("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" 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)
                     ("~" "/home/mah") ("uid-integer" 1000))
                    (["ssh" nil "healthorgwis.nichework.com" nil]
                     ("uname" "Linux 2.6.16-xenU") ("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" 1000))
                    ([#("sudo" 0 1 (auto-composed t) 1 2 (auto-composed t) 2 3
                        (auto-composed t) 3 4 (auto-composed t))
                      "root"
                      #("healthorgwis.nichework.com" 0 26 (auto-composed t))
                      nil]
                     ("uname" "Linux 2.6.16-xenU") ("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) ("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)
                     ("uid-integer" 0))
                    (["sudo" "alexandermen" "web.nichework.com" nil]
                     ("uname" "Linux 2.6.19-4-generic-amd64") ("test" "test")
                     ("/bin" t) ("/usr/bin" t) ("/usr/sbin" t)
                     ("/usr/local/bin" t) ("/local/bin" nil)
                     ("/local/freeware/bin" nil) ("/local/gnu/bin" nil)
                     ("/usr/freeware/bin" nil) ("/usr/pkg/bin" nil)
                     ("/usr/contrib/bin" nil)
                     ("remote-path"
                      ("/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin"))
                     ("remote-shell" "/bin/sh") ("ls" "/bin/ls")
                     ("file-exists" "test -e") ("stat" "\\stat")
                     ("id" "/usr/bin/id") ("gid-integer" 1010)
                     ("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)
                     ("uid-integer" 1008))
                    (["sudo" "root" "web.nichework.com" nil]
                     ("uname" "Linux 2.6.19-4-generic-amd64") ("test" "test")
                     ("/bin" t) ("/usr/bin" t) ("/usr/sbin" t)
                     ("/usr/local/bin" t) ("/local/bin" nil)
                     ("/local/freeware/bin" nil) ("/local/gnu/bin" nil)
                     ("/usr/freeware/bin" nil) ("/usr/pkg/bin" nil)
                     ("/usr/contrib/bin" nil)
                     ("remote-path"
                      ("/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin"))
                     ("remote-shell" "/bin/sh") ("stat" "\\stat")
                     ("id" "/usr/bin/id") ("gid-integer" 0)
                     ("file-exists" "test -e") ("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)
                     ("ls" "/bin/ls") ("uid-integer" 0) ("~root" "/root")
                     ("ln" "\\ln"))
                    (["sudo" "truckingonline" "web.nichework.com" nil]
                     ("uname" "Linux 2.6.19-4-generic-amd64") ("test" "test")
                     ("/bin" t) ("/usr/bin" t) ("/usr/sbin" t)
                     ("/usr/local/bin" t) ("/local/bin" nil)
                     ("/local/freeware/bin" nil) ("/local/gnu/bin" nil)
                     ("/usr/freeware/bin" nil) ("/usr/pkg/bin" nil)
                     ("/usr/contrib/bin" nil)
                     ("remote-path"
                      ("/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin"))
                     ("remote-shell" "/bin/sh")
                     ("~truckingonline" "/home/truckingonline")
                     ("ls" "/bin/ls") ("file-exists" "test -e")
                     ("stat" "\\stat") ("id" "/usr/bin/id")
                     ("gid-integer" 1004) ("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)
                     ("uid-integer" 1003))
                    (["scp" nil "web.nichework.com" nil]
                     ("uname" "Linux 2.6.19-4-generic-amd64") ("test" "test")
                     ("/bin" t) ("/usr/bin" t) ("/usr/sbin" t)
                     ("/usr/local/bin" t) ("/local/bin" nil)
                     ("/local/freeware/bin" nil) ("/local/gnu/bin" nil)
                     ("/usr/freeware/bin" nil) ("/usr/pkg/bin" nil)
                     ("/usr/contrib/bin" nil)
                     ("remote-path"
                      ("/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin"))
                     ("remote-shell" "/bin/sh") ("file-exists" "test -e")
                     ("stat" "\\stat") ("id" "/usr/bin/id")
                     ("gid-integer" 1000) ("ls" "/bin/ls") ("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)
                     ("uid-integer" 1000))
                    (["ssh" nil "192.168.3.50" nil]
                     ("uname" "Linux 2.6.15-28-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/mah")
                     ("file-exists" "test -e") ("stat" "\\stat")
                     ("id" "/usr/bin/id") ("gid-integer" 1000)
                     ("uid-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)
                     ("ls" "/bin/ls"))
                    (["sudo" "zimbra" "mail.nichework.com" nil]
                     ("uname" "Linux 2.6.19-4-generic-amd64") ("test" "test")
                     ("/bin" t) ("/usr/bin" t) ("/usr/sbin" t)
                     ("/usr/local/bin" t) ("/local/bin" nil)
                     ("/local/freeware/bin" nil) ("/local/gnu/bin" nil)
                     ("/usr/freeware/bin" nil) ("/usr/pkg/bin" nil)
                     ("/usr/contrib/bin" nil)
                     ("remote-path"
                      ("/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin"))
                     ("remote-shell" "/bin/sh") ("ls" "/bin/ls")
                     ("file-exists" "test -e") ("stat" "\\stat")
                     ("id" "/usr/bin/id") ("gid-integer" 1001)
                     ("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" 0 1 (auto-composed t) 1 2 (auto-composed t) 2 3
                        (auto-composed t))
                      nil #("mail.nichework.com" 0 18 (auto-composed t)) nil]
                     ("uname" "Linux 2.6.19-4-generic-amd64") ("test" "test")
                     ("/bin" t) ("/usr/bin" t) ("/usr/sbin" t)
                     ("/usr/local/bin" t) ("/local/bin" nil)
                     ("/local/freeware/bin" nil) ("/local/gnu/bin" nil)
                     ("/usr/freeware/bin" nil) ("/usr/pkg/bin" nil)
                     ("/usr/contrib/bin" nil)
                     ("remote-path"
                      ("/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin"))
                     ("remote-shell" "/bin/sh") ("~" "/home/mah")
                     ("ls" "/bin/ls") ("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))
                    (["scp" nil "open.intrahealth.org" nil]
                     ("uname" "Linux 2.6.15-29-386") ("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")
                     ("ls" "/bin/ls") ("stat" "\\stat") ("id" "/usr/bin/id")
                     ("gid-integer" 112) ("~" "/home/mah"))
                    (["ssh" nil "mail.fpino.com" nil]
                     ("uname" "Linux 2.6.18-3-686") ("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/mah")
                     ("file-exists" "test -e") ("stat" "\\stat")
                     ("id" "/usr/bin/id") ("gid-integer" 1001)
                     ("uid-integer" 1001) ("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)
                     ("ls" "/bin/ls"))
                    (["ssh" nil "nospam.nichework.com" nil]
                     ("uname" "Linux 2.6.19-4-generic-amd64") ("/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"))
                    (["sudo" "expedite" "ontime-newprod" nil]
                     ("uname" "Linux 2.6.9-55.ELsmp") ("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" 2524) ("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)
                     ("ls" "/bin/ls") ("uid-integer" 10001)
                     ("~expedite" "/home/httpd/vhosts/expeditersonline.com"))
                    ([#("ssh" 0 1 (auto-composed t) 1 2 (auto-composed t) 2 3
                        (auto-composed t))
                      nil
                      #("web00.busytonight.com" 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) 9 10
                        (auto-composed t) 10 11 (auto-composed t) 11 12
                        (auto-composed t) 12 13 (auto-composed t) 13 14
                        (auto-composed t) 14 15 (auto-composed t) 15 16
                        (auto-composed t) 16 17 (auto-composed t) 17 18
                        (auto-composed t) 18 19 (auto-composed t) 19 20
                        (auto-composed t) 20 21 (auto-composed t))
                      nil]
                     ("uname" "Linux 2.6.15-29-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") ("ls" "/bin/ls")
                     ("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" nil "10.75.0.1" nil]
                     ("uname" "Linux 2.6.19-4-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" 1001) ("ls" "/bin/ls") ("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)
                     ("uid-integer" 1001))
                    ([#("sudo" 0 1 (auto-composed t) 1 2 (auto-composed t) 2 3
                        (auto-composed t) 3 4 (auto-composed t))
                      #("root" 0 1 (auto-composed t) 1 2 (auto-composed t) 2 3
                        (auto-composed t) 3 4 (auto-composed t))
                      #("ontime-prod" 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) 9 10
                        (auto-composed t) 10 11 (auto-composed t))
                      nil]
                     ("uname" "Linux 2.4.9-e.70") ("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" nil)
                     ("perl" "/usr/bin/perl") ("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" nil "phone" nil] ("~" "cd ~; pwd") ("test" "test")
                     ("file-exists" "test -e") ("/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"))
                     ("stat" nil) ("perl" "$d/perl5; break; fi; done <<'EOF'")
                     ("ls" "/bin/ls"))
                    ([#("ssh" 0 1 (auto-composed t) 1 2 (auto-composed t) 2 3
                        (auto-composed t))
                      #("mah" 0 1 (auto-composed t) 1 2 (auto-composed t) 2 3
                        (auto-composed t))
                      #("ontime-newprod" 0 14 (auto-composed t)) nil]
                     ("uname" "Linux 2.6.9-55.ELsmp") ("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" 10002)
                     ("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" nil "hulk" nil] ("uname" "Linux 2.6.22-14-386")
                     ("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/mah")
                     ("file-exists" "test -e") ("stat" "\\stat")
                     ("id" "/usr/bin/id") ("gid-integer" 1001)
                     ("uid-integer" 1001) ("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)
                     ("ls" "/bin/ls"))
                    (["sudo" "expedite" "ontime-prod" nil]
                     ("uname" "Linux 2.4.9-e.70") ("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")
                     ("~expedite" "/home/httpd/vhosts/expeditersonline.com")
                     ("ls" "/bin/ls") ("file-exists" "test -e") ("stat" nil)
                     ("perl" "/usr/bin/perl") ("id" "/usr/bin/id")
                     ("gid-integer" 10001))
                    (["ssh" "mah" "hrisdev.capacityproject.org" nil]
                     ("uname" "Linux 2.6.22-14-386") ("/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")
                     ("test" "test") ("file-exists" "test -e")
                     ("stat" "\\stat"))
                    ([#("sudo" 0 1 (auto-composed t) 1 2 (auto-composed t) 2 3
                        (auto-composed t) 3 4 (auto-composed t))
                      #("root" 0 1 (auto-composed t) 1 2 (auto-composed t) 2 3
                        (auto-composed t) 3 4 (auto-composed t))
                      #("hrisdev.capacityproject.org" 0 27 (auto-composed t))
                      nil]
                     ("uname" "Linux 2.6.22-14-386") ("/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")
                     ("test" "test") ("file-exists" "test -e")
                     ("stat" "\\stat") ("id" "/usr/bin/id") ("gid-integer" 0)
                     ("uid-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))
                    (["ssh" nil "hrisdev.capacityproject.org" nil]
                     ("uname" "Linux 2.6.22-14-386") ("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" 1004) ("ls" "/bin/ls") ("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))
                    (["rsync" "mah" "hrisdev.capacityproject.org" nil]
                     ("uname" "Linux 2.6.22-14-386") ("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/mah")
                     ("ls" "/bin/ls") ("file-exists" "test -e")
                     ("stat" "\\stat") ("id" "/usr/bin/id")
                     ("gid-integer" 1004) ("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)
                     ("uid-integer" 1004))
                    (["scp" "mah" "hrisdev.capacityproject.org" nil]
                     ("uname" "Linux 2.6.22-14-386") ("/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") ("stat" "\\stat")
                     ("id" "/usr/bin/id") ("gid-integer" 1004)
                     ("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)
                     ("test" "test") ("ls" "/bin/ls")
                     ("file-exists" "test -e") ("uid-integer" 1004))
                    (["sudo" "root" "nospam.nichework.com" nil]
                     ("uname" "Linux 2.6.19-4-generic-amd64") ("test" "test")
                     ("/bin" t) ("/usr/bin" t) ("/usr/sbin" t)
                     ("/usr/local/bin" t) ("/local/bin" nil)
                     ("/local/freeware/bin" nil) ("/local/gnu/bin" nil)
                     ("/usr/freeware/bin" nil) ("/usr/pkg/bin" nil)
                     ("/usr/contrib/bin" nil)
                     ("remote-path"
                      ("/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin"))
                     ("remote-shell" "/bin/sh") ("file-exists" "test -e")
                     ("stat" "\\stat") ("id" "/usr/bin/id") ("gid-integer" 0)
                     ("ls" "/bin/ls") ("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)
                     ("uid-integer" 0) ("~root" "/root"))
                    (["sudo" "root" "hrhresourcecenter.org" nil]
                     ("uname" "Linux 2.6.17-1.2142_FC4smp") ("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") ("~root" "/root")
                     ("ls" "/bin/ls") ("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)
                     ("uid-integer" 0))
                    (["scp" "mah" "hrhresourcecenter.org" nil]
                     ("uname" "Linux 2.6.17-1.2142_FC4smp") ("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/mah")
                     ("ls" "/bin/ls") ("file-exists" "test -e")
                     ("stat" "\\stat") ("id" "/usr/bin/id")
                     ("gid-integer" 514) ("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))
                    (["scp" nil "hrhresourcecenter.org" nil]
                     ("uname" "Linux 2.6.17-1.2142_FC4smp") ("/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") ("stat" "\\stat")
                     ("id" "/usr/bin/id") ("gid-integer" 514) ("test" "test")
                     ("file-exists" "test -e") ("ls" "/bin/ls")
                     ("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)
                     ("uid-integer" 514) ("~" "/home/mah"))
                    (["ftp" "intrah" "192.168.1.55" nil] ("started" t))
                    (["scp" nil "hrinfo.intrahealth.org" nil]
                     ("uname" "Linux 2.6.15-28-386") ("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/mah")
                     ("ls" "/bin/ls") ("file-exists" "test -e")
                     ("stat" "\\stat") ("id" "/usr/bin/id")
                     ("gid-integer" 100) ("uid-integer" 1004)
                     ("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" nil "open.intrahealth.org" nil]
                     ("uname" "Linux 2.6.15-29-386") ("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/mah")
                     ("ls" "/bin/ls") ("file-exists" "test -e")
                     ("stat" "\\stat") ("id" "/usr/bin/id")
                     ("gid-integer" 112) ("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)
                     ("uid-integer" 1001))
                    ([#("ssh" 0 1 (auto-composed t) 1 2 (auto-composed t) 2 3
                        (auto-composed t))
                      nil
                      #("209.155.84.124" 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) 9 10
                        (auto-composed t) 10 11 (auto-composed t) 11 12
                        (auto-composed t) 12 13 (auto-composed t) 13 14
                        (auto-composed t))
                      nil]
                     ("uname" "Linux 2.6.24-19-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") ("~" "/home/mah")
                     ("stat" "\\stat") ("id" "/usr/bin/id")
                     ("gid-integer" 1001) ("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)
                     ("uid-integer" 1001))
                    (["ssh" nil "207.59.3.75" nil]
                     ("uname" "Linux 2.6.22-14-386") ("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/mah")
                     ("file-exists" "test -e"))
                    (["ssh" nil "209.155.84.118" nil]
                     ("uname" "Linux 2.6.15-29-386") ("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/mah")
                     ("file-exists" "test -e"))
                    ([#("scp" 0 1 (auto-composed t) 1 2 (auto-composed t) 2 3
                        (auto-composed t))
                      nil #("209.155.84.124" 0 14 (auto-composed t)) nil]
                     ("uname" "Linux 2.6.24-19-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" 1001)
                     ("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)
                     ("uid-integer" 1001) ("~" "/home/mah"))
                    (["scp" nil "209.155.84.118" nil]
                     ("uname" "Linux 2.6.15-29-386") ("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/mah")
                     ("file-exists" "test -e"))
                    ([#("sudo" 0 1 (auto-composed t) 1 2 (auto-composed t) 2 3
                        (auto-composed t) 3 4 (auto-composed t))
                      #("root" 0 1 (auto-composed t) 1 2 (auto-composed t) 2 3
                        (auto-composed t) 3 4 (auto-composed t))
                      #("209.155.84.124" 0 14 (auto-composed t)) nil]
                     ("uname" "Linux 2.6.24-19-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) ("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)
                     ("uid-integer" 0))
                    (["scp" nil "ontime-newprod" nil]
                     ("uname" "Linux 2.6.9-67.0.7.ELsmp") ("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/mah")
                     ("ls" "/bin/ls") ("file-exists" "test -e")
                     ("stat" "\\stat") ("id" "/usr/bin/id")
                     ("gid-integer" 10002) ("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))
                    ([#("sudo" 0 1 (auto-composed t) 1 2 (auto-composed t) 2 3
                        (auto-composed t) 3 4 (auto-composed t))
                      "root" #("ontime-newprod" 0 14 (auto-composed t)) nil]
                     ("uname" "Linux 2.6.9-67.0.7.ELsmp") ("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)
                     ("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))
                    (["scp" nil "hulk" nil] ("uname" "Linux 2.6.22-15-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/mah")
                     ("ls" "/bin/ls") ("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)
                     ("uid-integer" 1000))
                    (["sudo" "root" "open.intrahealth.org" nil]
                     ("uname" "Linux 2.6.15-29-386") ("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") ("~root" "/root")
                     ("ls" "/bin/ls") ("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)
                     ("uid-integer" 0))
                    (["sudo" "root" "capacityproject.org" nil]
                     ("uname" "Linux 2.6.17-1.2142_FC4smp") ("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") ("~root" "/root")
                     ("ls" "/bin/ls") ("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)
                     ("uid-integer" 0))
                    (["scp" nil "superman.everybody.org" nil]
                     ("uname" "Linux 2.6.18-4-686") ("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))
                    (["sudo" "root" "207.158.37.24" nil]
                     ("uname" "Linux 2.6.24-19-xen") ("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") ("~root" "/root")
                     ("ls" "/bin/ls") ("file-exists" "test -e")
                     ("stat" "\\stat") ("id" "/usr/bin/id") ("gid-integer" 0)
                     ("uid-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))
                    (["sudo" "root" "192.168.77.114" nil]
                     ("uname" "Linux 2.6.24-19-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"))
                    (["scp" "mah" "superman.everybody.org" nil]
                     ("uname" "Linux 2.6.18-6-686") ("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")
                     ("~" "/virtual/everybody.org/user/mah")
                     ("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)
                     ("uid-integer" 1000))
                    (["scp" nil "192.168.12.114" nil]
                     ("uname" "Linux 2.6.24-19-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") ("~" "/home/mah")
                     ("ls" "/bin/ls") ("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)
                     ("uid-integer" 1000))
                    (["rsync" "mah" "superman.everybody.org" nil]
                     ("uname" "Linux 2.6.18-6-686") ("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")
                     ("~" "/virtual/everybody.org/user/mah")
                     ("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)
                     ("ls" "/bin/ls") ("uid-integer" 1000))
                    (["scp" nil "192.168.12.131" nil]
                     ("uname" "Linux 2.6.24-16-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") ("~" "/home/mah")
                     ("ls" "/bin/ls") ("file-exists" "test -e")
                     ("stat" "\\stat") ("id" "/usr/bin/id")
                     ("gid-integer" 1000) ("uid-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))
                    (["scp" "mah" "capacityproject.org" nil]
                     ("uname" "Linux 2.6.17-1.2142_FC4smp") ("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/mah")
                     ("ls" "/bin/ls") ("file-exists" "test -e")
                     ("stat" "\\stat") ("id" "/usr/bin/id")
                     ("gid-integer" 514) ("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))
                    (["sudo" "root" "192.168.12.50" nil]
                     ("uname" "Linux 2.6.24-19-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)
                     ("ls" "/bin/ls") ("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)
                     ("uid-integer" 0))
                    (["sudo" "root" "localhost" nil]
                     ("uname" "Linux 2.6.24-21-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") ("~root" "/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))
                    (["rsync" nil "192.168.12.50" nil]
                     ("uname" "Linux 2.6.24-19-server") ("/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") ("test" "test")
                     ("file-exists" "test -e") ("stat" "\\stat")
                     ("id" "/usr/bin/id") ("gid-integer" 1000)
                     ("ls" "/bin/ls"))
                    (["ssh" nil "192.168.12.50" nil]
                     ("uname" "Linux 2.6.24-19-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) ("ls" "/bin/ls")
                     ("uid-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))
                    (["scp" nil "192.168.12.50" nil]
                     ("uname" "Linux 2.6.24-19-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)
                     ("uid-integer" 1000) ("ls" "/bin/ls"))
                    (["scp" nil "capacityproject.org" nil]
                     ("uname" "Linux 2.6.17-1.2142_FC4smp") ("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/mah")
                     ("ls" "/bin/ls") ("file-exists" "test -e")
                     ("stat" "\\stat") ("id" "/usr/bin/id")
                     ("gid-integer" 514) ("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)
                     ("uid-integer" 514))
                    (["ssh" nil "capacityproject.org" nil]
                     ("uname" "Linux 2.6.17-1.2142_FC4smp") ("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" 514)
                     ("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)
                     ("uid-integer" 514) ("~" "/home/mah"))
                    (["sudo" "root" "superman.everybody.org" nil]
                     ("uname" "Linux 2.6.18-6-686") ("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) ("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" nil #("ontime-newprod" 0 14 (auto-composed t)) nil]
                     ("uname" "Linux 2.6.9-67.0.7.ELsmp") ("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" 10002)
                     ("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)
                     ("uid-integer" 10002))
                    (["scp" nil "test.capacityproject.org" nil]
                     ("uname" "Linux 2.6.24-21-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") ("~" "/home/mah")
                     ("ls" "/bin/ls") ("file-exists" "test -e")
                     ("stat" "\\stat") ("id" "/usr/bin/id")
                     ("gid-integer" 1001) ("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)
                     ("uid-integer" 1001))
                    (["scp" nil "192.168.12.142" nil]
                     ("uname" "Linux 2.6.24-21-virtual") ("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") ("stat" "\\stat")
                     ("id" "/usr/bin/id") ("gid-integer" 1001)
                     ("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)
                     ("file-exists" "test -e") ("uid-integer" 1001)
                     ("ls" "/bin/ls") ("~" "/home/mah"))
                    (["sudo" "root" "192.168.12.142" nil]
                     ("uname" "Linux 2.6.24-21-virtual") ("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") ("~root" "/root")
                     ("ls" "/bin/ls") ("file-exists" "test -e")
                     ("stat" "\\stat") ("id" "/usr/bin/id") ("gid-integer" 0)
                     ("uid-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))
                    (["scp" nil "207.158.37.27" nil]
                     ("uname" "Linux 2.6.24-19-xen") ("/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") ("stat" "\\stat")
                     ("id" "/usr/bin/id") ("gid-integer" 1000) ("test" "test")
                     ("file-exists" "test -e") ("uid-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)
                     ("~" "/home/mah") ("ls" "/bin/ls"))
                    (["scp" nil "affiliate.nichework.com" nil]
                     ("uname" "Linux 2.6.24-22-xen") ("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/mah")
                     ("ls" "/bin/ls"))
                    (["scp" nil "192.168.12.107" ""] nil)
                    ("#<process *tramp/scp 192.168.12.107*>"
                     ("temp-file" "/tmp/tramp.28181ai8")
                     ("last-cmd-time" (18759 51395 520925)) ("chunksize" 0)
                     ("scripts"
                      ("tramp_perl_decode_with_module"
                       "tramp_perl_encode_with_module")
                      )
                     )
                    (["scp" nil "192.168.12.107" nil]
                     ("uname" "Linux 2.6.18-6-686") ("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/mah")
                     ("ls" "/bin/ls") ("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)
                     ("process-name" nil) ("process-buffer" nil))
                    (["scp" nil "192.168.12.107" "/bin"]
                     ("file-directory-p" t))
                    (["scp" nil "192.168.12.107" "/usr/bin"]
                     ("file-directory-p" t))
                    (["scp" nil "192.168.12.107" "/usr/sbin"]
                     ("file-directory-p" t))
                    (["scp" nil "192.168.12.107" "/usr/local/bin"]
                     ("file-directory-p" t))
                    (["scp" nil "192.168.12.107" "/local/bin"]
                     ("file-directory-p" nil))
                    (["scp" nil "192.168.12.107" "/local/freeware/bin"]
                     ("file-directory-p" nil))
                    (["scp" nil "192.168.12.107" "/local/gnu/bin"]
                     ("file-directory-p" nil))
                    (["scp" nil "192.168.12.107" "/usr/freeware/bin"]
                     ("file-directory-p" nil))
                    (["scp" nil "192.168.12.107" "/usr/pkg/bin"]
                     ("file-directory-p" nil))
                    (["scp" nil "192.168.12.107" "/usr/contrib/bin"]
                     ("file-directory-p" nil))
                    (["scp" nil "192.168.12.107" "/home/mah"]
                     ("last-completion" (18759 51354 379380))
                     ("file-name-all-completions"
                      ("./" "../" ".aptitude/" ".bash_history" ".bash_logout"
                       ".bash_profile" ".bashrc" ".bzr.log" ".lesshst"
                       ".screenrc" ".ssh/" ".subversion/" ".tramp_history"
                       ".w3m/" "openmrs/")
                      )
                     )
                    (["scp" nil "192.168.12.107" "/"]
                     ("last-completion" (18759 51354 631144))
                     ("file-name-all-completions"
                      ("./" "../" "bin/" "boot/" "cdrom/" "dev/" "etc/"
                       "home/" "initrd/" "initrd.img" "initrd.img.old" "lib/"
                       "lost+found/" "media/" "mnt/" "opt/" "proc/" "root/"
                       "sbin/" "srv/" "sys/" "tmp/" "usr/" "var/" "vmlinuz"
                       "vmlinuz.old")
                      )
                     )
                    (["scp" nil "192.168.12.107" "/var"]
                     ("last-completion" (18759 51356 28661))
                     ("file-name-all-completions"
                      ("./" "../" "backups/" "cache/" "lib/" "local/" "lock/"
                       "log/" "mail/" "opt/" "run/" "spool/" "tmp/" "www/")
                      )
                     ("file-exists-p" t)
                     ("file-attributes-integer"
                      (t 14 0 0 (18759 51356) (18758 50964) (18758 50964) 4096
                       "drwxr-xr-x" t (2 . 14945) (-1 . 0))
                      )
                     )
                    (["scp" nil "192.168.12.107" "/var/www"]
                     ("last-completion" (18759 51356 992505))
                     ("file-name-all-completions"
                      ("./" "../" "apache2-default/" "rwanda-pilot/"))
                     ("file-exists-p" t)
                     ("file-attributes-integer"
                      (t 4 0 0 (18759 51357) (18758 52019) (18758 52019) 4096
                       "drwxr-xr-x" t (2 . 48064) (-1 . 0))
                      )
                     )
                    (["scp" nil "192.168.12.107" "/var/www/rwanda-pilot"]
                     ("last-completion" (18759 51358 725392))
                     ("file-name-all-completions"
                      ("./" "../" ".bzr/" ".bzrignore" "Makefile" "README.txt"
                       "bin/" "control/" "data/" "inc/" "lib/" "locale/"
                       "public_html/")
                      )
                     ("file-exists-p" t)
                     ("file-attributes-integer"
                      (t 10 1000 1000 (18759 51358) (18759 50214)
                       (18759 50214) 4096 "drwxr-xr-x" nil (2 . 48360)
                       (-1 . 0))
                      )
                     )
                    (["scp" nil "192.168.12.107"
                      "/var/www/rwanda-pilot/data/lmi-concepts.csv"]
                     ("file-directory-p" nil) ("file-exists-p" t)
                     ("file-attributes-integer"
                      (nil 1 1000 1000 (18759 51365) (18759 50895)
                       (18759 50895) 843 "-rw-r--r--" nil (0 . 50312) (-1 . 0))
                      )
                     ("file-truename"
                      
"/scp:192.168.12.107:/var/www/rwanda-pilot/data/lmi-concepts.csv")
                     ("file-writable-p" t))
                    (["scp" nil "192.168.12.107"
                      
"/var/www/rwanda-pilot/data/#_ascp_b192.168.12.107_b_avar_awww_arwanda-pilot_adata_almi-concepts.csv#"]
                     ("file-exists-p" nil))
                    (["scp" nil "192.168.12.107"
                      "/var/www/rwanda-pilot/data/RCS/lmi-concepts.csv,v"]
                     ("file-exists-p" nil))
                    (["scp" nil "192.168.12.107"
                      "/var/www/rwanda-pilot/data/lmi-concepts.csv,v"]
                     ("file-exists-p" nil))
                    (["scp" nil "192.168.12.107"
                      "/var/www/rwanda-pilot/data/RCS/lmi-concepts.csv"]
                     ("file-exists-p" nil))
                    (["scp" nil "192.168.12.107"
                      "/var/www/rwanda-pilot/data/CVS/Entries"]
                     ("file-readable-p" nil))
                    (["scp" nil "192.168.12.107"
                      "/var/www/rwanda-pilot/data/.svn/entries"]
                     ("file-readable-p" nil))
                    (["scp" nil "192.168.12.107"
                      "/var/www/rwanda-pilot/data/SCCS/s.lmi-concepts.csv"]
                     ("file-exists-p" nil))
                    (["scp" nil "192.168.12.107"
                      "/var/www/rwanda-pilot/data/s.lmi-concepts.csv"]
                     ("file-exists-p" nil))
                    (["scp" nil "192.168.12.107"
                      
"/var/www/rwanda-pilot/data/lmi-concepts.csv/.bzr/checkout/format"]
                     ("file-exists-p" nil))
                    (["scp" nil "192.168.12.107"
                      "/var/www/rwanda-pilot/data/.bzr/checkout/format"]
                     ("file-exists-p" nil))
                    (["scp" nil "192.168.12.107"
                      "/var/www/rwanda-pilot/.bzr/checkout/format"]
                     ("file-exists-p" t))
                    (["scp" nil "192.168.12.107"
                      "/var/www/rwanda-pilot/.bzr/checkout/dirstate"]
                     ("file-readable-p" t) ("file-exists-p" t)
                     ("file-attributes-integer"
                      (nil 1 1000 1000 (18759 50733) (18759 50214)
                       (18759 50214) 23352 "-rw-r--r--" nil (2 . 48575)
                       (-1 . 0))
                      )
                     )
                    )
 shell-prompt-pattern "^[^#$%>\n]*[#$%>] *"
 backup-by-copying nil
 backup-by-copying-when-linked nil
 backup-by-copying-when-mismatch nil
 backup-by-copying-when-privileged-mismatch 200
 password-cache t
 password-cache-expiry 16
 backup-directory-alist nil
 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-completion-file-name-handler)
                           ("\\`/[^/:]+:" . tramp-file-name-handler)
                           ("\\.gpg\\(~\\|\\.~[0-9]+~\\)?\\'" .
                            epa-file-handler)
                           ("\\`/:" . file-name-non-special))
 )

(setq
 buffer-name "*tramp/scp 192.168.12.107*"
 )

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.

Attachment: txtgAyBfnZvO_.txt
Description: *tramp/scp 192.168.12.107*

Attachment: txte6ZhPekNXC.txt
Description: *debug tramp/scp 192.168.12.107*


reply via email to

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