Matthias Teege <[EMAIL PROTECTED]> writes: > I'm using GNU Emacs 21.3.50.2 and Tramp 2.0.30. I have a problem > with the multi-hop method on my local network. I use the following > command: > > /multi:ssh:[EMAIL PROTECTED]:ssh:[EMAIL PROTECTED]:/home/dir/ > > In the sshd logfile I can see, that the login on both hosts is > successfull bit i didnt get a file from the server. The prompt > looks equal on both hosts and I can work on sv1 without any > problems. > > The multi-hop method works with another host only sv2 has the > problem. > > How can I debug this?
(setq tramp-debug-buffer t) -- I think this is the default. Then you should get a *debug tramp/foo* buffer that has the story. Also look for the *tramp/foo* buffer. It might have the most recent communication with the remote end that hasn't made it yet into the debug buffer. Does this help? -- A preposition is not a good thing to end a sentence with. _______________________________________________ Tramp-devel mailing list [EMAIL PROTECTED] http://mail.nongnu.org/mailman/listinfo/tramp-devel
