tramp-devel
[Top][All Lists]
Advanced

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

tramp 2.0.35 fails to open file within a remote CVS-Tree


From: vera
Subject: tramp 2.0.35 fails to open file within a remote CVS-Tree
Date: Wed, 6 Aug 2003 16:44:14 +0200


to address@hidden

Subject: tramp (2.0.35); tramp 2.0.35 fails to open file within a remote
CVS-Tree
--text follows this line--

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-debug-buffer t) 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--

A ssh-agent is running with my passphrase.
.bashrc is my file in a remote machine "blade" out of any CVS-Tree

I open my .bashrc with tramp. Successful.
I save changes with tramp. Successful.
No Problems with tramp

/export/plattform/vera/B000/nfs/brokerage/configure is also in "blade"
but within a CVS-WorkingTree

I try to open
/address@hidden:/export/plattform/vera/B000/nfs/brokerage/configure. It fails
the first time.
I try a second time to open
/address@hidden:/export/plattform/vera/B000/nfs/brokerage/configure.
Successful.
I try to save some changes in .../configure. It fails, It does not matters
how many time I try it.

I didn't find help in the mailling-list

At the end I save the debug and Messages Buffer to send it to you.

I send You:

----------------------
current state
----------------------
Messages.Buffer
----------------------
debug-tramp.Buffer
----------------------
some infos about the remote machine
----------------------

Any help is welcome

Thanks in advance

Roberto


Emacs  : GNU Emacs 21.1.1 (i386-mandrake-linux-gnu, X toolkit, Xaw3d scroll
bars)
 of 2002-03-03 on montreal.mandrakesoft.com
Package: tramp (2.0.35)

current state:
==============
(setq
 tramp-ls-command nil
 tramp-test-groks-nt nil
 tramp-file-exists-command nil
 tramp-current-multi-method nil
 tramp-current-method nil
 tramp-current-user nil
 tramp-current-host nil
 tramp-auto-save-directory nil
 tramp-default-method "ssh"
 tramp-rsh-end-of-line "\n"
 tramp-password-end-of-line "\n"
 tramp-remote-path '("/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin"
"/usr/ccs/bin" "/local/bin" "/local/freeware/bin" "/local/gnu/bin"
"/usr/freeware/bin" "/usr/pkg/bin" "/usr/contrib/bin")
 tramp-login-prompt-regexp ".*ogin: *"
 tramp-password-prompt-regexp
"^.*\\([pP]assword\\|passphrase.*\\)::clo\\|refu\\)sed\\)\\|Host key
verification failed\\.\\|Login \\(?:[Ii]ncorrect\\)\\|Name or service not
known\\|\\(?:Permission denied\\|Sorry, try
again\\)\\.\\).*\\|^.*\\(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/n)\\)\\s-*"
 tramp-temp-name-prefix "tramp."
 tramp-file-name-structure '("^/\\(\\([a-zA-Z_0-9-]+\\):\\)?\\(\\([^:@/
]*\\)@\\)?\\([a-zA-Z0-9_.#-]*\\):\\(.*$\\)" 2 4 5 6)
 tramp-file-name-regexp "\\`/[^/:]+:"
 tramp-multi-file-name-structure
'("^/\\(\\([a-zA-Z_0-9-]+\\)\\)?\\(\\(:%s\\)+\\)?:\\(.*$\\)" 2 3 -1)
 tramp-multi-file-name-hop-structure '("\\([a-zA-Z_0-9-]+\\):\\([^:@/
]*\\)@\\([a-zA-Z0-9_.#-]*\\)" 1 2 3)
 tramp-multi-methods '("multi" "multiu")
 tramp-multi-connection-function-alist '(("telnet"
tramp-multi-connect-telnet "telnet %h%n") ("rsh" tramp-multi-connect-rlogin
"rsh %h -l %u%n")
                                                             ("remsh"
tramp-multi-connect-rlogin "remsh %h -l %u%n") ("ssh"
tramp-multi-connect-rlogin "ssh %h -l %u%n") ("su" tramp-multi-connect-su
"su - %u%n")
                                                             ("sudo"
tramp-multi-connect-su "sudo -u %u -s -p Password:%n"))
 tramp-methods '(("smb") ("ftp")
                         ("rcp" (tramp-connection-function
tramp-open-connection-rsh) (tramp-login-program "rsh") (tramp-copy-program
"rcp") (tramp-remote-sh "/bin/sh") (tramp-login-args nil)
                          (tramp-copy-args nil) (tramp-copy-keep-date-arg
"-p"))
                         ("scp" (tramp-connection-function
tramp-open-connection-rsh) (tramp-login-program "ssh") (tramp-copy-program
"scp") (tramp-remote-sh "/bin/sh") (tramp-login-args ("-e" "none"))
                          (tramp-copy-args nil) (tramp-copy-keep-date-arg
"-p"))
                         ("scp1" (tramp-connection-function
tramp-open-connection-rsh) (tramp-login-program "ssh") (tramp-copy-program
"scp") (tramp-remote-sh "/bin/sh") (tramp-login-args ("-1" "-e" "none"))
                          (tramp-copy-args ("-1"))
(tramp-copy-keep-date-arg "-p"))
                         ("scp2" (tramp-connection-function
tramp-open-connection-rsh) (tramp-login-program "ssh") (tramp-copy-program
"scp") (tramp-remote-sh "/bin/sh") (tramp-login-args ("-2" "-e" "none"))
                          (tramp-copy-args ("-2"))
(tramp-copy-keep-date-arg "-p"))
                         ("scp1_old" (tramp-connection-function
tramp-open-connection-rsh) (tramp-login-program "ssh1") (tramp-copy-program
"scp1") (tramp-remote-sh "/bin/sh")
                          (tramp-login-args ("-e" "none")) (tramp-copy-args
nil) (tramp-copy-keep-date-arg "-p"))
                         ("scp2_old" (tramp-connection-function
tramp-open-connection-rsh) (tramp-login-program "ssh2") (tramp-copy-program
"scp2") (tramp-remote-sh "/bin/sh")
                          (tramp-login-args ("-e" "none")) (tramp-copy-args
nil) (tramp-copy-keep-date-arg "-p"))
                         ("rsync" (tramp-connection-function
tramp-open-connection-rsh) (tramp-login-program "ssh") (tramp-copy-program
"rsync") (tramp-remote-sh "/bin/sh") (tramp-login-args ("-e" "none"))
                          (tramp-copy-args ("-e" "ssh"))
(tramp-copy-keep-date-arg "-t"))
                         ("remcp" (tramp-connection-function
tramp-open-connection-rsh) (tramp-login-program "remsh")
(tramp-copy-program "rcp") (tramp-remote-sh "/bin/sh") (tramp-login-args
nil)
                          (tramp-copy-args nil) (tramp-copy-keep-date-arg
"-p"))
                         ("rsh" (tramp-connection-function
tramp-open-connection-rsh) (tramp-login-program "rsh") (tramp-copy-program
nil) (tramp-remote-sh "/bin/sh") (tramp-login-args nil)
                          (tramp-copy-args nil) (tramp-copy-keep-date-arg
nil))
                         ("ssh" (tramp-connection-function
tramp-open-connection-rsh) (tramp-login-program "ssh") (tramp-copy-program
nil) (tramp-remote-sh "/bin/sh") (tramp-login-args ("-e" "none"))
                          (tramp-copy-args nil) (tramp-copy-keep-date-arg
nil))
                         ("ssh1" (tramp-connection-function
tramp-open-connection-rsh) (tramp-login-program "ssh") (tramp-copy-program
nil) (tramp-remote-sh "/bin/sh") (tramp-login-args ("-1" "-e" "none"))
                          (tramp-copy-args ("-1"))
(tramp-copy-keep-date-arg nil))
                         ("ssh2" (tramp-connection-function
tramp-open-connection-rsh) (tramp-login-program "ssh") (tramp-copy-program
nil) (tramp-remote-sh "/bin/sh") (tramp-login-args ("-2" "-e" "none"))
                          (tramp-copy-args ("-2"))
(tramp-copy-keep-date-arg nil))
                         ("ssh1_old" (tramp-connection-function
tramp-open-connection-rsh) (tramp-login-program "ssh1") (tramp-copy-program
nil) (tramp-remote-sh "/bin/sh") (tramp-login-args ("-e" "none"))
                          (tramp-copy-args nil) (tramp-copy-keep-date-arg
nil))
                         ("ssh2_old" (tramp-connection-function
tramp-open-connection-rsh) (tramp-login-program "ssh2") (tramp-copy-program
nil) (tramp-remote-sh "/bin/sh") (tramp-login-args ("-e" "none"))
                          (tramp-copy-args nil) (tramp-copy-keep-date-arg
nil))
                         ("remsh" (tramp-connection-function
tramp-open-connection-rsh) (tramp-login-program "remsh")
(tramp-copy-program nil) (tramp-remote-sh "/bin/sh") (tramp-login-args nil)
                          (tramp-copy-args nil) (tramp-copy-keep-date-arg
nil))
                         ("telnet" (tramp-connection-function
tramp-open-connection-telnet) (tramp-login-program "telnet")
(tramp-copy-program nil) (tramp-remote-sh "/bin/sh") (tramp-login-args nil)
                          (tramp-copy-args nil) (tramp-copy-keep-date-arg
nil))
                         ("su" (tramp-connection-function
tramp-open-connection-su) (tramp-login-program "su") (tramp-copy-program
nil) (tramp-remote-sh "/bin/sh") (tramp-login-args ("-" "%u"))
                          (tramp-copy-args nil) (tramp-copy-keep-date-arg
nil))
                         ("sudo" (tramp-connection-function
tramp-open-connection-su) (tramp-login-program "sudo") (tramp-copy-program
nil) (tramp-remote-sh "/bin/sh")
                          (tramp-login-args ("-u" "%u" "-s" "-p"
"Password:")) (tramp-copy-args nil) (tramp-copy-keep-date-arg nil))
                         ("multi" (tramp-connection-function
tramp-open-connection-multi) (tramp-login-program nil) (tramp-copy-program
nil) (tramp-remote-sh "/bin/sh") (tramp-login-args nil)
                          (tramp-copy-args nil) (tramp-copy-keep-date-arg
nil))
                         ("scpx" (tramp-connection-function
tramp-open-connection-rsh) (tramp-login-program "ssh") (tramp-copy-program
"scp") (tramp-remote-sh "/bin/sh")
                          (tramp-login-args ("-e" "none" "-t" "-t"
"/bin/sh")) (tramp-copy-args nil) (tramp-copy-keep-date-arg "-p"))
                         ("sshx" (tramp-connection-function
tramp-open-connection-rsh) (tramp-login-program "ssh") (tramp-copy-program
nil) (tramp-remote-sh "/bin/sh")
                          (tramp-login-args ("-e" "none" "-t" "-t"
"/bin/sh")) (tramp-copy-args nil) (tramp-copy-keep-date-arg nil))
                         ("krlogin" (tramp-connection-function
tramp-open-connection-rsh) (tramp-login-program "krlogin")
(tramp-copy-program nil) (tramp-remote-sh "/bin/sh") (tramp-login-args
("-x"))
                          (tramp-copy-args nil) (tramp-copy-keep-date-arg
nil))
                         ("plink" (tramp-connection-function
tramp-open-connection-rsh) (tramp-login-program "plink")
(tramp-copy-program nil) (tramp-remote-sh "/bin/sh") (tramp-login-args
("-ssh"))
                          (tramp-copy-args nil) (tramp-copy-keep-date-arg
nil))
                         ("plink1" (tramp-connection-function
tramp-open-connection-rsh) (tramp-login-program "plink")
(tramp-copy-program nil) (tramp-remote-sh "/bin/sh") (tramp-login-args
("-1" "-ssh"))
                          (tramp-copy-args nil) (tramp-copy-keep-date-arg
nil))
                         ("pscp" (tramp-connection-function
tramp-open-connection-rsh) (tramp-login-program "plink")
(tramp-copy-program "pscp") (tramp-remote-sh "/bin/sh") (tramp-login-args
("-ssh"))
                          (tramp-copy-args nil) (tramp-copy-keep-date-arg
"-p"))
                         ("fcp" (tramp-connection-function
tramp-open-connection-rsh) (tramp-login-program "fsh") (tramp-copy-program
"fcp") (tramp-remote-sh "/bin/sh -i") (tramp-login-args ("sh" "-i"))
                          (tramp-copy-args nil) (tramp-copy-keep-date-arg
"-p"))
                         )
 tramp-end-of-output "///bef161e15b788ce5aea204d3e2eb3e63"
 tramp-coding-commands '(("mimencode -b" "mimencode -u -b"
