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

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

bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)


From: Michael Albinus
Subject: bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
Date: Fri, 17 Sep 2021 18:55:04 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Bad Blue Bull <ibmbull@yandex.ru> writes:

Hi,

> I downloaded this archive
> http://git.savannah.gnu.org/cgit/emacs.git/snapshot/emacs-f29abc3db6abf6a9ef54106990b749a12fc53211.tar.gz

Btw, it would be much easier if you install git locally, and clone the 
repository.

> It's pretty like what happened yesterday.   I get thet tramp/smb
> process killed window, then half minute after boot.ini file is opened,
> sometimes successfully sometimes not (I get empty buffer called
> boot.ini then).
> *debug* buffer attached (boot.ini was opened successfully)

So at least my fix has worked, calling "emacs --eval '(setq
tramp-verbose 6)' /smb:nicolas@win2k:/C$/boot.ini" opens the file
boot.ini. Progress!

But then, you haven't tested as I have asked you. There are changes in
the shares:

--8<---------------cut here---------------start------------->8---
18:52:21.852272 tramp-smb-maybe-open-connection (6) # smbclient //win2k/C$ -U 
nicolas -s /dev/null --option client min protocol=NT1
18:52:26.507803 tramp-smb-maybe-open-connection (6) # smbclient //win2k/scripts 
-U nicolas -s /dev/null --option client min protocol=NT1
18:52:30.838004 tramp-smb-maybe-open-connection (6) # smbclient //win2k/src -U 
nicolas -s /dev/null --option client min protocol=NT1
--8<---------------cut here---------------end--------------->8---

First the access to share "C$", then access to the shares "scripts" and
"src". We know already that this causes problems. Therefore, I would
like to ensure that navigating on the same share "C$" doesn't cause
problems. Could you pls test accordingly?

Thanks, and best regards, Michael.





reply via email to

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