tramp-devel
[Top][All Lists]
Advanced

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

tramp (2.1.11-pre); copy-file of /ssh: to /smb: does not work


From: David Kastrup
Subject: tramp (2.1.11-pre); copy-file of /ssh: to /smb: does not work
Date: Wed, 19 Sep 2007 12:41:40 +0200


Enter your bug report in this message, including as much detail
as you possibly can about the problem, what you did to cause it
and what the local and remote machines are.

If you can give a simple set of instructions to make this bug
happen reliably, please include those.  Thank you for helping
kill bugs in TRAMP.

Another useful thing to do is to put

  (setq tramp-verbose 8)

in the ~/.emacs file and to repeat the bug.  Then, include the
contents of the *tramp/foo* buffer and the *debug tramp/foo*
buffer in your bug report.

--bug report follows this line--

Executing

(copy-file "/scp:dwight:/opt/installer/brilliant-update-20070919.cmd" 
"/smb:address@hidden:dkastrup/brilliant-update-20070919.cmd" 1 nil)

just gives

Transferring /scp:dwight:/opt/installer/brilliant-update-20070919.cmd to 
/tmp/tramp.7358seg.cmd...
Tramp: Waiting for prompts from remote shell
Tramp: Process has finished.
Transferring /scp:dwight:/opt/installer/brilliant-update-20070919.cmd to 
/tmp/tramp.7358seg.cmd...done

and tramp does not appear to bother further copying the temporary file
to its final destination.

Emacs  : GNU Emacs 23.0.50.1 (i686-pc-linux-gnu, GTK+ Version 2.10.11)
 of 2007-09-17 on lisa
Package: tramp (2.1.11-pre)

current state:
==============
(setq
 tramp-current-method "ssh"
 tramp-current-user nil
 tramp-current-host "dwight"
 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 "lola.quinscape.zz"
 tramp-default-proxies-alist nil
 tramp-default-user nil
 tramp-default-user-alist '(("socks" nil "dak") ("tunnel" nil "dak") ("fish" 
nil "dak") ("smb" nil "") ("\\`su\\(do\\)?\\'" nil "root")
                            ("\\`r\\(em\\)?\\(cp\\|sh\\)\\|telnet\\|plink1?\\'" 
nil "dak"))
 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") ("-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") ("-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") ("-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") ("-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") ("-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") ("-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" "-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") ("-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") ("-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") ("-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 (("-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 (("-psftp") 
("-p" "%k"))) (tramp-copy-keep-date t) (tramp-password-end-of-line "xy"))
                 ("fcp" (tramp-login-program "fsh") (tramp-login-args (("%h") 
("-l" "%u") ("sh" "-i"))) (tramp-remote-sh "/bin/sh -i")
                  (tramp-copy-program "fcp") (tramp-copy-args (("-p" "%k"))) 
(tramp-copy-keep-date t) (tramp-password-end-of-line nil))
                 )
 tramp-end-of-output "///79fa4efb87a7f4f6e96a44612f0562cd"
 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" "dkastrup" "dwight" nil] ("uname" "Linux 
2.6.15-28-386") ("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")
                     ("ls" "/bin/ls") ("stat" "\\stat") ("id" "/usr/bin/id") 