base64-encode-region base64-decode-region) ("mmencode -b" "mmencode -u -b"
base64-encode-region base64-decode-region)
                                     ("recode data..base64" "recode
base64..data" base64-encode-region base64-decode-region) ("uuencode xxx"
"uudecode -o -" tramp-uuencode-region uudecode-decode-region)
                                     ("uuencode xxx" "uudecode -p"
tramp-uuencode-region uudecode-decode-region) ("uuencode xxx"
"tramp_uudecode" tramp-uuencode-region uudecode-decode-region)
                                     ("tramp_encode_with_module"
"tramp_decode_with_module" base64-encode-region base64-decode-region)
("tramp_encode" "tramp_decode" base64-encode-region base64-decode-region))
 tramp-actions-before-shell '((tramp-password-prompt-regexp
tramp-action-password) (tramp-login-prompt-regexp tramp-action-login)
(shell-prompt-pattern tramp-action-succeed)
                                            (tramp-shell-prompt-pattern
tramp-action-succeed) (tramp-wrong-passwd-regexp
tramp-action-permission-denied) (tramp-yesno-prompt-regexp
tramp-action-yesno)
                                            (tramp-yn-prompt-regexp
tramp-action-yn) (tramp-terminal-prompt-regexp tramp-action-terminal))
 tramp-multi-actions '((tramp-password-prompt-regexp
tramp-multi-action-password) (tramp-login-prompt-regexp
tramp-multi-action-login) (shell-prompt-pattern tramp-multi-action-succeed)
                                 (tramp-shell-prompt-pattern
tramp-multi-action-succeed) (tramp-wrong-passwd-regexp
tramp-multi-action-permission-denied))
 tramp-terminal-type "dumb"
 tramp-shell-prompt-pattern "^[^#$%>\n]*[#$%>] *\\(\\[[0-9;]*[a-zA-Z]
*\\)*"
 tramp-chunksize 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
 file-name-handler-alist
'(("\\.Z\\(~\\|\\.~[0-9]+~\\)?\\'\\|\\.bz2\\'\\|\\.tgz\\'\\|\\.g?z\\(~\\|\\.~[0-9]+~\\)?\\'"
 . jka-compr-handler) ("^/[^/]*$" . tramp-completion-file-name-handler)
                                       ("\\`/[^/:]+:" .
tramp-file-name-handler) ("\\`/:" . file-name-non-special))
 )
======================================================
======================================================
Messages.Buffer
======================================================
======================================================
tramp: Checking remote encoding command `uuencode xxx' for sanity
tramp: Checking remote decoding command `uudecode -o -' for sanity
tramp: Checking remote encoding command `uuencode xxx' for sanity
tramp: Checking remote decoding command `uudecode -p' for sanity
tramp: Checking to see if encoding/decoding commands work on remote
host...done
tramp: Encoding remote file /ssh:address@hidden:/home/vera/.bashrc...
tramp: Decoding remote file /ssh:address@hidden:/home/vera/.bashrc...
Mark set
tramp: Decoding remote file /ssh:address@hidden:/home/vera/.bashrc with
function uudecode-decode-region...
Loading uudecode (source)...done
Wrote /home/vera/tmp/tramp.5331K_O
tramp: Decoding remote file /ssh:address@hidden:/home/vera/.bashrc...done
tramp: Inserting local temp file `/home/vera/tmp/tramp.5331K_O'...done
Loading sh-script...
Loading easy-mmode...done
Loading sh-script...done
Setting up indent for shell type bash
setting up indent stuff
Indentation variable are now local.
Indentation setup for shell type bash
tramp: Encoding region...
tramp: Encoding region using function...
Loading tramp-uu...done
tramp: Decoding region into remote file
/ssh:address@hidden:/home/vera/.bashrc...
tramp: Sending data to remote host...
tramp: Sending end of data token...
tramp: Waiting for remote host to process data...
tramp: Decoding region into remote file
/ssh:address@hidden:/home/vera/.bashrc...done
Wrote /ssh:address@hidden:/home/vera/.bashrc
tramp: Encoding remote file
/ssh:address@hidden:/export/plattform/vera/B000/nfs/brokerage/configure...
tramp: Decoding remote file
/ssh:address@hidden:/export/plattform/vera/B000/nfs/brokerage/configure...
Mark set
tramp: Decoding remote file
/ssh:address@hidden:/export/plattform/vera/B000/nfs/brokerage/configure with
function uudecode-decode-region...
Wrote /home/vera/tmp/tramp.53312cr
tramp: Decoding remote file
/ssh:address@hidden:/export/plattform/vera/B000/nfs/brokerage/configure...done
tramp: Inserting local temp file `/home/vera/tmp/tramp.53312cr'...done
Setting up indent for shell type sh
setting up indent stuff
Indentation variable are now local.
Indentation setup for shell type sh
tramp: Inserting local temp file `nil'...
setq: Wrong type argument: stringp, nil
tramp: Inserting local temp file `nil'...
setq: Wrong type argument: stringp, nil
tramp: Inserting local temp file `nil'...
setq: Wrong type argument: stringp, nil
Auto-saving...done
call-interactively: Beginning of buffer [2 times]
Saving file /home/vera/debug-tramp-ssh-vera-blade.log...
Wrote /home/vera/debug-tramp-ssh-vera-blade.log
=================================================================
=================================================================
debug-tramp-ssh-vera-blade.Buffer
=================================================================
=================================================================
# Opening connection for address@hidden using ssh...
# Waiting for prompts from remote shell
# Waiting 60s for prompt from remote shell
# Found remote shell prompt.
# Initializing remote shell
$ exec env 'ENV=' 'PS1=$ ' /bin/sh
# Waiting 30s for remote `/bin/sh' to come up...
$ $ # Setting up remote shell environment
$ stty -inlcr -echo kill '^U'
$ $ TERM=dumb; export TERM
$ # Determining coding system
$ echo foo ; echo bar
foo
bar
$ # Waiting 30s for `HISTFILE=$HOME/.tramp_history; HISTSIZE=1'
$ HISTFILE=$HOME/.tramp_history; HISTSIZE=1
$ # Waiting 30s for `set +o vi +o emacs'
$ set +o vi +o emacs
$ # Waiting 30s for `unset MAIL MAILCHECK MAILPATH'
$ unset MAIL MAILCHECK MAILPATH 1>/dev/null 2>/dev/null
$ # Waiting 30s for `unset CDPATH'
$ unset CDPATH
$ # Setting shell prompt
$ PS1='
///bef161e15b788ce5aea204d3e2eb3e63
'; PS2=''; PS3=''
$ echo ~root
~root
$ while read d; do if test -x $d/bash -a -f $d/bash; then echo
tramp_executable $d/bash; break; fi; done <<'EOF'
$ /bin
$ /usr/bin
$ /usr/sbin
$ /usr/local/bin
$ /usr/ccs/bin
$ /local/bin
$ /local/freeware/bin
$ /local/gnu/bin
$ /usr/freeware/bin
$ /usr/pkg/bin
$ /usr/contrib/bin
$ EOF
tramp_executable /bin/bash
# Starting remote shell `/bin/bash -norc -noprofile' for tilde expansion...
$ PS1='$ ' exec /bin/bash -norc -noprofile
$ # Setting remote shell prompt...
# Setting remote shell prompt...done
# Finding command to check if file exists
$ test -e / 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ test -e /\ this\ file\ does\ not\ exist\  2>/dev/null; echo
tramp_exit_status $?
tramp_exit_status 1
# Finding a suitable `ls' command
# Checking remote `/bin/ls' command for `-n' option
$ test -x /bin/ls 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
# Testing remote command `/bin/ls' for -n...
$ /bin/ls -lnd / >/dev/null 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
# Testing remote command `/bin/ls' for -n...okay
# Using remote command `/bin/ls' for getting directory listings
$ tramp_set_exit_status () {
return $1
}
$ test -e /bin 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ ( test -d /bin 2>/dev/null; echo tramp_exit_status $? )
tramp_exit_status 0
$ test -e /usr/bin 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ ( test -d /usr/bin 2>/dev/null; echo tramp_exit_status $? )
tramp_exit_status 0
$ test -e /usr/sbin 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ ( test -d /usr/sbin 2>/dev/null; echo tramp_exit_status $? )
tramp_exit_status 0
$ test -e /usr/local/bin 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ ( test -d /usr/local/bin 2>/dev/null; echo tramp_exit_status $? )
tramp_exit_status 0
$ test -e /usr/ccs/bin 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ ( test -d /usr/ccs/bin 2>/dev/null; echo tramp_exit_status $? )
tramp_exit_status 0
$ test -e /local/bin 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 1
$ test -e /local/freeware/bin 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 1
$ test -e /local/gnu/bin 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 1
$ test -e /usr/freeware/bin 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 1
$ test -e /usr/pkg/bin 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 1
$ test -e /usr/contrib/bin 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 1
$ PATH=/bin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/ccs/bin; export PATH
$ LC_TIME=C; export LC_TIME; echo huhu
huhu
$ mesg n; echo huhu
huhu
$ biff n ; echo huhu
bash: biff: command not found
huhu
$ unalias ls; echo huhu
bash: unalias: `ls': not an alias
huhu
$ ( test / -nt / )
$ tramp_test_nt () {
test -n "`find $1 -prune -newer $2 -print`"
}
$ tramp_uudecode () {
(echo begin 600 /tmp/tramp.$$; tail +2) | uudecode
cat /tmp/tramp.$$
rm -f /tmp/tramp.$$
}
$ 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
$ /usr/ccs/bin
$ /local/bin
$ /local/freeware/bin
$ /local/gnu/bin
$ /usr/freeware/bin
$ /usr/pkg/bin
$ /usr/contrib/bin
$ EOF
$ 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
$ /usr/ccs/bin
$ /local/bin
$ /local/freeware/bin
$ /local/gnu/bin
$ /usr/freeware/bin
$ /usr/pkg/bin
$ /usr/contrib/bin
$ EOF
tramp_executable /bin/perl
# Sending the Perl `file-attributes' implementation.
$ tramp_file_attributes () {
/bin/perl -e '$f = $ARGV[0];
@s = lstat($f);
if (($s[2] & 0170000) == 0120000) { $l = readlink($f); $l = "\"$l\""; }
elsif (($s[2] & 0170000) == 040000) { $l = "t"; }
else { $l = "nil" };
printf("(%s %u %d %d (%u %u) (%u %u) (%u %u) %u %u t (%u . %u) -1)\n",
$l, $s[3], $s[4], $s[5], $s[8] >> 16 & 0xffff, $s[8] & 0xffff,
$s[9] >> 16 & 0xffff, $s[9] & 0xffff, $s[10] >> 16 & 0xffff, $s[10] &
0xffff,
$s[7], $s[2], $s[1] >> 16 & 0xffff, $s[1] & 0xffff);' $1 2>/dev/null
}
tramp_executable /bin/perl
# Sending the Perl `mime-encode' implementations.
$ tramp_encode () {
/bin/perl -e '
# This script contributed by Juanma Barranquero <address@hidden>.
# Copyright (C) 2002 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
}
tramp_executable /bin/perl
$ tramp_encode_with_module () {
perl -MMIME::Base64 -0777 -ne 'print encode_base64($_)' 2>/dev/null
}
tramp_executable /bin/perl
# Sending the Perl `mime-decode' implementations.
$ tramp_decode () {
/bin/perl -e '
# This script contributed by Juanma Barranquero <address@hidden>.
# Copyright (C) 2002 Free Software Foundation, Inc.
use strict;

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

my %bytes = map {(unpack(q(B8), chr $_), chr $_)} 0 .. 255;

binmode(\*STDOUT);

# We are going to accumulate into $pending to accept any line length
# (we do not check they are <= 76 chars as the RFC says)
my $pending = q();

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

    # If we find one or two =, we have reached the end and
    # any following data is to be discarded
    my $finished = $data =~ s/(==?).*/$1/;
    $pending .= $data;

    my $len = length($pending);
    my $chunk = substr($pending, 0, $len & ~3);

    # Easy method: translate from chars to (pregenerated) six-bit packets,
join,
    # split in 8-bit chunks and convert back to char.
    print join q(),
      map $bytes{$_},
        ((join q(), map {$trans{$_} || q()} split //, $chunk) =~
/......../g);

    last if $finished;
}
' 2>/dev/null
}
tramp_executable /bin/perl
$ tramp_decode_with_module () {
perl -MMIME::Base64 -0777 -ne 'print decode_base64($_)' 2>/dev/null
}
tramp_executable /bin/perl
$ while read d; do if test -x $d/ln -a -f $d/ln; then echo tramp_executable
$d/ln; break; fi; done <<'EOF'
$ /bin
$ /usr/bin
$ /usr/sbin
$ /usr/local/bin
$ /usr/ccs/bin
$ /local/bin
$ /local/freeware/bin
$ /local/gnu/bin
$ /usr/freeware/bin
$ /usr/pkg/bin
$ /usr/contrib/bin
$ EOF
tramp_executable /bin/ln
# Checking remote encoding command `mimencode -b' for sanity
$ ( mimencode -b </dev/null 2>/dev/null; echo tramp_exit_status $? )
tramp_exit_status 127
# Checking remote encoding command `mmencode -b' for sanity
$ ( mmencode -b </dev/null 2>/dev/null; echo tramp_exit_status $? )
tramp_exit_status 127
# Checking remote encoding command `recode data..base64' for sanity
$ ( recode data..base64 </dev/null 2>/dev/null; echo tramp_exit_status $? )
tramp_exit_status 127
# Checking remote encoding command `uuencode xxx' for sanity
$ ( uuencode xxx </dev/null 2>/dev/null; echo tramp_exit_status $? )
begin 644 xxx

