tramp-devel
[Top][All Lists]
Advanced

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

tramp (2.1.15-pre); vc-file-clearprops problem


From: Damien Wyart
Subject: tramp (2.1.15-pre); vc-file-clearprops problem
Date: Tue, 23 Sep 2008 13:15:46 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

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--

When trying to open a remote file, I get the error :
vc-file-clearprops: Wrong type argument: stringp, nil

Attached are the relevant debug info and files.

Thanks in advance for your help.

Best,

Damien

Backtrace :

Debugger entered--Lisp error: (wrong-type-argument stringp nil)
  intern(nil [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0])
  vc-file-clearprops(nil)
  vc-file-not-found-hook()
  run-hook-with-args-until-success(vc-file-not-found-hook)
  byte-code("Ã!ƒ
Ä!„
Å       !ˆÆÇÈD\"ˆÉÊ!„
ËÇ" [filename buf error file-exists-p file-readable-p kill-buffer signal 
file-error "File is not readable" run-hook-with-args-until-success 
find-file-not-found-functions t] 4)
  find-file-noselect-1(#<buffer httpd.conf> 
"/scpc:address@hidden:/opt/rWeb/www.net-entreprises.fr_RPC/conf/httpd.conf" nil 
nil "/scpc:address@hidden:/opt/rWeb/www.net-entreprises.fr_RPC/conf/httpd.conf" 
((35 . 61000) (-1 . 0)))
  
find-file-noselect("/address@hidden:/opt/rWeb/www.net-entreprises.fr_RPC/conf/httpd.conf"
 nil nil t)
  
find-file("/address@hidden:/opt/rWeb/www.net-entreprises.fr_RPC/conf/httpd.conf"
 t)
  call-interactively(find-file nil nil)

Emacs  : GNU Emacs 23.0.60.1 (i486-pc-linux-gnu, GTK+ Version 2.12.11)
 of 2008-09-14 on elegiac, modified by Debian
Package: tramp (2.1.15-pre)

current state:
==============
(setq
 tramp-current-method "scpc"
 tramp-current-user "root"
 tramp-current-host "10.1.1.91"
 tramp-auto-save-directory nil
 tramp-default-method "scpc"
 tramp-default-method-alist '((nil "%" "smb") ("" "\\`\\(anonymous\\|ftp\\)\\'" 
"ftp") ("\\`ftp\\." "" "ftp") ("\\`localhost\\'" "\\`root\\'" "su"))
 tramp-default-host "dalpdw2.denyall.local"
 tramp-default-proxies-alist nil
 tramp-default-user nil
 tramp-default-user-alist '(("socks" nil "dwyart") ("tunnel" nil "dwyart") 
("fish" nil "dwyart") ("smb" nil "") ("\\`su\\(do\\)?\\'" nil "root")
                            ("\\`r\\(em\\)?\\(cp\\|sh\\)\\|telnet\\|plink1?\\'" 
nil "dwyart"))
 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///0850d4a1efacded8890e1b1c21e43ab0\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 '((["scpc" "root" "10.1.1.91" "/opt/rWeb"] ("last-completion" 