("gid-integer" 1007) ("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" "dkastrup" "dwight" nil] ("uname" "Linux 
2.6.15-28-386") ("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"))
                    (["scp" nil "dwight" nil] ("uname" "Linux 2.6.15-28-386") 
("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") 
("started" nil)
                     ("stat" "\\stat") ("id" "/usr/bin/id") ("gid-integer" 
1007) ("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/dkastrup") ("remote-path" ("/bin" "/usr/bin" 
"/usr/sbin" "/usr/local/bin")) ("uid-integer" 1007) ("process-name" nil)
                     ("process-buffer" nil))
                    (["ssh" nil "dwight" nil] ("uname" "Linux 2.6.15-28-386") 
("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" 1007) ("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) ("started" nil)
                     ("remote-path" ("/bin" "/usr/bin" "/usr/sbin" 
"/usr/local/bin")) ("~" "/home/dkastrup") ("uid-integer" 1007))
                    (["ssh" "docscape" "dwight" nil] ("uname" "Linux 
2.6.15-28-386") ("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" 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" "docscape" "dwight" nil] ("uname" "Linux 
2.6.15-28-386") ("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))
                    (["smb" "dkastrup" "quantitas" nil]
                     ("share-cache"
                      (("dkastrup" "dr-xr-xr-x" 0 (0 0)) ("Admin" "dr-xr-xr-x" 
0 (0 0)) ("Backup$" "dr-xr-xr-x" 0 (0 0)) ("Backup" "dr-xr-xr-x" 0 (0 0))
                       ("Geschäftsleitung" "dr-xr-xr-x" 0 (0 0)) ("QuinScape" 
"dr-xr-xr-x" 0 (0 0)) ("DocScape" "dr-xr-xr-x" 0 (0 0))
                       ("Intrexx" "dr-xr-xr-x" 0 (0 0)) ("Projekte" 
"dr-xr-xr-x" 0 (0 0)) ("Software" "dr-xr-xr-x" 0 (0 0)))
                      )
                     ("started" nil))
                    (["scp" nil "sshdwight" nil] ("started" nil)) (["scp" nil 
"ssdwight" nil] ("started" nil)) (["scp" nil "sdwight" nil] ("started" nil))
                    (["scp" nil "ssh" nil] ("started" nil))
                    (["sudo" "root" "lola.quinscape.zz" nil] ("started" 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" 0) ("local-encoding" base64-encode-region)
                     ("local-decoding" base64-decode-region) ("remote-encoding" 
"recode data..base64") ("remote-decoding" "recode base64..data")
                     ("uid-integer" 0))
                    (["scp" nil "dwight" "/opt/installer"] ("file-exists-p" t)
                     ("file-attributes-integer" (t 3 1000 1000 (18158 39223) 
(18158 38994) (18158 38994) 4096 "drwxrwsr-x" t (180 51548) (-1 0)))
                     ("file-name-all-completions"
                      ("./" "../" "akspiele-update-20070810.cmd" 
"akspiele-update-20070813-2.cmd" "akspiele-update-20070813.cmd" 
"akspiele-update-20070827.cmd"
                       "akspiele-update-20070827.cmd~" 
"akspiele-update-20070905.cmd" "akspiele-update-20070915.cmd" 
"akspiele-update-20070917.cmd"
                       "brilliant-update-20070822.cmd" 
"brilliant-update-20070822.cmd~" "brilliant-update-20070823.cmd" 
"brilliant-update-20070829.cmd"
                       "brilliant-update-20070904.cmd" 
"brilliant-update-20070905.cmd" "brilliant-update-20070911.cmd" 
"brilliant-update-20070912.cmd"
                       "build-updater.sh" ".cmd" ".git/" ".htpasswd.5647" 
".htpasswd.5660" "installmanager.sh" "installmanager.sh~" "README" "README~"
                       "texput.log")
                      )
                     ("file-directory-p" t) ("file-executable-p" t) 
("file-writable-p" t))
                    (["scp" nil "dwight" ""] nil)
                    (["scp" nil "dwight" "/opt/installer/installmanager.sh"] 
("file-exists-p" t)
                     ("file-attributes-integer" (nil 1 1007 1007 (18158 41515) 
(18160 57555) (18160 57555) 7298 "-rwxrwxr-x" nil (177 49153) (-1 0))))
                    (["scp" nil "dwight" "/opt/installer/.dired"] 
("file-exists-p" nil))
                    (["scp" nil "dwight" "/smb:address@hidden:dkastrup"] 
("file-directory-p" nil) ("file-exists-p" nil))
                    (["scp" nil "dwight" "/opt"] ("file-exists-p" t)
                     ("file-attributes-integer" (t 21 0 112 (18158 4776) (18107 
409) (18107 409) 4096 "drwxrwxr-x" t (180 49153) (-1 0))))
                    (["scp" nil "dwight" 
"/opt/installer/brilliant-update-20070822.cmd"] ("file-exists-p" t))
                    (["scp" nil "dwight" "/opt/installer/.git"] 
("file-exists-p" t)
                     ("file-attributes-integer" (t 9 1000 1000 (18158 42521) 
(18158 41534) (18158 41534) 4096 "drwxrwsr-x" t (180 51549) (-1 0))))
                    (["scp" nil "dwight" 
"/opt/installer/RCS/installmanager.sh,v"] ("file-exists-p" nil))
                    (["scp" nil "dwight" "/opt/installer/installmanager.sh,v"] 
("file-exists-p" nil))
                    (["scp" nil "dwight" 
"/opt/installer/RCS/installmanager.sh"] ("file-exists-p" nil))
                    (["scp" nil "dwight" "/opt/installer/CVS/Entries"] 
("file-readable-p" nil))
                    (["scp" nil "dwight" "/opt/installer/.svn/entries"] 
("file-readable-p" nil))
                    (["scp" nil "dwight" 
"/opt/installer/SCCS/s.installmanager.sh"] ("file-exists-p" nil))
                    (["scp" nil "dwight" "/opt/installer/s.installmanager.sh"] 
("file-exists-p" nil))
                    (["scp" nil "dwight" "/opt/installer/.bzr/checkout/format"] 
("file-exists-p" nil))
                    (["scp" nil "dwight" "/opt/installer/.hg"] ("file-exists-p" 
nil))
                    (["scp" nil "dwight" 
"/opt/installer/{arch}/=tagging-method"] ("file-exists-p" nil))
                    (["scp" nil "dwight" "/opt/installer/MCVS/CVS"] 
("file-exists-p" nil))
                    (["scp" nil "dwight" 
"/opt/installer/brilliant-update-20070912.cmd"] ("file-exists-p" t)
                     ("file-attributes-integer" (nil 1 1007 1000 (18158 38994) 
(18158 38994) (18158 38994) 10243505 "-rwxrwxr-x" t (177 49170) (-1 0))))
                    ("#<process *tramp/smb address@hidden>" ("smb-share" 
"dkastrup") ("chunksize" nil) ("last-cmd-time" (18160 64468 74296)))
                    (["scp" nil "dwight" "/opt/installer/.git/.dired"] 
("file-exists-p" nil))
                    ("#<process *tramp/scp dwight*>" ("last-cmd-time" (18160 
64456 956037)) ("chunksize" 0)
                     ("scripts"
                      ("tramp_perl_encode_with_module" 
"tramp_perl_encode_with_module" "tramp_perl_decode_with_module" 
"tramp_perl_decode_with_module"
                       "tramp_perl_decode_with_module" 
"tramp_perl_encode_with_module" "tramp_perl_decode_with_module" 
"tramp_perl_decode_with_module"
                       "tramp_perl_decode_with_module" 
"tramp_perl_decode_with_module" "tramp_perl_decode_with_module" 
"tramp_perl_decode_with_module"
                       "tramp_perl_decode_with_module" 
"tramp_perl_decode_with_module" "tramp_perl_decode_with_module" 
"tramp_perl_decode_with_module"
                       "tramp_perl_encode_with_module" 
"tramp_perl_decode_with_module")
                      )
                     )
                    (["scp" nil "dwight" "/opt/installer/build-updater.sh"] 
("file-exists-p" t)
                     ("file-attributes-integer" (nil 1 1007 1007 (18160 59360) 
(18160 59514) (18160 59514) 8917 "-rwxrwxr-x" nil (177 49185) (-1 0))))
                    (["scp" nil "dwight" "/opt/installer/installmanager.sh~"] 
("file-exists-p" t))
                    (["scp" nil "dwight" 
"/opt/installer/RCS/build-updater.sh,v"] ("file-exists-p" nil))
                    (["scp" nil "dwight" "/opt/installer/build-updater.sh,v"] 
("file-exists-p" nil))
                    (["scp" nil "dwight" "/opt/installer/RCS/build-updater.sh"] 
("file-exists-p" nil))
                    (["scp" nil "dwight" 
"/opt/installer/SCCS/s.build-updater.sh"] ("file-exists-p" nil))
                    (["scp" nil "dwight" "/opt/installer/s.build-updater.sh"] 
("file-exists-p" nil))
                    (["scp" nil "dwight" "/home/dkastrup/src"]
                     ("file-name-all-completions" ("./" "../" "akspiele/" 
"beispiel/" "brilliant/" "brilliant-trunk/" "dsp/" "git/" "moeller/" 
"updater/"))
                     ("file-exists-p" t)
                     ("file-attributes-integer" (t 10 1007 1007 (18160 59753) 
(18112 31665) (18112 31665) 4096 "drwxr-xr-x" nil (385 52904) (-1 0))))
                    (["scp" nil "dwight" "/home/dkastrup/src/brilliant"] 
("file-exists-p" t)
                     ("file-name-all-completions"
                      ("./" "../" "bilder/" "bin/" "brilliant-win32-intern.zip" 
"build-brilliant.xml" "build.sh" "daten/" "dsp/" "dsp-install.cmd" "dsp.license"
                       ".git/" "konfiguration" "layouts/" "musterseiten/" 
"notizen_brilliant.txt" ".project" "schriften_ttf/" "src/" "target/" "texmf/"
                       "tomcat/")
                      )
                     ("file-attributes-integer" (t 14 1007 1007 (18160 59755) 
(18133 9268) (18133 9268) 4096 "drwxr-xr-x" nil (453 17138) (-1 0)))
                     ("file-directory-p" t) ("file-executable-p" t))
                    (["scp" nil "dwight" "/home/dkastrup/src/brilliant-trunk"] 
("file-exists-p" t))
                    (["scp" nil "dwight" "/home/dkastrup/src/brilliant/bilder"] 
("file-exists-p" t))
                    (["scp" nil "dwight" 
"/home/dkastrup/src/brilliant/build-brilliant.xml"] ("file-exists-p" t))
                    (["scp" nil "dwight" 
"/home/dkastrup/src/brilliant/build.sh"] ("file-exists-p" t))
                    (["scp" nil "dwight" "/home/dkastrup/src/brilliant/build"] 
("file-exists-p" nil))
                    (["scp" nil "dwight" 
"/home/dkastrup/src/brilliant/dsp-install.cmd"] ("file-exists-p" t) 
("file-directory-p" nil)
                     ("file-attributes-integer" (nil 1 1007 1007 (18079 46554) 
(18079 46554) (18079 46554) 2105 "-rwxr-xr-x" nil (453 20219) (-1 0)))
                     ("file-truename" 
"/scp:dwight:/home/dkastrup/src/brilliant/dsp-install.cmd") ("file-writable-p" 
t))
                    (["scp" nil "dwight" "/home"] ("file-exists-p" t)
                     ("file-attributes-integer" (t 15 0 0 (18160 46473) (18112 
14598) (18112 14598) 4096 "drwxr-xr-x" t (0 2) (-1 0))))
                    (["scp" nil "dwight" "/home/dkastrup"] ("file-exists-p" t)
                     ("file-attributes-integer" (t 17 1007 1007 (18160 46525) 
(18150 27062) (18150 27062) 4096 "drwxr-xr-x" nil (243 33326) (-1 0))))
                    (["scp" nil "dwight" 
"/home/dkastrup/src/brilliant/#_ascp_bdwight_b_ahome_adkastrup_asrc_abrilliant_adsp-install.cmd#"]
                     ("file-exists-p" nil))
                    (["scp" nil "dwight" "/home/dkastrup/src/brilliant/.git"] 
("file-exists-p" t))
                    (["scp" nil "dwight" 
"/home/dkastrup/src/brilliant/RCS/dsp-install.cmd,v"] ("file-exists-p" nil))
                    (["scp" nil "dwight" 
"/home/dkastrup/src/brilliant/dsp-install.cmd,v"] ("file-exists-p" nil))
                    (["scp" nil "dwight" 
"/home/dkastrup/src/brilliant/RCS/dsp-install.cmd"] ("file-exists-p" nil))
                    (["scp" nil "dwight" 
"/home/dkastrup/src/brilliant/CVS/Entries"] ("file-readable-p" nil))
                    (["scp" nil "dwight" 
"/home/dkastrup/src/brilliant/.svn/entries"] ("file-readable-p" nil))
                    (["scp" nil "dwight" 
"/home/dkastrup/src/brilliant/SCCS/s.dsp-install.cmd"] ("file-exists-p" nil))
                    (["scp" nil "dwight" 
"/home/dkastrup/src/brilliant/s.dsp-install.cmd"] ("file-exists-p" nil))
                    (["scp" nil "dwight" 
"/home/dkastrup/src/brilliant/.bzr/checkout/format"] ("file-exists-p" nil))
                    (["scp" nil "dwight" 
"/home/dkastrup/src/.bzr/checkout/format"] ("file-exists-p" nil))
                    (["scp" nil "dwight" "/home/dkastrup/.bzr/checkout/format"] 
("file-exists-p" nil))
                    (["scp" nil "dwight" "/home/dkastrup/src/brilliant/.hg"] 
("file-exists-p" nil))
                    (["scp" nil "dwight" "/home/dkastrup/src/.hg"] 
("file-exists-p" nil)) (["scp" nil "dwight" "/home/dkastrup/.hg"] 
("file-exists-p" nil))
                    (["scp" nil "dwight" 
"/home/dkastrup/src/brilliant/{arch}/=tagging-method"] ("file-exists-p" nil))
                    (["scp" nil "dwight" 
"/home/dkastrup/src/{arch}/=tagging-method"] ("file-exists-p" nil))
                    (["scp" nil "dwight" 
"/home/dkastrup/{arch}/=tagging-method"] ("file-exists-p" nil))
                    (["scp" nil "dwight" 
"/home/dkastrup/src/brilliant/MCVS/CVS"] ("file-exists-p" nil))
                    (["scp" nil "dwight" "/home/dkastrup/src/MCVS/CVS"] 
("file-exists-p" nil))
                    (["scp" nil "dwight" "/home/dkastrup/MCVS/CVS"] 
("file-exists-p" nil))
                    (["scp" nil "dwight" 
"/opt/installer/brilliant-update-20070822.cmd~"] ("file-exists-p" t))
                    (["scp" nil "dwight" 
"/opt/installer/brilliant-update-20070823.cmd"] ("file-exists-p" t))
                    (["scp" nil "dwight" 
"/opt/installer/brilliant-update-20070829.cmd"] ("file-exists-p" t))
                    (["scp" nil "dwight" 
"/opt/installer/brilliant-update-20070904.cmd"] ("file-exists-p" t))
                    (["scp" nil "dwight" 
"/opt/installer/brilliant-update-20070905.cmd"] ("file-exists-p" t))
                    (["scp" nil "dwight" 
"/opt/installer/brilliant-update-20070911.cmd"] ("file-exists-p" t))
                    (["scp" nil "dwight" 
"/opt/installer/brilliant-update-20070"] ("file-exists-p" nil))
                    (["scp" nil "dwight" 
"/opt/installer/brilliant-update-2007082"] ("file-exists-p" nil))
                    (["scp" nil "dwight" 
"/opt/installer/brilliant-update-200709"] ("file-exists-p" nil))
                    (["scp" nil "dwight" 
"/opt/installer/brilliant-update-20070919.cmd"] ("file-exists-p" t)
                     ("file-attributes-integer" (nil 1 1007 1000 (18160 60938) 
(18160 60737) (18160 60737) 5216537 "-rw-r--r--" t (177 49191) (-1 0))))
                    (["scp" nil "dwight" 
"/opt/installer/RCS/brilliant-update-20070919.cmd,v"] ("file-exists-p" nil))
                    (["scp" nil "dwight" 
"/opt/installer/brilliant-update-20070919.cmd,v"] ("file-exists-p" nil))
                    (["scp" nil "dwight" 
"/opt/installer/RCS/brilliant-update-20070919.cmd"] ("file-exists-p" nil))
                    (["scp" nil "dwight" 
"/opt/installer/SCCS/s.brilliant-update-20070919.cmd"] ("file-exists-p" nil))
                    (["scp" nil "dwight" 
"/opt/installer/s.brilliant-update-20070919.cmd"] ("file-exists-p" nil))
                    (["ssh" nil "dwight" 
"/opt/installer/brilliant-update-20070919.cmd"] ("file-directory-p" nil) 
("file-exists-p" t)
                     ("file-attributes-integer" (nil 1 1007 1000 (18160 60266) 
(18160 60266) (18160 60266) 5215875 "-rwxrwxr-x" t (177 49186) (-1 2)))
                     ("file-truename" 
"/ssh:dwight:/opt/installer/brilliant-update-20070919.cmd") ("file-writable-p" 
t))
                    (["ssh" nil "dwight" ""] nil)
                    ("#<process *tramp/ssh dwight*>" ("last-cmd-time" (18160 
60531 848789)) ("chunksize" 0)
                     ("scripts" ("tramp_perl_decode_with_module" 
"tramp_perl_encode_with_module" "tramp_perl_encode_with_module")))
                    (["ssh" nil "dwight" "/opt"] ("file-exists-p" t)
                     ("file-attributes-integer" (t 21 0 112 (18160 46651) 
(18107 409) (18107 409) 4096 "drwxrwxr-x" t (180 49153) (-1 2))))
                    (["ssh" nil "dwight" "/opt/installer"] ("file-exists-p" t)
                     ("file-attributes-integer" (t 3 1000 1000 (18160 60197) 
(18160 60266) (18160 60266) 4096 "drwxrwsr-x" t (180 51548) (-1 2)))
                     ("file-directory-p" t) ("file-executable-p" t))
                    (["scp" nil "dwight" 
"/opt/installer/#_assh_bdwight_b_aopt_ainstaller_abrilliant-update-20070919.cmd#"]
 ("file-exists-p" t))
                    (["ssh" nil "dwight" "/opt/installer/.git"] 
("file-exists-p" t))
                    (["ssh" nil "dwight" 
"/opt/installer/RCS/brilliant-update-20070919.cmd,v"] ("file-exists-p" nil))
                    (["ssh" nil "dwight" 
"/opt/installer/brilliant-update-20070919.cmd,v"] ("file-exists-p" nil))
                    (["ssh" nil "dwight" 
"/opt/installer/RCS/brilliant-update-20070919.cmd"] ("file-exists-p" nil))
                    (["ssh" nil "dwight" "/opt/installer/CVS/Entries"] 
("file-readable-p" nil))
                    (["ssh" nil "dwight" "/opt/installer/.svn/entries"] 
("file-readable-p" nil))
                    (["ssh" nil "dwight" 
"/opt/installer/SCCS/s.brilliant-update-20070919.cmd"] ("file-exists-p" nil))
                    (["ssh" nil "dwight" 
"/opt/installer/s.brilliant-update-20070919.cmd"] ("file-exists-p" nil))
                    (["ssh" nil "dwight" "/opt/installer/.bzr/checkout/format"] 
("file-exists-p" nil))
                    (["ssh" nil "dwight" "/opt/installer/.hg"] ("file-exists-p" 
nil))
                    (["ssh" nil "dwight" 
"/opt/installer/{arch}/=tagging-method"] ("file-exists-p" nil))
                    (["ssh" nil "dwight" "/opt/installer/MCVS/CVS"] 
("file-exists-p" nil))
                    (["ssh" nil "dwight" 
"/home/dkastrup/src/brilliant-trunk/target"]
                     ("file-name-all-completions"
                      ("./" "../" "bin/" "cfg/" "doc/" "dsp.license" 
"dspstarter.desktop" "icons/" "lib/" "schema/" "texmf/" "third-party/" 
"tomcat/" "XSL/"))
                     ("file-exists-p" t))
                    (["ssh" nil "dwight" 
"/home/dkastrup/src/brilliant-trunk/target/insta"] ("file-exists-p" nil))
                    (["ssh" nil "dwight" "/home/dkastrup/src/brilliant-trunk"] 
("file-exists-p" t)
                     ("file-name-all-completions"
                      ("./" "../" "bilder/" "bin/" "brilliant-juli.zip" 
"brilliant-webapp/" "brilliant-win32-intern.zip" "build.bat" 
"build-brilliant.xml"
                       "build.sh" "daten/" "dsp/" "dsp-install.cmd" 
"dsp.license" "konfiguration" "layouts/" "musterseiten/" "nohup.out" 
"notizen_brilliant.txt"
                       ".project" "schriften_ttf/" ".settings/" "src/" ".svn/" 
"target/" "texmf/" "tomcat/")
                      )
                     ("file-attributes-integer" (t 16 1007 1007 (18160 60391) 
(18160 60187) (18160 60187) 4096 "drwxr-xr-x" nil (385 52905) (-1 2))))
                    (["ssh" nil "dwight" 
"/home/dkastrup/src/brilliant-trunk/target/bin"] ("file-exists-p" t))
                    (["ssh" nil "dwight" 
"/home/dkastrup/src/brilliant-trunk/dsp-install.cmd"] ("file-exists-p" t) 
("file-directory-p" nil)
                     ("file-attributes-integer" (nil 1 1007 1007 (18123 64052) 
(18123 63526) (18123 63526) 2345 "-rwxr-xr-x" nil (385 53013) (-1 2)))
                     ("file-truename" 
"/ssh:dwight:/home/dkastrup/src/brilliant-trunk/dsp-install.cmd"))
                    (["ssh" nil "dwight" "/home"] ("file-exists-p" t)
                     ("file-attributes-integer" (t 15 0 0 (18160 46473) (18112 
14598) (18112 14598) 4096 "drwxr-xr-x" t (0 2) (-1 2))))
                    (["ssh" nil "dwight" "/home/dkastrup"] ("file-exists-p" t)
                     ("file-attributes-integer" (t 17 1007 1007 (18160 46525) 
(18150 27062) (18150 27062) 4096 "drwxr-xr-x" nil (243 33326) (-1 2))))
                    (["ssh" nil "dwight" "/home/dkastrup/src"] ("file-exists-p" 
t)
                     ("file-attributes-integer" (t 10 1007 1007 (18160 60158) 
(18112 31665) (18112 31665) 4096 "drwxr-xr-x" nil (385 52904) (-1 2))))
                    )
 shell-prompt-pattern "^[^#$%>\n]*[#$%>] *"
 backup-by-copying nil
 backup-by-copying-when-linked nil
 backup-by-copying-when-mismatch nil
 backup-by-copying-when-privileged-mismatch 200
 backup-directory-alist nil
 file-name-handler-alist 
'(("\\.Z\\(~\\|\\.~[0-9]+~\\)?\\'\\|\\.bz2\\(~\\|\\.~[0-9]+~\\)?\\'\\|\\.tbz\\'\\|\\.\\(?:tgz\\|svgz\\)\\'\\|\\.g?z\\(~\\|\\.~[0-9]+~\\)?\\'\\|\\.dz\\'"
 . jka-compr-handler)
                           ("\\`/[^/:]+:" . tramp-file-name-handler) ("\\`/:" . 
file-name-non-special))
 )
-- 
David Kastrup

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

(setq
 buffer-name "*tramp/smb address@hidden"
 )

(setq
 buffer-name "*tramp/ssh dwight*"
 )

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: txtei4SKDSwOq.txt
Description: *tramp/scp dwight*

Attachment: txtdGzYQ0PGGl.txt
Description: *tramp/smb dkastrup@quantitas*

Attachment: txtrnnrHJ_fmD.txt
Description: *tramp/ssh dwight*


reply via email to

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