Kai Gro�johann writes:
 > Gerd Bavendiek <[EMAIL PROTECTED]> writes:
 > 
 > > Please tell me which detailed info is useful.
 > 
 > Set rcp-debug-buffer to t, set debug-on-error to t, repeat error, send
 > contents of *Backtrace* buffer, of *rcp/debug...* buffer, of *rcp...*
 > buffer.
 > 

>From my impression:
At first I connected to a ReliantUnix machine named gigi. This worked
well. Secondly I connected to a Solaris box named solo. This
failed. If I connect to the Solaris box at first, it works to. But if
I then connect to the ReliantUnix machine _this_ fails.

rcp/scp root@gigi
-----------------

0

rcp/scp root@solo
-----------------

Last login: Thu Jan 27 08:55:37 2000 from rel191252xrelesn
Sun Microsystems Inc.   SunOS 5.7       Generic October 1998
You have mail.
Sun Microsystems Inc. SunOS 5.7       Generic October 1998
You have mail.
# 

Backtrace
---------
Signaling: (beginning-of-buffer)
  scroll-down(nil)
  scroll-down-command(nil)
  call-interactively(scroll-down-command)

rcp output
----------

empty

debug rcp/scp root@gigi
-----------------------

$ stty -onlcr -echo
$ set +o history
[[INCOMPLETE!]]# > > 
/////

/////
$ echo ~root
~root
$ test -x /bin/ksh ; echo $?
0
$ exec /bin/ksh
$ echo hello
> > 
/////
hello
$ test -x /bin/ls ; echo $?
0
$ /bin/ls -lnd / >/dev/null 2>&1 ; echo $?
0
$ rcp_set_exit_status () {
return $1
}
$ /bin/ls -d /bin ; echo $?
/bin
0
$ /bin/ls -d /bin ; echo $?
/bin
0
$ /bin/ls -iLldn /bin
     6 drwxrwxr-x   5 0        3          10240 May 26  1999 /bin
$ /bin/ls -d /usr/bin ; echo $?
/usr/bin
0
$ /bin/ls -d /usr/bin ; echo $?
/usr/bin
0
$ /bin/ls -iLldn /usr/bin
     6 drwxrwxr-x   5 0        3          10240 May 26  1999 /usr/bin
$ /bin/ls -d /usr/sbin ; echo $?
/usr/sbin
0
$ /bin/ls -d /usr/sbin ; echo $?
/usr/sbin
0
$ /bin/ls -iLldn /usr/sbin
 17100 drwxrwxr-x   2 0        3           8192 Jul 28  1999 /usr/sbin
$ /bin/ls -d /usr/local/bin ; echo $?
/usr/local/bin
0
$ /bin/ls -d /usr/local/bin ; echo $?
/usr/local/bin
0
$ /bin/ls -iLldn /usr/local/bin
 25108 drwxr-xr-x   2 2        1           2048 Jan 25 11:53 /usr/local/bin
$ /bin/ls -d /usr/ccs/bin ; echo $?
/usr/ccs/bin
0
$ /bin/ls -d /usr/ccs/bin ; echo $?
/usr/ccs/bin
0
$ /bin/ls -iLldn /usr/ccs/bin
   152 drwxr-xr-x   3 2        2           2048 Sep 29  1998 /usr/ccs/bin
$ PATH=/bin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/ccs/bin; export PATH
$ LC_TIME=C; export LC_TIME; echo huhu
huhu
$ /bin/ls -d /etc/shadow ; echo $?
/etc/shadow
0
$ /bin/ls -iLldn /etc/shadow
 10612 -r--------   1 0        3           2161 Dec 22 14:23 /etc/shadow
$ /bin/ls -d /etc/shadow ; echo $?
/etc/shadow
0
$ /bin/ls -iLldn /etc/shadow
 10612 -r--------   1 0        3           2161 Dec 22 14:23 /etc/shadow
$ /bin/ls -d /etc/shadow ; echo $?
/etc/shadow
0
$ /bin/ls -d /etc/shadow ; echo $?
/etc/shadow
0
$ /bin/ls -d /etc/ ; echo $?
/etc/
0
$ test -w /etc/ ; echo $?
0
$ /bin/ls -d /etc/shadow ; echo $?
/etc/shadow
0
$ test -w /etc/shadow ; echo $?
0
$ /bin/ls -d /etc/ ; echo $?
/etc/
0
$ test -w /etc/ ; echo $?
0
$ /bin/ls -d /etc/ ; echo $?
/etc/
0
$ test -w /etc/ ; echo $?
0
$ /bin/ls -d /etc/RCS/shadow\,v ; echo $?
/etc/RCS/shadow,v: No such file or directory
2
$ /bin/ls -d /etc/shadow\,v ; echo $?
/etc/shadow,v: No such file or directory
2
$ /bin/ls -d /etc/RCS/shadow ; echo $?
/etc/RCS/shadow: No such file or directory
2
$ /bin/ls -d /etc/SCCS/s.shadow ; echo $?
/etc/SCCS/s.shadow: No such file or directory
2
$ /bin/ls -d /etc/s.shadow ; echo $?
/etc/s.shadow: No such file or directory
2
$ /bin/ls -d /etc/CVS ; echo $?
/etc/CVS: No such file or directory
2
$ /bin/ls -d /etc/shadow ; echo $?
/etc/shadow
0
$ /bin/ls -iLldn /etc/shadow
 10612 -r--------   1 0        3           2161 Dec 22 14:23 /etc/shadow
$ /bin/ls -d /etc/ ; echo $?
/etc/
0
$ test -w /etc/ ; echo $?
0

There is no buffer debug rcp/scp root@solo. I use 
Value: "$Id: rcp.el,v 1.228 2000/01/26 12:41:51 grossjoh Exp $"

in my .emacs I have
;;(require 'efs)
(setq file-name-handler-alist nil)
;;;(require 'efs) 
(require 'rcp)
(setq rcp-default-method "scp")

I still use Xemacs
Value: "21.1 (patch 4) \"Arches\" XEmacs Lucid"

Kind regards

Gerd

0201/2661536

Reply via email to