(18642 21055 89100))
                     ("file-name-all-completions"
                      ("./" "../" ".tmp" "BAK/" "GIP_RPC.tgz" "GIP_SFP.tgz" 
"access" "cgi-sfp/" "cgi-sfp-1.2/" "cgi-sfp-1.2_rc/" "cgi-sfp-1.2a/"
                       "cgi-sfp-1.3/" "cgi-sfp-1.4/" "cgi-sfp-1.5/" 
"cgi-sfp-1.6/" "cgi-sfp-1.8/" "cgi-sfp-1.8.2/" "cgi-sfp-1.9/" 
"cgi-sfp-20040429163244/"
                       "lic" "rpc/" "rpc-3.2i/" "rpc-3.4a/" "sfp/" "sfp-3.2i/" 
"sfp-3.4a/" "sfp-www.net-entreprises.fr/" "www.net-entreprises.fr_RPC/"
                       "www.net-entreprises.fr_SFP/" "xml_services/" 
"xml_services-1.8/" "xml_services-1.8.2/" "xml_services-1.8.3/" "xml_update/")
                      )
                     ("file-exists-p" t) ("file-attributes-integer" (t 27 0 0 
(0 0) (0 0) (0 0) 4096 "drwxr-xr-x" nil (0 . 32705) (-1 . 0))))
                    (["scpc" "root" "10.1.1.91" ""] nil)
                    ("#<process *tramp/scpc address@hidden>" ("temp-file" 
"/tmp/tramp.3718ajl") ("last-cmd-time" (18642 21062 66817)) ("chunksize" 0)
                     ("scripts" ("tramp_perl_encode" 
"tramp_perl_encode_with_module")))
                    (["scpc" "root" "10.1.1.91" nil] ("uname" "Linux 
2.4.9-e.59smp") ("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" nil) ("id" "/usr/bin/id") ("gid-integer" 0))
                    (["scpc" "root" "10.1.1.91" "/bin"] ("file-directory-p" t)) 
(["scpc" "root" "10.1.1.91" "/usr/bin"] ("file-directory-p" t))
                    (["scpc" "root" "10.1.1.91" "/usr/sbin"] 
("file-directory-p" t)) (["scpc" "root" "10.1.1.91" "/usr/local/bin"] 
("file-directory-p" t))
                    (["scpc" "root" "10.1.1.91" "/local/bin"] 
("file-directory-p" nil))
                    (["scpc" "root" "10.1.1.91" "/local/freeware/bin"] 
("file-directory-p" nil))
                    (["scpc" "root" "10.1.1.91" "/local/gnu/bin"] 
("file-directory-p" nil))
                    (["scpc" "root" "10.1.1.91" "/usr/freeware/bin"] 
("file-directory-p" nil))
                    (["scpc" "root" "10.1.1.91" "/usr/pkg/bin"] 
("file-directory-p" nil))
                    (["scpc" "root" "10.1.1.91" "/usr/contrib/bin"] 
("file-directory-p" nil))
                    (["scpc" "root" "10.1.1.91" "/opt"] ("file-exists-p" t)
                     ("file-attributes-integer" (t 13 0 0 (0 0) (0 0) (0 0) 
4096 "drwxr-xr-x" nil (0 . 2) (-1 . 0))))
                    (["scpc" "root" "10.1.1.91" "/opt/rWeb/.tmp"] 
("file-exists-p" t)) (["scpc" "root" "10.1.1.91" "/opt/rWeb/BAK"] 
("file-exists-p" t))
                    (["scpc" "root" "10.1.1.91" "/opt/rWeb/GIP_RPC.tgz"] 
("file-exists-p" t))
                    (["scpc" "root" "10.1.1.91" "/opt/rWeb/GIP_SFP.tgz"] 
("file-exists-p" t))
                    (["scpc" "root" "10.1.1.91" "/opt/rWeb/access"] 
("file-exists-p" t))
                    (["scpc" "root" "10.1.1.91" "/opt/rWeb/cgi-sfp"] 
("file-exists-p" t))
                    (["scpc" "root" "10.1.1.91" "/opt/rWeb/cgi-sfp-1.2"] 
("file-exists-p" t))
                    (["scpc" "root" "10.1.1.91" "/opt/rWeb/cgi-sfp-1.2_rc"] 
("file-exists-p" t))
                    (["scpc" "root" "10.1.1.91" "/opt/rWeb/cgi-sfp-1.2a"] 
("file-exists-p" t))
                    (["scpc" "root" "10.1.1.91" "/opt/rWeb/cgi-sfp-1.3"] 
("file-exists-p" t))
                    (["scpc" "root" "10.1.1.91" "/opt/rWeb/cgi-sfp-1.4"] 
("file-exists-p" t))
                    (["scpc" "root" "10.1.1.91" "/opt/rWeb/cgi-sfp-1.5"] 
("file-exists-p" t))
                    (["scpc" "root" "10.1.1.91" "/opt/rWeb/cgi-sfp-1.6"] 
("file-exists-p" t))
                    (["scpc" "root" "10.1.1.91" "/opt/rWeb/cgi-sfp-1.8"] 
("file-exists-p" t))
                    (["scpc" "root" "10.1.1.91" "/opt/rWeb/cgi-sfp-1.8.2"] 
("file-exists-p" t))
                    (["scpc" "root" "10.1.1.91" "/opt/rWeb/cgi-sfp-1.9"] 
("file-exists-p" t))
                    (["scpc" "root" "10.1.1.91" 
"/opt/rWeb/cgi-sfp-20040429163244"] ("file-exists-p" t))
                    (["scpc" "root" "10.1.1.91" "/opt/rWeb/lic"] 
("file-exists-p" t)) (["scpc" "root" "10.1.1.91" "/opt/rWeb/rpc"] 
("file-exists-p" t))
                    (["scpc" "root" "10.1.1.91" "/opt/rWeb/rpc-3.2i"] 
("file-exists-p" t))
                    (["scpc" "root" "10.1.1.91" "/opt/rWeb/rpc-3.4a"] 
("file-exists-p" t)) (["scpc" "root" "10.1.1.91" "/opt/rWeb/sfp"] 
("file-exists-p" t))
                    (["scpc" "root" "10.1.1.91" "/opt/rWeb/sfp-3.2i"] 
("file-exists-p" t))
                    (["scpc" "root" "10.1.1.91" "/opt/rWeb/sfp-3.4a"] 
("file-exists-p" t))
                    (["scpc" "root" "10.1.1.91" 
"/opt/rWeb/sfp-www.net-entreprises.fr"] ("file-exists-p" t))
                    (["scpc" "root" "10.1.1.91" 
"/opt/rWeb/www.net-entreprises.fr_RPC"] ("last-completion" (18642 21060 702919))
                     ("file-name-all-completions" ("./" "../" "cache/" "conf/" 
"htdocs/" "lib/" "logs/")) ("file-exists-p" t)
                     ("file-attributes-integer" (t 6 0 0 (0 0) (0 0) (0 0) 4096 
"drwxr-xr-x" nil (60 . 57743) (-1 . 0))))
                    (["scpc" "root" "10.1.1.91" 
"/opt/rWeb/www.net-entreprises.fr_SFP"] ("file-exists-p" t))
                    (["scpc" "root" "10.1.1.91" "/opt/rWeb/xml_services"] 
("file-exists-p" t))
                    (["scpc" "root" "10.1.1.91" "/opt/rWeb/xml_services-1.8"] 
("file-exists-p" t))
                    (["scpc" "root" "10.1.1.91" "/opt/rWeb/xml_services-1.8.2"] 
("file-exists-p" t))
                    (["scpc" "root" "10.1.1.91" "/opt/rWeb/xml_services-1.8.3"] 
("file-exists-p" t))
                    (["scpc" "root" "10.1.1.91" "/opt/rWeb/xml_update"] 
("file-exists-p" t))
                    (["scpc" "root" "10.1.1.91" 
"/opt/rWeb/www.net-entreprises.fr_"] ("file-exists-p" nil))
                    (["scpc" "root" "10.1.1.91" 
"/opt/rWeb/www.net-entreprises.fr_RPC/conf"] ("last-completion" (18642 21061 
321061))
                     ("file-name-all-completions"
                      ("./" "../" "cert.pem" "certlist/" "certlist.txt" 
"certs/" "crls/" "hash/" "httpd.conf" "httpd.conf.old" "httpd.conf.old.0"
                       "httpd.conf.old.1" "httpd.conf.old.2" "httpd.conf.old.3" 
"key.pem" "mime.types" "openssl.cnf" "stat.dom" "stat.lng" "stat.tpl")
                      )
                     ("file-exists-p" t) ("file-attributes-integer" (t 6 0 0 (0 
0) (0 0) (0 0) 4096 "drwxr-xr-x" nil (35 . 60981) (-1 . 0))))
                    (["scpc" "root" "10.1.1.91" 
"/opt/rWeb/www.net-entreprises.fr_RPC/conf/httpd.conf"] ("file-exists-p" t) 
("file-directory-p" nil)
                     ("file-attributes-integer" (nil 1 0 0 (0 0) (0 0) (0 0) 
13561 "-rw-------" nil (35 . 61000) (-1 . 0)))
                     ("file-truename" 
"/scpc:address@hidden:/opt/rWeb/www.net-entreprises.fr_RPC/conf/httpd.conf") 
("file-readable-p" t))
                    (["scpc" "root" "10.1.1.91" 
"/opt/rWeb/www.net-entreprises.fr_RPC/conf/httpd.conf.old"] ("file-exists-p" t))
                    (["scpc" "root" "10.1.1.91" 
"/opt/rWeb/www.net-entreprises.fr_RPC/conf/httpd.conf.old.0"] ("file-exists-p" 
t))
                    (["scpc" "root" "10.1.1.91" 
"/opt/rWeb/www.net-entreprises.fr_RPC/conf/httpd.conf.old.1"] ("file-exists-p" 
t))
                    (["scpc" "root" "10.1.1.91" 
"/opt/rWeb/www.net-entreprises.fr_RPC/conf/httpd.conf.old.2"] ("file-exists-p" 
t))
                    (["scpc" "root" "10.1.1.91" 
"/opt/rWeb/www.net-entreprises.fr_RPC/conf/httpd.conf.old.3"] ("file-exists-p" 
t))
                    ("#<process *tramp/scpc address@hidden>" ("temp-file" 
"/tmp/tramp.3718ntr") ("last-cmd-time" (18642 21062 375596)) ("chunksize" 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]+~\\)?\\'\\|\\.tbz\\'\\|\\.\\(?:tgz\\|svgz\\|sifz\\)\\(~\\|\\.~[0-9]+~\\)?\\'\\|\\.g?z\\(~\\|\\.~[0-9]+~\\)?\\'\\|\\.dz\\'"
 . jka-compr-handler)
                           ("\\`/[^/:]+:" . tramp-file-name-handler) 
("\\.gpg\\(~\\|\\.~[0-9]+~\\)?\\'" . epa-file-handler)
                           ("\\`/:" . file-name-non-special))
 )

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

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.


Content-Description: *tramp/scpc address@hidden

