[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Tramp Prevents Closing Emacs
From: |
Michael Albinus |
Subject: |
Re: Tramp Prevents Closing Emacs |
Date: |
Fri, 04 Mar 2016 15:22:22 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) |
Danny <address@hidden> writes:
> Thanks Michael,
Hi Danny,
> that is the thing - itdoes not work:
>
> M-x tramp-cleanup-all-buffers
>
> This tries to re-connect lost SSH connections prior to closing the
> buffers. If I lost connection to accessible server then it does
> reconnect and closes but our production server has firewalled any
> connection to SSH port from any other machine then our office. In that
> case this command hangs with reconnection message. I can C-g it but
> buffers remain opened and when I try to exit again the whole situation
> repeats. No way out but `killall emacs24`.
Strange, this shouldn't happen.
Could you pls perform (debug-on-quit t)
Then run M-x tramp-cleanup-all-buffers
When it hangs, enter C-g - there shall be a backtrace. Pls show this,
that we know why Tramp tries to reestablish the connection.
> Thanks for answering.
>
> Daniel
Best regards, Michael.