On Mon, 22 Oct 2012 19:53:09 +0200 Michael Albinus <[email protected]> wrote:
MA> Ted Zlatanov <[email protected]> writes: MA> Hi Ted, >> Machine is "z", and I'm opening /z:/home/tzz. ssh works without a >> passphrase from the command line. So, after trying to open and hanging: MA> Your problem report did arrive a little bit later; likely because it was MA> fat :-) MA> The problem here is >> 13:33:52.502683 tramp-send-command (6) # /bin/test -e / 2>/dev/null; >> echo tramp_exit_status $? >> 13:33:52.524168 tramp-accept-process-output (10) # >> tramp_exit_status 127 >> #$ MA> Strange. What happens, if you call on the remote host MA> # /bin/test -e / 2>/dev/null; echo tramp_exit_status $? MA> And if it also returns 127 - why? /bin/test is missing on both my CentOS and Ubuntu systems (on Ubuntu zsh reports it's an internal command though): % /bin/test -e / zsh: no such file or directory: /bin/test % which test /usr/bin/test I don't understand why this became a problem suddenly. Weird. I linked /bin/test to /usr/bin/test but it doesn't fix the problem, it now becomes the following, repeated many times: 14:08:05.762864 tramp-get-connection-property (7) # check-remote-echo nil 14:08:05.763021 tramp-get-connection-property (7) # check-remote-echo nil 14:08:05.763223 tramp-accept-process-output (10) # *tramp/ssh wd01* run 14:08:06.763572 tramp-accept-process-output (10) # tramp_exit_status 0 #$ Also did `with-timeout' fail or did we keep resending? In the latter case, I think we should show a count of retries and abort after 7 or so. Ted _______________________________________________ Tramp-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/tramp-devel