Content-Description: *debug tramp/scpc address@hidden
15:06:03 tramp-maybe-open-connection (3) # Opening connection for 
address@hidden using scpc...
15:06:03 tramp-maybe-open-connection (6) # /bin/sh
15:06:03 tramp-maybe-open-connection (3) # Waiting 60s for local shell to come 
up...
15:06:03 tramp-wait-for-regexp (6) # 
$ 
15:06:03 tramp-maybe-open-connection (3) # Sending command `ssh 10.1.1.91 -l 
root  -q -o ControlPath=/tmp/address@hidden:%p -o ControlMaster=yes -e none && 
exit || exit'
15:06:03 tramp-send-command (6) # ssh 10.1.1.91 -l root  -q -o 
ControlPath=/tmp/address@hidden:%p -o ControlMaster=yes -e none && exit || exit
15:06:03 tramp-process-actions (3) # Waiting for prompts from remote shell
15:06:03 tramp-process-one-action (5) # Looking for regexp ".*ogin\( .*\)?: 
*\'" from remote shell
15:06:03 tramp-process-one-action (5) # Looking for regexp 
"^.*\([pP]assword\|[pP]assphrase\).*:
? *\'" from remote shell
15:06:03 tramp-process-one-action (5) # Call `tramp-action-password'
15:06:03 tramp-action-password (3) # Sending password
15:06:06 tramp-process-one-action (5) # Looking for 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]+\).*\'" from remote shell
15:06:06 tramp-process-one-action (5) # Looking for regexp "^[^#$%>
]*[#$%>] *\'" from remote shell
15:06:06 tramp-process-one-action (5) # Looking for regexp "^[^#$%>
]*[#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\'" from remote shell
15:06:06 tramp-process-one-action (5) # Looking for regexp "\(Are you sure you 
want to continue connecting (yes/no)\?\)\s-*\'" from remote shell
15:06:06 tramp-process-one-action (5) # Looking for regexp "\(\(?:Store key in 
cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\'" 
from remote shell
15:06:06 tramp-process-one-action (5) # Looking for regexp "\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\'" from remote shell
15:06:06 tramp-process-one-action (5) # Looking for regexp "\'" from remote 
shell
15:06:06 tramp-process-one-action (5) # Call `tramp-action-process-alive'
15:06:06 tramp-process-one-action (5) # Looking for regexp ".*ogin\( .*\)?: 
*\'" from remote shell
15:06:06 tramp-process-one-action (5) # Looking for regexp 
"^.*\([pP]assword\|[pP]assphrase\).*:
? *\'" from remote shell
15:06:06 tramp-process-one-action (5) # Looking for 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]+\).*\'" from remote shell
15:06:06 tramp-process-one-action (5) # Looking for regexp "^[^#$%>
]*[#$%>] *\'" from remote shell
15:06:06 tramp-process-one-action (5) # Looking for regexp "^[^#$%>
]*[#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\'" from remote shell
15:06:06 tramp-process-one-action (5) # Looking for regexp "\(Are you sure you 
want to continue connecting (yes/no)\?\)\s-*\'" from remote shell
15:06:06 tramp-process-one-action (5) # Looking for regexp "\(\(?:Store key in 
cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\'" 
from remote shell
15:06:06 tramp-process-one-action (5) # Looking for regexp "\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\'" from remote shell
15:06:06 tramp-process-one-action (5) # Looking for regexp "\'" from remote 
shell
15:06:06 tramp-process-one-action (5) # Call `tramp-action-process-alive'
15:06:06 tramp-process-one-action (5) # Looking for regexp ".*ogin\( .*\)?: 
*\'" from remote shell
15:06:06 tramp-process-one-action (5) # Looking for regexp 
"^.*\([pP]assword\|[pP]assphrase\).*:
? *\'" from remote shell
15:06:06 tramp-process-one-action (5) # Looking for 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]+\).*\'" from remote shell
15:06:06 tramp-process-one-action (5) # Looking for regexp "^[^#$%>
]*[#$%>] *\'" from remote shell
15:06:07 tramp-process-one-action (5) # Call `tramp-action-succeed'
15:06:07 tramp-process-actions (6) # 
address@hidden's password: 
Last login: Thu Sep 18 14:55:26 2008 from 10.1.1.58
address@hidden root]# 
15:06:07 tramp-maybe-open-connection (3) # Found remote shell prompt on 
`10.1.1.91'
15:06:07 tramp-send-command (6) # exec env ENV='' PROMPT_COMMAND='' PS1='$ ' 
PS2='' PS3='' /bin/sh
15:06:07 tramp-wait-for-regexp (6) # 
exec env ENV='' PROMPT_COMMAND='' PS1='$ ' PS2='' 
<exec env ENV='' PROMPT_COMMAND='' PS1='$ ' PS2='' P                         
S3='' /bin/sh
$ 
15:06:07 tramp-open-connection-setup-interactive-shell (5) # Setting up remote 
shell environment
15:06:07 tramp-send-command (6) # stty -inlcr -echo kill '^U' erase '^H'
15:06:07 tramp-wait-for-regexp (6) # 
stty -inlcr -echo kill '^U' erase '^H'
$ 
15:06:07 tramp-send-command (6) # echo foo
15:06:07 tramp-wait-for-regexp (6) # 
foo
$ 
15:06:07 tramp-open-connection-setup-interactive-shell (5) # Setting shell 
prompt
15:06:07 tramp-send-command (6) # PS1='
///0850d4a1efacded8890e1b1c21e43ab0
'
15:06:07 tramp-wait-for-regexp (6) # 

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # PS2=''
15:06:07 tramp-wait-for-regexp (6) # 

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # PS3=''
15:06:07 tramp-wait-for-regexp (6) # 

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # PROMPT_COMMAND=''
15:06:07 tramp-wait-for-regexp (6) # 

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-open-connection-setup-interactive-shell (5) # Determining coding 
system
15:06:07 tramp-send-command (6) # echo foo ; echo bar
15:06:07 tramp-wait-for-regexp (6) # 
foo
bar

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # set +o vi +o emacs
15:06:07 tramp-wait-for-regexp (6) # 

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-open-connection-setup-interactive-shell (5) # Checking system 
information
15:06:07 tramp-send-command (6) # echo \"`uname -sr`\" 2>/dev/null; echo 
tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
"Linux 2.4.9-e.59smp"
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-open-connection-setup-interactive-shell (5) # Checking remote 
host type for `send-process-string' bug
15:06:07 tramp-set-remote-path (5) # Setting $PATH environment variable
15:06:07 tramp-send-command (6) # getconf PATH 2>/dev/null; echo 
tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
/bin:/usr/bin
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-get-test-command (5) # Finding a suitable `test' command
15:06:07 tramp-send-command (6) # test 0 2>/dev/null; echo tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # test -d /bin 2>/dev/null; echo 
tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # test -d /usr/bin 2>/dev/null; echo 
tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # test -d /usr/sbin 2>/dev/null; echo 
tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # test -d /usr/local/bin 2>/dev/null; echo 
tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # test -d /local/bin 2>/dev/null; echo 
tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
tramp_exit_status 1

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # test -d /local/freeware/bin 2>/dev/null; echo 
tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
tramp_exit_status 1

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # test -d /local/gnu/bin 2>/dev/null; echo 
tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
tramp_exit_status 1

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # test -d /usr/freeware/bin 2>/dev/null; echo 
tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
tramp_exit_status 1

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # test -d /usr/pkg/bin 2>/dev/null; echo 
tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
tramp_exit_status 1

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # test -d /usr/contrib/bin 2>/dev/null; echo 
tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
tramp_exit_status 1

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # PATH=/bin:/usr/bin:/usr/sbin:/usr/local/bin; 
export PATH
15:06:07 tramp-wait-for-regexp (6) # 

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # echo ~root
15:06:07 tramp-wait-for-regexp (6) # 
/root

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-find-shell (5) # Remote `/bin/sh' groks tilde expansion, good
15:06:07 tramp-send-command (6) # mesg n; biff n
15:06:07 tramp-wait-for-regexp (6) # 
sh: biff: command not found

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-open-connection-setup-interactive-shell (5) # Setting default 
environment
15:06:07 tramp-send-command (6) # HISTFILE=$HOME/.tramp_history; export HISTFILE
15:06:07 tramp-wait-for-regexp (6) # 

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # HISTSIZE=1; export HISTSIZE
15:06:07 tramp-wait-for-regexp (6) # 

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # LC_ALL=C; export LC_ALL
15:06:07 tramp-wait-for-regexp (6) # 

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # TERM=dumb; export TERM
15:06:07 tramp-wait-for-regexp (6) # 

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # EMACS=t; export EMACS
15:06:07 tramp-wait-for-regexp (6) # 

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # INSIDE_EMACS=23.0.60.1,tramp:2.1.15-pre; 
export INSIDE_EMACS
15:06:07 tramp-wait-for-regexp (6) # 

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # unset correct autocorrect MAILPATH MAILCHECK 
MAIL HISTORY CDPATH
15:06:07 tramp-wait-for-regexp (6) # 

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # cd /opt/rWeb/ 2>/dev/null; echo 
tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-get-ls-command (5) # Finding a suitable `ls' command
15:06:07 tramp-send-command (6) # while read d; do if test -x $d/ls -a -f 
$d/ls; then echo tramp_executable $d/ls; break; fi; done <<'EOF'
/bin
/usr/bin
/usr/sbin
/usr/local/bin
EOF
15:06:07 tramp-wait-for-regexp (6) # 
tramp_executable /bin/ls

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # /bin/ls -lnd / 2>/dev/null; echo 
tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
drwxr-xr-x   18 0        0            4096 Sep 16 10:08 /
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # /bin/ls -ab 2>/dev/null | while read f; do if 
test -d "$f" 2>/dev/null; then echo "$f/"; else echo "$f"; fi; done
15:06:07 tramp-wait-for-regexp (6) # 
./
../
.tmp
BAK/
GIP_RPC.tgz
GIP_SFP.tgz
access
cgi-sfp/
cgi-sfp-1.2/
cgi-sfp-1.2_rc/
cgi-sfp-1.2a/
cgi-sfp-1.3/
cgi-sfp-1.4/
cgi-sfp-1.5/
cgi-sfp-1.6/
cgi-sfp-1.8/
cgi-sfp-1.8.2/
cgi-sfp-1.9/
cgi-sfp-20040429163244/
lic
rpc/
rpc-3.2i/
rpc-3.4a/
sfp/
sfp-3.2i/
sfp-3.4a/
sfp-www.net-entreprises.fr/
www.net-entreprises.fr_RPC/
www.net-entreprises.fr_SFP/
xml_services/
xml_services-1.8/
xml_services-1.8.2/
xml_services-1.8.3/
xml_update/

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-get-file-exists-command (5) # Finding command to check if file 
exists
15:06:07 tramp-send-command (6) # test -e / 2>/dev/null; echo tramp_exit_status 
$? 
15:06:07 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # test -e /\ this\ file\ does\ not\ exist\  
2>/dev/null; echo tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
tramp_exit_status 1

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # test -e /opt/rWeb/ 2>/dev/null; echo 
tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # test -e /opt/ 2>/dev/null; echo 
tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # test -e /opt/rWeb/.tmp 2>/dev/null; echo 
tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # test -e /opt/rWeb/BAK/ 2>/dev/null; echo 
tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # test -e /opt/rWeb/GIP_RPC.tgz 2>/dev/null; 
echo tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # test -e /opt/rWeb/GIP_SFP.tgz 2>/dev/null; 
echo tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # test -e /opt/rWeb/access 2>/dev/null; echo 
tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # test -e /opt/rWeb/cgi-sfp/ 2>/dev/null; echo 
tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # test -e /opt/rWeb/cgi-sfp-1.2/ 2>/dev/null; 
echo tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # test -e /opt/rWeb/cgi-sfp-1.2_rc/ 
2>/dev/null; echo tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # test -e /opt/rWeb/cgi-sfp-1.2a/ 2>/dev/null; 
echo tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # test -e /opt/rWeb/cgi-sfp-1.3/ 2>/dev/null; 
echo tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # test -e /opt/rWeb/cgi-sfp-1.4/ 2>/dev/null; 
echo tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # test -e /opt/rWeb/cgi-sfp-1.5/ 2>/dev/null; 
echo tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # test -e /opt/rWeb/cgi-sfp-1.6/ 2>/dev/null; 
echo tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # test -e /opt/rWeb/cgi-sfp-1.8/ 2>/dev/null; 
echo tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # test -e /opt/rWeb/cgi-sfp-1.8.2/ 2>/dev/null; 
echo tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # test -e /opt/rWeb/cgi-sfp-1.9/ 2>/dev/null; 
echo tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # test -e /opt/rWeb/cgi-sfp-20040429163244/ 
2>/dev/null; echo tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # test -e /opt/rWeb/lic 2>/dev/null; echo 
tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # test -e /opt/rWeb/rpc/ 2>/dev/null; echo 
tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # test -e /opt/rWeb/rpc-3.2i/ 2>/dev/null; echo 
tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # test -e /opt/rWeb/rpc-3.4a/ 2>/dev/null; echo 
tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # test -e /opt/rWeb/sfp/ 2>/dev/null; echo 
tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # test -e /opt/rWeb/sfp-3.2i/ 2>/dev/null; echo 
tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # test -e /opt/rWeb/sfp-3.4a/ 2>/dev/null; echo 
tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # test -e /opt/rWeb/sfp-www.net-entreprises.fr/ 
2>/dev/null; echo tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # test -e /opt/rWeb/www.net-entreprises.fr_RPC/ 
2>/dev/null; echo tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # test -e /opt/rWeb/www.net-entreprises.fr_SFP/ 
2>/dev/null; echo tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # test -e /opt/rWeb/xml_services/ 2>/dev/null; 
echo tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # test -e /opt/rWeb/xml_services-1.8/ 
2>/dev/null; echo tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # test -e /opt/rWeb/xml_services-1.8.2/ 
2>/dev/null; echo tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # test -e /opt/rWeb/xml_services-1.8.3/ 
2>/dev/null; echo tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:07 tramp-send-command (6) # test -e /opt/rWeb/xml_update/ 2>/dev/null; 
echo tramp_exit_status $? 
15:06:07 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:10 tramp-send-command (6) # test -e /opt/rWeb/www.net-entreprises.fr_ 
2>/dev/null; echo tramp_exit_status $? 
15:06:10 tramp-wait-for-regexp (6) # 
tramp_exit_status 1

