Paul Stevenson <[EMAIL PROTECTED]> writes:

> Hello,
> 
> I try to get the following file, which I can get outside emacs without
> a password since I use ssh-agent:
> 
> /r@scp:[EMAIL PROTECTED]@codes/skyax/source/skyax.f
> 
> The machine is an SGI power challenge running IRIX 6.5

Okay, before anyone looks to deeply... I installed the latest tar.gz
dist of tramp (no cvs binary on this machine) in case the problem had
been corrected.

Firstly, I got a couple of make warnings:

[~/emacs/tramp] gromit $ gmake EMACS=emacs all
for a in lisp texi; do                                          \
    gmake -C $a "EMACS=emacs" "MAKEINFO=makeinfo" all;  \
done
gmake[1]: Entering directory 
`/a/marie/home/marie/marie2/phresearch/phs3ps/emacs/tramp/lisp'
emacs -batch -f batch-byte-compile base64.el
While compiling the end of the data in file 
/a/marie/home/marie/marie2/phresearch/phs3ps/emacs/tramp/lisp/base64.el:
  ** the function char-int is not known to be defined.
Wrote /a/marie/home/marie/marie2/phresearch/phs3ps/emacs/tramp/lisp/base64.elc
Done
emacs -batch -f batch-byte-compile format-spec.el
Wrote /a/marie/home/marie/marie2/phresearch/phs3ps/emacs/tramp/lisp/format-spec.elc
Done
emacs -batch --eval "(add-to-list 'load-path \".\")" \
        -f batch-byte-compile tramp.el
While compiling the end of the data in file 
/a/marie/home/marie/marie2/phresearch/phs3ps/emacs/tramp/lisp/tramp.el:
  ** the function tramp-line-end-position is not known to be defined.
Wrote /a/marie/home/marie/marie2/phresearch/phs3ps/emacs/tramp/lisp/tramp.elc
Done
emacs -batch --eval "(add-to-list 'load-path \".\")" \
        -f batch-byte-compile tramp-vc.el
While compiling the end of the data in file 
/a/marie/home/marie/marie2/phresearch/phs3ps/emacs/tramp/lisp/tramp-vc.el:
  ** The following functions are not known to be defined:
    vc-setup-buffer, vc-exec-after
Wrote /a/marie/home/marie/marie2/phresearch/phs3ps/emacs/tramp/lisp/tramp-vc.elc
Done
gmake[1]: Leaving directory 
`/a/marie/home/marie/marie2/phresearch/phs3ps/emacs/tramp/lisp'
gmake[1]: Entering directory 
`/a/marie/home/marie/marie2/phresearch/phs3ps/emacs/tramp/texi'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory 
`/a/marie/home/marie/marie2/phresearch/phs3ps/emacs/tramp/texi'

and now it fails differently, with the message

couldn't find exit status of 'test -x /bin/ksh'

Here's the debug buffer:

# Opening connection for [EMAIL PROTECTED] using scp...
# Waiting 60s for shell or passwd prompt from some.machine.gov
Last login: Mon Nov 27 2000 09:20:14
No mail.

This is a Federal computer system and is the property of the United
States Government. It is for authorized use only. Users (authorized or
unauthorized) have no explicit or implicit expectation of privacy.

Any or all uses of this system and all files on this system may be
intercepted, monitored, recorded, copied, audited, inspected, and
disclosed to authorized site, Department of Energy, and law
enforcement personnel, as well as authorized officials of other
agencies, both domestic and foreign.  By using this system, the user
consents to such interception, monitoring, recording, copying,
auditing, inspection, and disclosure at the discretion of authorized
site or Department of Energy personnel.

Unauthorized or improper use of this system may result in
administrative disciplinary action and civil and criminal
penalties. By continuing to use this system you indicate your
awareness of and consent to these terms and conditions of use. LOG OFF
IMMEDIATELY if you do not agree to the conditions stated in this
warning.

******************** SHUTDOWN NOTICE ************************
* There is a hardware problem with one of the memory boards *
* It is likely that tomorrow (Tuesday, Nov 7th) some  will  *
* have to go down on short notice to make repairs.          *
*************************************************************
[~] some $ # Initializing remote shell
$ exec /bin/sh
# Waiting 30s for remote `/bin/sh' to come up...
exec /bin/sh
$ # Setting up remote shell environment
stty -echo
$ $ # Determining coding system
foo
bar
$ # Waiting 30s for `set +o history'
/bin/sh: history: bad option(s)
$ # Waiting 30s for `set +o vi +o emacs'
$ # Waiting 30s for `unset MAIL MAILCHECK MAILPATH'
$ $ PS1='
/////
'; PS2=''; PS3=''
# Waiting for remote `/bin/sh' to come up...
# Waiting for remote `/bin/sh' to come up...done
# Finding command to check if file exists
$ ls -d /
echo tramp_exit_status $?
/

/////
tramp_exit_status 0
$ ls -d /\ this\ file\ does\ not\ exist\ 
echo tramp_exit_status $?
ls: / this file does not exist : No such file or directory

/////
tramp_exit_status 1
$ echo ~root
~root
# Looking for remote executable `/bin/ksh'
$ test -x /bin/ksh
echo tramp_exit_status $?

Reply via email to