end
tramp_exit_status 0
# Checking remote decoding command `uudecode -o -' for sanity
$ ( echo xyzzy | uuencode xxx | uudecode -o - 2>/dev/null; echo
tramp_exit_status $? )
tramp_exit_status 1
# Checking remote encoding command `uuencode xxx' for sanity
$ ( uuencode xxx </dev/null 2>/dev/null; echo tramp_exit_status $? )
begin 644 xxx

end
tramp_exit_status 0
# Checking remote decoding command `uudecode -p' for sanity
$ ( echo xyzzy | uuencode xxx | uudecode -p 2>/dev/null; echo
tramp_exit_status $? )
xyzzy
tramp_exit_status 0
# Checking to see if encoding/decoding commands work on remote host...
$ echo xyzzy | uuencode xxx | uudecode -p
xyzzy
# Checking to see if encoding/decoding commands work on remote host...done
$ test -e /bin 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ ( test -d /bin 2>/dev/null; echo tramp_exit_status $? )
tramp_exit_status 0
$ test -e /usr/bin 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ ( test -d /usr/bin 2>/dev/null; echo tramp_exit_status $? )
tramp_exit_status 0
$ test -e /usr/sbin 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ ( test -d /usr/sbin 2>/dev/null; echo tramp_exit_status $? )
tramp_exit_status 0
$ test -e /usr/local/bin 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ ( test -d /usr/local/bin 2>/dev/null; echo tramp_exit_status $? )
tramp_exit_status 0
$ test -e /usr/ccs/bin 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ ( test -d /usr/ccs/bin 2>/dev/null; echo tramp_exit_status $? )
tramp_exit_status 0
$ test -e /local/bin 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 1
$ test -e /local/freeware/bin 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 1
$ test -e /local/gnu/bin 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 1
$ test -e /usr/freeware/bin 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 1
$ test -e /usr/pkg/bin 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 1
$ test -e /usr/contrib/bin 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 1
$ ( test -d /home/vera/.bashrc 2>/dev/null; echo tramp_exit_status $? )
tramp_exit_status 1
$ test -e /home 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /home
(t 6 0 0 (16176 61119) (16176 61119) (16103 26775) 6 16749 t (0 . 13) -1)
$ test -e /home/vera 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /home/vera
(t 39 2343 2106 (16176 61315) (16176 61370) (16176 61370) 3584 16877 t (89
. 31974) -1)
$ test -e /home/vera/.bashrc 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /home/vera/.bashrc
(nil 1 2343 2106 (16176 60996) (16176 60996) (16176 60996) 5481 33188 t (89
. 31659) -1)
$ test -e /home/vera/.bashrc 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /home/vera/.bashrc
(nil 1 2343 2106 (16176 60996) (16176 60996) (16176 60996) 5481 33188 t (89
. 31659) -1)
$ test -e /home 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /home
(t 6 0 0 (16176 61119) (16176 61119) (16103 26775) 6 16749 t (0 . 13) -1)
$ test -e /home/vera 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /home/vera
(t 39 2343 2106 (16176 61315) (16176 61370) (16176 61370) 3584 16877 t (89
. 31974) -1)
$ test -e /home/vera/.bashrc 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /home/vera/.bashrc
(nil 1 2343 2106 (16176 60996) (16176 60996) (16176 60996) 5481 33188 t (89
. 31659) -1)
$ test -e /home/vera/.bashrc 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /home/vera/.bashrc
(nil 1 2343 2106 (16176 60996) (16176 60996) (16176 60996) 5481 33188 t (89
. 31659) -1)
$ test -e /home/vera/.bashrc 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ test -e /home/vera/.bashrc 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
# Encoding remote file /ssh:address@hidden:/home/vera/.bashrc...
$ uuencode xxx < /home/vera/.bashrc 2>/dev/null; echo tramp_exit_status $?
begin 644 xxx
M"B,@+F)A<VAR8PH*"B,@16EN92!.:6-H="U);G1E<F%K=&EV92!3:&5L;" H
M='EP:7-C:"!S:6YD(%-H96QL<VMR:7!T92D@:0HC('=E<G1E="!E:6YZ:6<@
M9&EE(%5M9V5B=6YG<W9A<FEA8FQE($)!4TA?14Y6/2]H;VUE+W9E<F$O+F)A
M<VAR8PHC($5N=&AA96QT('address@hidden;'-T865N9&address@hidden&9A9"!Z
M=2!E:6YE<B!$871E:2P@"B,@<address@hidden"!D97)E;B!);FAA;'address@hidden
M;B!U;address@hidden<G0N"@HC(%5S97(@<W!E8VEF:6,@86QI87-E<R!A
M;address@hidden;VYS"F%L:6%S(&UV/2=M=B M:2<*86QI87,@8W ])V-P("UI
M)PIA;&EA<R!S/2=C9" N+B<*86QI87,@9#TG;',G"F%L:6%S(' ])V-D("TG
M"F%L:6%S(&\])VQE<W,G"F%L:6%S(&QL/2=L<R M86PG"F%L:6%S('1N=#TG
M=&5L;F5T(#$P+C(U-"XQ-S4N,3DG"F%L:6%S(')O;STG<W-H('9E<F% <F]O
M<W1A)PIA;&EA<R!R=74])W-S:"!V97)A0')U<F%P96YT92<*86QI87,@8FQA
M/2=S<V@@=F5R84!B;&%D92<*86QI87,@=')I/2=S<V@@=F5R84!T<FEL;&EA
M;B<*86QI87,@=')D/2=S<V@@=F5R84!T87)D:7,G"@IA;&EA<R!U<#TG8V0@
M+BXG"F%L:6%S('5P,address@hidden"F%L:6%S('5P,address@hidden"F%L
M:6%S('5P,address@hidden"F%L:6%S('address@hidden
M+BXG"F%L:6%S('address@hidden"F%L:6%S('5P-CTG
address@hidden"F%L:6%S('address@hidden
M+BXO+BXO+BXO+BXG"@IA;&EA<R!C9&UA:6X])V-D("]E>'!O<G0O<&QA='1F
M;W)M+W9E<F$G"F%L:6%S(&-D9W)O=7!S/2=C9" O97AP;W)T+W!L871T9F]R
M;2]V97)A+T-64U)/3U0O:6YF;R]G<F]U<',G"@IA;&EA<R!T<F%N<STG<W-H
M(')O;W1 =')A;G-W87)P)PIA;&EA<R!K:7)K/2=S<V@@<F]O=$!K:7)K)PIA
M;&EA<R!D87)A/2=S<V@@<F]O=$!T87)D:7,G"F%L:6%S(&)O8F%F971T/2=S
M<V@@<F]O=$!B;V)A9F5T="<*86QI87,@8FQA9&4])W-S:"!R;V]T0&)L861E
M)PIA;&EA<R!T87)D:7,])W-S:"!R;V]T0'1A<F1I<R<*"F%L:6%S('!A=&@]
M(F5C:&\@)%!!5$@@?"!T<B G.B<@)UQN)R(*86QI87,@8VQA<W-P871H/2)E
M8VAO("1#3$%34U!!5$@@?"!T<B G.B<@)UQN)R(*"F%L:6%S(&QE<W-L;V<]
M)VQE<W,@+4<@+V5X<&]R="]#5E,O;&]G<R]C;VUM:70N;&]G)PIA;&EA<R!T
M86EL;&]G/2=T86EL("UF("]E>'!O<G0O0U93+VQO9W,O8V]M;6ET+FQO9R<*
M86QI87,@;&5S<W1A9STG;&5S<R M1R O97AP;W)T+T-64R]L;V=S+W1A9RYL
M;V<G"F%L:6%S('1A:6QT86<])W1A:address@hidden@+V5X<&]R="]#5E,O;&]G<R]T
M86<N;&]G)PIA;&EA<R!E;6$])R]H;VUE+W9E<F$O;7EE;6%C<R]E;6$O8FEN
M+V5M86-S)PH*"B-A;&EA<R!X=&5R;3TG+W5S<B]O<&5N=VEN+V)I;B]X=&5R
M;2 M;',@+7-L(#(P,# @+7-B("UB9R!D87)K8FQU92 M9F<@=VAI=&address@hidden
M(#EX,address@hidden&QE(&)O<V]N("8G"@H*(R!.965D(&9O<B!A('AT97)M("8@
M8V\@:address@hidden@9&]N)W0@;6%K92!A("UL<PI;("UN("1$25-03$%9(%T@)B8@
M>PH)6R M9B O971C+W!R;V9I;&4N9"]C;VQO<E]L<RYS:"!=("8F('-O=7)C
M92 O971C+W!R;V9I;&4N9"]C;VQO<E]L<RYS: H)(&5X<&]R="!805542$]2
M2519/21(3TU%+RY8875T:&]R:71Y"GT*"B,@4F5A9"!F:7)S=" O971C+VEN
M<'5T<F,@:address@hidden&AE('9A<FEA8FQE(&ES(&YO="!D969I;F5D+"!A;address@hidden
M97(@=&AE("]E=&,O:6YP=71R8R *(R!I;F-L=61E('1H92!^+RYI;G!U=')C
M"address@hidden@)$E.4%544D,@72 F)B!E>'!O<address@hidden<'5T
M<F,*"B,@4V]U<F-E(&=L;V)A;"!D969I;FET:6]N<PII9B!;("UF("]E=&,O
M8F%S:')C(%T[('1H96X*"address@hidden<F,*9FD*"B,@?B\N<')O9FEL

M90H*"@HC($5I;address@hidden&]G:6XM4VAE;&address@hidden<address@hidden&EE($MO;6UA;F1O<R!A
M=7,@9&5R($1A=&5I("]E=&,O<')O9FEL92 *(R!U;address@hidden(&1E<B!E<G-T
address@hidden;B!$871E:2 *"B,@?B\N8F%S:%]P<F]F:6QE+" *(R!^
M+RYB87-H7VQO9VEN(&]D97(@"B,@?B\N<')O9FEL90H*(R!A=7,L('-O9F5R
M;B!D:address@hidden&%T96EE;B!E>&ES=&EE<F5N+"!L97-B87(@<VEN9"!U;F0@"B,@
M9&EE($)A<V@@;FEC:'0@;6ET(&1E<B!/<'1I;address@hidden;F]P<F]F:6QEJR!G
M97-T87)address@hidden&4N"@H*86QI87,@8V0])UAC9"<*"EAC9"@I"GL*(" @
M(&5C:&\@(AM=.R D55-%4D D2$]35$Y!344M)%!71" '(@H@(" @:address@hidden D
M(R M;F4@,"!=(address@hidden&AE;@H@(" @(" @)V-D)R B)$ B"B @("!E;'-E"B @
M(" @(" G8V0G"B @("!F:0I]"@IF9W(H*0I["B @("!F:6YD("0Q("UN86UE
M("(J+B0R(B 
M<')I;address@hidden"!X87)G<R!G<F5P("0S"GT*"G!G<address@hidden"GL*(" @
M("]U<W(O=6-B+W!S("UA=7AW=R!\(&=R97 @)#$*?0H*(R,C(R @<F%U<R!W
address@hidden,@(" @4%,Q/2)<6UQE6S%M7%U<=4!<:#I<=R ^(%Q;7&5;,&U<
M72(*"@HC"B,*97AP;W)T(%!224Y415(]8F(*97AP;W)T($-64T5$251/4CTO
M8FEN+W9I"F5X<&]R="!#5E-23T]4/2]E>'!O<G0O0U93"F5X<&]R="!35DY2
M15!//2=H='1P.B\O<W5B+FYE=&QI9F4N9&4Z.#$O<W9N+W9E<F%T97-T)PIE
M>'!O<address@hidden(3TU%/2]O<'0O8F5A-"]J9&LQ,S$*97AP;W)T($%.5%](
M3TU%/2]O<'0O86YT"F5X<&]R="!0051(/21*059!7TA/344O8FEN.B10051(
M.B]O<'0O4U5.5W-P<F\O8FEN.B]O<'0O86YT+V)I;@IE>'!O<address@hidden
M051(/2XZ+V]P="]N971L:69E+VQI8B]G;G4M<F5G97AP+3$N,2XT+FIA<CHO
M;W!T+VYE=&QI9F4O;&EB+VYL8F%S92YJ87(Z+V]P="]N971L:69E+VQI8B]X
M;6PT:E\Q7S%?,38N:F%R.B]O<'0O;F5T;&EF92]L:6(O8VQA<W-E<S$R+GII
M<#HO;W!T+V)E830O=VQS97)V97(V+C$O;&EB+W=E8FQO9VEC+FIA<CHO;W!T
M+V)E830O=VQS97)V97(V+C$O;&EB+W=L96]R8BYJ87(Z+V]P="]B96$O=61A
M=&%O8FHO:F]L="]J;VQT+FIA<CHO;W!T+V)E82]U9&%T86]B:B]J;VQT+VIO
M;'1J<V4N:F%R.B]O<'0O8F5A+W5D871A;V)J+VIO;'0O:F]L='=L<RYJ87(Z
M+V]P="]B96$T+VID:S$S,2]L:6(O9'0N:F%R.B]O<'0O8F5A-"]J9&LQ,S$O
M;&EB+W1O;VQS+FIA<CHO;W!T+V)E830O:F1K,3,Q+VIR92]L:6(O<G0N:F%R
M.B]O<'0O;F5T;&EF92]L:6(O:G5N:70N:F%R.B]O<'0O;F5T;&EF92]L:6(O
M:G5N:71P<"YJ87(Z+V]P="]N971L:69E+VQI8B]H='1P=6YI="YJ87(Z+V]P
M="]N971L:69E+VQI8B]4:61Y+FIA<CHO;W!T+V)E830O:F1K,3,Q+VIR92]L
M:6(O:3$X;BYJ87(Z+V]P="]N971L:69E+VQI8B]N871I=F5S;2YJ87(Z+V5X
M<&]R="]P;&%T=&9O<FTO=F5R82]",# P+W-I;75L871O<B]E=&,Z+V]P="]M
M<6TO:F%V82]L:6(Z+V]P="]M<6TO:F%V82]L:6(O8V]M+FEB;2YM<2YJ87(Z
M+V]P="]M<6TO:F%V82]L:6(O8V]M+FEB;2YM<6)I;F0N:F%R.B]O<'0O;7%M
M+VIA=F$O;&EB+VIM<RYJ87(Z+V]P="]M<6TO<V%M<"]J879A8VQN="]D95]$
M13HO97AP;W)T+W!L871T9F]R;2]V97)A+T(P,# O<VEM=6QA=&]R+V5X=&5R
M;B]J8V5R="YJ87(Z+V5X<&]R="]P;&%T=&9O<FTO=F5R82]",# P+W-I;75L
M871O<B]E>'1E<FXO:FYE="YJ87(Z+V5X<&]R="]P;&%T=&9O<FTO=F5R82]"
M,# P+W-I;75L871O<B]E>'1E<FXO:G-S92YJ87(Z+V5X<&]R="]P;&%T=&9O
M<FTO=F5R82]",# P+W-I;75L871O<B]E>'1E<FXO;7%J;7,N:F%R.B]E>'!O
M<G0O<&QA='1F;W)M+W9E<F$O0C P,"]S:6UU;&%T;W(O97AT97)N+WAE<F-E
M<RYJ87(Z+V5X<&]R="]P;&%T=&9O<FTO=F5R82]",# P+W-I;75L871O<B]F
M<F]N=&5N9#HO97AP;W)T+W!L871T9F]R;2]V97)A+T(P,# O<VEM=6QA=&]R
M+V)A8VME;F0Z+V]P="]N971L:69E+VQI8B]G;G4M<F5G97AP+3$N,2XT+FIA
M<CHO;W!T+VYE=&QI9F4O;&EB+VYL8F%S92YJ87(Z+V]P="]N971L:69E+VQI
M8B]X;6PT:E\Q7S%?,38N:F%R.B]O<'0O;F5T;&EF92]L:6(O8VQA<W-E<S$R
M+GII<#HO;W!T+V)E830O=VQS97)V97(V+C$O;&EB+W=E8FQO9VEC+FIA<CHO
M;W!T+V)E830O=VQS97)V97(V+C$O;&EB+W=L96]R8BYJ87(Z+V]P="]B96$O
M=61A=&%O8FHO:F]L="]J;VQT+FIA<CHO;W!T+V)E82]U9&%T86]B:B]J;VQT
M+VIO;'1J<V4N:F%R.B]O<'0O8F5A+W5D871A;V)J+VIO;'0O:F]L='=L<RYJ
M87(Z+V]P="]B96$T+VID:S$S,2]L:6(O9'0N:F%R.B]O<'0O8F5A-"]J9&LQ
M,S$O;&EB+W1O;VQS+FIA<CHO;W!T+V)E830O:F1K,3,Q+VIR92]L:6(O<G0N
M:F%R.B]O<'0O;F5T;&EF92]L:6(O:G5N:70N:F%R.B]O<'0O;F5T;&EF92]L
M:6(O:G5N:71P<"YJ87(Z+V]P="]N971L:69E+VQI8B]H='1P=6YI="YJ87(Z
M+V]P="]N971L:69E+VQI8B]4:61Y+FIA<CHO;W!T+V)E830O:F1K,3,Q+VIR
M92]L:6(O:3$X;BYJ87(Z+V]P="]N971L:69E+VQI8B]N871I=F5S;2YJ87(Z
M+V5X<&]R="]P;&%T=&9O<FTO=F5R82]",# P+W-I;75L871O<B]E=&,Z+V]P
M="]M<6TO:F%V82]L:6(Z+V]P="]M<6TO:F%V82]L:6(O8V]M+FEB;2YM<2YJ
M87(Z+V]P="]M<6TO:F%V82]L:6(O8V]M+FEB;2YM<6)I;F0N:F%R.B]E>'!O
M<G0O<&QA='1F;W)M+W9E<F$O0C P,"]S:6UU;&%T;W(O;&EB+W-I;4-O;6UO
M;BYJ87(Z+V5X<&]R="]P;&%T=&9O<FTO=F5R82]",# P+W-I;75L871O<B]L
M:6(O5U!307-Y;F-/<F1E<DUS9U1I;65R+FIA<CHO97AP;W)T+W!L871T9F]R
M;2]V97)A+T(P,# O<VEM=6QA=&]R+VQI8B]#<F5A=&5*3D1)16YT<GE&;W)*
M35,N:F%R.B]E>'!O<G0O<&QA='1F;W)M+W9E<F$O0C P,"]S:6UU;&%T;W(O
M;&EB+TEN=&5R9F%C94IA=F%"96%N<RYJ87(Z+V5X<&]R="]P;&%T=&9O<FTO
M=F5R82]",# P+W-I;75L871O<B]E>'1E<FXO:F-E<G0N:F%R.B]E>'!O<G0O
M<&QA='1F;W)M+W9E<F$O0C P,"]S:6UU;&%T;W(O97AT97)N+VIN970N:F%R
M.B]E>'!O<G0O<&QA='1F;W)M+W9E<F$O0C P,"]S:6UU;&%T;W(O97AT97)N
M+VIS<V4N:F%R"@IE>'!O<address@hidden(/address@hidden<&]R
M="]P;&%T=&9O<FTO=F5R82]J;F1I+V9I;&5S>7-T96UP<F]V:61E<B]L:6(O
M9G-C;VYT97AT+FIA<CHO97AP;W)T+W!L871T9F]R;2]V97)A+VIN9&DO9FEL
M97-Y<W1E;7!R;W9I9&5R+VQI8B]P<F]V:61E<G5T:6PN:F%R"@II9B!;("(D
M2$]35$Y!344B(#T@)W)E;6UI8VLN;F5T;&EF92YD92<@72 [('1H96X*(" @
M97AP;W)T($-64U)/3U0].F5X=#IV97)A0'1R:6QL:6%N.B]E>'!O<G0O0U93
M"B @(&5X<&]R="!#5E-?4E-(/7-S: IF:0H*:address@hidden B)$A/4U1.04U%(B ]
M("=R96UM:6-K)R!=(address@hidden&AE;@H@("!E>'!O<address@hidden/5#TZ97AT.G9E
M<F% =')I;&QI86XZ+V5X<&]R="]#5E,*(" @97AP;W)T(address@hidden<W-H
D"F9I"@H*24Y415)!0U1)5D4]8'1T>2 M<SME8VAO("0_8 H*