///0850d4a1efacded8890e1b1c21e43ab0
15:06:12 tramp-send-command (6) # cd /opt/rWeb/www.net-entreprises.fr_RPC/ 
2>/dev/null; echo tramp_exit_status $? 
15:06:12 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:12 tramp-send-command (6) # /bin/ls -ab 2>/dev/null | while read f; do if 
test -d "$f" 2>/dev/null; then echo "$f/"; else echo "$f"; fi; done
15:06:12 tramp-wait-for-regexp (6) # 
./
../
cache/
conf/
htdocs/
lib/
logs/

///0850d4a1efacded8890e1b1c21e43ab0
15:06:12 tramp-send-command (6) # test -e 
/opt/rWeb/www.net-entreprises.fr_RPC/conf/ 2>/dev/null; echo tramp_exit_status 
$? 
15:06:12 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:13 tramp-send-command (6) # cd /opt/rWeb/www.net-entreprises.fr_RPC/conf/ 
2>/dev/null; echo tramp_exit_status $? 
15:06:13 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:13 tramp-send-command (6) # /bin/ls -ab 2>/dev/null | while read f; do if 
test -d "$f" 2>/dev/null; then echo "$f/"; else echo "$f"; fi; done
15:06:13 tramp-wait-for-regexp (6) # 
./
../
cert.pem
certlist/
certlist.txt
certs/
crls/
hash/
httpd.conf
httpd.conf.old
httpd.conf.old.0
httpd.conf.old.1
httpd.conf.old.2
httpd.conf.old.3
key.pem
mime.types
openssl.cnf
stat.dom
stat.lng
stat.tpl

