bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#34196: 27.0.50; tramp hangs on wrong password with global-auto-rever


From: Aaron Jensen
Subject: bug#34196: 27.0.50; tramp hangs on wrong password with global-auto-revert-mode
Date: Sun, 27 Jan 2019 06:34:16 -0800

It appears that the hang happens when (expand-file-name
default-directory) is hit within auto-revert-notify-add-watch for the
tramp buffer: /sudo:root@myhost.local

I wonder if it's essentially trying to recursively make that tramp
connection or something along those lines?

Here's the *Messages* buffer:

Tramp: Opening connection for root@myhost.local using sudo...
Tramp: Sending command ‘exec env SHELL=/bin/sh sudo -u root -s -H -p
P""a""s""s""w""o""r""d"":’
Tramp: Waiting for prompts from remote shell...
Tramp: Sending Password
expand-file-name: #("/sudo:root@myhost.local:" 6 10 (tramp-default t)
11 26 (tramp-default t))
Quit
Tramp: Waiting for prompts from remote shell...failed
Tramp: Opening connection for root@aaron-mbt.local using sudo...failed
Quit [15 times]

You can see where the expand-file-name happens. I believe that's where
it hangs. Spamming C-g gets out of it.

I have no idea what the right fix is for this, hopefully someone with
more tramp or auto-revert familiarity has an idea.

Thanks,

Aaron





reply via email to

[Prev in Thread] Current Thread [Next in Thread]