all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Robert J. Chassell" <bob@rattlesnake.com>
To: Michael Albinus <michael.albinus@gmx.de>
Cc: emacs-devel@gnu.org
Subject: Re: Emacs tramp troubles with old Sun
Date: Wed, 7 Nov 2007 21:27:49 +0000 (UTC)	[thread overview]
Message-ID: <m1IpsRB-002K4AC@rattlesnake.com> (raw)
In-Reply-To: <87bqa5ye3a.fsf@gmx.de> (message from Michael Albinus on Wed, 07 Nov 2007 21:50:49 +0100)

Today's GNU Emacs CVS snapshot, Wed, 2007 Nov  7  20:59 UTC
GNU Emacs 23.0.50.2 (i686-pc-linux-gnu, GTK+ Version 2.12.1)
started with

     /usr/local/src/emacs/src/emacs -Q -D


I can reach fp.gnu.org, but the old Sun still fails with

    Couldn't find exit status of `test -e /tmp'


I can reach it  with    ssh -l bob shell.berkshire.net

    Last login: Wed Nov  7 16:07:08 2007 from cpe-69-204-164-
    Sun Microsystems Inc.   SunOS 5.9       Generic May 2002
    tcsh: using dumb terminal settings.


    bob@robin ~ $  test -e /tmp
    test: argument expected

    bob@robin ~ $ which test
    /usr/ucb/test
    bob@robin ~ $  echo $PATH
    .:/bin:/usr/games:/usr/etc:/usr/ucb:/usr/local/bin:/usr/bin:/usr/X11/bin


The contents of both the *Backtrace* buffer and the
*debug tramp/ssh bob@shell.berkshire.net* buffer are enclosed.
`tramp-verbose' is set to 8

The *Backtrace* buffer:
Debugger entered--Lisp error: (file-error "Couldn't find exit status of `test -e /tmp'")
  signal(file-error ("Couldn't find exit status of `test -e /tmp'"))
  tramp-send-command-and-check(["ssh" "bob" "shell.berkshire.net" "/tmp"] "test -e /tmp")
  tramp-handle-file-exists-p("/ssh:bob@shell.berkshire.net:/tmp")
  apply(tramp-handle-file-exists-p "/ssh:bob@shell.berkshire.net:/tmp")
  tramp-sh-file-name-handler(file-exists-p "/ssh:bob@shell.berkshire.net:/tmp")
  apply(tramp-sh-file-name-handler file-exists-p "/ssh:bob@shell.berkshire.net:/tmp")
  tramp-file-name-handler(file-exists-p "/ssh:bob@shell.berkshire.net:/tmp")
  file-exists-p("/ssh:bob@shell.berkshire.net:/tmp")
  tramp-handle-file-attributes("/ssh:bob@shell.berkshire.net:/tmp")
  apply(tramp-handle-file-attributes "/ssh:bob@shell.berkshire.net:/tmp")
  tramp-sh-file-name-handler(file-attributes "/ssh:bob@shell.berkshire.net:/tmp")
  apply(tramp-sh-file-name-handler file-attributes "/ssh:bob@shell.berkshire.net:/tmp")
  tramp-file-name-handler(file-attributes "/ssh:bob@shell.berkshire.net:/tmp")
  file-attributes("/ssh:bob@shell.berkshire.net:/tmp")
  tramp-handle-file-truename("/ssh:bob@shell.berkshire.net:/tmp/MAILCHECK: cannot unset")
  apply(tramp-handle-file-truename "/ssh:bob@shell.berkshire.net:/tmp/MAILCHECK: cannot unset")
  tramp-sh-file-name-handler(file-truename "/ssh:bob@shell.berkshire.net:/tmp/MAILCHECK: cannot unset")
  apply(tramp-sh-file-name-handler file-truename "/ssh:bob@shell.berkshire.net:/tmp/MAILCHECK: cannot unset")
  tramp-file-name-handler(file-truename "/ssh:bob@shell.berkshire.net:/tmp/MAILCHECK: cannot unset")
  file-truename("/ssh:bob@shell.berkshire.net:/tmp/MAILCHECK: cannot unset")
  find-file-noselect("/ssh:bob@shell.berkshire.net:~bob" nil nil nil)
  find-file("/ssh:bob@shell.berkshire.net:~bob" nil)
  eval((find-file "/ssh:bob@shell.berkshire.net:~bob" nil))
  eval-last-sexp-1(nil)
  eval-last-sexp(nil)
  call-interactively(eval-last-sexp)



The *debug tramp/ssh bob@shell.berkshire.net* buffer:

21:18:00 tramp-maybe-open-connection (3) # Opening connection for
bob@shell.berkshire.net using ssh...  21:18:00
tramp-get-connection-property (7) # process-name nil 21:18:00
tramp-get-connection-property (7) # process-buffer nil 21:18:00
tramp-maybe-open-connection (6) # /bin/sh 21:18:00
tramp-maybe-open-connection (3) # Waiting 60s for local shell to come
up...  21:18:00 tramp-get-connection-property (7) # check-remote-echo
nil 21:18:00 tramp-get-connection-property (7) # check-remote-echo nil
21:18:00 tramp-get-connection-property (7) # check-remote-echo nil
21:18:00 tramp-get-connection-property (7) # check-remote-echo nil
21:18:00 tramp-wait-for-regexp (6) # $ 21:18:00
tramp-get-file-property (8) # gateway nil 21:18:00
tramp-set-connection-property (7) # temp-file /tmp/tramp.17957v7i
21:18:00 tramp-maybe-open-connection (3) # Sending command `ssh
shell.berkshire.net -l bob -e none && exit || exit' 21:18:00
tramp-get-connection-property (7) # process-name nil 21:18:00
tramp-get-connection-property (7) # remote-echo nil 21:18:00
tramp-send-command (6) # ssh shell.berkshire.net -l bob -e none &&
exit || exit 21:18:00 tramp-get-connection-property (7) # process-name
nil 21:18:00 tramp-get-connection-property (7) # chunksize nil
21:18:00 tramp-set-connection-property (7) # last-cmd-time (18226
11144 550206) 21:18:00 tramp-get-connection-property (7) #
process-buffer nil 21:18:00 tramp-process-actions (3) # Waiting for
prompts from remote shell 21:18:01 tramp-process-one-action (5) #
Looking for regexp ".*ogin\( .*\)?: *\'" from remote shell 21:18:01
tramp-get-connection-property (7) # check-remote-echo nil 21:18:01
tramp-get-connection-property (7) # check-remote-echo nil 21:18:01
tramp-process-one-action (5) # Looking for regexp
"^.*\([pP]assword\|[pP]assphrase\).*:

  reply	other threads:[~2007-11-07 21:27 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-06 14:11 Emacs tramp troubles with old Sun Robert J. Chassell
2007-11-06 19:38 ` Michael Albinus
2007-11-07  1:24   ` Robert J. Chassell
2007-11-07  7:37     ` Michael Albinus
2007-11-07 10:08       ` Andreas Schwab
2007-11-07 10:30         ` Michael Albinus
2007-11-07 20:50 ` Michael Albinus
2007-11-07 21:27   ` Robert J. Chassell [this message]
2007-11-08  6:26     ` Michael Albinus
2007-11-08 11:12       ` Robert J. Chassell
2007-11-08 14:52       ` Stefan Monnier
2007-11-08 15:21         ` Michael Albinus
2007-11-12 20:23           ` Michael Albinus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m1IpsRB-002K4AC@rattlesnake.com \
    --to=bob@rattlesnake.com \
    --cc=emacs-devel@gnu.org \
    --cc=michael.albinus@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.