///0850d4a1efacded8890e1b1c21e43ab0
15:06:13 tramp-send-command (6) # test -e 
/opt/rWeb/www.net-entreprises.fr_RPC/conf/httpd.conf 2>/dev/null; echo 
tramp_exit_status $? 
15:06:13 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:13 tramp-send-command (6) # test -e 
/opt/rWeb/www.net-entreprises.fr_RPC/conf/httpd.conf.old 2>/dev/null; echo 
tramp_exit_status $? 
15:06:13 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:13 tramp-send-command (6) # test -e 
/opt/rWeb/www.net-entreprises.fr_RPC/conf/httpd.conf.old.0 2>/dev/null; echo 
tramp_exit_status $? 
15:06:13 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:13 tramp-send-command (6) # test -e 
/opt/rWeb/www.net-entreprises.fr_RPC/conf/httpd.conf.old.1 2>/dev/null; echo 
tramp_exit_status $? 
15:06:13 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:13 tramp-send-command (6) # test -e 
/opt/rWeb/www.net-entreprises.fr_RPC/conf/httpd.conf.old.2 2>/dev/null; echo 
tramp_exit_status $? 
15:06:13 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:13 tramp-send-command (6) # test -e 
/opt/rWeb/www.net-entreprises.fr_RPC/conf/httpd.conf.old.3 2>/dev/null; echo 
tramp_exit_status $? 
15:06:13 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:13 tramp-send-command (6) # test -d 
/opt/rWeb/www.net-entreprises.fr_RPC/conf/httpd.conf 2>/dev/null; echo 
tramp_exit_status $? 
15:06:13 tramp-wait-for-regexp (6) # 
tramp_exit_status 1

///0850d4a1efacded8890e1b1c21e43ab0
15:06:13 tramp-handle-file-truename (4) # Finding true name for 
`/scpc:address@hidden:/opt/rWeb/www.net-entreprises.fr_RPC/conf/httpd.conf'
15:06:13 tramp-handle-file-truename (5) # Check /opt
15:06:13 tramp-get-remote-stat (5) # Finding a suitable `stat' command
15:06:13 tramp-send-command (6) # which \stat | wc -w
15:06:13 tramp-wait-for-regexp (6) # 
which: no stat in (/bin:/usr/bin:/usr/sbin:/usr/local/bin)
      0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:13 tramp-send-command (6) # while read d; do if test -x $d/stat -a -f 
$d/stat; then echo tramp_executable $d/stat; break; fi; done <<'EOF'
/bin
/usr/bin
/usr/sbin
/usr/local/bin
EOF
15:06:13 tramp-wait-for-regexp (6) # 

///0850d4a1efacded8890e1b1c21e43ab0
15:06:13 tramp-get-remote-perl (5) # Finding a suitable `perl' command
15:06:13 tramp-send-command (6) # which \perl5 | wc -w
15:06:13 tramp-wait-for-regexp (6) # 
which: no perl5 in (/bin:/usr/bin:/usr/sbin:/usr/local/bin)
      0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:13 tramp-send-command (6) # while read d; do if test -x $d/perl5 -a -f 
$d/perl5; then echo tramp_executable $d/perl5; break; fi; done <<'EOF'
/bin
/usr/bin
/usr/sbin
/usr/local/bin
EOF
15:06:13 tramp-wait-for-regexp (6) # 

///0850d4a1efacded8890e1b1c21e43ab0
15:06:13 tramp-send-command (6) # which \perl | wc -w
15:06:13 tramp-wait-for-regexp (6) # 
which: no perl in (/bin:/usr/bin:/usr/sbin:/usr/local/bin)
      0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:13 tramp-send-command (6) # while read d; do if test -x $d/perl -a -f 
$d/perl; then echo tramp_executable $d/perl; break; fi; done <<'EOF'
/bin
/usr/bin
/usr/sbin
/usr/local/bin
EOF
15:06:13 tramp-wait-for-regexp (6) # 

///0850d4a1efacded8890e1b1c21e43ab0
15:06:13 tramp-handle-file-attributes-with-ls (5) # file attributes with ls: 
/opt
15:06:13 tramp-send-command (6) # /bin/ls -ildn /opt
15:06:13 tramp-wait-for-regexp (6) # 
      2 drwxr-xr-x   13 0        0            4096 Sep 18 15:02 /opt

///0850d4a1efacded8890e1b1c21e43ab0
15:06:13 tramp-get-remote-id (5) # Finding POSIX `id' command
15:06:13 tramp-send-command (6) # while read d; do if test -x $d/id -a -f 
$d/id; then echo tramp_executable $d/id; break; fi; done <<'EOF'
/bin
/usr/bin
/usr/sbin
/usr/local/bin
EOF
15:06:13 tramp-wait-for-regexp (6) # 
tramp_executable /usr/bin/id

