emacs-rcp  

tramp ($Id: tramp.el,v 2.0.2.5 2001/06/15 11:45:17 grossjoh Exp $); Does not appear to be working on HP-UX

Brian M Fahs
Mon, 18 Jun 2001 15:25:39 -0700


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.
--bug report follows this line--
Below is the output received when trying to read a file off of machine X
which is an HP-UX machine.  As you may be able to tell, it does not work and
it hangs after send the mime-decode command.



Opening connection at X using sm...
Loading env...
Loading env...done
Waiting 60s for shell or passwd prompt from X
Sending password...
Password: 
Password: .
Password: ..
Password: ...
Password: ........
Sent password, waiting 60s for remote shell prompt
Initializing remote shell
Waiting 30s for remote `/bin/sh' to come up...
Setting up remote shell environment
Determining coding system
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
Waiting in wait-for-output.
Waiting for remote `/bin/sh' to come up...
Waiting in wait-for-output.
Waiting for remote `/bin/sh' to come up...done
Waiting in wait-for-output.
Remote `/bin/sh' groks tilde expansion, good
Finding command to check if file exists
Waiting in wait-for-output. [2 times]
Finding a suitable `ls' command
Checking remote `/bin/ls' command for `-n' option
Waiting in wait-for-output.
Testing remote command `/bin/ls' for -n...
Waiting in wait-for-output.
Testing remote command `/bin/ls' for -n...okay
Using remote command `/bin/ls' for getting directory listings
Waiting in wait-for-output. [25 times]
Sending the Perl `file-attributes' implementation.
Waiting in wait-for-output.
Sending the Perl `mime-encode' implementation.
Waiting in wait-for-output.
Waiting for output.
Waiting in wait-for-output.
Sending the Perl `mime-decode' implementation.
Waiting in wait-for-output.
Waiting for output.
Waiting in wait-for-output. [3 times]
Quit [2 times]


Emacs  : GNU Emacs 20.4.1 (hppa1.1-hp-hpux11.00)
 of Sat Dec  4 1999 on adlprt01
Package: tramp ($Id: tramp.el,v 2.0.2.5 2001/06/15 11:45:17 grossjoh Exp $)

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 "sm"
 tramp-rsh-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")
 tramp-login-prompt-regexp ".*ogin: *$"
 tramp-password-prompt-regexp "^.*\\([pP]assword\\|passphrase.*\\):? *$"
 tramp-wrong-passwd-regexp "^.*\\(Permission denied.\\|Login [Ii]ncorrect\\|Received 
signal [0-9]+\\|Connection \\(refused\\|closed\\)\\|Sorry, try again.\\|Name or 
service not known\\).*$"
 tramp-temp-name-prefix "tramp."
 tramp-file-name-structure 
'("\\`/r\\(@\\([a-zA-Z0-9]+\\)\\)?:\\(\\([-a-zA-Z0-9_#]+\\)@\\)?\\([-a-zA-Z0-9.]+\\):\\(.*\\)\\'"
 2 4 5 6)
 tramp-file-name-regexp "\\`/r[@:]"
 tramp-make-tramp-file-format "/r@%m:%u@%h:%p"
 tramp-end-of-output "/////"
 shell-prompt-pattern "^[^#$%>\n]*[#$%>] *"
 backup-by-copying nil
 backup-by-copying-when-linked nil
 backup-by-copying-when-mismatch nil
 nil nil
 )