tramp-devel
[Top][All Lists]
Advanced

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

tramp (2.1.11-pre); tramp: re-connect causes timeout


From: Torsten Bronger
Subject: tramp (2.1.11-pre); tramp: re-connect causes timeout
Date: Fri, 21 Sep 2007 19:50:55 +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--

I typically open remote files with /scp:bob:~/temp/something, however, I get
time-outs after trying to reconnect after a certain period of having been idle.
The message is:

tramp-wait-for-regexp: [[Regexp `^///add87ce26aff305d9cc219cd5c69b2c1
?$' not found in 10 secs]]

Increasing the timeout time to 60s didn't help.  I have this problem since I
updated to CVS Emacs a couple of days ago.  I hadn't had this problem with my
old CVS Emacs from May 2007.


Emacs  : GNU Emacs 23.0.50.1 (i686-pc-linux-gnu)
 of 2007-09-15 on wilson
Package: tramp (2.1.11-pre)

current state:
==============
(setq
 tramp-current-method "scp"
 tramp-current-user nil
 tramp-current-host "bob"
 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 "wilson.homeunix.com"
 tramp-default-proxies-alist nil
 tramp-default-user nil
 tramp-default-user-alist '(("socks" nil "bronger") ("tunnel" nil "bronger") 
("fish" nil "bronger") ("smb" nil "")
                            ("\\`su\\(do\\)?\\'" nil "root")
                            ("\\`r\\(em\\)?\\(cp\\|sh\\)\\|telnet\\|plink1?\\'" 
nil "bronger"))
 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 "///add87ce26aff305d9cc219cd5c69b2c1"
 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 '(("." . "~/temp/"))
 tramp-cache-data '((["scp" nil "bob" nil] ("uname" "Linux 2.4.21-303-default") 
("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" 100) ("local-encoding" 
base64-encode-region) ("local-decoding" base64-decode-region)
                     ("remote-encoding" "mimencode -b") ("remote-decoding" 
"mimencode -u -b") ("gid-string" "users")
                     ("uid-integer" 500) ("~" "/home/bronger") ("process-name" 
nil) ("process-buffer" nil))
                    (["scp" nil "bob" 
"/windows/T/public/delphi/thermokraft/thermoutils.pas"] nil)
                    (["scp" nil "bob" ""] nil)
                    ("#<process *tramp/scp bob*>" ("last-cmd-time" (18164 904 
362009)) ("chunksize" 0)
                     ("scripts" ("tramp_perl_file_attributes")))
                    (["scp" nil "bob" "/windows"] ("file-exists-p" t)
                     ("file-attributes-integer"
                      (t 10 0 0 (18163 48978) (16775 35761) (16775 35761) 384 
"drwxr-xr-x" t (0 . 4) (-1 0)))
                     )
                    (["scp" nil "bob" "/windows/T"] ("file-exists-p" t)
                     ("file-attributes-integer"
                      (t 1 500 100 (18163 59475) (17476 55800) (17138 5500) 
4096 "drwxrwxr-x" nil (0 . 2) (-1 0)))
                     )
                    (["scp" nil "bob" "/windows/T/public"] ("file-exists-p" t)
                     ("file-attributes-integer"
                      (t 1 500 100 (18163 52885) (18086 2936) (17139 24010) 
4096 "drwxrwxr-x" nil (4 . 10815) (-1 0)))
                     )
                    (["scp" nil "bob" "/windows/T/public/delphi"] 
("file-exists-p" t)
                     ("file-attributes-integer"
                      (t 1 500 100 (18163 59991) (18163 29242) (18086 2763) 
4096 "drwxrwxr-x" nil (4 . 10816) (-1 0)))
                     )
                    (["scp" nil "bob" "/windows/T/public/delphi/thermokraft"] 
("file-exists-p" t)
                     ("file-attributes-integer"
                      (t 1 500 100 (18163 59991) (18163 50433) (18104 3635) 
4096 "drwxrwxr-x" nil (4 . 10817) (-1 0)))
                     ("file-directory-p" t)
                     ("file-name-all-completions"
                      ("./" "../" "calibrate.dcu" "calibrate.dfm" 
"calibrate.pas" "EmmaBasic.dcu" "emmabasic.pas"
                       "EmmaModules.dcu" "emmamodules.pas" "emmatest.exe" 
"emmatest.pas" "Eurotherm2000.dcu"
                       "eurotherm2000.pas" "fit.log" "generate_data.py" 
"Hallchen.dat"
                       #("Hall\xc3\xb6\ chen.dat" 0 4 nil 4 6
                         (display #("\\366" 0 4 (face escape-glyph)) help-echo 
utf-8-help-echo untranslated-utf-8 246) 6 14
                         nil)
                       "__history/" "keithley.py" "letzte_messung.dat" 
"main.dcu" "main.dfm" "main.pas" "measurement.dcu"
                       "measurement.dfm" "measurement.pas" "muell.pas" 
"NewMeasurement.dcu" "NewMeasurement.dfm"
                       "NewMeasurement.pas" "p_optimise.exe" "p_optimise.pas" 
"results.dcu" "results.dfm" "results.pas"
                       "switchbox.dcu" "switchbox.dfm" "switchbox.pas" 
"test.exe" "test_measurementvalue.pas" "test.pas"
                       "thermokraft.bdsproj" "thermokraft.bdsproj.local" 
"thermokraft.cfg" "thermokraft.dpr"
                       "thermokraft.exe" "thermokraft.identcache" 
"thermokraft.res" "thermo_pid.dat" "thermo_plot.exe"
                       "thermo_plot.pas" "thermotest.exe" "thermotest.pas" 
"thermoutils.dcu" "thermoutils.pas"
                       "thermoutils.pas,v" "toll.dat" "visa.dcu" "visa.pas")
                      )
                     )
                    (["scp" nil "bob" 
"/windows/T/public/delphi/thermokraft/main.pas"] ("file-directory-p" nil)
                     ("file-exists-p" t)
                     ("file-attributes-integer"
                      (nil 1 500 100 (18163 50433) (18163 44324) (18104 3777) 
8899 "-rwxrwxr-x" nil (4 . 13177) (-1 0)))
                     ("file-truename" 
"/scp:bob:/windows/T/public/delphi/thermokraft/main.pas") ("file-writable-p" t))
                    (["scp" nil "bob" 
"/windows/T/public/delphi/thermokraft/RCS/thermoutils.pas,v"] ("file-exists-p" 
nil))
                    (["scp" nil "bob" 
"/windows/T/public/delphi/thermokraft/thermoutils.pas,v"] ("file-exists-p" t)
                     ("file-attributes-integer"
                      (nil 1 500 100 (18163 44907) (18162 3944) (18153 18252) 
41705 "-r-xr-xr-x" nil (4 . 10819) (-1 0)))
                     )
                    (["scp" nil "bob"
                      
"/windows/T/public/delphi/thermokraft/#_ascp_bbob_b_awindows_aT_apublic_adelphi_athermokraft_amain.pas#"]
                     ("file-exists-p" nil))
                    (["scp" nil "bob" 
"/windows/T/public/delphi/thermokraft/RCS/main.pas,v"] ("file-exists-p" nil))
                    (["scp" nil "bob" 
"/windows/T/public/delphi/thermokraft/main.pas,v"] ("file-exists-p" nil))
                    (["scp" nil "bob" 
"/windows/T/public/delphi/thermokraft/RCS/main.pas"] ("file-exists-p" nil))
                    (["scp" nil "bob" 
"/windows/T/public/delphi/thermokraft/CVS/Entries"] ("file-readable-p" nil))
                    (["scp" nil "bob" 
"/windows/T/public/delphi/thermokraft/.svn/entries"] ("file-readable-p" nil))
                    (["scp" nil "bob" 
"/windows/T/public/delphi/thermokraft/SCCS/s.main.pas"] ("file-exists-p" nil))
                    (["scp" nil "bob" 
"/windows/T/public/delphi/thermokraft/s.main.pas"] ("file-exists-p" nil))
                    (["scp" nil "bob" 
"/windows/T/public/delphi/thermokraft/.bzr/checkout/format"] ("file-exists-p" 
nil))
                    (["scp" nil "bob" 
"/windows/T/public/delphi/.bzr/checkout/format"] ("file-exists-p" nil))
                    (["scp" nil "bob" "/windows/T/public/.bzr/checkout/format"] 
("file-exists-p" nil))
                    (["scp" nil "bob" "/windows/T/.bzr/checkout/format"] 
("file-exists-p" nil))
                    (["scp" nil "bob" 
"/windows/T/public/delphi/thermokraft/.git"] ("file-exists-p" nil))
                    (["scp" nil "bob" "/windows/T/public/delphi/.git"] 
("file-exists-p" nil))
                    (["scp" nil "bob" "/windows/T/public/.git"] 
("file-exists-p" nil))
                    (["scp" nil "bob" "/windows/T/.git"] ("file-exists-p" nil))
                    (["scp" nil "bob" 
"/windows/T/public/delphi/thermokraft/.hg"] ("file-exists-p" nil))
                    (["scp" nil "bob" "/windows/T/public/delphi/.hg"] 
("file-exists-p" nil))
                    (["scp" nil "bob" "/windows/T/public/.hg"] ("file-exists-p" 
nil))
                    (["scp" nil "bob" "/windows/T/.hg"] ("file-exists-p" nil))
                    (["scp" nil "bob" 
"/windows/T/public/delphi/thermokraft/{arch}/=tagging-method"] ("file-exists-p" 
nil))
                    (["scp" nil "bob" 
"/windows/T/public/delphi/{arch}/=tagging-method"] ("file-exists-p" nil))
                    (["scp" nil "bob" 
"/windows/T/public/{arch}/=tagging-method"] ("file-exists-p" nil))
                    (["scp" nil "bob" "/windows/T/{arch}/=tagging-method"] 
("file-exists-p" nil))
                    (["scp" nil "bob" 
"/windows/T/public/delphi/thermokraft/MCVS/CVS"] ("file-exists-p" nil))
                    (["scp" nil "bob" "/windows/T/public/delphi/MCVS/CVS"] 
("file-exists-p" nil))
                    (["scp" nil "bob" "/windows/T/public/MCVS/CVS"] 
("file-exists-p" nil))
                    (["scp" nil "bob" "/windows/T/MCVS/CVS"] ("file-exists-p" 
nil))
                    (["scp" nil "bob" 
"/windows/T/public/delphi/thermokraft/thermokraft.bdsproj"] nil))
 shell-prompt-pattern "^[^#$%>\n]*[#$%>] *"
 backup-by-copying nil
 backup-by-copying-when-linked nil
 backup-by-copying-when-mismatch nil
 backup-by-copying-when-privileged-mismatch 200
 password-cache t
 password-cache-expiry 16
 backup-directory-alist 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))
 )

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

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


reply via email to

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