///0850d4a1efacded8890e1b1c21e43ab0
15:06:13 tramp-send-command (6) # /usr/bin/id -u 2>/dev/null; echo 
tramp_exit_status $? 
15:06:13 tramp-wait-for-regexp (6) # 
0
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:13 tramp-send-command (6) # /usr/bin/id -g  2>/dev/null; echo 
tramp_exit_status $? 
15:06:13 tramp-wait-for-regexp (6) # 
0
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:13 tramp-handle-file-truename (5) # Check /opt/rWeb
15:06:13 tramp-handle-file-attributes-with-ls (5) # file attributes with ls: 
/opt/rWeb
15:06:13 tramp-send-command (6) # /bin/ls -ildn /opt/rWeb
15:06:13 tramp-wait-for-regexp (6) # 
  32705 drwxr-xr-x   27 0        0            4096 Sep 18 12:40 /opt/rWeb

///0850d4a1efacded8890e1b1c21e43ab0
15:06:13 tramp-handle-file-truename (5) # Check 
/opt/rWeb/www.net-entreprises.fr_RPC
15:06:13 tramp-send-command (6) # test -e /opt/rWeb/www.net-entreprises.fr_RPC 
2>/dev/null; echo tramp_exit_status $? 
15:06:13 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:13 tramp-handle-file-attributes-with-ls (5) # file attributes with ls: 
/opt/rWeb/www.net-entreprises.fr_RPC
15:06:13 tramp-send-command (6) # /bin/ls -ildn 
/opt/rWeb/www.net-entreprises.fr_RPC
15:06:13 tramp-wait-for-regexp (6) # 
3989903 drwxr-xr-x    6 0        0            4096 Sep 18 12:47 
/opt/rWeb/www.net-entreprises.fr_RPC

///0850d4a1efacded8890e1b1c21e43ab0
15:06:13 tramp-handle-file-truename (5) # Check 
/opt/rWeb/www.net-entreprises.fr_RPC/conf
15:06:13 tramp-send-command (6) # test -e 
/opt/rWeb/www.net-entreprises.fr_RPC/conf 2>/dev/null; echo tramp_exit_status 
$? 
15:06:14 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:14 tramp-handle-file-attributes-with-ls (5) # file attributes with ls: 
/opt/rWeb/www.net-entreprises.fr_RPC/conf
15:06:14 tramp-send-command (6) # /bin/ls -ildn 
/opt/rWeb/www.net-entreprises.fr_RPC/conf
15:06:14 tramp-wait-for-regexp (6) # 
2354741 drwxr-xr-x    6 0        0            4096 Sep 18 14:14 
/opt/rWeb/www.net-entreprises.fr_RPC/conf

///0850d4a1efacded8890e1b1c21e43ab0
15:06:14 tramp-handle-file-truename (5) # Check 
/opt/rWeb/www.net-entreprises.fr_RPC/conf/httpd.conf
15:06:14 tramp-handle-file-attributes-with-ls (5) # file attributes with ls: 
/opt/rWeb/www.net-entreprises.fr_RPC/conf/httpd.conf
15:06:14 tramp-send-command (6) # /bin/ls -ildn 
/opt/rWeb/www.net-entreprises.fr_RPC/conf/httpd.conf
15:06:14 tramp-wait-for-regexp (6) # 
2354760 -rw-------    1 0        0           13561 Sep 18 14:14 
/opt/rWeb/www.net-entreprises.fr_RPC/conf/httpd.conf

///0850d4a1efacded8890e1b1c21e43ab0
15:06:14 tramp-handle-file-truename (4) # True name of 
`/scpc:address@hidden:/opt/rWeb/www.net-entreprises.fr_RPC/conf/httpd.conf' is 
`/opt/rWeb/www.net-entreprises.fr_RPC/conf/httpd.conf'
15:06:14 tramp-find-inline-encoding (5) # Checking local encoding function 
`base64-encode-region'
15:06:14 tramp-find-inline-encoding (5) # Checking local decoding function 
`base64-decode-region'
15:06:14 tramp-find-inline-encoding (5) # Checking remote encoding command 
`mimencode -b' for sanity
15:06:14 tramp-send-command (6) # ( mimencode -b </dev/null 2>/dev/null; echo 
tramp_exit_status $? )
15:06:14 tramp-wait-for-regexp (6) # 
tramp_exit_status 127

///0850d4a1efacded8890e1b1c21e43ab0
15:06:14 tramp-find-inline-encoding (5) # Checking remote encoding command 
`mmencode -b' for sanity
15:06:14 tramp-send-command (6) # ( mmencode -b </dev/null 2>/dev/null; echo 
tramp_exit_status $? )
15:06:14 tramp-wait-for-regexp (6) # 
tramp_exit_status 127

///0850d4a1efacded8890e1b1c21e43ab0
15:06:14 tramp-find-inline-encoding (5) # Checking remote encoding command 
`recode data..base64' for sanity
15:06:14 tramp-send-command (6) # ( recode data..base64 </dev/null 2>/dev/null; 
echo tramp_exit_status $? )
15:06:14 tramp-wait-for-regexp (6) # 
tramp_exit_status 127

///0850d4a1efacded8890e1b1c21e43ab0
15:06:14 tramp-maybe-send-script (5) # Sending script 
`tramp_perl_encode_with_module'...
15:06:14 tramp-send-command (6) # tramp_perl_encode_with_module () {
nil -MMIME::Base64 -0777 -ne 'print encode_base64($_)' 2>/dev/null
} 2>/dev/null; echo tramp_exit_status $? 
15:06:14 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:14 tramp-maybe-send-script (5) # Sending script 
`tramp_perl_encode_with_module'...done.
15:06:14 tramp-find-inline-encoding (5) # Checking remote encoding command 
`tramp_perl_encode_with_module' for sanity
15:06:14 tramp-send-command (6) # ( tramp_perl_encode_with_module </dev/null 
2>/dev/null; echo tramp_exit_status $? )
15:06:14 tramp-wait-for-regexp (6) # 
tramp_exit_status 127

///0850d4a1efacded8890e1b1c21e43ab0
15:06:14 tramp-maybe-send-script (5) # Sending script `tramp_perl_encode'...
15:06:14 tramp-send-command (6) # tramp_perl_encode () {
nil -e '
# This script contributed by Juanma Barranquero <address@hidden>.
# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008
#   Free Software Foundation, Inc.
use strict;

my %trans = do {
    my $i = 0;
    map {(substr(unpack(q(B8), chr $i++), 2, 6), $_)}
      split //, 
q(ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/);
};

binmode(\*STDIN);

# We read in chunks of 54 bytes, to generate output lines
# of 72 chars (plus end of line)
$/ = \54;

while (my $data = <STDIN>) {
    my $pad = q();

    # Only for the last chunk, and only if did not fill the last three-byte 
packet
    if (eof) {
        my $mod = length($data) % 3;
        $pad = q(=) x (3 - $mod) if $mod;
    }

    # Not the fastest method, but it is simple: unpack to binary string, split
    # by groups of 6 bits and convert back from binary to byte; then map into
    # the translation table
    print
      join q(),
        map($trans{$_},
            (substr(unpack(q(B*), $data) . q(00000), 0, 432) =~ /....../g)),
              $pad,
                qq(\n);
}' 2>/dev/null
} 2>/dev/null; echo tramp_exit_status $? 
15:06:14 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:14 tramp-maybe-send-script (5) # Sending script 
`tramp_perl_encode'...done.
15:06:14 tramp-find-inline-encoding (5) # Checking remote encoding command 
`tramp_perl_encode' for sanity
15:06:14 tramp-send-command (6) # ( tramp_perl_encode </dev/null 2>/dev/null; 
echo tramp_exit_status $? )
15:06:14 tramp-wait-for-regexp (6) # 
tramp_exit_status 127

