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-- Wenn doing a C-x C-f /rsh:ihsapfc:~/ where ihsapfc is an OS/390 machine, I eventually get the message End of file during parsing in the minibuffer. The *tramp/rsh ihsapfc* buffer is empty. -----------*debug tramp/rsh ihsapfc*------------------ # Opening connection at ihsapfc using rsh... # Waiting for prompts from remote shell # Waiting 60s for prompt from remote shell # Looking for regexp "^.*\([pP]assword\|passphrase.*\): # Looking for regexp ".*ogin: *" from remote shell # Looking for regexp "^[^#$%> ]*[#$%>] *" from remote shell # Looking for regexp "^[^#$%> ]*[#$%>] *" from remote shell # Looking for regexp "^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*" from remote shell # Looking for regexp "\(Are you sure you want to continue connecting (yes/no)\?\)\s-*" from remote shell # Looking for regexp "\(Store key in cache\? (y/n)\)\s-*" from remote shell # Looking for regexp "^.*\([pP]assword\|passphrase.*\): # Looking for regexp ".*ogin: *" from remote shell # Looking for regexp "^[^#$%> ]*[#$%>] *" from remote shell # Looking for regexp "^[^#$%> ]*[#$%>] *" from remote shell # Looking for regexp "^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*" from remote shell # Looking for regexp "\(Are you sure you want to continue connecting (yes/no)\?\)\s-*" from remote shell # Looking for regexp "\(Store key in cache\? (y/n)\)\s-*" from remote shell # Looking for regexp "^.*\([pP]assword\|passphrase.*\): # Looking for regexp ".*ogin: *" from remote shell # Looking for regexp "^[^#$%> ]*[#$%>] *" from remote shell # Looking for regexp "^[^#$%> ]*[#$%>] *" from remote shell # Looking for regexp "^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*" from remote shell # Looking for regexp "\(Are you sure you want to continue connecting (yes/no)\?\)\s-*" from remote shell # Looking for regexp "\(Store key in cache\? (y/n)\)\s-*" from remote shell # Looking for regexp "^.*\([pP]assword\|passphrase.*\): # Looking for regexp ".*ogin: *" from remote shell # Looking for regexp "^[^#$%> ]*[#$%>] *" from remote shell # Looking for regexp "^[^#$%> ]*[#$%>] *" from remote shell # Looking for regexp "^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*" from remote shell # Looking for regexp "\(Are you sure you want to continue connecting (yes/no)\?\)\s-*" from remote shell # Looking for regexp "\(Store key in cache\? (y/n)\)\s-*" from remote shell # Looking for regexp "^.*\([pP]assword\|passphrase.*\): # Looking for regexp ".*ogin: *" from remote shell # Looking for regexp "^[^#$%> ]*[#$%>] *" from remote shell # Looking for regexp "^[^#$%> ]*[#$%>] *" from remote shell # Looking for regexp "^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*" from remote shell # Looking for regexp "\(Are you sure you want to continue connecting (yes/no)\?\)\s-*" from remote shell # Looking for regexp "\(Store key in cache\? (y/n)\)\s-*" from remote shell # Looking for regexp "^.*\([pP]assword\|passphrase.*\): # Looking for regexp ".*ogin: *" from remote shell # Looking for regexp "^[^#$%> ]*[#$%>] *" from remote shell # Found remote shell prompt. # Initializing remote shell $ exec env PS1='$ ' /bin/sh # Waiting 30s for remote `/bin/sh' to come up... exec env 'PS1=$ ' /bin/sh $ # Setting up remote shell environment stty -inlcr -echo kill '^U' $ $ # Determining coding system foo bar $ # Waiting 30s for `HISTFILE=$HOME/.tramp_history; HISTSIZE=1' $ # Waiting 30s for `set +o vi +o emacs' $ # Waiting 30s for `unset MAIL MAILCHECK MAILPATH' $ # Waiting 30s for `unset CDPATH' $ # Setting shell prompt $ PS1=' ///// '; PS2=''; PS3='' $ echo ~root / # Remote `/bin/sh' groks tilde expansion, good # 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 2 # 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 1 $ 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; export PATH $ LC_TIME=C; export LC_TIME; echo huhu huhu $ mesg n; echo huhu FSUM9273 Not setgid to group 'TTY' -- contact your system administrator huhu $ biff n ; echo huhu biff: FSUM7351 not found huhu $ unalias ls; echo huhu 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 tramp_executable /usr/bin/perl5 # Sending the Perl `file-attributes' implementation. $ tramp_file_attributes () { /usr/bin/perl5 -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) (%u %u))\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, $s[0] >> 16 & 0xffff, $s[0] & 0xffff);' $1 2>/dev/null } # Sending the Perl `mime-encode' implementations. $ tramp_encode () { /usr/bin/perl5 -e ' # This script contributed by Juanma Barranquero <[EMAIL PROTECTED]>. # 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_encode_with_module () { perl -MMIME::Base64 -0777 -ne 'print encode_base64($_)' 2>/dev/null } # Sending the Perl `mime-decode' implementations. $ tramp_decode () { /usr/bin/perl5 -e ' # This script contributed by Juanma Barranquero <[EMAIL PROTECTED]>. # 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_decode_with_module () { perl -MMIME::Base64 -0777 -ne 'print decode_base64($_)' 2>/dev/null } $ 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 >/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 >/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 >/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 >/dev/null 2>/dev/null; echo tramp_exit_status $? ) tramp_exit_status 0 # Checking remote decoding command `uudecode -o -' for sanity $ ( echo xyzzy | uuencode xxx | uudecode -o - >/dev/null 2>/dev/null; echo tramp_exit_status $? ) tramp_exit_status 2 # Checking remote encoding command `uuencode xxx' for sanity $ ( uuencode xxx </dev/null >/dev/null 2>/dev/null; echo tramp_exit_status $? ) tramp_exit_status 0 # Checking remote decoding command `uudecode -p' for sanity $ ( echo xyzzy | uuencode xxx | uudecode -p >/dev/null 2>/dev/null; echo tramp_exit_status $? ) tramp_exit_status 2 # Checking remote encoding command `uuencode xxx' for sanity $ ( uuencode xxx </dev/null >/dev/null 2>/dev/null; echo tramp_exit_status $? ) tramp_exit_status 0 # Checking remote decoding command `tramp_uudecode' for sanity $ ( echo xyzzy | uuencode xxx | tramp_uudecode >/dev/null 2>/dev/null; echo tramp_exit_status $? ) tramp_exit_status 0 # Using remote encoding uuencode xxx # Using remote decoding tramp_uudecode # Using local encoding tramp-uuencode-region # Using local decoding uudecode-decode-region # Checking to see if encoding/decoding commands work on remote host... $ echo xyzzy | uuencode xxx | tramp_uudecode xyzzy # Checking to see if encoding/decoding commands work on remote host...done $ cd ~; pwd /net/sapmnt.home1/d034879 $ ( test -d /net/sapmnt.home1/d034879 2>/dev/null; echo tramp_exit_status $? ) tramp_exit_status 0 # Inserting directory `ls -al /rsh:ihsapfc:/net/sapmnt.home1/d034879/', wildcard no, fulldir yes $ /bin/ls -al /net/sapmnt.home1/d034879/. total 3156 -rw-r--r-- 1 D034879 SAPUSER 256747 Sep 19 11:07 #.newsrc-dribble# drwxr-xr-x 26 D034879 SAPUSER 4096 Sep 19 12:29 . drwxr-xr-x 1920 hagi OMVS 41984 Sep 17 10:28 .. lrwxrwxrwx 1 D034879 SAPUSER 43 Sep 16 08:48 .DCOPserver_lw1022_:0 -> /sapmnt/home1/d034879/.DCOPserver_lw1022__0 -rw-r--r-- 1 D034879 SAPUSER 55 Sep 16 08:48 .DCOPserver_lw1022__0 drwxr--r-- 2 D034879 SAPUSER 1024 Mar 23 2001 .DbgProf drwxr-xr-x 2 D034879 SAPUSER 96 Aug 14 16:48 .ICAClient -rw------- 1 D034879 SAPUSER 380 Sep 16 08:48 .ICEauthority -rw------- 1 D034879 SAPUSER 148 Nov 13 2001 .TTauthority -rw-r--r-- 1 D034879 SAPUSER 2300 Sep 17 13:46 .X.err -rwxr-xr-x 1 D034879 SAPUSER 159 Feb 16 2001 .X11Startup -rw------- 1 D034879 SAPUSER 379 Sep 16 08:48 .Xauthority -rw-r--r-- 1 D034879 SAPUSER 6496 Aug 14 09:31 .Xdefaults -rw-r--r-- 1 D034879 SAPUSER 110 Aug 14 09:14 .Xresources -rw-r--r-- 1 D034879 SAPUSER 1956 Sep 2 12:19 .acrorc -rw------- 1 D034879 SAPUSER 16943 Sep 19 12:14 .bash_history -rw-r--r-- 1 D034879 SAPUSER 24 Jan 24 2001 .bash_logout -r--r--r-- 1 D034879 SAPUSER 1648 Sep 2 12:37 .bash_profile -r--r--r-- 1 D034879 SAPUSER 203 Aug 14 11:02 .bashrc drwxr-xr-x 5 D034879 SAPUSER 96 Aug 8 11:47 .cpan -rw-r--r-- 1 D034879 SAPUSER 2462 Aug 29 18:16 .cshrc -r-xr-xr-x 1 D034879 SAPUSER 583 Mar 9 2001 .cshrc_priv -rw-r--r-- 1 D034879 SAPUSER 2023 Feb 19 2001 .cshrc~ -rw------- 1 D034879 SAPUSER 758 Aug 19 12:21 .dbxhist -rwx------ 1 D034879 SAPUSER 1816 Sep 19 12:22 .emacs drwxr-xr-x 3 D034879 SAPUSER 96 Aug 13 16:34 .emacs.d -rw------- 1 D034879 SAPUSER 0 Nov 5 2001 .emacs_server -rw-r--r-- 1 D034879 SAPUSER 59 Nov 14 2001 .eserve-options -rw-r--r-- 1 D034879 SAPUSER 221 Nov 14 2001 .eserverc -rw-r--r-- 1 D034879 SAPUSER 15589 Feb 16 2001 .fvwmrc -rw-r--r-- 1 D034879 SAPUSER 2079 Nov 28 2001 .gdbtkinit lrwxrwxrwx 1 D034879 SAPUSER 36 Aug 14 09:43 .gnus.el -> /sapmnt/uwi024/c/public/kga/.gnus.el -rw-r--r-- 1 D034879 SAPUSER 1112 Aug 14 16:11 .gtkrc-kde drwxr-xr-x 3 D034879 SAPUSER 96 Nov 30 2001 .gvd -rw------- 1 D034879 SAPUSER 59 Sep 19 12:19 .history drwx------ 4 D034879 SAPUSER 96 Sep 16 08:41 .kde -rw------- 1 D034879 SAPUSER 396 Aug 14 16:46 .kderc -rw------- 1 D034879 SAPUSER 0 Mar 14 2001 .lbxauth -r--r--r-- 1 D034879 SAPUSER 2891 Feb 16 2001 .login -r-xr-xr-x 1 D034879 SAPUSER 899 Feb 16 2001 .login_usr drwxr-xr-x 3 D034879 SAPUSER 96 Aug 13 16:18 .mcop -rw------- 1 D034879 SAPUSER 31 Sep 16 08:49 .mcoprc -rwxr-xr-x 1 D034879 SAPUSER 293 Feb 16 2001 .menu drwxr-xr-x 3 D034879 SAPUSER 96 Aug 16 10:56 .mozilla -rw-r--r-- 1 D034879 SAPUSER 4875 Feb 16 2001 .mwmrc drwxr-xr-x 2 D034879 SAPUSER 96 Jul 20 2001 .ncftp -rw-r--r-- 1 D034879 SAPUSER 1801 Nov 13 2001 .neditdb drwxrwxrwx 4 D034879 SAPUSER 1024 Dec 28 2001 .netscape -rw-r--r-- 1 D034879 SAPUSER 5669 Sep 18 17:10 .newsrc lrwxrwxrwx 1 D034879 SAPUSER 39 Aug 14 09:43 .newsrc.eld -> /sapmnt/uwi024/c/public/kga/.newsrc.eld -rw------- 1 D034879 SAPUSER 58366 Sep 19 08:55 .nnmail-cache -rwx------ 1 D034879 SAPUSER 17 Mar 8 2001 .p4env -rwxr-xr-x 1 D034879 SAPUSER 1322 Feb 16 2001 .pass drwxr-xr-x 2 D034879 SAPUSER 96 Sep 16 08:41 .qt -rwxr-xr-x 1 D034879 SAPUSER 213 Feb 16 2001 .rlogin -rw-r--r-- 1 D034879 SAPUSER 4140 Feb 16 2001 .sap -rw------- 1 D034879 SAPUSER 3261 Sep 19 12:29 .sh_history drwxr-xr-x 2 D034879 SAPUSER 96 Aug 13 16:18 .skel drwxr-xr-x 2 D034879 SAPUSER 96 Aug 14 10:42 .smb drwxr-xr-x 2 D034879 SAPUSER 1024 Aug 29 18:13 .ssh -rwxr-xr-x 1 D034879 SAPUSER 288 Feb 16 2001 .startup -rwxr-xr-x 1 D034879 SAPUSER 482 Feb 16 2001 .startxrc -rw-r--r-- 1 D034879 SAPUSER 61 Aug 14 10:49 .sversionrc drwxrwxrwx 3 D034879 SAPUSER 96 Dec 13 2001 .sw -rwxr-xr-x 1 D034879 SAPUSER 492 Feb 16 2001 .swmouse -rw-r--r-- 1 D034879 SAPUSER 110 Aug 21 13:09 .tkp4rc -rw------- 1 D034879 SAPUSER 6169 Sep 19 12:29 .tramp_history -rw-r--r-- 1 D034879 SAPUSER 8192 Aug 14 10:50 .user52.rdb -rw------- 1 D034879 SAPUSER 3318 Aug 29 17:36 .viminfo -rwxr-xr-x 1 D034879 SAPUSER 33 Feb 16 2001 .vueprofile -rw-r--r-- 1 D034879 SAPUSER 863 Mar 8 2002 .wdbguihistory -rw-r--r-- 1 D034879 SAPUSER 900 Mar 8 2002 .wdbguirc -r--r--r-- 1 D034879 SAPUSER 4 Aug 13 16:06 .wm_d034879 -r--r--r-- 1 D034879 SAPUSER 4 Sep 2 09:02 .wmrc -rwxr-xr-x 1 D034879 SAPUSER 2483 Feb 16 2001 .x11start -r--r--r-- 1 D034879 SAPUSER 24 Aug 14 09:07 .xinitrc -rwxr-xr-x 1 D034879 SAPUSER 2345 Feb 16 2001 .xinitrc.old -r-xr-xr-x 1 D034879 SAPUSER 4546 Sep 2 12:41 .xsession -rw------- 1 D034879 SAPUSER 5019 Sep 14 14:37 .xsession-errors drwxr-xr-x 5 D034879 SAPUSER 1024 Sep 16 08:43 Desktop lrwxrwxrwx 1 D034879 SAPUSER 32 Aug 14 09:43 Mail -> /sapmnt/uwi024/c/public/kga/Mail lrwxrwxrwx 1 D034879 SAPUSER 32 Aug 14 09:43 News -> /sapmnt/uwi024/c/public/kga/News drwxr-xr-x 2 D034879 SAPUSER 1024 Sep 2 12:41 RCS -rw-r--r-- 1 D034879 SAPUSER 183 Sep 17 10:24 RMAIL drwxr-xr-x 3 D034879 SAPUSER 96 Aug 2 2001 SunWS_config -rwxr-xr-x 1 D034879 SAPUSER 522 Nov 7 2001 collision.pl -rw-r--r-- 1 D034879 SAPUSER 10240 Sep 12 2001 ica.tar -rw-r--r-- 1 D034879 SAPUSER 268938 Aug 16 11:12 nsgmls.gz drwx------ 2 D034879 SAPUSER 96 Nov 30 2001 nsmail drwxr-xr-x 3 D034879 SAPUSER 1024 Aug 14 10:49 office52 lrwxrwxrwx 1 D034879 SAPUSER 16 Feb 7 2002 perforce -> uwihome/perforce drwxr-xr-x 11 D034879 SAPUSER 1024 Aug 7 16:32 perllib -rw-r--r-- 1 D034879 SAPUSER 293 Aug 19 14:54 platin.ini lrwxrwxrwx 1 D034879 SAPUSER 23 May 10 2001 public -> /sapmnt/uwi024/a/public drwxr-xr-x 2 D034879 SAPUSER 96 Aug 16 08:41 sap lrwxrwxrwx 1 D034879 SAPUSER 20 Mar 28 09:32 scratch -> /sapmnt/hw1354/b/kga drwxr-xr-x 2 D034879 SAPUSER 96 Aug 28 10:37 secude -rw-r--r-- 1 D034879 SAPUSER 50931 Aug 16 11:11 sp-1.1-doc.tar.gz -rw-r--r-- 1 D034879 SAPUSER 745652 Aug 16 11:12 sp1_3_4.zip -rw-r--r-- 1 D034879 SAPUSER 1666 Sep 26 2001 stat.c -rwxr-xr-x 1 D034879 SAPUSER 311 Aug 9 2001 t.pl drwxr-xr-x 2 D034879 SAPUSER 1024 Aug 29 10:46 tmp lrwxrwxrwx 1 D034879 SAPUSER 27 Dec 5 2001 uwihome -> /sapmnt/uwi024/c/public/kga $ cd $ test -e /net/sapmnt.home1/d034879/ 2>/dev/null; echo tramp_exit_status $? tramp_exit_status 0 # file attributes with perl: /rsh:ihsapfc:/net/sapmnt.home1/d034879/ $ tramp_file_attributes /net/sapmnt.home1/d034879/ $ echo are you awake are you awake $ cd ~; pwd /net/sapmnt.home1/d034879 $ ( test -d /net/sapmnt.home1/d034879 2>/dev/null; echo tramp_exit_status $? ) tramp_exit_status 0 # Inserting directory `ls -al /rsh:ihsapfc:/net/sapmnt.home1/d034879/', wildcard no, fulldir yes $ /bin/ls -al /net/sapmnt.home1/d034879/. total 3156 -rw-r--r-- 1 D034879 SAPUSER 256747 Sep 19 11:07 #.newsrc-dribble# drwxr-xr-x 26 D034879 SAPUSER 4096 Sep 19 12:29 . drwxr-xr-x 1920 hagi OMVS 41984 Sep 17 10:28 .. lrwxrwxrwx 1 D034879 SAPUSER 43 Sep 16 08:48 .DCOPserver_lw1022_:0 -> /sapmnt/home1/d034879/.DCOPserver_lw1022__0 -rw-r--r-- 1 D034879 SAPUSER 55 Sep 16 08:48 .DCOPserver_lw1022__0 drwxr--r-- 2 D034879 SAPUSER 1024 Mar 23 2001 .DbgProf drwxr-xr-x 2 D034879 SAPUSER 96 Aug 14 16:48 .ICAClient -rw------- 1 D034879 SAPUSER 380 Sep 16 08:48 .ICEauthority -rw------- 1 D034879 SAPUSER 148 Nov 13 2001 .TTauthority -rw-r--r-- 1 D034879 SAPUSER 2300 Sep 17 13:46 .X.err -rwxr-xr-x 1 D034879 SAPUSER 159 Feb 16 2001 .X11Startup -rw------- 1 D034879 SAPUSER 379 Sep 16 08:48 .Xauthority -rw-r--r-- 1 D034879 SAPUSER 6496 Aug 14 09:31 .Xdefaults -rw-r--r-- 1 D034879 SAPUSER 110 Aug 14 09:14 .Xresources -rw-r--r-- 1 D034879 SAPUSER 1956 Sep 2 12:19 .acrorc -rw------- 1 D034879 SAPUSER 16943 Sep 19 12:14 .bash_history -rw-r--r-- 1 D034879 SAPUSER 24 Jan 24 2001 .bash_logout -r--r--r-- 1 D034879 SAPUSER 1648 Sep 2 12:37 .bash_profile -r--r--r-- 1 D034879 SAPUSER 203 Aug 14 11:02 .bashrc drwxr-xr-x 5 D034879 SAPUSER 96 Aug 8 11:47 .cpan -rw-r--r-- 1 D034879 SAPUSER 2462 Aug 29 18:16 .cshrc -r-xr-xr-x 1 D034879 SAPUSER 583 Mar 9 2001 .cshrc_priv -rw-r--r-- 1 D034879 SAPUSER 2023 Feb 19 2001 .cshrc~ -rw------- 1 D034879 SAPUSER 758 Aug 19 12:21 .dbxhist -rwx------ 1 D034879 SAPUSER 1816 Sep 19 12:22 .emacs drwxr-xr-x 3 D034879 SAPUSER 96 Aug 13 16:34 .emacs.d -rw------- 1 D034879 SAPUSER 0 Nov 5 2001 .emacs_server -rw-r--r-- 1 D034879 SAPUSER 59 Nov 14 2001 .eserve-options -rw-r--r-- 1 D034879 SAPUSER 221 Nov 14 2001 .eserverc -rw-r--r-- 1 D034879 SAPUSER 15589 Feb 16 2001 .fvwmrc -rw-r--r-- 1 D034879 SAPUSER 2079 Nov 28 2001 .gdbtkinit lrwxrwxrwx 1 D034879 SAPUSER 36 Aug 14 09:43 .gnus.el -> /sapmnt/uwi024/c/public/kga/.gnus.el -rw-r--r-- 1 D034879 SAPUSER 1112 Aug 14 16:11 .gtkrc-kde drwxr-xr-x 3 D034879 SAPUSER 96 Nov 30 2001 .gvd -rw------- 1 D034879 SAPUSER 59 Sep 19 12:19 .history drwx------ 4 D034879 SAPUSER 96 Sep 16 08:41 .kde -rw------- 1 D034879 SAPUSER 396 Aug 14 16:46 .kderc -rw------- 1 D034879 SAPUSER 0 Mar 14 2001 .lbxauth -r--r--r-- 1 D034879 SAPUSER 2891 Feb 16 2001 .login -r-xr-xr-x 1 D034879 SAPUSER 899 Feb 16 2001 .login_usr drwxr-xr-x 3 D034879 SAPUSER 96 Aug 13 16:18 .mcop -rw------- 1 D034879 SAPUSER 31 Sep 16 08:49 .mcoprc -rwxr-xr-x 1 D034879 SAPUSER 293 Feb 16 2001 .menu drwxr-xr-x 3 D034879 SAPUSER 96 Aug 16 10:56 .mozilla -rw-r--r-- 1 D034879 SAPUSER 4875 Feb 16 2001 .mwmrc drwxr-xr-x 2 D034879 SAPUSER 96 Jul 20 2001 .ncftp -rw-r--r-- 1 D034879 SAPUSER 1801 Nov 13 2001 .neditdb drwxrwxrwx 4 D034879 SAPUSER 1024 Dec 28 2001 .netscape -rw-r--r-- 1 D034879 SAPUSER 5669 Sep 18 17:10 .newsrc lrwxrwxrwx 1 D034879 SAPUSER 39 Aug 14 09:43 .newsrc.eld -> /sapmnt/uwi024/c/public/kga/.newsrc.eld -rw------- 1 D034879 SAPUSER 58366 Sep 19 08:55 .nnmail-cache -rwx------ 1 D034879 SAPUSER 17 Mar 8 2001 .p4env -rwxr-xr-x 1 D034879 SAPUSER 1322 Feb 16 2001 .pass drwxr-xr-x 2 D034879 SAPUSER 96 Sep 16 08:41 .qt -rwxr-xr-x 1 D034879 SAPUSER 213 Feb 16 2001 .rlogin -rw-r--r-- 1 D034879 SAPUSER 4140 Feb 16 2001 .sap -rw------- 1 D034879 SAPUSER 3261 Sep 19 12:29 .sh_history drwxr-xr-x 2 D034879 SAPUSER 96 Aug 13 16:18 .skel drwxr-xr-x 2 D034879 SAPUSER 96 Aug 14 10:42 .smb drwxr-xr-x 2 D034879 SAPUSER 1024 Aug 29 18:13 .ssh -rwxr-xr-x 1 D034879 SAPUSER 288 Feb 16 2001 .startup -rwxr-xr-x 1 D034879 SAPUSER 482 Feb 16 2001 .startxrc -rw-r--r-- 1 D034879 SAPUSER 61 Aug 14 10:49 .sversionrc drwxrwxrwx 3 D034879 SAPUSER 96 Dec 13 2001 .sw -rwxr-xr-x 1 D034879 SAPUSER 492 Feb 16 2001 .swmouse -rw-r--r-- 1 D034879 SAPUSER 110 Aug 21 13:09 .tkp4rc -rw------- 1 D034879 SAPUSER 6169 Sep 19 12:29 .tramp_history -rw-r--r-- 1 D034879 SAPUSER 8192 Aug 14 10:50 .user52.rdb -rw------- 1 D034879 SAPUSER 3318 Aug 29 17:36 .viminfo -rwxr-xr-x 1 D034879 SAPUSER 33 Feb 16 2001 .vueprofile -rw-r--r-- 1 D034879 SAPUSER 863 Mar 8 2002 .wdbguihistory -rw-r--r-- 1 D034879 SAPUSER 900 Mar 8 2002 .wdbguirc -r--r--r-- 1 D034879 SAPUSER 4 Aug 13 16:06 .wm_d034879 -r--r--r-- 1 D034879 SAPUSER 4 Sep 2 09:02 .wmrc -rwxr-xr-x 1 D034879 SAPUSER 2483 Feb 16 2001 .x11start -r--r--r-- 1 D034879 SAPUSER 24 Aug 14 09:07 .xinitrc -rwxr-xr-x 1 D034879 SAPUSER 2345 Feb 16 2001 .xinitrc.old -r-xr-xr-x 1 D034879 SAPUSER 4546 Sep 2 12:41 .xsession -rw------- 1 D034879 SAPUSER 5019 Sep 14 14:37 .xsession-errors drwxr-xr-x 5 D034879 SAPUSER 1024 Sep 16 08:43 Desktop lrwxrwxrwx 1 D034879 SAPUSER 32 Aug 14 09:43 Mail -> /sapmnt/uwi024/c/public/kga/Mail lrwxrwxrwx 1 D034879 SAPUSER 32 Aug 14 09:43 News -> /sapmnt/uwi024/c/public/kga/News drwxr-xr-x 2 D034879 SAPUSER 1024 Sep 2 12:41 RCS -rw-r--r-- 1 D034879 SAPUSER 183 Sep 17 10:24 RMAIL drwxr-xr-x 3 D034879 SAPUSER 96 Aug 2 2001 SunWS_config -rwxr-xr-x 1 D034879 SAPUSER 522 Nov 7 2001 collision.pl -rw-r--r-- 1 D034879 SAPUSER 10240 Sep 12 2001 ica.tar -rw-r--r-- 1 D034879 SAPUSER 268938 Aug 16 11:12 nsgmls.gz drwx------ 2 D034879 SAPUSER 96 Nov 30 2001 nsmail drwxr-xr-x 3 D034879 SAPUSER 1024 Aug 14 10:49 office52 lrwxrwxrwx 1 D034879 SAPUSER 16 Feb 7 2002 perforce -> uwihome/perforce drwxr-xr-x 11 D034879 SAPUSER 1024 Aug 7 16:32 perllib -rw-r--r-- 1 D034879 SAPUSER 293 Aug 19 14:54 platin.ini lrwxrwxrwx 1 D034879 SAPUSER 23 May 10 2001 public -> /sapmnt/uwi024/a/public drwxr-xr-x 2 D034879 SAPUSER 96 Aug 16 08:41 sap lrwxrwxrwx 1 D034879 SAPUSER 20 Mar 28 09:32 scratch -> /sapmnt/hw1354/b/kga drwxr-xr-x 2 D034879 SAPUSER 96 Aug 28 10:37 secude -rw-r--r-- 1 D034879 SAPUSER 50931 Aug 16 11:11 sp-1.1-doc.tar.gz -rw-r--r-- 1 D034879 SAPUSER 745652 Aug 16 11:12 sp1_3_4.zip -rw-r--r-- 1 D034879 SAPUSER 1666 Sep 26 2001 stat.c -rwxr-xr-x 1 D034879 SAPUSER 311 Aug 9 2001 t.pl drwxr-xr-x 2 D034879 SAPUSER 1024 Aug 29 10:46 tmp lrwxrwxrwx 1 D034879 SAPUSER 27 Dec 5 2001 uwihome -> /sapmnt/uwi024/c/public/kga $ cd $ test -e /net/sapmnt.home1/d034879/ 2>/dev/null; echo tramp_exit_status $? tramp_exit_status 0 # file attributes with perl: /rsh:ihsapfc:/net/sapmnt.home1/d034879/ $ tramp_file_attributes /net/sapmnt.home1/d034879/ $ echo are you awake are you awake $ cd ~; pwd /net/sapmnt.home1/d034879 $ ( test -d /net/sapmnt.home1/d034879 2>/dev/null; echo tramp_exit_status $? ) tramp_exit_status 0 # Inserting directory `ls -al /rsh:ihsapfc:/net/sapmnt.home1/d034879/', wildcard no, fulldir yes $ /bin/ls -al /net/sapmnt.home1/d034879/. total 3156 -rw-r--r-- 1 D034879 SAPUSER 256747 Sep 19 11:07 #.newsrc-dribble# drwxr-xr-x 26 D034879 SAPUSER 4096 Sep 19 12:29 . drwxr-xr-x 1920 hagi OMVS 41984 Sep 17 10:28 .. lrwxrwxrwx 1 D034879 SAPUSER 43 Sep 16 08:48 .DCOPserver_lw1022_:0 -> /sapmnt/home1/d034879/.DCOPserver_lw1022__0 -rw-r--r-- 1 D034879 SAPUSER 55 Sep 16 08:48 .DCOPserver_lw1022__0 drwxr--r-- 2 D034879 SAPUSER 1024 Mar 23 2001 .DbgProf drwxr-xr-x 2 D034879 SAPUSER 96 Aug 14 16:48 .ICAClient -rw------- 1 D034879 SAPUSER 380 Sep 16 08:48 .ICEauthority -rw------- 1 D034879 SAPUSER 148 Nov 13 2001 .TTauthority -rw-r--r-- 1 D034879 SAPUSER 2300 Sep 17 13:46 .X.err -rwxr-xr-x 1 D034879 SAPUSER 159 Feb 16 2001 .X11Startup -rw------- 1 D034879 SAPUSER 379 Sep 16 08:48 .Xauthority -rw-r--r-- 1 D034879 SAPUSER 6496 Aug 14 09:31 .Xdefaults -rw-r--r-- 1 D034879 SAPUSER 110 Aug 14 09:14 .Xresources -rw-r--r-- 1 D034879 SAPUSER 1956 Sep 2 12:19 .acrorc -rw------- 1 D034879 SAPUSER 16943 Sep 19 12:14 .bash_history -rw-r--r-- 1 D034879 SAPUSER 24 Jan 24 2001 .bash_logout -r--r--r-- 1 D034879 SAPUSER 1648 Sep 2 12:37 .bash_profile -r--r--r-- 1 D034879 SAPUSER 203 Aug 14 11:02 .bashrc drwxr-xr-x 5 D034879 SAPUSER 96 Aug 8 11:47 .cpan -rw-r--r-- 1 D034879 SAPUSER 2462 Aug 29 18:16 .cshrc -r-xr-xr-x 1 D034879 SAPUSER 583 Mar 9 2001 .cshrc_priv -rw-r--r-- 1 D034879 SAPUSER 2023 Feb 19 2001 .cshrc~ -rw------- 1 D034879 SAPUSER 758 Aug 19 12:21 .dbxhist -rwx------ 1 D034879 SAPUSER 1816 Sep 19 12:22 .emacs drwxr-xr-x 3 D034879 SAPUSER 96 Aug 13 16:34 .emacs.d -rw------- 1 D034879 SAPUSER 0 Nov 5 2001 .emacs_server -rw-r--r-- 1 D034879 SAPUSER 59 Nov 14 2001 .eserve-options -rw-r--r-- 1 D034879 SAPUSER 221 Nov 14 2001 .eserverc -rw-r--r-- 1 D034879 SAPUSER 15589 Feb 16 2001 .fvwmrc -rw-r--r-- 1 D034879 SAPUSER 2079 Nov 28 2001 .gdbtkinit lrwxrwxrwx 1 D034879 SAPUSER 36 Aug 14 09:43 .gnus.el -> /sapmnt/uwi024/c/public/kga/.gnus.el -rw-r--r-- 1 D034879 SAPUSER 1112 Aug 14 16:11 .gtkrc-kde drwxr-xr-x 3 D034879 SAPUSER 96 Nov 30 2001 .gvd -rw------- 1 D034879 SAPUSER 59 Sep 19 12:19 .history drwx------ 4 D034879 SAPUSER 96 Sep 16 08:41 .kde -rw------- 1 D034879 SAPUSER 396 Aug 14 16:46 .kderc -rw------- 1 D034879 SAPUSER 0 Mar 14 2001 .lbxauth -r--r--r-- 1 D034879 SAPUSER 2891 Feb 16 2001 .login -r-xr-xr-x 1 D034879 SAPUSER 899 Feb 16 2001 .login_usr drwxr-xr-x 3 D034879 SAPUSER 96 Aug 13 16:18 .mcop -rw------- 1 D034879 SAPUSER 31 Sep 16 08:49 .mcoprc -rwxr-xr-x 1 D034879 SAPUSER 293 Feb 16 2001 .menu drwxr-xr-x 3 D034879 SAPUSER 96 Aug 16 10:56 .mozilla -rw-r--r-- 1 D034879 SAPUSER 4875 Feb 16 2001 .mwmrc drwxr-xr-x 2 D034879 SAPUSER 96 Jul 20 2001 .ncftp -rw-r--r-- 1 D034879 SAPUSER 1801 Nov 13 2001 .neditdb drwxrwxrwx 4 D034879 SAPUSER 1024 Dec 28 2001 .netscape -rw-r--r-- 1 D034879 SAPUSER 5669 Sep 18 17:10 .newsrc lrwxrwxrwx 1 D034879 SAPUSER 39 Aug 14 09:43 .newsrc.eld -> /sapmnt/uwi024/c/public/kga/.newsrc.eld -rw------- 1 D034879 SAPUSER 58366 Sep 19 08:55 .nnmail-cache -rwx------ 1 D034879 SAPUSER 17 Mar 8 2001 .p4env -rwxr-xr-x 1 D034879 SAPUSER 1322 Feb 16 2001 .pass drwxr-xr-x 2 D034879 SAPUSER 96 Sep 16 08:41 .qt -rwxr-xr-x 1 D034879 SAPUSER 213 Feb 16 2001 .rlogin -rw-r--r-- 1 D034879 SAPUSER 4140 Feb 16 2001 .sap -rw------- 1 D034879 SAPUSER 3261 Sep 19 12:29 .sh_history drwxr-xr-x 2 D034879 SAPUSER 96 Aug 13 16:18 .skel drwxr-xr-x 2 D034879 SAPUSER 96 Aug 14 10:42 .smb drwxr-xr-x 2 D034879 SAPUSER 1024 Aug 29 18:13 .ssh -rwxr-xr-x 1 D034879 SAPUSER 288 Feb 16 2001 .startup -rwxr-xr-x 1 D034879 SAPUSER 482 Feb 16 2001 .startxrc -rw-r--r-- 1 D034879 SAPUSER 61 Aug 14 10:49 .sversionrc drwxrwxrwx 3 D034879 SAPUSER 96 Dec 13 2001 .sw -rwxr-xr-x 1 D034879 SAPUSER 492 Feb 16 2001 .swmouse -rw-r--r-- 1 D034879 SAPUSER 110 Aug 21 13:09 .tkp4rc -rw------- 1 D034879 SAPUSER 6169 Sep 19 12:29 .tramp_history -rw-r--r-- 1 D034879 SAPUSER 8192 Aug 14 10:50 .user52.rdb -rw------- 1 D034879 SAPUSER 3318 Aug 29 17:36 .viminfo -rwxr-xr-x 1 D034879 SAPUSER 33 Feb 16 2001 .vueprofile -rw-r--r-- 1 D034879 SAPUSER 863 Mar 8 2002 .wdbguihistory -rw-r--r-- 1 D034879 SAPUSER 900 Mar 8 2002 .wdbguirc -r--r--r-- 1 D034879 SAPUSER 4 Aug 13 16:06 .wm_d034879 -r--r--r-- 1 D034879 SAPUSER 4 Sep 2 09:02 .wmrc -rwxr-xr-x 1 D034879 SAPUSER 2483 Feb 16 2001 .x11start -r--r--r-- 1 D034879 SAPUSER 24 Aug 14 09:07 .xinitrc -rwxr-xr-x 1 D034879 SAPUSER 2345 Feb 16 2001 .xinitrc.old -r-xr-xr-x 1 D034879 SAPUSER 4546 Sep 2 12:41 .xsession -rw------- 1 D034879 SAPUSER 5019 Sep 14 14:37 .xsession-errors drwxr-xr-x 5 D034879 SAPUSER 1024 Sep 16 08:43 Desktop lrwxrwxrwx 1 D034879 SAPUSER 32 Aug 14 09:43 Mail -> /sapmnt/uwi024/c/public/kga/Mail lrwxrwxrwx 1 D034879 SAPUSER 32 Aug 14 09:43 News -> /sapmnt/uwi024/c/public/kga/News drwxr-xr-x 2 D034879 SAPUSER 1024 Sep 2 12:41 RCS -rw-r--r-- 1 D034879 SAPUSER 183 Sep 17 10:24 RMAIL drwxr-xr-x 3 D034879 SAPUSER 96 Aug 2 2001 SunWS_config -rwxr-xr-x 1 D034879 SAPUSER 522 Nov 7 2001 collision.pl -rw-r--r-- 1 D034879 SAPUSER 10240 Sep 12 2001 ica.tar -rw-r--r-- 1 D034879 SAPUSER 268938 Aug 16 11:12 nsgmls.gz drwx------ 2 D034879 SAPUSER 96 Nov 30 2001 nsmail drwxr-xr-x 3 D034879 SAPUSER 1024 Aug 14 10:49 office52 lrwxrwxrwx 1 D034879 SAPUSER 16 Feb 7 2002 perforce -> uwihome/perforce drwxr-xr-x 11 D034879 SAPUSER 1024 Aug 7 16:32 perllib -rw-r--r-- 1 D034879 SAPUSER 293 Aug 19 14:54 platin.ini lrwxrwxrwx 1 D034879 SAPUSER 23 May 10 2001 public -> /sapmnt/uwi024/a/public drwxr-xr-x 2 D034879 SAPUSER 96 Aug 16 08:41 sap lrwxrwxrwx 1 D034879 SAPUSER 20 Mar 28 09:32 scratch -> /sapmnt/hw1354/b/kga drwxr-xr-x 2 D034879 SAPUSER 96 Aug 28 10:37 secude -rw-r--r-- 1 D034879 SAPUSER 50931 Aug 16 11:11 sp-1.1-doc.tar.gz -rw-r--r-- 1 D034879 SAPUSER 745652 Aug 16 11:12 sp1_3_4.zip -rw-r--r-- 1 D034879 SAPUSER 1666 Sep 26 2001 stat.c -rwxr-xr-x 1 D034879 SAPUSER 311 Aug 9 2001 t.pl drwxr-xr-x 2 D034879 SAPUSER 1024 Aug 29 10:46 tmp lrwxrwxrwx 1 D034879 SAPUSER 27 Dec 5 2001 uwihome -> /sapmnt/uwi024/c/public/kga $ cd $ test -e /net/sapmnt.home1/d034879/ 2>/dev/null; echo tramp_exit_status $? tramp_exit_status 0 # file attributes with perl: /rsh:ihsapfc:/net/sapmnt.home1/d034879/ $ tramp_file_attributes /net/sapmnt.home1/d034879/ -----------*debug tramp/rsh ihsapfc*------------------ Emacs : GNU Emacs 21.1.1 (i386-suse-linux, X toolkit, Xaw3d scroll bars) of 2002-03-25 on stephens Package: tramp (2.0.19) 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.*\\): tramp-wrong-passwd-regexp "^.*\\(Connection \\(?:\\(?: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") ("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%n")) tramp-end-of-output "/////" 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-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]*[#$%>] *" 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 '(("^/[^/]*$" . tramp-completion-file-name-handler) ("\\`/[^/:]+:" . tramp-file-name-handler) ("\\`/:" . file-name-non-special)) ) _______________________________________________ Tramp-devel mailing list [EMAIL PROTECTED] http://mail.freesoftware.fsf.org/mailman/listinfo/tramp-devel