end
tramp_exit_status 0
# Decoding remote file /ssh:address@hidden:/home/vera/.bashrc...
# Decoding remote file /ssh:address@hidden:/home/vera/.bashrc with function
uudecode-decode-region...
# Decoding remote file /ssh:address@hidden:/home/vera/.bashrc...done
$ test -e /home/vera/.bashrc 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /home/vera/.bashrc
(nil 1 2343 2106 (16176 60996) (16176 60996) (16176 60996) 5481 33188 t (89
. 31659) -1)
# Inserting local temp file `/home/vera/tmp/tramp.5331K_O'...
# Inserting local temp file `/home/vera/tmp/tramp.5331K_O'...done
$ test -e /home/vera/.bashrc 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ test -w /home/vera/.bashrc 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ test -e /home/vera/RCS/.bashrc\,v 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 1
$ test -e /home/vera/.bashrc\,v 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 1
$ test -e /home/vera/RCS/.bashrc 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 1
$ test -r /home/vera/CVS/Entries 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 1
$ test -e /home/vera/SCCS/s..bashrc 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 1
$ test -e /home/vera/s..bashrc 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 1
$ test -e /home/vera/.bashrc 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /home/vera/.bashrc
(nil 1 2343 2106 (16176 60996) (16176 60996) (16176 60996) 5481 33188 t (89
. 31659) -1)
$ test -e /home/vera/.bashrc 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /home/vera/.bashrc
(nil 1 2343 2106 (16176 60996) (16176 60996) (16176 60996) 5481 33188 t (89
. 31659) -1)
$ test -e /home/vera/.bashrc 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /home/vera/.bashrc
(nil 1 2343 2106 (16176 60996) (16176 60996) (16176 60996) 5481 33188 t (89
. 31659) -1)
$ test -e /home/vera/.bashrc 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ test -w /home/vera/.bashrc 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ test -e /home/vera/.bashrc 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ test -e /home/vera/.bashrc 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /home/vera/.bashrc
(nil 1 2343 2106 (16176 60996) (16176 60996) (16176 60996) 5481 33188 t (89
. 31659) -1)
$ test -e /home/vera/.bashrc 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /home/vera/.bashrc
(nil 1 2343 2106 (16176 60996) (16176 60996) (16176 60996) 5481 33188 t (89
. 31659) -1)
$ cd /home/vera/ 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ /bin/ls -a -d .bashrc.\~* 2>/dev/null | while read f; do if test -d "$f"
2>/dev/null; then echo "$f/"; else echo "$f"; fi; done
$ cd
$ test -e /home/vera/.bashrc 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /home/vera/.bashrc
(nil 1 2343 2106 (16176 60996) (16176 60996) (16176 60996) 5481 33188 t (89
. 31659) -1)
$ mv -f /home/vera/.bashrc /home/vera/.bashrc\~ 2>/dev/null; echo
tramp_exit_status $?
tramp_exit_status 0
$ test -e /home/vera/.bashrc\~ 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ test -e /home/vera/.bashrc\~ 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /home/vera/.bashrc\~
(nil 1 2343 2106 (16176 60996) (16176 60996) (16176 61397) 5481 33188 t (89
. 31659) -1)
# Encoding region...
# Encoding region using function...
# Decoding region into remote file /ssh:address@hidden:/home/vera/.bashrc...
$ uudecode -p >/home/vera/.bashrc <<'EOF'
# Sending data to remote host...
$ begin 600 xxx
M"B,@+F)A<VAR8PH*(R!%:6YE($YI8VAT+4EN=&5R86MT:79E(%-H96QL("AT
M>7!I<V-H('-I;address@hidden;&QS:W)I<'1E*2!I"B,@=V5R=&5T(&5I;GII9R!D
M:address@hidden)U;F=S=F%R:6%B;&address@hidden;64O=F5R82\N8F%S
M:')C"B,@16YT:&%E;'0@<VEE(&1E;B!V;VQL<W1A96YD:6=E;B!09F%D('IU
M(&5I;F5R($1A=&5I+"`*(R!S;R!W:7)D(&1E<F5N($EN:&%L="!G96QE<V5N
M('5N9"!A=7-G969U96AR="X*"B,@57-E<B!S<&5C:69I8R!A;&EA<V5S(&%N
M9"!F=6YC=&EO;G,*86QI87,@;78])VUV("UI)PIA;&EA<R!C<address@hidden
M"F%L:6%S(',])V-D("XN)PIA;&EA<R!D/2=L<R<*86QI87,@<address@hidden<*
M86QI87,@;STG;&5S<R<*86QI87,@;&P])VQS("UA;"<*86QI87,@=&YT/2=T
M96QN970@,3`N,C4T+C$W-2XQ.2<*86QI87,@<F]O/2=S<V@@=F5R84!R;V]S
M=&$G"F%L:6%S(')U=3TG<W-H('9E<F%`<G5R87!E;G1E)PIA;&EA<R!B;&$]
M)W-S:"!V97)A0&)L861E)PIA;&EA<R!T<FD])W-S:"!V97)A0'1R:6QL:6%N
M)PIA;&EA<R!T<F0])W-S:"!V97)A0'1A<F1I<R<*"F%L:6%S('5P/2=C9"`N
M+B<*86QI87,@=7`Q/2=C9"`N+B<*86QI87,@=7`R/2=C9"`N+B\N+B<*86QI
M87,@=7`S/2=C9"`N+B\N+B\N+B<*86QI87,@=7`T/2=C9"`N+B\N+B\N+B\N
M+B<*86QI87,@=7`U/2=C9"`N+B\N+B\N+B\N+B\N+B<*86QI87,@=7`V/2=C
M9"`N+B\N+B\N+B\N+B\N+B\N+B<*86QI87,@=7`W/2=C9"`N+B\N+B\N+B\N
M+B\N+B\N+B\N+B<*"F%L:6%S(&-D;6%I;address@hidden<&]R="]P;&%T=&9O
M<FTO=F5R82<*86QI87,@8V1G<F]U<',])V-D("]E>'!O<G0O<&QA='1F;W)M
M+W9E<F$O0U934D]/5"]I;F9O+V=R;W5P<R<*"F%L:6%S('1R86YS/2=S<V@@
M<F]O=$!T<F%N<W=A<G`G"F%L:6%S(&MI<FL])W-S:"!R;V]T0&MI<FLG"F%L
M:6%S(&1A<F$])W-S:"!R;V]T0'1A<F1I<R<*86QI87,@8F]B869E='0])W-S
M:"!R;V]T0&)O8F%F971T)PIA;&EA<R!B;&%D93TG<W-H(')O;W1`8FQA9&4G
M"F%L:6%S('1A<F1I<STG<W-H(')O;W1`=&%R9&ES)PH*86QI87,@<&%T:#TB
M96-H;R`D4$%42"!\('1R("<Z)R`G7&XG(@IA;&EA<R!C;&%S<W!A=&@](F5C
M:&\@)$-,05-34$%42"!\('1R("<Z)R`G7&XG(@H*86QI87,@;&5S<VQO9STG
M;&5S<R`M1R`O97AP;W)T+T-64R]L;V=S+V-O;6UI="YL;V<G"F%L:6%S('1A
M:6QL;V<])W1A:address@hidden@+V5X<&]R="]#5E,O;&]G<R]C;VUM:70N;&]G)PIA
M;&EA<R!L97-S=&%G/2=L97-S("U'("]E>'!O<G0O0U93+VQO9W,O=&%G+FQO
M9R<*86QI87,@=&%I;'1A9STG=&%I;"`M9B`O97AP;W)T+T-64R]L;V=S+W1A
M9RYL;V<G"F%L:6%S(&5M83TG+VAO;64O=F5R82]M>65M86-S+V5M82]B:6XO
M96UA8W,G"@H*(V%L:6%S('AT97)M/2<O=7-R+V]P96YW:6XO8FEN+WAT97)M
M("UL<R`M<VP@,C`P,"`M<V(@+6)G(&1A<FMB;'5E("UF9R!W:&ET92`M9FX@
address@hidden&ET;&address@hidden;VX@)B<*"@HC(address@hidden(&$@>'1E<FT@)B!C
M;R!I9B!W92!D;VXG="!M86ME(&address@hidden"address@hidden@)$1)4U!,address@hidden)B![
M"@E;("UF("]E=&,O<')O9FEL92YD+V-O;&]R7VQS+G-H(%T@)B8@<V]U<F-E
M("]E=&,O<')O9FEL92YD+V-O;&]R7VQS+G-H"@address@hidden;W)T(%A!551(3U))
M5%D])$A/344O+EAA=71H;W)I='D*?0H*(R!296%D(&9I<G-T("]E=&,O:6YP
M=71R8R!I9B!T:&address@hidden:6%B;&4@:7,@;F]T(&1E9FEN960L(&%N9"!A9G1E
M<B!T:&address@hidden;G!U=')C(`HC(&EN8VQU9&address@hidden&AE('XO+FEN<'5T<F,*
M6R`M>B`D24Y055120R!=("8F(&5X<&]R="!)3E!55%)#/2]E=&,O:6YP=71R
M8PH*(R!3;address@hidden(&1E9FEN:71I;VYS"FEF(address@hidden@+V5T8R]B
M87-H<F,@address@hidden&AE;@H)+B`O971C+V)A<VAR8PIF:0H*(R!^+RYP<F]F:6QE
M"@H*"B,@16EN92!,;V=I;BU3:&5L;"!F_&AR="!D:address@hidden;6%N9&]S(&%U
M<R!D97(@1&address@hidden<F]F:6QE(`HC('5N9"!A=7,@9&5R(&5R<W1E
M;B!G969U;F1E;F5N($1A=&5I(`H*(R!^+RYB87-H7W!R;V9I;&4L(`HC('XO
M+F)A<VA?;&]G:6X@;V1E<B`*(R!^+RYP<F]F:6QE"@HC(&%U<RP@<V]F97)N
M(&1I92!$871E:65N(&5X:7-T:65R96XL(&QE<V)A<B!S:6YD('5N9"`*(R!D
M:address@hidden:"!N:6-H="!M:address@hidden&5R($]P=&EO;B"[+2UN;W!R;V9I;&6K(&=E
M<W1A<G1E="!W=7)D92X*"@IA;&EA<R!C9#TG6&-D)PH*6&-D*"D*>PH@("`@
M96-H;R`B&UT[("154T520"1(3U-43D%-12TD4%=$(`<B"B`@("!I9B!;("0C
M("UN92`P(address@hidden:&5N"B`@("`@("`G8V0G("(D0"(*("`@(&5L<V4*("`@
M("`@("=C9"<*("`@(&9I"GT*"F9G<address@hidden"GL*("`@(&9I;F0@)address@hidden;64@
M(BHN)#(B("UP<FEN="!\('AA<F=S(&=R97`@)#,*?0H*<&=R*"D*>PH@("`@
M+W5S<B]U8V(O<',@+6%U>'=W('address@hidden)E<"`D,0I]"@HC(R,C("!R875S('=G
M+B!E;6%C<R`@("!04S$](EQ;7&5;,6U<75QU0%QH.EQW(address@hidden<95LP;5Q=
M(@H*"B,*(PIE>'!O<address@hidden))address@hidden>'!O<address@hidden)5$]2/2]B
M:6XO=FD*97AP;W)T($-64U)/3U0]+V5X<&]R="]#5E,*97AP;W)T(%-63E)%
M4$\])VAT='`Z+R]S=6(N;F5T;&EF92YD93HX,2]S=FXO=F5R871E<W0G"F5X
M<&]R="!*059!7TA/344]+V]P="]B96$T+VID:S$S,0IE>'!O<address@hidden/
M344]+V]P="]A;G0*97AP;W)T(address@hidden)$I!5D%?2$]-12]B:6XZ)address@hidden
M+V]P="]354Y7<W!R;R]B:6XZ+V]P="]A;G0O8FEN"F5X<&]R="!#3$%34U!!
address@hidden;W!T+VYE=&QI9F4O;&EB+V=N=2UR96=E>'`M,2XQ+C0N:F%R.B]O
M<'0O;F5T;&EF92]L:6(O;FQB87-E+FIA<CHO;W!T+VYE=&QI9F4O;&EB+WAM
M;#1J7S%?,5\Q-BYJ87(Z+V]P="]N971L:69E+VQI8B]C;&%S<V5S,3(N>FEP
M.B]O<'0O8F5A-"]W;'-E<G9E<C8N,2]L:6(O=V5B;&]G:6,N:F%R.B]O<'0O
M8F5A-"]W;'-E<G9E<C8N,2]L:6(O=VQE;W)B+FIA<CHO;W!T+V)E82]U9&%T
M86]B:B]J;VQT+VIO;'0N:F%R.B]O<'0O8F5A+W5D871A;V)J+VIO;'0O:F]L
M=&IS92YJ87(Z+V]P="]B96$O=61A=&%O8FHO:F]L="]J;VQT=VQS+FIA<CHO
M;W!T+V)E830O:F1K,3,Q+VQI8B]D="YJ87(Z+V]P="]B96$T+VID:S$S,2]L
M:6(O=&]O;',N:F%R.B]O<'0O8F5A-"]J9&LQ,S$O:G)E+VQI8B]R="YJ87(Z
M+V]P="]N971L:69E+VQI8B]J=6YI="YJ87(Z+V]P="]N971L:69E+VQI8B]J
M=6YI='!P+FIA<CHO;W!T+VYE=&QI9F4O;&EB+VAT='!U;FET+FIA<CHO;W!T
M+VYE=&QI9F4O;&EB+U1I9'DN:F%R.B]O<'0O8F5A-"]J9&LQ,S$O:G)E+VQI
M8B]I,3AN+FIA<CHO;W!T+VYE=&QI9F4O;&EB+VYA=&EV97-M+FIA<CHO97AP
M;W)T+W!L871T9F]R;2]V97)A+T(P,#`O<VEM=6QA=&]R+V5T8SHO;W!T+VUQ
M;2]J879A+VQI8CHO;W!T+VUQ;2]J879A+VQI8B]C;VTN:6)M+FUQ+FIA<CHO
M;W!T+VUQ;2]J879A+VQI8B]C;VTN:6)M+FUQ8FEN9"YJ87(Z+V]P="]M<6TO
M:F%V82]L:6(O:FUS+FIA<CHO;W!T+VUQ;2]S86UP+VIA=F%C;&YT+V1E7T1%
M.B]E>'!O<G0O<&QA='1F;W)M+W9E<F$O0C`P,"]S:6UU;&%T;W(O97AT97)N
M+VIC97)T+FIA<CHO97AP;W)T+W!L871T9F]R;2]V97)A+T(P,#`O<VEM=6QA
M=&]R+V5X=&5R;B]J;F5T+FIA<CHO97AP;W)T+W!L871T9F]R;2]V97)A+T(P
M,#`O<VEM=6QA=&]R+V5X=&5R;B]J<W-E+FIA<CHO97AP;W)T+W!L871T9F]R
M;2]V97)A+T(P,#`O<VEM=6QA=&]R+V5X=&5R;B]M<6IM<RYJ87(Z+V5X<&]R
M="]P;&%T=&9O<FTO=F5R82]",#`P+W-I;75L871O<B]E>'1E<FXO>&5R8V5S
M+FIA<CHO97AP;W)T+W!L871T9F]R;2]V97)A+T(P,#`O<VEM=6QA=&]R+V9R
M;VYT96YD.B]E>'!O<G0O<&QA='1F;W)M+W9E<F$O0C`P,"]S:6UU;&%T;W(O
M8F%C:V5N9#HO;W!T+VYE=&QI9F4O;&EB+V=N=2UR96=E>'`M,2XQ+C0N:F%R
M.B]O<'0O;F5T;&EF92]L:6(O;FQB87-E+FIA<CHO;W!T+VYE=&QI9F4O;&EB
M+WAM;#1J7S%?,5\Q-BYJ87(Z+V]P="]N971L:69E+VQI8B]C;&%S<V5S,3(N
M>FEP.B]O<'0O8F5A-"]W;'-E<G9E<C8N,2]L:6(O=V5B;&]G:6,N:F%R.B]O
M<'0O8F5A-"]W;'-E<G9E<C8N,2]L:6(O=VQE;W)B+FIA<CHO;W!T+V)E82]U
M9&%T86]B:B]J;VQT+VIO;'0N:F%R.B]O<'0O8F5A+W5D871A;V)J+VIO;'0O
M:F]L=&IS92YJ87(Z+V]P="]B96$O=61A=&%O8FHO:F]L="]J;VQT=VQS+FIA
M<CHO;W!T+V)E830O:F1K,3,Q+VQI8B]D="YJ87(Z+V]P="]B96$T+VID:S$S
M,2]L:6(O=&]O;',N:F%R.B]O<'0O8F5A-"]J9&LQ,S$O:G)E+VQI8B]R="YJ
M87(Z+V]P="]N971L:69E+VQI8B]J=6YI="YJ87(Z+V]P="]N971L:69E+VQI
M8B]J=6YI='!P+FIA<CHO;W!T+VYE=&QI9F4O;&EB+VAT='!U;FET+FIA<CHO
M;W!T+VYE=&QI9F4O;&EB+U1I9'DN:F%R.B]O<'0O8F5A-"]J9&LQ,S$O:G)E
M+VQI8B]I,3AN+FIA<CHO;W!T+VYE=&QI9F4O;&EB+VYA=&EV97-M+FIA<CHO
M97AP;W)T+W!L871T9F]R;2]V97)A+T(P,#`O<VEM=6QA=&]R+V5T8SHO;W!T
M+VUQ;2]J879A+VQI8CHO;W!T+VUQ;2]J879A+VQI8B]C;VTN:6)M+FUQ+FIA
M<CHO;W!T+VUQ;2]J879A+VQI8B]C;VTN:6)M+FUQ8FEN9"YJ87(Z+V5X<&]R
M="]P;&%T=&9O<FTO=F5R82]",#`P+W-I;75L871O<B]L:6(O<VEM0V]M;6]N
M+FIA<CHO97AP;W)T+W!L871T9F]R;2]V97)A+T(P,#`O<VEM=6QA=&]R+VQI
M8B]74%-!<WEN8T]R9&5R37-G5&EM97(N:F%R.B]E>'!O<G0O<&QA='1F;W)M
M+W9E<F$O0C`P,"]S:6UU;&%T;W(O;&EB+T-R96%T94I.1$E%;G1R>49O<DI-
M4RYJ87(Z+V5X<&]R="]P;&%T=&9O<FTO=F5R82]",#`P+W-I;75L871O<B]L
M:6(O26YT97)F86-E2F%V84)E86YS+FIA<CHO97AP;W)T+W!L871T9F]R;2]V
M97)A+T(P,#`O<VEM=6QA=&]R+V5X=&5R;B]J8V5R="YJ87(Z+V5X<&]R="]P
M;&%T=&9O<FTO=F5R82]",#`P+W-I;75L871O<B]E>'1E<FXO:FYE="YJ87(Z
M+V5X<&]R="]P;&%T=&9O<FTO=F5R82]",#`P+W-I;75L871O<B]E>'1E<FXO
M:G-S92YJ87(*"F5X<&]R="address@hidden)$-,05-34$%42#HO97AP;W)T
M+W!L871T9F]R;2]V97)A+VIN9&DO9FEL97-Y<W1E;7!R;W9I9&5R+VQI8B]F
M<V-O;G1E>'0N:F%R.B]E>'!O<G0O<&QA='1F;W)M+W9E<F$O:FYD:2]F:6QE
M<WES=&5M<')O=FED97(O;&EB+W!R;W9I9&5R=71I;"YJ87(*"FEF(%L@(B1(
M3U-43D%-12(@/2`G<F5M;6EC:RYN971L:69E+F1E)R!=(address@hidden&AE;@H@("!E
M>'!O<address@hidden/5#TZ97AT.G9E<F%`=')I;&QI86XZ+V5X<&]R="]#5E,*
M("address@hidden;W)T(address@hidden<W-H"F9I"@II9B!;("(D2$]35$Y!344B(#T@
M)W)E;6UI8VLG(address@hidden:&5N"B`@(&5X<&]R="!#5E-23T]4/3IE>'0Z=F5R
M84!T<FEL;&EA;CHO97AP;W)T+T-64PH@("!E>'!O<address@hidden)32#US<address@hidden
C9FD*"@I)address@hidden'1Y("US.V5C:&\@)#]@"@H`
`
end

# Sending end of data token...
$ EOF
# Waiting for remote host to process data...
$ echo tramp_exit_status $?
tramp_exit_status 0
# Decoding region into remote file
/ssh:address@hidden:/home/vera/.bashrc...done
$ test -e /home/vera/.bashrc 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /home/vera/.bashrc
(nil 1 2343 2106 (16176 61399) (16176 61400) (16176 61400) 5480 33188 t (89
. 31697) -1)
$ test -e /home/vera/.bashrc 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /home/vera/.bashrc
(nil 1 2343 2106 (16176 61399) (16176 61400) (16176 61400) 5480 33188 t (89
. 31697) -1)
$ chmod 0644 /home/vera/.bashrc 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ ( test -d /export/plattform/vera/B000/nfs/brokerage/configure
2>/dev/null; echo tramp_exit_status $? )
tramp_exit_status 1
$ test -e /export 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /export
(t 8 0 3 (16176 59843) (16010 39655) (16010 39655) 512 16877 t (0 . 59965)
-1)
$ test -e /export/plattform 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /export/plattform
(t 35 0 0 (16176 61306) (16139 63183) (16139 63183) 1536 16877 t (0 . 2)
-1)
$ test -e /export/plattform/vera 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /export/plattform/vera
(t 7 2343 2106 (16176 51376) (16176 15065) (16176 15065) 512 16877 t (22 .
21346) -1)
$ test -e /export/plattform/vera/B000 2>/dev/null; echo tramp_exit_status
$?
tramp_exit_status 0
$ tramp_file_attributes /export/plattform/vera/B000
(t 3 2343 2106 (16176 15768) (16176 15066) (16176 15066) 512 16877 t (39 .
49163) -1)
$ test -e /export/plattform/vera/B000/nfs 2>/dev/null; echo
tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /export/plattform/vera/B000/nfs
(t 4 2343 2106 (16176 15768) (16176 15755) (16176 15755) 512 16877 t (39 .
49166) -1)
$ test -e /export/plattform/vera/B000/nfs/brokerage 2>/dev/null; echo
tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /export/plattform/vera/B000/nfs/brokerage
(t 27 2343 2106 (16176 15768) (16176 15762) (16176 15762) 1024 16877 t (39
. 49314) -1)
$ test -e /export/plattform/vera/B000/nfs/brokerage/configure 2>/dev/null;
echo tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /export/plattform/vera/B000/nfs/brokerage/configure
(nil 1 2343 2106 (16176 61047) (16170 15238) (16176 15067) 6560 33261 t (39
. 49838) -1)
$ test -e /export/plattform/vera/B000/nfs/brokerage/configure 2>/dev/null;
echo tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /export/plattform/vera/B000/nfs/brokerage/configure
(nil 1 2343 2106 (16176 61047) (16170 15238) (16176 15067) 6560 33261 t (39
. 49838) -1)
$ test -e /export 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /export
(t 8 0 3 (16176 59843) (16010 39655) (16010 39655) 512 16877 t (0 . 59965)
-1)
$ test -e /export/plattform 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /export/plattform
(t 35 0 0 (16176 61306) (16139 63183) (16139 63183) 1536 16877 t (0 . 2)
-1)
$ test -e /export/plattform/vera 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /export/plattform/vera
(t 7 2343 2106 (16176 51376) (16176 15065) (16176 15065) 512 16877 t (22 .
21346) -1)
$ test -e /export/plattform/vera/B000 2>/dev/null; echo tramp_exit_status
$?
tramp_exit_status 0
$ tramp_file_attributes /export/plattform/vera/B000
(t 3 2343 2106 (16176 15768) (16176 15066) (16176 15066) 512 16877 t (39 .
49163) -1)
$ test -e /export/plattform/vera/B000/nfs 2>/dev/null; echo
tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /export/plattform/vera/B000/nfs
(t 4 2343 2106 (16176 15768) (16176 15755) (16176 15755) 512 16877 t (39 .
49166) -1)
$ test -e /export/plattform/vera/B000/nfs/brokerage 2>/dev/null; echo
tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /export/plattform/vera/B000/nfs/brokerage
(t 27 2343 2106 (16176 15768) (16176 15762) (16176 15762) 1024 16877 t (39
. 49314) -1)
$ test -e /export/plattform/vera/B000/nfs/brokerage/configure 2>/dev/null;
echo tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /export/plattform/vera/B000/nfs/brokerage/configure
(nil 1 2343 2106 (16176 61047) (16170 15238) (16176 15067) 6560 33261 t (39
. 49838) -1)
$ test -e /export/plattform/vera/B000/nfs/brokerage/configure 2>/dev/null;
echo tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /export/plattform/vera/B000/nfs/brokerage/configure
(nil 1 2343 2106 (16176 61047) (16170 15238) (16176 15067) 6560 33261 t (39
. 49838) -1)
$ test -e /export/plattform/vera/B000/nfs/brokerage/configure 2>/dev/null;
echo tramp_exit_status $?
tramp_exit_status 0
$ test -e /export/plattform/vera/B000/nfs/brokerage/configure 2>/dev/null;
echo tramp_exit_status $?
tramp_exit_status 0
# Encoding remote file
/ssh:address@hidden:/export/plattform/vera/B000/nfs/brokerage/configure...
$ uuencode xxx < /export/plattform/vera/B000/nfs/brokerage/configure
2>/dev/null; echo tramp_exit_status $?
begin 755 xxx
M(R$O8FEN+W-H"address@hidden@*(PHC("1)address@hidden)E+'8@,2XT,2 R
M,# S+S X+S Q(#$P.C U.C4X('9E<address@hidden("0*(PHC(%5S86=E.B!C;VYF
M:6=U<address@hidden;+7%=(%LM<7%="B,@('=H97)E"B,@(" M82 @<&5R9F]R
M;7,@86X@)V%L;"<@8V]N9FEG=7)E+"!I+F4N(&%L;"!F:6QE<R!A<F4@<F4M
M=W)I='1E;BX*(R @("UQ("!P97)F;W)M<R!A("=Q=6EC:R<@8V]N9FEG=7)E
M"B,@(" @(" @+G1M<&address@hidden)A=&5D(&9I;&5S(&%R92!O;FQY('=R:71T
M96X@:address@hidden&AE(')E<W5L="!I<R!D:69F97)E;G0*(R @(" @("!T;R!T:&4@
M97AI<W1I;F<@<F5S=6QT+B @5&AI<R!I<R address@hidden&EM97,@<75I8VME<BP@
M8G5T(&1O97,@;F]T"B,@(" @(" @:&%N9&QE('-U8V@@=&AI;F=S(&%S(&-H
M86YG:6YG("YT;7!L('!E<FUI<W-I;VYS(&]R(&9I;&4*(R @(" @("!O=VYE
M<G-H:7 N("!4:&ES(&ES('address@hidden(" @+7%Q('!E<F9O<FUS
M(&$@)W%U:6-K+7%U:6-K)R!C;VYF:6=U<F4A"B,@(" @(" @3VYL>2!T:&4@
M+G1M<&address@hidden,@86YD(&-O;F9I9RYX;address@hidden)E(&=E;F5R871E9#L@;F]N
M92!O9B!T:&4*(R @(" @("!O=&AE<B!S=&5P<R!A<address@hidden&]N92X*(PHC(%)E
M='5R;B!R97-U;'0@:7,@82!B:71S970Z"B,@(address@hidden,@address@hidden
M86EL960*(R @,B M(&-V<R!C;R!N9G-?9&%T86)A<address@hidden;&5D"B,@(#0@
M+2!C;VUP:6QI;F<@0V]N9FEG5&UP;"YJ879A(&9A:6QE9 HC(" X("address@hidden
M8W5T:6YG($-O;F9I9U1M<&address@hidden;&5D"E)604P], H*:address@hidden D(R M9W0@
M," M82 B6"0Q(B ](")8+7%Q(B!=.R!T:&5N"B @<VAI9G0*96QS90H*(R M
M+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM
M+2TM+2TM+2TM+2TM+2TM+2TM+2TM+0HC($-H96-K(&9O<B!E:71H97(@82!#
M5E,@4W1I8VMY(%1A9R!O<B!3=&EC:address@hidden&%T92X*(PH*:address@hidden A("UD(&)A
M<address@hidden@(2 M9"!D871A8F%S92!=.R!T:&5N"B @(" C($9I;F0@;W5T(&UY
M('-T:6-K>2!T86<@*&)R86YC:"address@hidden"B @("!#5E-?5$%'/6!C=G,@<W1A
M='5S("0P('address@hidden("<O4W1I8VMY(%1A9R\@>R!P<FEN=" D,address@hidden"!]
M)V *(" @(",@(BAN;VYE*2(@;65A;G,@=&AE(&UA:address@hidden)A;F-H"B @("!I
M9B!;("(D0U937U1!1R(@/2 B*&YO;F4I(B!=.R!T:&5N"B @(" @("!#5E-?
M5$%'/0H@(" @96QS90H@(" @(" @0U937U1!1STB+7(@)$-64U]404<B"B @
M("!F:0H*(" @(",@1FEN9"!O=70@;7D@<W1I8VMY(&1A=&address@hidden"B @("!#
address@hidden('-T871U<R D,"!\(&%W:R G+U-T:6-K>2!$871E+R![
M('!R:6YT("0S.R!E>&ET('TG8 H@(" @(R B*&YO;F4I(B!M96%N<R!T:&4@
M;&%T97-T('5P9&%T92!O;B!T:&address@hidden)A;F-H"B @("!I9B!;("(D0U937T1!
M5$4B(#T@(BAN;VYE*2(@address@hidden&AE;@H@(" @(" @0U937T1!5$4]"B @("!E
M;'-E"B @(" @("!#5E-?1$%413TB+40@)R1#5E-?1$%412<B"B @("!F:0IF
M:0H*(R M+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM
M+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+0HC($-R96%T92!T:&address@hidden
M92!D:7)E8W1O<GDN"B,*:address@hidden A("UD(&)A<address@hidden@=&AE;@H@("!C=G,@
M8V\@)$-64U]404<@)$-64U]$051%(&)A<address@hidden'address@hidden@97AP<B D4E9!
M3" K(#%@"F9I"@HC("TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM
M+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM"B,@0W)E871E
M('1H92!D871A8F%S92!D:7)E8W1O<GDN"B,*:address@hidden A("UD(&1A=&%B87-E
M(%T[('1H96X*(" @8W9S(&-O("1#5E-?5$%'("1#5E-?1$%412!N9G-?9&%T
M86)A<address@hidden'address@hidden@97AP<B D4E9!3" K(#)@"F9I"@HC("TM+2TM+2TM
M+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM
M+2TM+2TM+2TM+2TM+2TM"B,@;&%B:65S(#(P,#(P-#(T(')E;6]V92!A;GD@
M9FEL97,@9&ER96-T;W)I97,*"F5C:&\@(D1E;&5T:6YG(&%L;"!D:7)E8W1O
M<FEE<R!N86UE9" G9FEL97,G('5N9&5R("=P86-K86=E<R<B( IF:6YD('!A
M8VMA9V5S("UT>7!E(&address@hidden;address@hidden,@?"!X87)G<R!R;2 M<F8*"B,@
M+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM
M+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2T*(R!L86)I97,@,C P,C X,address@hidden)E
M871I;F<@5TQ3(&-O;F9I9RYX;address@hidden&5P96YD:6YG(&]N(%=,4U]254Y,159%
M3 H*0TQ54U1%4E])4%],25-4/6!G<F5P(")>9VQO8F%L7W-Y;6)O;'-<6UPB
M0TQ54U1%4E])4%],25-47")<73U<(B(@8V]N9FEG+G-H('address@hidden("UF-" M
M9" B7"(B8 I424U%4E])4%],25-4/6!G<F5P(")>9VQO8F%L7W-Y;6)O;'-<
M6UPB5$E-15)?25!?3$E35%PB7%T]7"(B(&-O;F9I9RYS:"!\(&-U=" M9C0@
M+60@(EPB(F *1$503$]97T1534U97T)%04Y3/6!G<F5P(")>9VQO8F%L7W-Y
M;6)O;'-<6UPB1$5614Q/4$U%3E1?34]$15PB7%T]7"(B(&-O;F9I9RYS:"!\
M(&-U=" address@hidden@(EPB(F *1$503$]97T],4U]$25-03U]"address@hidden)E
M<" B7F=L;V)A;%]S>6UB;VQS7%M<(D1%4$Q/65]/3%-?1$E34$]?0D5!3E-<
M(EQ=/5PB(B!C;VYF:6<N<V@@?"address@hidden("UD(")<(B)@"@IE/6!G<F5P
M(")>9VQO8F%L7W-Y;6)O;'-<6UPB5TQ37U)53DQ%5D5,7")<73U<(G-T86YD
M86QO;F5<(B(@8V]N9FEG+G-H8 II9B!;("UN("(D92(@address@hidden&AE;@H@("!E
M8VAO(")'96YE<F%T:6YG('-T86YD86QO;address@hidden;"!F:6QE<R(*
M(" @*"!C9"!M>7-E<G9E<address@hidden:U]W;'-?8V]N9FEG+G-H(")S=&%N9&%L
M;VYE(B B(B B(B B)$1%4$Q/65]/3%-?1$E34$]?0D5!3E,B("(D1$503$]9
M7T1534U97T)%04Y3(B B96%R(B @(" B8V]N9FEG7V5A<BYX;6PB("D*(" @
M*"!C9"!M>7-E<G9E<address@hidden:U]W;'-?8V]N9FEG+G-H(")S=&%N9&%L;VYE
M(B B(B B(B B)$1%4$Q/65]/3%-?1$E34$]?0D5!3E,B("(D1$503$]97T15
M34U97T)%04Y3(B B:F%R(B @(" B8V]N9FEG7V1E9BYX;6PB("D*(" @*"!C
M9"!M>7-E<G9E<address@hidden:U]W;'-?8V]N9FEG+G-H(")S=&%N9&%L;VYE(B B
M(B B(B B)$1%4$Q/65]/3%-?1$E34$]?0D5!3E,B("(D1$503$]97T1534U9
M7T)%04Y3(B B96%R7W=F(B B8V]N9FEG7W=F+GAM;"(@("D*(" @*"!C9"!M
M>7-E<G9E<address@hidden:U]W;'-?8V]N9FEG+G-H(")S=&%N9&%L;VYE(B B(B B
M(B B)$1%4$Q/65]/3%-?1$E34$]?0D5!3E,B("(D1$503$]97T1534U97T)%
M04Y3(B I"F9I"@IE/6!G<F5P(")>9VQO8F%L7W-Y;6)O;'-<6UPB5TQ37U)5
M3DQ%5D5,7")<75P]7")C;'5S=&5R7"(B(&-O;F9I9RYS:& *:address@hidden M;B B
M)&4B(%T[('1H96X*(" @96-H;R B1V5N97)A=&EN9R!C;'5S=&5R(&-O;F9I
M9RYX;address@hidden,B"B @("@@8V0@;7ES97)V97([("XO;6M?=VQS7V-O;F9I
M9RYS:" @(F-L=7-T97(B("(D0TQ54U1%4E])4%],25-4(B B(B B)$1%4$Q/
M65]/3%-?1$E34$]?0D5!3E,B("(D1$503$]97T1534U97T)%04Y3(B B96%R
M(B @(" B8V]N9FEG7V5A<BYX;6PB("D*(" @*"!C9"!M>7-E<G9E<address@hidden
M:U]W;'-?8V]N9FEG+G-H(" B8VQU<W1E<B(@(B1#3%535$527TE07TQ)4U0B
M("(B("(D1$503$]97T],4U]$25-03U]"14%.4R(@(B1$15!,3UE?1%5-35E?
M0D5!3E,B(")J87(B(" @(")C;VYF:6=?9&5F+GAM;"(@*0H@(" H(&-D(&UY
M<V5R=F5R.R N+VUK7W=L<U]C;VYF:6<N<V@@(")C;'5S=&5R(B B)$-,55-4
M15)?25!?3$E35"(@(B(@(B1$15!,3UE?3TQ37T1)4U!/7T)%04Y3(B B)$1%
M4$Q/65]$54U-65]"14%.4R(@(F5A<E]W9B(@(F-O;F9I9U]E87(N>&UL(B I
M"B @("@@8V0@;7ES97)V97([("XO;6M?=VQS7W-T;W!A;&PN<V@@(F-L=7-T
M97(B("(D0TQ54U1%4E])4%],25-4(B I"F9I"@IE/6!G<F5P(")>9VQO8F%L
M7W-Y;6)O;'-<6UPB5TQ37U)53DQ%5D5,7")<75P]7")C;'5S=&5R=&EM97)<
M(B(@8V]N9FEG+G-H8 II9B!;("UN("(D92(@address@hidden&AE;@H@("!E8VAO(")'
M96YE<F%T:6YG(&-L=7-T97)T:6UE<B!C;VYF:6<N>&UL(&9I;&5S(@H@(" H
M(&-D(&UY<V5R=F5R.R N+VUK7W=L<U]C;VYF:6<N<V@@(" @(F-L=7-T97)T
M:6UE<B(@(B1#3%535$527TE07TQ)4U0B("(D5$E-15)?25!?3$E35"(@(B1$
M15!,3UE?3TQ37T1)4U!/7T)%04Y3(B B)$1%4$Q/65]$54U-65]"14%.4R(@
M(F5A<B(@(" @(F-O;F9I9U]E87(N>&UL(B I"B @("@@8V0@;7ES97)V97([
M("XO;6M?=VQS7V-O;F9I9RYS:" @(" B8VQU<W1E<G1I;65R(B B)$-,55-4
M15)?25!?3$E35"(@(B1424U%4E])4%],25-4(B B)$1%4$Q/65]/3%-?1$E3
M4$]?0D5!3E,B("(D1$503$]97T1534U97T)%04Y3(B B:F%R(B @(" B8V]N
M9FEG7V1E9BYX;6PB("D*(" @*"!C9"!M>7-E<G9E<address@hidden:U]W;'-?8V]N
M9FEG7W=F+G-H(")C;'5S=&5R=&EM97(B("(D0TQ54U1%4E])4%],25-4(B B
M)%1)34527TE07TQ)4U0B("(D1$503$]97T],4U]$25-03U]"14%.4R(@(B1$
M15!,3UE?1%5-35E?0D5!3E,B(")E87)?=V8B(")C;VYF:6=?96%R+GAM;"(@
M*0H@(" H(&-D(&UY<V5R=F5R.R N+VUK7W=L<U]S=&]P86QL+G-H(" @(F-L
M=7-T97)T:6UE<B(@(B1#3%535$527TE07TQ)4U0B("(D5$E-15)?25!?3$E3
M5"(@*0IF:0H*(R M+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM
M+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+0H*9FD@(R M<7$@
M;W!T:6]N"@HC("TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM
M+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM"B,@4V5T(&5N=FER
M;VYM96YT('9A<FEA8FQE<R!N96-E<W-A<address@hidden(&-O;F9I9W5R90HC"FEF
M(%L@(address@hidden(@/2 B6"(@address@hidden&AE;@H@("!54T52/21,3T=.04U%"F9I
M"@II9B!;(")8)$=,3T)!3$-/3D9)1T9)3$4B(#T@(address@hidden(%T[('1H96X*(" @
M1TQ/0D%,0T].1DE'1DE,13TO;W!T+VYE=&QI9F4O971C+V-O;F9I9U]G;&]B
M86Q?;F5W+G-H"F9I"F5X<&]R="!'3$]"04Q#3TY&24=&24Q%"F5C:&\@)W5S
M:6YG($=,3T)!3$-/3D9)1T9)3$4@)R1'3$]"04Q#3TY&24=&24Q%"@HC($)E
M9F]R92!U<VEN9R!#;VYF:6=4;7!L('=E(&address@hidden&\@<F5M;W9E(&%L; HC
M('-Y;6)O;&EC(&QI;FMS('1O('!R979E;G0@<F5C=7)S:79E(&YI<G9A;F$@
M.RTI"FEF("]U<W(O8FEN+W1E<address@hidden@9G)O;G1E;F0O;&EN:W,[('1H96X*
M(" @96-H;R!S879I;F<@<WEM8F]L:6,@;&EN:W,*(" @;address@hidden)O;G1E;F0O
M;&EN:W,@+BX*9FD*"DQ#7T-465!%/65N7U53"F5X<&]R="!,0U]#5%E010H*
M0TQ!4U-0051(/2(N+V)A<V4Z)$-,05-34$%42"(*97AP;W)T($-,05-34$%4
M2 H*:address@hidden A("UF(&)A<V4O0V]N9FEG5&UP;"YC;&%S<R!=('Q\( H@(" O
M=7-R+V)I;B]T97-T(&)A<V4O0V]N9FEG5&UP;"YC;&%S<R M;address@hidden
M;VYF:6=4;7!L+FIA=F$*=&AE;@H@("!E8VAO(&-O;7!I;&EN9R!#;VYF:6=4
M;7!L+FIA=F$*(" @:F%V86,@8F%S92]#;VYF:6=4;7!L+FIA=F$@(" @(" @
M(" @('Q\(%)604P]8&5X<'(@)%)address@hidden T8 H@("!C<"!B87-E+T-O;F9I
M9U1M<&PN8VQA<W,@<&%C:V%G97,*9FD*"address@hidden&UP;" D1TQ/
M0D%,0T].1DE'1DE,12 D,2 D,B!\?"!25D%,/6!E>'!R("125D%,("address@hidden& *
M"B,@4F5S=&]R92!S>6UB;VQI8R!L:6YK<PII9B O=7-R+V)I;B]T97-T("UE
M("XN+VQI;FMS.R!T:&5N"B @(&5C:&\@<F5S=&]R:6YG('-Y;6)O;&EC(&QI
M;FMS"B @(&UV("XN+VQI;FMS(&9R;VYT96YD"F9I"@HC("TM+2TM+2TM+2TM
M+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM
M+2TM+2TM+2TM+2TM"B,@0W)E871E('1H92!L:6(@9&ER96-T;W)address@hidden"FEF
M(%L@(2 M9"!L:6(@address@hidden&AE;@H@("!M:V1I<B!L:6(*9FD*"B,@+2TM+2TM
M+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM
M+2TM+2TM+2TM+2TM+2TM+2T*(R!#<F5A=&address@hidden&AE(&%P<&QI8V%T:6]N<R!D
M:7)E8W1O<GDN"B,*:address@hidden A("UD(&UY<V5R=F5R+V%P<&QI8V%T:6]N<R!=
M.R!T:&5N"B @(&UK9&ER("UP(&UY<V5R=F5R+V%P<&QI8V%T:6]N<PIF:0H*
M(R M+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM
M+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+0HC($-R96%T92!T:&4@;&]G<R!D
M:7)E8W1O<GDN"B,*:address@hidden A("UD(&UY<V5R=F5R+VQO9W,@address@hidden&AE;@H@
M("!M:V1I<B M<"!M>7-E<G9E<B]L;V=S"F9I"@HC("TM+2TM+2TM+2TM+2TM
M+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM
M+2TM+2TM+2TM"B,@0W)E871E('1H92!-151!+4E.1B!D:7)E8W1O<GDN"B,*
M:address@hidden A("UD(&)A8VME;F0O345402U)address@hidden@=&AE;@H@("!M:V1I<B M
C<"!B86-K96YD+TU%5$$M24Y&"F9I"@IE>&ET("125D%,"@H@

end
tramp_exit_status 0
# Decoding remote file
/ssh:address@hidden:/export/plattform/vera/B000/nfs/brokerage/configure...
# Decoding remote file
/ssh:address@hidden:/export/plattform/vera/B000/nfs/brokerage/configure with
function uudecode-decode-region...
# Decoding remote file
/ssh:address@hidden:/export/plattform/vera/B000/nfs/brokerage/configure...done
$ test -e /export/plattform/vera/B000/nfs/brokerage/configure 2>/dev/null;
echo tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /export/plattform/vera/B000/nfs/brokerage/configure
(nil 1 2343 2106 (16176 61456) (16170 15238) (16176 15067) 6560 33261 t (39
. 49838) -1)
# Inserting local temp file `/home/vera/tmp/tramp.53312cr'...
# Inserting local temp file `/home/vera/tmp/tramp.53312cr'...done
$ test -e /export/plattform/vera/B000/nfs/brokerage/configure 2>/dev/null;
echo tramp_exit_status $?
tramp_exit_status 0
$ test -w /export/plattform/vera/B000/nfs/brokerage/configure 2>/dev/null;
echo tramp_exit_status $?
tramp_exit_status 0
$ test -e /export/plattform/vera/B000/nfs/brokerage/configure 2>/dev/null;
echo tramp_exit_status $?
tramp_exit_status 0
$ test -e /export/plattform/vera/B000/nfs/brokerage/configure 2>/dev/null;
echo tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /export/plattform/vera/B000/nfs/brokerage/configure
(nil 1 2343 2106 (16176 61456) (16170 15238) (16176 15067) 6560 33261 t (39
. 49838) -1)
$ test -e /export/plattform/vera/B000/nfs/brokerage/RCS/configure\,v
2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 1
$ test -e /export/plattform/vera/B000/nfs/brokerage/configure\,v
2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 1
$ test -e /export/plattform/vera/B000/nfs/brokerage/RCS/configure

2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 1
$ test -r /export/plattform/vera/B000/nfs/brokerage/CVS/Entries
2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ test -r /export/plattform/vera/B000/nfs/brokerage/CVS/Entries
2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ test -e /export/plattform/vera/B000/nfs/brokerage/CVS/Entries
2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ test -e /export/plattform/vera/B000/nfs/brokerage/CVS/Entries
2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
# Inserting local temp file `nil'...
$ ( test -d /export/plattform/vera/B000/nfs/brokerage/configure
2>/dev/null; echo tramp_exit_status $? )
tramp_exit_status 1
$ test -e /export 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /export
(t 8 0 3 (16176 59843) (16010 39655) (16010 39655) 512 16877 t (0 . 59965)
-1)
$ test -e /export/plattform 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /export/plattform
(t 35 0 0 (16176 61306) (16139 63183) (16139 63183) 1536 16877 t (0 . 2)
-1)
$ test -e /export/plattform/vera 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /export/plattform/vera
(t 7 2343 2106 (16176 51376) (16176 15065) (16176 15065) 512 16877 t (22 .
21346) -1)
$ test -e /export/plattform/vera/B000 2>/dev/null; echo tramp_exit_status
$?
tramp_exit_status 0
$ tramp_file_attributes /export/plattform/vera/B000
(t 3 2343 2106 (16176 15768) (16176 15066) (16176 15066) 512 16877 t (39 .
49163) -1)
$ test -e /export/plattform/vera/B000/nfs 2>/dev/null; echo
tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /export/plattform/vera/B000/nfs
(t 4 2343 2106 (16176 15768) (16176 15755) (16176 15755) 512 16877 t (39 .
49166) -1)
$ test -e /export/plattform/vera/B000/nfs/brokerage 2>/dev/null; echo
tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /export/plattform/vera/B000/nfs/brokerage
(t 27 2343 2106 (16176 15768) (16176 15762) (16176 15762) 1024 16877 t (39
. 49314) -1)
$ test -e /export/plattform/vera/B000/nfs/brokerage/configure 2>/dev/null;
echo tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /export/plattform/vera/B000/nfs/brokerage/configure
(nil 1 2343 2106 (16176 61456) (16170 15238) (16176 15067) 6560 33261 t (39
. 49838) -1)
$ test -e /export/plattform/vera/B000/nfs/brokerage/configure 2>/dev/null;
echo tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /export/plattform/vera/B000/nfs/brokerage/configure
(nil 1 2343 2106 (16176 61456) (16170 15238) (16176 15067) 6560 33261 t (39
. 49838) -1)
$ test -e /export/plattform/vera/B000/nfs/brokerage/configure 2>/dev/null;
echo tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /export/plattform/vera/B000/nfs/brokerage/configure
(nil 1 2343 2106 (16176 61456) (16170 15238) (16176 15067) 6560 33261 t (39
. 49838) -1)
$ test -e /export/plattform/vera/B000/nfs/brokerage/configure 2>/dev/null;
echo tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /export/plattform/vera/B000/nfs/brokerage/configure
(nil 1 2343 2106 (16176 61456) (16170 15238) (16176 15067) 6560 33261 t (39
. 49838) -1)
$ test -e /export/plattform/vera/B000/nfs/brokerage/configure 2>/dev/null;
echo tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /export/plattform/vera/B000/nfs/brokerage/configure
(nil 1 2343 2106 (16176 61456) (16170 15238) (16176 15067) 6560 33261 t (39
. 49838) -1)
$ test -e /export/plattform/vera/B000/nfs/brokerage/RCS/configure\,v
2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 1
$ test -e /export/plattform/vera/B000/nfs/brokerage/configure\,v
2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 1
$ test -e /export/plattform/vera/B000/nfs/brokerage/RCS/configure
2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 1
$ test -r /export/plattform/vera/B000/nfs/brokerage/CVS/Entries
2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ test -e /export/plattform/vera/B000/nfs/brokerage/CVS/Entries
2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ test -e /export/plattform/vera/B000/nfs/brokerage/CVS/Entries
2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
# Inserting local temp file `nil'...
$ test -e /export/plattform/vera/B000/nfs/brokerage/configure 2>/dev/null;
echo tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /export/plattform/vera/B000/nfs/brokerage/configure
(nil 1 2343 2106 (16176 61456) (16170 15238) (16176 15067) 6560 33261 t (39
. 49838) -1)
$ test -e /export/plattform/vera/B000/nfs/brokerage/RCS/configure\,v
2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 1
$ test -e /export/plattform/vera/B000/nfs/brokerage/configure\,v
2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 1
$ test -e /export/plattform/vera/B000/nfs/brokerage/RCS/configure
2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 1
$ test -r /export/plattform/vera/B000/nfs/brokerage/CVS/Entries
2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ test -e /export/plattform/vera/B000/nfs/brokerage/CVS/Entries
2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ test -e /export/plattform/vera/B000/nfs/brokerage/CVS/Entries
2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
# Inserting local temp file `nil'...
===============================================================
===============================================================
Some Infos about the remote Machine
===============================================================
===============================================================
address@hidden:/export/plattform/vera/B000/nfs/brokerage> cvs version
Concurrent Versions System (CVS) 1.11.1p1 (client/server)
address@hidden:/export/plattform/vera/B000/nfs/brokerage> which cvs
/usr/local/bin/cvs

CVSROOT ist /export/CVS
==================================
==================================
==================================

End of the Bug Report







reply via email to

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