///0850d4a1efacded8890e1b1c21e43ab0
15:06:14 tramp-find-inline-encoding (5) # Checking local encoding function 
`tramp-uuencode-region'
15:06:14 tramp-find-inline-encoding (5) # Checking local decoding function 
`uudecode-decode-region'
15:06:14 tramp-find-inline-encoding (5) # Checking remote encoding command 
`uuencode xxx' for sanity
15:06:14 tramp-send-command (6) # ( uuencode xxx </dev/null 2>/dev/null; echo 
tramp_exit_status $? )
15:06:14 tramp-wait-for-regexp (6) # 
tramp_exit_status 127

///0850d4a1efacded8890e1b1c21e43ab0
15:06:14 tramp-find-inline-encoding (5) # Checking remote encoding command 
`uuencode xxx' for sanity
15:06:14 tramp-send-command (6) # ( uuencode xxx </dev/null 2>/dev/null; echo 
tramp_exit_status $? )
15:06:14 tramp-wait-for-regexp (6) # 
tramp_exit_status 127

///0850d4a1efacded8890e1b1c21e43ab0
15:06:14 tramp-find-inline-encoding (5) # Checking remote encoding command 
`uuencode xxx' for sanity
15:06:14 tramp-send-command (6) # ( uuencode xxx </dev/null 2>/dev/null; echo 
tramp_exit_status $? )
15:06:14 tramp-wait-for-regexp (6) # 
tramp_exit_status 127

///0850d4a1efacded8890e1b1c21e43ab0
15:06:14 tramp-find-inline-encoding (5) # Checking remote encoding command 
`uuencode xxx' for sanity
15:06:14 tramp-send-command (6) # ( uuencode xxx </dev/null 2>/dev/null; echo 
tramp_exit_status $? )
15:06:14 tramp-wait-for-regexp (6) # 
tramp_exit_status 127

///0850d4a1efacded8890e1b1c21e43ab0
15:06:14 tramp-find-inline-encoding (5) # Checking local encoding command `perl 
-e 'binmode STDIN; binmode STDOUT; print pack(q{u*}, join q{}, <>)'' for sanity
15:06:14 tramp-find-inline-encoding (5) # Checking local decoding command `perl 
-e 'binmode STDIN; binmode STDOUT; print unpack(q{u*}, join q{}, <>)'' for 
sanity
15:06:14 tramp-find-inline-encoding (5) # Checking remote encoding command 
`perl -e 'binmode STDIN; binmode STDOUT; print pack(q{u*}, join q{}, <>)'' for 
sanity
15:06:14 tramp-send-command (6) # ( perl -e 'binmode STDIN; binmode STDOUT; 
print pack(q{u*}, join q{}, <>)' </dev/null 2>/dev/null; echo tramp_exit_status 
$? )
15:06:14 tramp-wait-for-regexp (6) # 
tramp_exit_status 127

///0850d4a1efacded8890e1b1c21e43ab0
15:06:14 tramp-find-inline-encoding (1) # File error: Couldn't find an inline 
transfer encoding
15:06:14 tramp-maybe-open-connection (3) # Opening connection for 
address@hidden using scpc...
15:06:14 tramp-maybe-open-connection (6) # /bin/sh
15:06:14 tramp-maybe-open-connection (3) # Waiting 60s for local shell to come 
up...
15:06:14 tramp-wait-for-regexp (6) # 
$ 
15:06:14 tramp-maybe-open-connection (3) # Sending command `ssh 10.1.1.91 -l 
root  -q -o ControlPath=/tmp/address@hidden:%p -o ControlMaster=yes -e none && 
exit || exit'
15:06:14 tramp-send-command (6) # ssh 10.1.1.91 -l root  -q -o 
ControlPath=/tmp/address@hidden:%p -o ControlMaster=yes -e none && exit || exit
15:06:14 tramp-process-actions (3) # Waiting for prompts from remote shell
15:06:14 tramp-process-one-action (5) # Looking for regexp ".*ogin\( .*\)?: 
*\'" from remote shell
15:06:14 tramp-process-one-action (5) # Looking for regexp 
"^.*\([pP]assword\|[pP]assphrase\).*:
? *\'" from remote shell
15:06:14 tramp-process-one-action (5) # Call `tramp-action-password'
15:06:14 tramp-action-password (3) # Sending password
15:06:14 tramp-process-one-action (5) # Looking for 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]+\).*\'" from remote shell
15:06:14 tramp-process-one-action (5) # Looking for regexp "^[^#$%>
]*[#$%>] *\'" from remote shell
15:06:14 tramp-process-one-action (5) # Looking for regexp "^[^#$%>
]*[#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\'" from remote shell
15:06:14 tramp-process-one-action (5) # Looking for regexp "\(Are you sure you 
want to continue connecting (yes/no)\?\)\s-*\'" from remote shell
15:06:14 tramp-process-one-action (5) # Looking for regexp "\(\(?:Store key in 
cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\'" 
from remote shell
15:06:14 tramp-process-one-action (5) # Looking for regexp "\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\'" from remote shell
15:06:14 tramp-process-one-action (5) # Looking for regexp "\'" from remote 
shell
15:06:14 tramp-process-one-action (5) # Call `tramp-action-process-alive'
15:06:14 tramp-process-one-action (5) # Looking for regexp ".*ogin\( .*\)?: 
*\'" from remote shell
15:06:14 tramp-process-one-action (5) # Looking for regexp 
"^.*\([pP]assword\|[pP]assphrase\).*:
? *\'" from remote shell
15:06:14 tramp-process-one-action (5) # Looking for 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]+\).*\'" from remote shell
15:06:14 tramp-process-one-action (5) # Looking for regexp "^[^#$%>
]*[#$%>] *\'" from remote shell
15:06:14 tramp-process-one-action (5) # Looking for regexp "^[^#$%>
]*[#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\'" from remote shell
15:06:14 tramp-process-one-action (5) # Looking for regexp "\(Are you sure you 
want to continue connecting (yes/no)\?\)\s-*\'" from remote shell
15:06:14 tramp-process-one-action (5) # Looking for regexp "\(\(?:Store key in 
cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\'" 
from remote shell
15:06:14 tramp-process-one-action (5) # Looking for regexp "\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\'" from remote shell
15:06:14 tramp-process-one-action (5) # Looking for regexp "\'" from remote 
shell
15:06:14 tramp-process-one-action (5) # Call `tramp-action-process-alive'
15:06:14 tramp-process-one-action (5) # Looking for regexp ".*ogin\( .*\)?: 
*\'" from remote shell
15:06:14 tramp-process-one-action (5) # Looking for regexp 
"^.*\([pP]assword\|[pP]assphrase\).*:
? *\'" from remote shell
15:06:14 tramp-process-one-action (5) # Looking for 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]+\).*\'" from remote shell
15:06:14 tramp-process-one-action (5) # Looking for regexp "^[^#$%>
]*[#$%>] *\'" from remote shell
15:06:14 tramp-process-one-action (5) # Looking for regexp "^[^#$%>
]*[#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\'" from remote shell
15:06:14 tramp-process-one-action (5) # Looking for regexp "\(Are you sure you 
want to continue connecting (yes/no)\?\)\s-*\'" from remote shell
15:06:14 tramp-process-one-action (5) # Looking for regexp "\(\(?:Store key in 
cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\'" 
from remote shell
15:06:14 tramp-process-one-action (5) # Looking for regexp "\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\'" from remote shell
15:06:14 tramp-process-one-action (5) # Looking for regexp "\'" from remote 
shell
15:06:14 tramp-process-one-action (5) # Call `tramp-action-process-alive'
15:06:14 tramp-process-one-action (5) # Looking for regexp ".*ogin\( .*\)?: 
*\'" from remote shell
15:06:14 tramp-process-one-action (5) # Looking for regexp 
"^.*\([pP]assword\|[pP]assphrase\).*:
? *\'" from remote shell
15:06:14 tramp-process-one-action (5) # Looking for 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]+\).*\'" from remote shell
15:06:14 tramp-process-one-action (5) # Looking for regexp "^[^#$%>
]*[#$%>] *\'" from remote shell
15:06:14 tramp-process-one-action (5) # Call `tramp-action-succeed'
15:06:14 tramp-process-actions (6) # 
address@hidden's password: 
Last login: Thu Sep 18 15:06:06 2008 from 10.1.1.58
address@hidden root]# 
15:06:14 tramp-maybe-open-connection (3) # Found remote shell prompt on 
`10.1.1.91'
15:06:14 tramp-send-command (6) # exec env ENV='' PROMPT_COMMAND='' PS1='$ ' 
PS2='' PS3='' /bin/sh
15:06:14 tramp-wait-for-regexp (6) # 
exec env ENV='' PROMPT_COMMAND='' PS1='$ ' PS2='' 
<exec env ENV='' PROMPT_COMMAND='' PS1='$ ' PS2='' P                         
S3='' /bin/sh
$ 
15:06:14 tramp-open-connection-setup-interactive-shell (5) # Setting up remote 
shell environment
15:06:14 tramp-send-command (6) # stty -inlcr -echo kill '^U' erase '^H'
15:06:14 tramp-wait-for-regexp (6) # 
stty -inlcr -echo kill '^U' erase '^H'
$ 
15:06:14 tramp-send-command (6) # echo foo
15:06:14 tramp-wait-for-regexp (6) # 
foo
$ 
15:06:14 tramp-open-connection-setup-interactive-shell (5) # Setting shell 
prompt
15:06:14 tramp-send-command (6) # PS1='
///0850d4a1efacded8890e1b1c21e43ab0
'
15:06:14 tramp-wait-for-regexp (6) # 

///0850d4a1efacded8890e1b1c21e43ab0
15:06:14 tramp-send-command (6) # PS2=''
15:06:14 tramp-wait-for-regexp (6) # 

///0850d4a1efacded8890e1b1c21e43ab0
15:06:14 tramp-send-command (6) # PS3=''
15:06:14 tramp-wait-for-regexp (6) # 

///0850d4a1efacded8890e1b1c21e43ab0
15:06:14 tramp-send-command (6) # PROMPT_COMMAND=''
15:06:14 tramp-wait-for-regexp (6) # 

///0850d4a1efacded8890e1b1c21e43ab0
15:06:14 tramp-open-connection-setup-interactive-shell (5) # Determining coding 
system
15:06:14 tramp-send-command (6) # echo foo ; echo bar
15:06:14 tramp-wait-for-regexp (6) # 
foo
bar

///0850d4a1efacded8890e1b1c21e43ab0
15:06:14 tramp-send-command (6) # set +o vi +o emacs
15:06:14 tramp-wait-for-regexp (6) # 

///0850d4a1efacded8890e1b1c21e43ab0
15:06:14 tramp-open-connection-setup-interactive-shell (5) # Checking system 
information
15:06:14 tramp-send-command (6) # echo \"`uname -sr`\" 2>/dev/null; echo 
tramp_exit_status $? 
15:06:14 tramp-wait-for-regexp (6) # 
"Linux 2.4.9-e.59smp"
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0
15:06:14 tramp-open-connection-setup-interactive-shell (5) # Checking remote 
host type for `send-process-string' bug
15:06:14 tramp-set-remote-path (5) # Setting $PATH environment variable
15:06:14 tramp-send-command (6) # PATH=/bin:/usr/bin:/usr/sbin:/usr/local/bin; 
export PATH
15:06:14 tramp-wait-for-regexp (6) # 

///0850d4a1efacded8890e1b1c21e43ab0
15:06:14 tramp-send-command (6) # mesg n; biff n
15:06:14 tramp-wait-for-regexp (6) # 
sh: biff: command not found

///0850d4a1efacded8890e1b1c21e43ab0
15:06:14 tramp-open-connection-setup-interactive-shell (5) # Setting default 
environment
15:06:14 tramp-send-command (6) # HISTFILE=$HOME/.tramp_history; export HISTFILE
15:06:14 tramp-wait-for-regexp (6) # 

///0850d4a1efacded8890e1b1c21e43ab0
15:06:14 tramp-send-command (6) # HISTSIZE=1; export HISTSIZE
15:06:14 tramp-wait-for-regexp (6) # 

///0850d4a1efacded8890e1b1c21e43ab0
15:06:14 tramp-send-command (6) # LC_ALL=C; export LC_ALL
15:06:14 tramp-wait-for-regexp (6) # 

///0850d4a1efacded8890e1b1c21e43ab0
15:06:14 tramp-send-command (6) # TERM=dumb; export TERM
15:06:14 tramp-wait-for-regexp (6) # 

///0850d4a1efacded8890e1b1c21e43ab0
15:06:14 tramp-send-command (6) # EMACS=t; export EMACS
15:06:14 tramp-wait-for-regexp (6) # 

///0850d4a1efacded8890e1b1c21e43ab0
15:06:14 tramp-send-command (6) # INSIDE_EMACS=23.0.60.1,tramp:2.1.15-pre; 
export INSIDE_EMACS
15:06:14 tramp-wait-for-regexp (6) # 

///0850d4a1efacded8890e1b1c21e43ab0
15:06:14 tramp-send-command (6) # unset correct autocorrect MAILPATH MAILCHECK 
MAIL HISTORY CDPATH
15:06:14 tramp-wait-for-regexp (6) # 

///0850d4a1efacded8890e1b1c21e43ab0
15:06:14 tramp-send-command (6) # test -r 
/opt/rWeb/www.net-entreprises.fr_RPC/conf/httpd.conf 2>/dev/null; echo 
tramp_exit_status $? 
15:06:14 tramp-wait-for-regexp (6) # 
tramp_exit_status 0

///0850d4a1efacded8890e1b1c21e43ab0




reply via email to

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