unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
@ 2021-09-05  9:43 Bad Blue Bull
  2021-09-05 17:46 ` Michael Albinus
  0 siblings, 1 reply; 60+ messages in thread
From: Bad Blue Bull @ 2021-09-05  9:43 UTC (permalink / raw)
  To: 50399

[-- Attachment #1: Type: text/html, Size: 2643 bytes --]

^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-05  9:43 bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet) Bad Blue Bull
@ 2021-09-05 17:46 ` Michael Albinus
       [not found]   ` <1053251630945528@mail.yandex.ru>
  0 siblings, 1 reply; 60+ messages in thread
From: Michael Albinus @ 2021-09-05 17:46 UTC (permalink / raw)
  To: Bad Blue Bull; +Cc: 50399

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

Hi,

> I have troubles connecting to Win2K remotehost with TRAMP:

Which Emacs/Tramp versions are you using?

> Samba:
> I can connect from console with smbclient:
>  
>    smbclient -L win2k -U nicolas
>    smbclient //WIN2K/c$ -U Nicolas
>  
> but I can't with tramp (using "c-x c-f /ssh:nicolas@win2k:"):
>    protocol negotiation failed: NT_STATUS_IO_TIMEOUT

This isn't samba but ssh. You must use "/smb:nicolas@win2k:/SHARE", with
SHARE being a share name on your machine, for example "c$".

> FTP:
> I can connect with ftp, but when I try "c-x c-f
> /ftp:Anonymous@192.168.0.141:" I get this:
>    File is missing: Opening directory No such file or directory
> /ftp:Anonymous@192.168.0.141:/ [4 times]
>    tramp-signal-hook-function: Opening directory No such file or
> directory /ftp:Anonymous@192.168.0.141:/
> meanwhile there's opened FTP session in *ftp Anonymous@192.168.0.141*
> buffer, and I can use ftp commands there.
> I can connect that way successfully to NetBSD remote host with bftpd
> running on it.

I would like to see the complete ange-ftp buffer.

> Telnet:
> I can connect using telnet from console or using PuTTY, but TRAMP just
> hangs with
>
>     Tramp: Opening connection for nicolas@192.168.0.141 using
>     telnet...
>     Tramp: Sending command ‘exec telnet 192.168.0.141  2>/dev/null’
>     Tramp: Waiting for prompts from remote shell...
>     Tramp: Sending login name ‘nicolas’
>     File error: Timeout reached, see buffer ‘*tramp/telnet
>     nicolas@192.168.0.141*’ for details
>     Tramp: Waiting for prompts from remote shell...failed
>     Tramp: Opening connection for nicolas@192.168.0.141 using
>     telnet...failed
>     Cleaning up the recentf list...done (0 removed)
>     Tramp: Opening connection for nicolas@192.168.0.141 using
>     telnet...
>     Tramp: Sending command ‘exec telnet 192.168.0.141  2>/dev/null’
>     Tramp: Waiting for prompts from remote shell...
>     Tramp: Sending login name ‘nicolas’
>     File error: Timeout reached, see buffer ‘*tramp/telnet
>     nicolas@192.168.0.141*’ for details
>     Tramp: Waiting for prompts from remote shell...failed
>     Tramp: Opening connection for nicolas@192.168.0.141 using
>     telnet...failed
>     Cleaning up the recentf list...done (0 removed)
>     tramp-signal-hook-function: Timeout reached, see buffer
>     ‘*tramp/telnet nicolas@192.168.0.141*’ for details
>
> the buffer has Process "*tramp/smb nicolas@win2k* exited abnormally
> with code 1"

This cannot be the telnet buffer, it must be something like
"*tramp/telnet ...".

Best regards, Michael.





^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
       [not found]       ` <1059951630951424@mail.yandex.ru>
@ 2021-09-06 19:16         ` Michael Albinus
       [not found]           ` <1058271630967079@mail.yandex.ru>
  0 siblings, 1 reply; 60+ messages in thread
From: Michael Albinus @ 2021-09-06 19:16 UTC (permalink / raw)
  To: Bad Blue Bull; +Cc: 50399

[Please keep the Cc for the archives]

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

>     "protocol negotiation failed" ... hmmm.
>
>     Your win2k machine is likely to run the SMB1 protocol. Recent
>     smbclient
>     programs have disabled this by default, for security reasons.
>
> yes, thanks, it works now.  I made smbclient use smb1 by editing
> smb.conf before, I didn't know I also must customize Tramp (as it uses
> smbclient).

Tramp doesn't use your local smb.conf. There have been too much problems
in the past. See the constant `tramp-smb-conf'.

>     Here we need more traces. Please start
>
>     # emacs -Q --eval '(setq tramp-verbose 10)'
>     /telnet:nicolas@192.168.0.141:
>
>     When Tramp hangs, and it runs into a timeout (or you hit C-g),
>     there is
>     a debug buffer *debug tramp/telnet nicolas@192.168.0.141*
>
>     Please send it as attachment.
>
> here it is:
>
>       backtrace()
>       tramp-signal-hook-function(quit (""))

No, it isn't. This is a backtrace. I need to see the buffer (!)
*debug tramp/telnet nicolas@192.168.0.141*

Best regards, Michael.





^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
       [not found]           ` <1058271630967079@mail.yandex.ru>
@ 2021-09-07 11:48             ` Michael Albinus
  2021-09-07 20:44               ` Bad Blue Bull
  0 siblings, 1 reply; 60+ messages in thread
From: Michael Albinus @ 2021-09-07 11:48 UTC (permalink / raw)
  To: Bad Blue Bull; +Cc: 50399@debbugs.gnu.org

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

Hi,

> *debug tramp/telnet nicolas@192.168.0.141* attached

Thanks.

> ;; Emacs: 28.0.50 Tramp: 2.5.0-pre -*- mode: outline; -*-
> ;; Location: /usr/local/share/emacs/28.0.50/lisp/net/tramp.elc Git: /
> 01:20:29.358056 tramp-send-command (6) # exec telnet 192.168.0.141  2>/dev/null
> 01:20:32.454828 tramp-process-actions (6) #
> Trying 192.168.0.141...

Unfortunately, Tramp calls telnet with redirection of stderr, so we
don't see what's the problem. What happens, if you call in a local shell

# telnet 192.168.0.141

Pls show all messages.

Best regards, Michael.





^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-07 11:48             ` Michael Albinus
@ 2021-09-07 20:44               ` Bad Blue Bull
  2021-09-08  7:13                 ` Michael Albinus
  0 siblings, 1 reply; 60+ messages in thread
From: Bad Blue Bull @ 2021-09-07 20:44 UTC (permalink / raw)
  To: Michael Albinus; +Cc: 50399@debbugs.gnu.org

[-- Attachment #1: Type: text/html, Size: 1378 bytes --]

^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-07 20:44               ` Bad Blue Bull
@ 2021-09-08  7:13                 ` Michael Albinus
  2021-09-08 10:13                   ` Bad Blue Bull
  0 siblings, 1 reply; 60+ messages in thread
From: Michael Albinus @ 2021-09-08  7:13 UTC (permalink / raw)
  To: Bad Blue Bull; +Cc: 50399@debbugs.gnu.org

[-- Attachment #1: Type: text/plain, Size: 671 bytes --]

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

Hi,

> Trying 192.168.0.141...
> Connected to 192.168.0.141.
> Escape character is '^]'.
> Microsoft (R) Windows (TM) Version 5.00 (Build 2195)
> Welcome to Microsoft Telnet Service
> Telnet Server Build 5.00.99206.1
> login:

Looks correct to me. And none of this except the first line is in the
traces. So we need to run telnet from Tramp w/o stderr
redirection. Could you pls apply the appended patch to tramp-sh.el?

Since this requires a regeneration of tramp-loaddefs.el, pls recompile
Emacs via "make -C lisp autoloads compile". Rerun your test with
tramp-verbose set to 10, and show the traces.

Best regards, Michael.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 612 bytes --]

diff --git a/lisp/tramp-sh.el b/lisp/tramp-sh.el
index a2bf0afb..fd773f0a 100644
--- a/lisp/tramp-sh.el
+++ b/lisp/tramp-sh.el
@@ -244,7 +244,7 @@ The string is used in `tramp-methods'.")
  (add-to-list 'tramp-methods
               `("telnet"
                 (tramp-login-program        "telnet")
-                (tramp-login-args           (("%h") ("%p") ("%n")))
+                (tramp-login-args           (("%h") ("%p")))
                 (tramp-remote-shell         ,tramp-default-remote-shell)
                 (tramp-remote-shell-login   ("-l"))
                 (tramp-remote-shell-args    ("-c"))))

^ permalink raw reply related	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-08  7:13                 ` Michael Albinus
@ 2021-09-08 10:13                   ` Bad Blue Bull
  2021-09-08 14:35                     ` Michael Albinus
  0 siblings, 1 reply; 60+ messages in thread
From: Bad Blue Bull @ 2021-09-08 10:13 UTC (permalink / raw)
  To: Michael Albinus; +Cc: 50399@debbugs.gnu.org

[-- Attachment #1: Type: text/html, Size: 1341 bytes --]

[-- Attachment #2: narod_attachment_links.html --]
[-- Type: text/html, Size: 140 bytes --]

^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-08 10:13                   ` Bad Blue Bull
@ 2021-09-08 14:35                     ` Michael Albinus
  2021-09-10  8:32                       ` Bad Blue Bull
  0 siblings, 1 reply; 60+ messages in thread
From: Michael Albinus @ 2021-09-08 14:35 UTC (permalink / raw)
  To: Bad Blue Bull; +Cc: 50399@debbugs.gnu.org

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

Hi,

> telnet2.txt (56099012)

This is a link to yandex web. My Russian is very limited, how can I
download the whole raw file?

Best regards, Michael.





^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-08 14:35                     ` Michael Albinus
@ 2021-09-10  8:32                       ` Bad Blue Bull
  2021-09-11 13:50                         ` Michael Albinus
  0 siblings, 1 reply; 60+ messages in thread
From: Bad Blue Bull @ 2021-09-10  8:32 UTC (permalink / raw)
  To: Michael Albinus; +Cc: 50399@debbugs.gnu.org

[-- Attachment #1: Type: text/html, Size: 677 bytes --]

^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-10  8:32                       ` Bad Blue Bull
@ 2021-09-11 13:50                         ` Michael Albinus
  2021-09-11 22:52                           ` Bad Blue Bull
  0 siblings, 1 reply; 60+ messages in thread
From: Michael Albinus @ 2021-09-11 13:50 UTC (permalink / raw)
  To: Bad Blue Bull; +Cc: 50399@debbugs.gnu.org

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

Hi,

> sorry for late response.  can you try this link please:
> https://drive.google.com/file/d/1xY5xMS-QzMcWYwG1ATXEUzhlk4M1F0hC/view?usp=sharing

Thanks. This tells us more:

13:08:08.822916 tramp-send-command (6) # exec telnet 192.168.0.141  2>/dev/null
13:08:08.828755 tramp-action-login (6) #
Trying 192.168.0.141...
Connected to 192.168.0.141.
Escape character is '^]'.
Microsoft (R) Windows (TM) Version 5.00 (Build 2195)
Welcome to Microsoft Telnet Service
Telnet Server Build 5.00.99206.1
login:
13:08:08.828990 tramp-action-login (3) # Sending login name €nicolas€

Well, this calls telnet, and sends also your login name. After one
minute, this times out, as specified in Tramp.

13:09:08.908391 tramp-process-actions (10) #
  backtrace()
  tramp-error((tramp-file-name "telnet" "nicolas" nil "192.168.0.141" nil "" nil) file-error "Timeout reached, see buffer €*tramp/telnet nicolas...")

Hmm. Not clear why this happens here. I've just tested locally, and
telnet still works (yes, I had also to remove the "%n" argument from the
"telnet" entry in tramp-methods).

Perhaps a problem with CR/LF handling on your MS Windows telnet server?
What happens, if you set tramp-rsh-end-of-line to "\r\n" ?

Best regards, Michael.





^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-11 13:50                         ` Michael Albinus
@ 2021-09-11 22:52                           ` Bad Blue Bull
  2021-09-11 23:34                             ` Bad Blue Bull
  2021-09-12 15:37                             ` Michael Albinus
  0 siblings, 2 replies; 60+ messages in thread
From: Bad Blue Bull @ 2021-09-11 22:52 UTC (permalink / raw)
  To: Michael Albinus; +Cc: 50399@debbugs.gnu.org


[-- Attachment #1.1: Type: text/html, Size: 2265 bytes --]

[-- Attachment #1.2: image1 --]
[-- Type: image/gif, Size: 452 bytes --]

[-- Attachment #2: 2021-09-12-011905_804x484_scrot.png --]
[-- Type: image/png, Size: 6168 bytes --]

^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-11 22:52                           ` Bad Blue Bull
@ 2021-09-11 23:34                             ` Bad Blue Bull
  2021-09-12 15:44                               ` Michael Albinus
  2021-09-12 15:37                             ` Michael Albinus
  1 sibling, 1 reply; 60+ messages in thread
From: Bad Blue Bull @ 2021-09-11 23:34 UTC (permalink / raw)
  To: Michael Albinus; +Cc: 50399@debbugs.gnu.org

[-- Attachment #1: Type: text/html, Size: 3056 bytes --]

^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-11 22:52                           ` Bad Blue Bull
  2021-09-11 23:34                             ` Bad Blue Bull
@ 2021-09-12 15:37                             ` Michael Albinus
  1 sibling, 0 replies; 60+ messages in thread
From: Michael Albinus @ 2021-09-12 15:37 UTC (permalink / raw)
  To: Bad Blue Bull; +Cc: 50399@debbugs.gnu.org

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

Hi,

> Yes, CR/LF certainly matters.  Now I need only fix
> tramp-shell-prompt-pattern
> *
> (string-match-p tramp-shell-prompt-pattern "smb: \\>")
> returns 0, and smb works
> (string-match-p tramp-shell-prompt-pattern "C:\\> ")
> also returns 0 but tramp doesn't recognize telnet prompt.... (see
> telnet screenshot)

No, I don't believe it is a shell prompt problem. Seeing "C:\>" means,
that your telnet server has started "cmd.exe". This is NOT a POSIX
shell, and therefore Tramp won't cooperate with this.

Best regards, Michael.





^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-11 23:34                             ` Bad Blue Bull
@ 2021-09-12 15:44                               ` Michael Albinus
       [not found]                                 ` <261061631470250@mail.yandex.ru>
  0 siblings, 1 reply; 60+ messages in thread
From: Michael Albinus @ 2021-09-12 15:44 UTC (permalink / raw)
  To: Bad Blue Bull; +Cc: 50399@debbugs.gnu.org

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

Hi,

>     Tramp: Sending command ‘exec telnet 192.168.0.141  2>/dev/null’
>     Tramp: Waiting for prompts from remote shell...
>     Tramp: Sending login name ‘nicolas’ [2 times]
>     Tramp: Sending password
>     File error: Timeout reached, see buffer ‘*tramp/telnet
>     nicolas@192.168.0.141*’ for details
>     Tramp: Waiting for prompts from remote shell...failed
>     Tramp: Opening connection for nicolas@192.168.0.141 using
>     telnet...failed
>     Cleaning up the recentf list...done (0 removed)
>     tramp-signal-hook-function: Timeout reached, see buffer
>     ‘*tramp/telnet nicolas@192.168.0.141*’ for details
>
> '*tramp/telnet nicolas@192.168.0.141*' doesn't exist.  Surely it's up
> to shell prompts.

As said, it isn't necessarily a shell prompt problem. If we want to know
it for sure, Tramp traces would be needed.

But this isn't important, Tramp doesn't cooperate with cmd.exe.

Best regards, Michael.





^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
       [not found]                                 ` <261061631470250@mail.yandex.ru>
@ 2021-09-13  7:38                                   ` Michael Albinus
  2021-09-13 15:58                                     ` Bad Blue Bull
  0 siblings, 1 reply; 60+ messages in thread
From: Michael Albinus @ 2021-09-13  7:38 UTC (permalink / raw)
  To: Bad Blue Bull; +Cc: 50399@debbugs.gnu.org

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

Hi,

> OK, thanks

Do you believe, we shall investigate the ange-ftp case? Honestly, the
combination of FTP and the server hosted on MS Windows doesn't sound
very familiar to me.

If not, I believe we could close the bug.

Best regards, Michael.





^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-13  7:38                                   ` Michael Albinus
@ 2021-09-13 15:58                                     ` Bad Blue Bull
  2021-09-14  7:13                                       ` Michael Albinus
  0 siblings, 1 reply; 60+ messages in thread
From: Bad Blue Bull @ 2021-09-13 15:58 UTC (permalink / raw)
  To: Michael Albinus; +Cc: 50399@debbugs.gnu.org

[-- Attachment #1: Type: text/html, Size: 1415 bytes --]

^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-13 15:58                                     ` Bad Blue Bull
@ 2021-09-14  7:13                                       ` Michael Albinus
  2021-09-14 12:55                                         ` Bad Blue Bull
  0 siblings, 1 reply; 60+ messages in thread
From: Michael Albinus @ 2021-09-14  7:13 UTC (permalink / raw)
  To: Bad Blue Bull; +Cc: 50399@debbugs.gnu.org

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

Hi,

>          OK, thanks
>
>     Do you believe, we shall investigate the ange-ftp case? Honestly,
>     the
>     combination of FTP and the server hosted on MS Windows doesn't
>     sound
>     very familiar to me.
>
> Yes, maybe change of tramp-ftp-method can help?

What else do you want to use here? It's value is "ftp", and Tramp
doesn't implement it itself, but forwards everything to ange-ftp.

There is a trick (undocumented, I believe) to use gio's ftp
implementation in Tramp. But let's keep this for later if needed.

> again, I can connect from console with ftp.
> C:\pub is the path for FTP node directory.
> I changed directory list style to "unix" in Internet Information
> Services settings, but it didn't help.

The *Messages* buffer doesn't tell us what's going on. Previously, you
have shown the ange-ftp buffer:

--8<---------------cut here---------------start------------->8---
    ftp> open 192.168.0.141
    Connected to 192.168.0.141 (192.168.0.141).
    220 WIN2K Microsoft FTP Service (Version 5.0).
    ftp> user "anonymous" Turtle Power!
    331 Anonymous access allowed, send identity (e-mail name) as
    password.
    230 Anonymous user logged in.
    ftp> hash
    Hash mark printing on (1024 bytes/hash mark).
    ftp> pwd
    257 "/" is current directory.
    ftp> cd /
    250 CWD command successful.
    ftp> ls -al /tmp/ange-ftpjlDCRq
    227 Entering Passive Mode (192,168,0,141,4,10).
    125 Data connection already open; Transfer starting.
    226 Transfer complete.
    ftp>
--8<---------------cut here---------------end--------------->8---

Could you mimick this in a shell? That is

--8<---------------cut here---------------start------------->8---
# ftp
ftp> open 192.168.0.141
Name (xxx): anonymous
ftp> hash
ftp> pwd
ftp> cd /
ftp> ls -al /tmp/foo
--8<---------------cut here---------------end--------------->8---

Please show the dialogue, and show the contents of /tmp/foo (as
attachment, in order to keep non-ASCII characters).

Best regards, Michael.





^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-14  7:13                                       ` Michael Albinus
@ 2021-09-14 12:55                                         ` Bad Blue Bull
  2021-09-14 17:59                                           ` Michael Albinus
  0 siblings, 1 reply; 60+ messages in thread
From: Bad Blue Bull @ 2021-09-14 12:55 UTC (permalink / raw)
  To: Michael Albinus; +Cc: 50399@debbugs.gnu.org

[-- Attachment #1: Type: text/html, Size: 4064 bytes --]

^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-14 12:55                                         ` Bad Blue Bull
@ 2021-09-14 17:59                                           ` Michael Albinus
  2021-09-14 18:18                                             ` Bad Blue Bull
  0 siblings, 1 reply; 60+ messages in thread
From: Michael Albinus @ 2021-09-14 17:59 UTC (permalink / raw)
  To: Bad Blue Bull; +Cc: 50399@debbugs.gnu.org

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

Hi,

> --8<---------------cut here---------------start------------->8---
> ftp> open 192.168.0.141
> Connected to 192.168.0.141 (192.168.0.141).
> 220 WIN2K Microsoft FTP Service (Version 5.0).
> Name (192.168.0.141:nr): anonymous
> 331 Anonymous access allowed, send identity (e-mail name) as password.
> Password:
> 230 Anonymous user logged in.
> Remote system type is Windows_NT.
> ftp> hash
> Hash mark printing on (1024 bytes/hash mark).
> ftp> pwd
> 257 "/" is current directory.
> ftp> cd /
> 250 CWD command successful.
> ftp> la -al /tmp/foo
> ?Invalid command
> ftp> ls -al /tmp/foo
> output to local-file: /tmp/foo? yes
> 227 Entering Passive Mode (192,168,0,141,4,9).
> 125 Data connection already open; Transfer starting.
> 226 Transfer complete.
> ftp> close
> 221
> --8<---------------cut here---------------end--------------->8---
>
> /tmp/foo is empty, just like ls output is void after I connect, I have
> to do 'cd pub' to reach that directory (C:\pub) designated for ftp
> communications.

So your FTP server denies to tell anything about "/". What happens, if
you try "C-x C-f /ftp:anonymous@192.168.0.141:/pub" ?

Best regards, Michael.





^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-14 17:59                                           ` Michael Albinus
@ 2021-09-14 18:18                                             ` Bad Blue Bull
  2021-09-14 18:24                                               ` Michael Albinus
  0 siblings, 1 reply; 60+ messages in thread
From: Bad Blue Bull @ 2021-09-14 18:18 UTC (permalink / raw)
  To: Michael Albinus; +Cc: 50399@debbugs.gnu.org

[-- Attachment #1: Type: text/html, Size: 2205 bytes --]

^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-14 18:18                                             ` Bad Blue Bull
@ 2021-09-14 18:24                                               ` Michael Albinus
  2021-09-14 22:45                                                 ` Bad Blue Bull
  0 siblings, 1 reply; 60+ messages in thread
From: Michael Albinus @ 2021-09-14 18:24 UTC (permalink / raw)
  To: Bad Blue Bull; +Cc: 50399@debbugs.gnu.org

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

Hi,

> Ofc I would like to try but immediately after I input the colon after
> the remote machine's IP then Tramp makes unsuccessful attempt to
> connect, I guess after this I get
> File is missing: Opening directory No such file or directory
> /ftp:anonymous@192.168.0.141:/ [2 times]
> tramp-signal-hook-function: Opening directory No such file or
> directory /ftp:anonymous@192.168.0.141:/
>
> So I have no chance to enter "/pub".

Sounds like one of the many completion packages is in the way. What
happens, if you call

# emacs /ftp:anonymous@192.168.0.141:/pub

Btw, I believe the better solution is that you could teach your MS Windows
FTP server, that the root directory is C:\pub .

Best regards, Michael.





^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-14 18:24                                               ` Michael Albinus
@ 2021-09-14 22:45                                                 ` Bad Blue Bull
  2021-09-15  6:55                                                   ` Michael Albinus
  0 siblings, 1 reply; 60+ messages in thread
From: Bad Blue Bull @ 2021-09-14 22:45 UTC (permalink / raw)
  To: Michael Albinus; +Cc: 50399@debbugs.gnu.org

[-- Attachment #1: Type: text/html, Size: 1642 bytes --]

^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-14 22:45                                                 ` Bad Blue Bull
@ 2021-09-15  6:55                                                   ` Michael Albinus
  2021-09-15 13:42                                                     ` Bad Blue Bull
  2021-09-15 13:44                                                     ` Bad Blue Bull
  0 siblings, 2 replies; 60+ messages in thread
From: Michael Albinus @ 2021-09-15  6:55 UTC (permalink / raw)
  To: Bad Blue Bull; +Cc: 50399@debbugs.gnu.org

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

Hi,

> My bad, I didn't know root for FTP is C:\Inetpub\ftproot (was empty
> ofc).

So I guess the FTP access is working now? Good.

> Also I have problems with dired & smb:
>  
> dired-get-file-for-visit: File no longer exists; type ‘g’ to update
> Dired buffer [2 times]
>  
> I get these "File no longer exists" msgs when browse the shares.

There's a bell ringing in my head with this error message, but I don't
remember when it was fixed. Could you pls pull the recent Emacs git, and
recompile? Your are using

;; Emacs: 28.0.50 Tramp: 2.5.0-pre

which is quite old. Tramp version is 2.5.2-pre these days. If this
doesn't help, pls apply the usual reporting steps:

- Call "emacs -Q --eval '(setq tramp-verbose 6)'"

- Run your test

- Report the steps you have applied, the result, and what you would
  expect instead.

- Add the Tramp debug buffer.

Best regards, Michael.





^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-15  6:55                                                   ` Michael Albinus
@ 2021-09-15 13:42                                                     ` Bad Blue Bull
  2021-09-15 14:42                                                       ` Michael Albinus
  2021-09-15 13:44                                                     ` Bad Blue Bull
  1 sibling, 1 reply; 60+ messages in thread
From: Bad Blue Bull @ 2021-09-15 13:42 UTC (permalink / raw)
  To: Michael Albinus; +Cc: 50399@debbugs.gnu.org

[-- Attachment #1: Type: text/html, Size: 3289 bytes --]

[-- Attachment #2: smb.txt --]
[-- Type: text/plain, Size: 829607 bytes --]

;; Emacs: 28.0.50 Tramp: 2.5.2-pre -*- mode: outline; coding: utf-8; -*-
16:32:09.284066 tramp-smb-maybe-open-connection (6) # smbclient -V
16:32:09.284198 tramp-smb-maybe-open-connection (6) # 
Version 4.13.2
16:32:09.284681 tramp-smb-maybe-open-connection (3) # Opening connection for //nicolas@win2k/scripts...
16:32:09.285795 tramp-smb-maybe-open-connection (6) # smbclient //win2k/scripts -U nicolas -s /dev/null --option client min protocol=NT1
16:32:09.286075 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.286181 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.286300 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.286411 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.286541 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.286620 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.286715 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.286811 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.286912 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.287005 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.287118 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.287194 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.287292 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.287383 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.287484 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.287582 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.287689 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.287765 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.287867 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.287958 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.288059 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.288157 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.288258 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.288336 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.288429 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.288523 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.288623 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.288722 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.288851 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.288929 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.289032 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.289127 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.289229 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.289329 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.289434 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.289510 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.289607 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.289705 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.289818 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.289920 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.290029 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.290099 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.290201 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.290297 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.290399 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.290501 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.290601 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.290668 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.290767 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.290870 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.290974 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.291079 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.291186 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.291254 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.291349 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.291447 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.291553 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.291658 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.291768 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.291851 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.291939 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.292038 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.292147 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.292258 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.292362 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.292434 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.292521 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.292616 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.292723 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.292834 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.292948 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.293021 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.293110 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.293202 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.293313 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.293420 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.293537 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.293612 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.293703 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.293790 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.293923 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.294032 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.294151 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.294224 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.294323 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.294414 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.294522 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.294630 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.294739 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.294820 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.294912 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.295004 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.295100 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.295210 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.295337 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.295413 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.295508 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.295604 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.295702 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.295817 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.295943 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.296018 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.296119 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.296211 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.296310 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.296413 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.296524 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.296599 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.296692 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.296784 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.296894 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.296993 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.297139 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.297219 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.297326 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.297419 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.297519 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.297619 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.297729 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.297813 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.297919 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.298013 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.298113 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.298215 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.298319 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.298398 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.298494 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.298587 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.298694 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.298794 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.298910 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.298989 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.299088 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.299184 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.299288 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.299577 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.299704 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.299780 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.299909 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.300008 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.300112 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.300214 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.300314 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.300393 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.300489 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.300588 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.300691 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.300797 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.300906 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.300974 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.301066 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.301165 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.301271 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.301373 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.301475 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.301543 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.301630 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.301731 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.301847 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.301953 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.302056 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.302125 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.302209 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.302308 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.302417 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.302522 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.302624 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.302694 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.302779 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.302893 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.303001 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.303131 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.303235 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.303307 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.303403 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.303498 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.303607 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.303718 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.303828 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.303902 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.303993 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.304080 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.304184 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.304294 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.304411 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.304485 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.304579 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.304667 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.304769 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.304886 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.304992 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.305072 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.305164 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.305258 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.305356 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.305465 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.305572 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.305648 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.305739 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.305834 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.305940 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.306044 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.306152 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.306230 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.306324 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.306415 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.306516 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.306615 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.306725 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.306806 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.306901 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.307007 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.307107 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.307204 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.307325 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.307401 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.307497 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.307592 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.307692 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.307790 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.307918 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.307999 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.308100 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.308200 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.308302 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.308401 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.308500 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.308579 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.308677 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.308782 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.308915 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.309019 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.309124 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.309197 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.309302 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.309399 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.309502 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.309609 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.309708 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.309781 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.309887 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.309984 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.310086 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.310189 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.310293 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.310360 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.310459 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.310558 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.310664 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.310767 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.310877 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.310947 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.311039 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.311136 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.311243 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.311350 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.311452 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.311524 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.311611 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.311708 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.311830 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.311946 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.312049 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.312121 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.312211 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.312323 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.312431 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.312537 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.312646 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.312716 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.312814 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.312909 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.313022 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.313136 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.313242 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.313314 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.313403 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.313491 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.313605 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.313712 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.313835 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.313909 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.314001 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.314093 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.314198 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.314305 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.314417 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.314491 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.314580 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.314671 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.314777 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.314897 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.315004 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.315078 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.315176 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.315266 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.315370 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.315486 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.315593 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.315668 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.315762 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.315874 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.315973 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.316087 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.316201 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.316277 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.316375 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.316467 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.316565 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.316663 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.316792 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.316877 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.316972 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.317070 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.317172 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.317270 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.317380 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.317461 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.317557 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.317650 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.317759 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.317872 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.317973 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.318055 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.318151 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.318246 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.318348 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.318448 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.318552 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.318636 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.318733 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.318836 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.318938 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.319039 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.319141 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.319214 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.319318 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.319417 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.319519 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.319622 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.319728 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.319809 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.319911 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.320010 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.320118 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.320221 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.320322 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.320396 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.320497 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.320596 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.320700 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.320823 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.320935 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.321006 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.321112 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.321210 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.321318 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.321433 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.321539 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.321609 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.321698 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.321797 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.321913 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.322018 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.322120 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.322191 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.322276 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.322372 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.322487 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.322597 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.322705 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.322775 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.322878 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.322971 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.323096 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.323204 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.323476 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.323568 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.323691 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.323784 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.323908 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.324017 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.324124 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.324198 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.324289 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.324389 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.397730 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:09.397872 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:09.398204 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:09.398287 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:09.398469 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:09.398573 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:09.398686 tramp-process-one-action (5) # Call ‘tramp-action-password’
16:32:09.398815 tramp-action-password (3) # Sending password
16:32:10.485602 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.486103 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.486585 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.486885 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.487392 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.487746 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.488193 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.488560 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.488939 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.489190 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.489503 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.489844 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.490207 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.490567 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.490958 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.491210 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.491521 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.491862 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.492230 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.492587 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.492896 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.492989 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.493102 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.493218 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.493354 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.493484 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.493615 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.493705 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.493882 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.493986 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.494140 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.494262 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.494402 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.494474 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.494565 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.494663 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.494833 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.494956 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.495095 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.495166 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.495356 tramp-process-actions (6) # 
Enter WORKGROUP\nicolas's password: 
tree connect failed: NT_STATUS_BAD_NETWORK_NAME

Process *tramp/smb nicolas@win2k* exited abnormally with code 1
16:32:10.496545 tramp-process-actions (1) # File error: Tramp failed to connect.  If this happens repeatedly, try
    ‘M-x tramp-cleanup-this-connection’
Enter WORKGROUP\nicolas's password: 
tree connect failed: NT_STATUS_BAD_NETWORK_NAME

Process *tramp/smb nicolas@win2k* exited abnormally with code 1
16:32:10.496779 tramp-smb-maybe-open-connection (1) # File error: Tramp failed to connect.  If this happens repeatedly, try
    ‘M-x tramp-cleanup-this-connection’
Enter WORKGROUP\nicolas's password: 
tree connect failed: NT_STATUS_BAD_NETWORK_NAME

Process *tramp/smb nicolas@win2k* exited abnormally with code 1
16:32:10.497167 tramp-smb-maybe-open-connection (3) # Opening connection for //nicolas@win2k/scripts...failed
16:32:10.499602 tramp-smb-maybe-open-connection (3) # Opening connection for //nicolas@win2k/src...
16:32:10.500560 tramp-smb-maybe-open-connection (6) # smbclient //win2k/src -U nicolas -s /dev/null --option client min protocol=NT1
16:32:10.500835 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.500947 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.501084 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.501200 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.501326 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.501401 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.501502 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.501596 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.501696 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.501808 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.501919 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.501990 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.502083 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.502176 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.502284 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.502384 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.502492 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.502566 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.502654 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.502745 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.502867 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.502970 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.503070 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.503149 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.503244 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.503336 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.503438 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.503542 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.503645 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.503714 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.503811 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.503904 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.504009 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.504112 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.504222 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.504295 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.504382 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.504481 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.504584 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.504686 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.504788 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.504869 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.504961 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.505053 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.505153 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.505256 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.505364 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.505434 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.505520 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.505614 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.505719 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.505829 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.505930 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.506005 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.506095 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.506186 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.506287 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.506397 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.506501 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.506572 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.506660 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.506756 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.506876 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.506977 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.507081 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.507156 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.507261 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.507351 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.507456 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.507566 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.507670 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.507740 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.507849 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.507944 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.508046 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.508147 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.508251 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.508326 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.508416 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.508507 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.508614 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.508719 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.508830 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.508903 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.508991 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.509089 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.509194 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.509296 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.509397 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.509472 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.509563 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.509656 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.509765 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.509878 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.509984 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.510058 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.510148 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.510238 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.510342 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.510449 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.510553 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.510624 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.510710 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.510810 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.510920 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.511023 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.511124 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.511198 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.511292 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.511385 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.511485 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.511585 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.511692 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.511767 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.511877 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.511969 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.512078 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.512184 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.512289 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.512361 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.512448 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.512541 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.512647 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.512750 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.512865 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.512935 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.513028 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.513123 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.513230 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.513333 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.513436 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.513512 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.513606 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.513700 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.513805 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.513906 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.514014 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.514088 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.514178 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.514268 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.514376 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.514483 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.514588 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.514660 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.514746 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.514844 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.514950 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.515056 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.515159 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.515229 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.515319 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.515416 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.515520 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.515628 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.515729 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.515808 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.515908 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.516003 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.516106 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.516208 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.516308 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.516386 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.516479 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.516573 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.516676 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.516782 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.516912 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.516993 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.517092 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.517188 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.517289 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.517389 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.517499 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.517575 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.517667 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.517758 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.517864 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.517969 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.518087 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.518164 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.518257 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.518348 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.518448 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.518557 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.518665 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.518745 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.518841 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.518934 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.519035 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.519145 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.519253 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.519332 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.519423 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.519512 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.519616 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.519728 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.519840 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.519918 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.520012 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.520103 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.520205 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.520314 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.520421 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.520495 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.520584 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.520678 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.520784 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.520903 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.521011 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.521085 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.521175 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.521264 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.521370 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.521478 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.521584 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.521658 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.521746 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.521849 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.521954 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.522068 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.522175 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.522250 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.522341 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.522432 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.522536 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.522644 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.522751 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.522835 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.522925 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.523014 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.523121 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.523230 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.523344 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.523420 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.523510 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.523599 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.523712 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.523832 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.523940 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.524014 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.524104 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.524195 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.524296 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.524406 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.524514 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.524589 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.524702 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.524794 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.524900 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.525010 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.525118 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.525194 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.525284 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.525377 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.525476 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.525587 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.525696 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.525771 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.525869 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.525966 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.526070 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.526185 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.526296 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.526372 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.526465 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.526557 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.526657 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.526760 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.526889 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.526969 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.527066 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.527160 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.527260 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.527359 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.527475 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.527554 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.527648 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.527743 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.527850 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.527954 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.528061 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.528141 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.528237 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.528333 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.528436 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.528537 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.528638 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.528718 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.528827 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.528922 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.529029 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.529133 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.529233 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.529311 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.529412 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.529513 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.529617 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.529719 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.529826 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.529898 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.529999 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.530097 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.530203 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.530307 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.530415 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.530485 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.530584 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.530682 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.530794 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.530911 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.531014 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.531083 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.531178 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.531277 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.531383 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.531488 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.531592 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.531663 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.531754 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.531876 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.531988 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.532104 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.532209 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.532283 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.532375 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.532478 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.532587 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.532694 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.532798 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.532878 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.532967 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.533064 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.533174 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.533289 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.533399 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.533472 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.533562 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.533653 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.533764 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.533880 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.533988 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.534065 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.534157 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.534247 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.534358 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.534468 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.534576 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.534652 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.534741 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.534839 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.534948 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.535058 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.535169 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.535244 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.535341 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.535436 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.535537 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.535649 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.535760 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.535863 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.535962 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.536058 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.536157 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.536266 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.536520 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.536613 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.536730 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.536838 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.536939 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.537044 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.537156 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.537235 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.537334 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.537429 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.537531 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.537635 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.537747 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.537833 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.537930 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.538024 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.538135 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.538239 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.538348 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.538430 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.538529 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.538625 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.538728 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.538840 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.538941 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.539024 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.539122 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.539219 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.539326 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.539428 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.539534 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.539612 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.539762 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.539878 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.539994 tramp-process-one-action (5) # Call ‘tramp-action-password’
16:32:10.540112 tramp-action-password (3) # Sending password
16:32:10.540578 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.540710 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.540876 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.540954 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.541119 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.541221 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.541354 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.541467 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.541576 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.541650 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.541745 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.541847 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.541956 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.542068 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.542186 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.542264 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.542357 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.542450 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.542554 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.542666 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.542775 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.542859 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.542952 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.543044 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.543147 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.543258 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.543369 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.543446 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.543540 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.543633 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.543741 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.543857 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.543972 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.544049 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.544145 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.544243 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.544347 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.544446 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.544560 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.544638 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.544735 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.544837 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.544940 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.545043 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.545152 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.545231 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.545331 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.545433 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.545537 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.545648 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.545752 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.545850 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.545957 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.546056 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.546162 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.546266 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.546367 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.546449 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.546547 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.546644 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.546751 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.546861 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.546968 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.547046 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.547196 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.547302 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.547653 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.547792 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.547947 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.548025 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.548142 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.548252 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:10.548410 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:10.548533 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:10.548658 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:10.548727 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:10.548884 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:10.548974 tramp-process-one-action (5) # Call ‘tramp-action-succeed’
16:32:10.549061 tramp-process-actions (6) # 
Enter WORKGROUP\nicolas's password: 
Try "help" to get a list of possible commands.
smb: \> 
16:32:14.140121 tramp-smb-maybe-open-connection (3) # Opening connection for //nicolas@win2k/src...done
16:32:14.140274 tramp-smb-send-command (6) # dir "\*"
16:32:14.143079 tramp-smb-wait-for-output (6) # 
  .                                   D        0  Sat Aug 28 02:16:40 2021
  ..                                  D        0  Sat Aug 28 02:16:40 2021

		2873618 blocks of size 4096. 2330990 blocks available
smb: \> smb: \> 
16:32:14.249094 tramp-smb-handle-insert-directory (0) # Opening directory /smb:nicolas@win2k:/...
16:32:14.265266 tramp-smb-handle-insert-directory (0) # Opening directory /smb:nicolas@win2k:/...done
16:32:17.204989 tramp-smb-handle-insert-directory (0) # Opening directory /smb:nicolas@win2k:/C$/...
16:32:17.214760 tramp-smb-maybe-open-connection (3) # Opening connection for //nicolas@win2k/C$...
16:32:17.215751 tramp-smb-maybe-open-connection (6) # smbclient //win2k/C$ -U nicolas -s /dev/null --option client min protocol=NT1
16:32:17.218360 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.218495 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.219211 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.219354 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.219514 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.219595 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.219700 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.219799 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.219976 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.220095 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.220230 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.220309 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.220407 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.220506 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.220655 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.220772 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.220916 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.220995 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.221089 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.221188 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.221343 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.221459 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.221591 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.221670 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.221766 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.221873 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.222026 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.222144 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.222275 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.222355 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.222451 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.222552 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.222702 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.222833 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.222961 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.223041 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.223143 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.223245 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.223397 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.223517 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.223643 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.223725 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.223841 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.223942 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.224093 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.224214 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.224337 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.224417 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.224517 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.224619 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.224772 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.224912 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.225037 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.225121 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.225222 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.225333 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.225488 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.225621 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.225746 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.225823 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.225926 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.226029 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.226184 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.226306 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.226434 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.226503 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.226599 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.226704 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.226862 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.226984 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.227115 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.227191 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.227284 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.227390 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.227551 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.227677 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.227813 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.227885 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.227972 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.228082 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.228238 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.228364 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.228492 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.228565 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.228653 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.228755 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.228916 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.229042 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.229172 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.229246 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.229335 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.229440 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.229602 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.229733 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.229878 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.229952 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.230044 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.230139 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.230296 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.230423 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.230554 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.230633 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.230723 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.230829 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.230983 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.231111 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.231244 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.231323 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.231415 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.231512 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.231671 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.231812 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.231949 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.232027 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.232121 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.232220 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.232368 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.232494 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.232630 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.232707 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.232806 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.232907 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.233054 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.233174 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.233313 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.233401 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.233496 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.233595 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.233751 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.233882 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.234016 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.234094 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.234193 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.234292 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.234442 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.234562 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.234691 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.234771 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.234883 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.234985 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.235135 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.235255 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.235380 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.235462 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.235559 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.235660 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.235817 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.235946 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.236074 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.236153 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.236252 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.236354 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.236512 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.236633 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.236758 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.236837 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.236937 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.237043 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.237195 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.237316 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.237442 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.237512 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.237609 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.237713 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.237872 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.237998 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.238135 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.238204 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.238299 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.238405 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.238558 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.238681 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.238812 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.238883 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.238975 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.239080 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.239240 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.239366 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.239494 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.239566 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.239653 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.239757 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.239928 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.240057 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.240191 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.240264 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.240354 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.240453 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.240610 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.240736 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.240876 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.240951 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.241039 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.241135 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.241301 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.241427 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.241559 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.241635 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.241725 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.241824 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.241982 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.242111 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.242243 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.242319 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.242411 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.242507 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.242663 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.242792 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.242932 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.243009 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.243100 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.243198 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.243346 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.243477 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.243611 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.243702 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.243799 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.243918 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.244065 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.244195 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.244329 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.244406 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.244504 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.244601 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.244749 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.244873 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.245017 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.245095 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.245192 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.245292 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.245441 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.245559 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.245695 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.245773 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.245877 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.245976 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.246127 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.246246 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.246374 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.246455 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.246551 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.246651 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.246806 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.246925 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.247049 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.247136 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.247234 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.247336 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.247488 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.247607 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.247735 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.247818 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.247918 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.248022 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.248174 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.248295 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.248421 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.248492 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.248591 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.248693 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.248863 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.248985 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.249111 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.249180 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.249280 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.249384 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.249662 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.249798 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.249937 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.250007 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.250112 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.250217 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.250372 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.250500 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.250627 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.250699 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.250791 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.250901 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.251059 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.251184 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.251312 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.251384 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.251472 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.251577 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.251740 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.252015 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.252158 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.252239 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.252332 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.252432 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.252591 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.252718 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.252869 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.252945 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.253037 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.253130 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.253291 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.253423 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.253554 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.253629 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.253718 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.253824 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.253979 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.254104 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.254236 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.254312 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.254404 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.254501 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.254651 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.254805 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.254942 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.255019 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.255116 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.255212 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.255358 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.255486 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.255624 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.255702 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.255795 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.255900 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.256048 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.327673 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.328039 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.328121 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.328307 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.328415 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.328539 tramp-process-one-action (5) # Call ‘tramp-action-password’
16:32:17.328672 tramp-action-password (3) # Sending password
16:32:17.329125 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.329245 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.329370 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.329447 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.329601 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.329697 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.329821 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.329920 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.330023 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.330093 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.330181 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.330270 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.330368 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.330465 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.330561 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.330628 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.330711 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.330799 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.330904 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.331001 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.331097 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.331165 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.331248 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.331334 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.331433 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.331529 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.331639 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.331712 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.331807 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.331899 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.331997 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.332094 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.332192 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.332261 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.332345 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.332433 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.332535 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.332632 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.332729 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.332797 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.332906 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.332998 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.333099 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.333199 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.333299 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.333367 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.333453 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.333542 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.333648 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.333750 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.333855 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.333924 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.334009 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.334099 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.334198 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.334302 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.334403 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.334472 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.334560 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.334653 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.334752 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.334860 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.334960 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.335030 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.335117 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.335208 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.335308 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.335409 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.335515 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.335584 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.335671 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.335762 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.335872 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.335974 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.336078 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.336147 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.336234 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.336324 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.336425 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.336526 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.336627 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.336697 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.336782 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.336877 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.336982 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.337083 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.337183 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.337253 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.337338 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.337429 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.337533 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.337632 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.337738 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.337822 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.337947 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.338044 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.338193 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.338312 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.338432 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.338503 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.338591 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.338685 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:32:17.338851 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:32:17.338970 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:32:17.339091 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:32:17.339161 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:32:17.339280 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:32:17.339358 tramp-process-one-action (5) # Call ‘tramp-action-succeed’
16:32:17.339431 tramp-process-actions (6) # 

Process *tramp/smb nicolas@win2k* killed
Enter WORKGROUP\nicolas's password: 
Try "help" to get a list of possible commands.
smb: \> 
16:32:17.339528 tramp-smb-maybe-open-connection (3) # Opening connection for //nicolas@win2k/C$...done
16:32:17.339597 tramp-smb-send-command (6) # posix
16:32:17.339957 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS extensions.
smb: \> smb: \> 
16:32:17.340147 tramp-smb-send-command (6) # dir "\*"
16:32:17.342400 tramp-smb-wait-for-output (6) # 
  arcldr.exe                       AHSR   150528  Thu Jun 19 13:05:04 2003
  arcsetup.exe                     AHSR   163840  Thu Jun 19 13:05:04 2003
  AUTOEXEC.BAT                        H        0  Sat Aug  7 11:51:22 2021
  boot.ini                           HS      196  Sat Aug  7 11:45:37 2021
  Bootfont.bin                     AHSR     4438  Thu Jun 21 04:00:00 2001
  CONFIG.SYS                          H        0  Sat Aug  7 11:51:22 2021
  Documents and Settings             DA        0  Sun Aug 22 11:23:12 2021
  Downloads                           D        0  Sat Aug  7 19:01:48 2021
  Inetpub                             D        0  Sat Aug 28 03:36:06 2021
  IO.SYS                           AHSR        0  Sat Aug  7 11:51:22 2021
  ket                                 D        0  Sun Sep  5 15:51:29 2021
  Mags                                D        0  Sat Sep  4 15:53:38 2021
  MSDOS.SYS                        AHSR        0  Sat Aug  7 11:51:22 2021
  NTDETECT.COM                     AHSR    34724  Thu Jun 19 13:05:04 2003
  ntldr                            AHSR   215520  Thu Jun 19 13:05:04 2003
  pagefile.sys                      AHS 805306368  Wed Sep 15 16:19:52 2021
  Program Files                     DAR        0  Sat Sep  4 15:39:11 2021
  pub                                DA        0  Sat Aug 28 03:46:23 2021
  RECYCLER                          DHS        0  Fri Aug 20 19:59:46 2021
  src                                 D        0  Sat Aug 28 02:16:40 2021
  System Volume Information         DHS        0  Sat Aug  7 12:05:17 2021
  TAE                                 D        0  Wed Sep  8 00:21:02 2021
  TASM4                               D        0  Wed Sep  8 00:21:02 2021
  TASM5                               D        0  Wed Sep  8 00:21:04 2021
  TASMED                              D        0  Wed Sep  8 00:21:42 2021
  TEditAsm4                           D        0  Wed Sep  8 00:21:05 2021
  TOOLS                               D        0  Wed Sep  8 00:21:05 2021
  TSHELL                              D        0  Wed Sep  8 00:21:05 2021
  TURBO_SHELL                         D        0  Wed Sep  8 00:21:05 2021
  WASM1                               D        0  Wed Sep  8 00:21:06 2021
  WINNT                              DA        0  Sat Aug 28 03:36:34 2021

		2873618 blocks of size 4096. 2330990 blocks available
smb: \> smb: \> 
16:32:17.348926 tramp-smb-handle-file-system-info (5) # file system info: /C$/
16:32:17.349061 tramp-smb-send-command (6) # du \/*
16:32:17.351467 tramp-smb-wait-for-output (6) # 

		2873618 blocks of size 4096. 2330990 blocks available
Total number of bytes: 805875614
smb: \> 
16:32:17.351861 tramp-smb-send-command (6) # stat "/"
16:32:17.352040 tramp-smb-wait-for-output (6) # 
smb: \> 
16:32:17.353027 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/AUTOEXEC.BAT
16:32:17.353186 tramp-smb-send-command (6) # stat "\AUTOEXEC.BAT"
16:32:17.353407 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 
16:32:17.357300 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/Bootfont.bin
16:32:17.357462 tramp-smb-send-command (6) # stat "\Bootfont.bin"
16:32:17.357678 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 
16:32:17.361516 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/CONFIG.SYS
16:32:17.361675 tramp-smb-send-command (6) # stat "\CONFIG.SYS"
16:32:17.361884 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 
16:32:17.365729 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/Documents and Settings
16:32:17.365905 tramp-smb-send-command (6) # stat "\Documents and Settings"
16:32:17.374459 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 
16:32:17.378526 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/Downloads
16:32:17.378689 tramp-smb-send-command (6) # stat "\Downloads"
16:32:17.378975 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 
16:32:17.382852 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/IO.SYS
16:32:17.383014 tramp-smb-send-command (6) # stat "\IO.SYS"
16:32:17.383282 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 
16:32:17.387190 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/Inetpub
16:32:17.387341 tramp-smb-send-command (6) # stat "\Inetpub"
16:32:17.388966 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 
16:32:17.392888 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/MSDOS.SYS
16:32:17.393049 tramp-smb-send-command (6) # stat "\MSDOS.SYS"
16:32:17.393490 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 
16:32:17.397456 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/Mags
16:32:17.397609 tramp-smb-send-command (6) # stat "\Mags"
16:32:17.397935 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 
16:32:17.401877 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/NTDETECT.COM
16:32:17.402050 tramp-smb-send-command (6) # stat "\NTDETECT.COM"
16:32:17.402505 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> 
16:32:17.406462 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/Program Files
16:32:17.406613 tramp-smb-send-command (6) # stat "\Program Files"
16:32:17.406858 tramp-smb-wait-for-output (6) # 
smb: \> 
16:32:17.410805 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/RECYCLER
16:32:17.410963 tramp-smb-send-command (6) # stat "\RECYCLER"
16:32:17.411178 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 
16:32:17.415098 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/System Volume Information
16:32:17.415262 tramp-smb-send-command (6) # stat "\System Volume Information"
16:32:17.415512 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 
16:32:17.419491 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/TAE
16:32:17.419640 tramp-smb-send-command (6) # stat "\TAE"
16:32:17.419852 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 
16:32:17.423707 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/TASM4
16:32:17.423859 tramp-smb-send-command (6) # stat "\TASM4"
16:32:17.424079 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 
16:32:17.428028 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/TASM5
16:32:17.428190 tramp-smb-send-command (6) # stat "\TASM5"
16:32:17.428408 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 
16:32:17.432255 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/TASMED
16:32:17.432402 tramp-smb-send-command (6) # stat "\TASMED"
16:32:17.432626 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 
16:32:17.436521 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/TEditAsm4
16:32:17.436681 tramp-smb-send-command (6) # stat "\TEditAsm4"
16:32:17.436917 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 
16:32:17.514572 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/TOOLS
16:32:17.514765 tramp-smb-send-command (6) # stat "\TOOLS"
16:32:17.515051 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 
16:32:17.518773 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/TSHELL
16:32:17.518964 tramp-smb-send-command (6) # stat "\TSHELL"
16:32:17.519209 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 
16:32:17.523048 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/TURBO_SHELL
16:32:17.523229 tramp-smb-send-command (6) # stat "\TURBO_SHELL"
16:32:17.523474 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 
16:32:17.527335 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/WASM1
16:32:17.527504 tramp-smb-send-command (6) # stat "\WASM1"
16:32:17.527744 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 
16:32:17.531520 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/WINNT
16:32:17.531686 tramp-smb-send-command (6) # stat "\WINNT"
16:32:17.531926 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 
16:32:17.535763 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/arcldr.exe
16:32:17.535951 tramp-smb-send-command (6) # stat "\arcldr.exe"
16:32:17.536195 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 
16:32:17.540066 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/arcsetup.exe
16:32:17.540250 tramp-smb-send-command (6) # stat "\arcsetup.exe"
16:32:17.540499 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 
16:32:17.544440 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/boot.ini
16:32:17.544635 tramp-smb-send-command (6) # stat "\boot.ini"
16:32:17.544884 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 
16:32:17.548692 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/ket
16:32:17.548867 tramp-smb-send-command (6) # stat "\ket"
16:32:17.549109 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 
16:32:17.552900 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/ntldr
16:32:17.553071 tramp-smb-send-command (6) # stat "\ntldr"
16:32:17.553307 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 
16:32:17.557197 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/pagefile.sys
16:32:17.557378 tramp-smb-send-command (6) # stat "\pagefile.sys"
16:32:17.557634 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 
16:32:17.561543 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/pub
16:32:17.561714 tramp-smb-send-command (6) # stat "\pub"
16:32:17.561978 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 
16:32:17.565796 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/src
16:32:17.565970 tramp-smb-send-command (6) # stat "\src"
16:32:17.566200 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 
16:32:17.569495 tramp-smb-handle-insert-directory (0) # Opening directory /smb:nicolas@win2k:/C$/...done
16:32:32.765263 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/TSHELL
16:32:32.765457 tramp-smb-send-command (6) # stat "\TSHELL"
16:32:32.765998 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> 
16:32:41.285417 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/TOOLS
16:32:41.285610 tramp-smb-send-command (6) # stat "\TOOLS"
16:32:41.286186 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> 
16:32:43.868549 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/TASM4
16:32:43.868734 tramp-smb-send-command (6) # stat "\TASM4"
16:32:43.869448 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> 
16:37:33.131678 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/TSHELL
16:37:33.132529 tramp-smb-maybe-open-connection (3) # Opening connection for //nicolas@win2k/C$...
16:37:33.134110 tramp-smb-maybe-open-connection (6) # smbclient //win2k/C$ -U nicolas -s /dev/null --option client min protocol=NT1
16:37:33.134337 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.134446 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.134570 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.134716 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.135447 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.135543 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.135661 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.135761 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.135919 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.136022 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.136133 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.136213 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.136320 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.136416 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.136527 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.136629 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.136732 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.136820 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.136921 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.137019 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.137123 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.137227 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.137327 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.137407 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.137506 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.137602 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.137707 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.137829 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.137943 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.138018 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.138119 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.138217 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.138327 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.138432 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.138534 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.138604 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.138705 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.138807 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.138919 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.139025 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.139131 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.139202 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.139299 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.139399 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.139507 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.139613 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.139717 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.139788 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.139890 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.139993 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.140103 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.140210 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.140323 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.140397 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.140484 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.140587 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.140695 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.140815 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.140927 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.141001 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.141089 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.141187 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.141298 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.141406 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.141513 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.141587 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.141674 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.141768 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.141890 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.141999 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.142107 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.142182 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.142271 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.142360 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.142472 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.142581 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.142695 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.142770 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.142886 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.142979 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.143083 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.143194 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.143303 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.143379 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.143597 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.143698 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.143810 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.143922 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.144039 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.144117 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.144219 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.144313 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.144413 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.144523 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.144633 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.144712 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.144812 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.144907 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.145008 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.145111 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.145229 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.145310 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.145404 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.145498 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.145600 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.145702 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.145822 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.145904 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.145999 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.146094 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.146196 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.146303 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.146408 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.146489 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.146585 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.146681 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.146790 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.146897 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.146998 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.147082 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.147179 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.147275 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.147381 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.147485 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.147585 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.147663 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.147762 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.147881 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.147986 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.148090 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.148192 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.148265 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.148367 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.148464 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.148574 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.148678 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.148781 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.148861 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.148959 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.149058 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.149163 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.149269 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.149372 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.149445 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.149546 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.149646 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.149754 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.149867 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.149971 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.150043 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.150132 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.150233 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.150349 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.150460 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.150567 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.150644 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.150731 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.150838 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.150948 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.151055 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.151160 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.151234 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.151324 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.151424 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.151535 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.151643 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.151750 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.151829 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.151919 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.152009 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.152121 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.152236 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.152343 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.152418 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.152506 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.152601 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.152708 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.152835 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.152950 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.153026 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.153117 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.153208 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.153315 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.153427 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.153536 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.153612 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.153704 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.153796 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.153901 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.154011 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.154125 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.154202 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.154294 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.154387 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.154487 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.154593 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.154704 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.154806 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.154905 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.154998 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.155098 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.155201 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.155313 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.155398 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.155493 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.155588 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.155695 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.155796 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.155914 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.155995 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.156091 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.156187 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.156292 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.156394 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.156499 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.156580 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.156677 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.156772 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.156897 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.157001 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.157105 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.157187 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.157285 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.157382 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.157489 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.157592 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.157695 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.157772 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.157878 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.157975 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.158081 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.158191 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.158294 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.158365 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.158467 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.158566 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.158677 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.158788 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.158900 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.158972 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.159072 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.159172 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.159281 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.159387 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.159494 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.159568 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.159662 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.159766 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.159885 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.159994 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.160100 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.160174 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.160263 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.160364 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.160473 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.160582 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.160692 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.160766 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.160860 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.160960 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.161071 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.161180 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.161287 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.161362 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.161450 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.161546 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.161663 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.161773 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.161897 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.161972 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.162064 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.162153 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.162265 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.162377 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.162491 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.162568 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.162661 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.162753 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.162869 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.162982 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.163094 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.163172 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.163265 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.163358 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.163461 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.163580 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.163690 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.163767 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.163864 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.163958 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.164060 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.164171 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.164285 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.164365 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.164458 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.164552 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.164653 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.164757 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.164882 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.164962 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.165057 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.165153 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.165255 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.165361 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.165473 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.165553 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.165650 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.165746 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.165853 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.165957 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.166064 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.166145 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.166242 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.166358 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.166462 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.166565 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.166668 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.166751 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.166865 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.166963 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.167068 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.167176 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.167278 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.167359 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.167458 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.167555 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.167661 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.167765 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.167876 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.167953 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.168053 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.168153 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.168263 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.168369 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.168472 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.168542 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.168644 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.168744 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.168857 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.168964 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.169071 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.169144 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.169242 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.169342 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.169450 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.169558 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.169663 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.169735 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.169855 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.169957 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.170070 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.170179 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.170286 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.170359 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.170447 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.170552 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.170662 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.170771 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.170888 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.170965 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.171054 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.171153 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.171263 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.171375 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.171482 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.171557 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.171648 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.171748 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.171872 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.171989 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.172098 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.172173 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.172267 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.172359 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.172470 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.172583 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.172695 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.172772 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.172879 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.172971 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.173077 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.173191 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.173300 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.173378 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.173469 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.173561 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.173667 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.173817 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.173930 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.174008 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.174102 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.174196 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.174297 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.174406 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.174522 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.174604 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.174699 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.174791 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.174909 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.175017 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.175129 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.175314 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.175431 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.175577 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.175680 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.175785 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.175925 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.176014 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.176117 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.176214 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.176318 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.176421 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.176528 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.176609 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.176705 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.176820 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.176931 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.177037 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.177147 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.250425 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.250654 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.251016 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.251141 tramp-process-one-action (5) # Call ‘tramp-action-password’
16:37:33.251342 tramp-action-password (3) # Sending password
16:37:33.251822 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.251945 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.252074 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.252148 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.252290 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.252390 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.252525 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.252628 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.252731 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.252811 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.252902 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.252992 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.253097 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.253198 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.253298 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.253366 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.253452 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.253544 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.253643 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.253744 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.253854 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.253923 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.254010 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.254102 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.254203 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.254303 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.254404 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.254473 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.254558 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.254648 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.254749 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.254856 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.254959 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.255030 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.255117 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.255207 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.255314 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.255415 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.255520 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.255591 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.255678 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.255769 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.255879 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.255980 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.256081 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.256152 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.256239 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.256329 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.256434 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.256539 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.256641 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.256710 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.256797 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.256906 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.257009 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.257110 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.257212 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.257282 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.257371 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.257462 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.257563 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.257665 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.257765 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.257846 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.257931 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.258022 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.258135 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.258241 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.258341 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.258410 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.258495 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.258585 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.258687 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.258795 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.258904 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.258973 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.259060 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.259155 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.259255 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.259357 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.259459 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.259529 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.259654 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.259752 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.259913 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.260033 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.260161 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.260231 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.260320 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.260421 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
16:37:33.260571 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
16:37:33.260691 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
16:37:33.260817 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
16:37:33.260888 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
16:37:33.261007 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
16:37:33.261085 tramp-process-one-action (5) # Call ‘tramp-action-succeed’
16:37:33.261160 tramp-process-actions (6) # 
Enter WORKGROUP\nicolas's password: 
Try "help" to get a list of possible commands.
smb: \> 
16:37:33.261591 tramp-smb-maybe-open-connection (3) # Opening connection for //nicolas@win2k/C$...done
16:37:33.261672 tramp-smb-send-command (6) # stat "\TSHELL"
16:37:33.262103 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 

^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-15  6:55                                                   ` Michael Albinus
  2021-09-15 13:42                                                     ` Bad Blue Bull
@ 2021-09-15 13:44                                                     ` Bad Blue Bull
  1 sibling, 0 replies; 60+ messages in thread
From: Bad Blue Bull @ 2021-09-15 13:44 UTC (permalink / raw)
  To: Michael Albinus; +Cc: 50399@debbugs.gnu.org

[-- Attachment #1: Type: text/html, Size: 1490 bytes --]

^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-15 13:42                                                     ` Bad Blue Bull
@ 2021-09-15 14:42                                                       ` Michael Albinus
  2021-09-15 16:09                                                         ` Bad Blue Bull
  0 siblings, 1 reply; 60+ messages in thread
From: Michael Albinus @ 2021-09-15 14:42 UTC (permalink / raw)
  To: Bad Blue Bull; +Cc: 50399@debbugs.gnu.org

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

Hi,

> Dired is pretty same, (I didn't do emacs -Q becauseI have no ido dired
> when start with -Q argument).

Well, your MS Windows server doesn't tell the expected. Tramp tries to
examine, whether it understands the smbclient command "stat":

--8<---------------cut here---------------start------------->8---
16:32:17.351861 tramp-smb-send-command (6) # stat "/"
16:32:17.352040 tramp-smb-wait-for-output (6) #
smb: \>
--8<---------------cut here---------------end--------------->8---

It doesn't show an error message, and so Tramp believes it understands
it. And fails to use it.

With more recent MS Windows or Samba server versions in my lab, we see

--8<---------------cut here---------------start------------->8---
16:25:32.254587 tramp-smb-send-command (6) # stat "/"
16:25:32.256747 tramp-smb-wait-for-output (6) #
Server doesn't support UNIX CIFS calls.
smb: \>
--8<---------------cut here---------------end--------------->8---

This is recognized by Tramp.

Hmm. Maybe you can teach Tramp that your MS Windows machine does not
understand "stat". Add the following to your .emacs:

--8<---------------cut here---------------start------------->8---
(add-to-list 'tramp-connection-properties
             (list (regexp-quote "/smb:nicolas@win2k:")
                   "stat-capability" nil))
--8<---------------cut here---------------end--------------->8---

Then restart your Emacs.

Best regards, Michael.





^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-15 14:42                                                       ` Michael Albinus
@ 2021-09-15 16:09                                                         ` Bad Blue Bull
  2021-09-15 16:18                                                           ` Michael Albinus
  0 siblings, 1 reply; 60+ messages in thread
From: Bad Blue Bull @ 2021-09-15 16:09 UTC (permalink / raw)
  To: Michael Albinus; +Cc: 50399@debbugs.gnu.org

[-- Attachment #1: Type: text/html, Size: 2131 bytes --]

^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-15 16:09                                                         ` Bad Blue Bull
@ 2021-09-15 16:18                                                           ` Michael Albinus
  2021-09-15 16:28                                                             ` Bad Blue Bull
  0 siblings, 1 reply; 60+ messages in thread
From: Michael Albinus @ 2021-09-15 16:18 UTC (permalink / raw)
  To: Bad Blue Bull; +Cc: 50399@debbugs.gnu.org

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

Hi,

> OK, no idea, looks working better but still can have that "file no
> longer exists".

If you want me to analyze it I need new traces.

Best regards, Michael.





^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-15 16:18                                                           ` Michael Albinus
@ 2021-09-15 16:28                                                             ` Bad Blue Bull
  2021-09-15 16:34                                                               ` Michael Albinus
  0 siblings, 1 reply; 60+ messages in thread
From: Bad Blue Bull @ 2021-09-15 16:28 UTC (permalink / raw)
  To: Michael Albinus; +Cc: 50399@debbugs.gnu.org

[-- Attachment #1: Type: text/html, Size: 4635 bytes --]

^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-15 16:28                                                             ` Bad Blue Bull
@ 2021-09-15 16:34                                                               ` Michael Albinus
       [not found]                                                                 ` <243411631724679@mail.yandex.ru>
  0 siblings, 1 reply; 60+ messages in thread
From: Michael Albinus @ 2021-09-15 16:34 UTC (permalink / raw)
  To: Bad Blue Bull; +Cc: 50399@debbugs.gnu.org

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

> *tramp/smb nicolas@win2k*:

This is NOT the *debug tramp/smb ...* buffer.

Best regards, Michael.





^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
       [not found]                                                                 ` <243411631724679@mail.yandex.ru>
@ 2021-09-15 17:35                                                                   ` Michael Albinus
  2021-09-15 18:30                                                                     ` Bad Blue Bull
  0 siblings, 1 reply; 60+ messages in thread
From: Michael Albinus @ 2021-09-15 17:35 UTC (permalink / raw)
  To: Bad Blue Bull; +Cc: 50399@debbugs.gnu.org

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

Hi,

> SORRY, forgot tramp-verbose
> https://drive.google.com/file/d/1SL1TfOdGPTYhaOxbWRQx1wfv0vw82YOX/view?usp=sharing

Thanks. Hmm, this looks strange. Sometimes, the smbclient commands work
as expected, sometimes, the responses of a command appear only after the
next command has been sent - this confuses Tramp.

What I have seen is that you change often the shares. This requires a
new connection, always. It is not the default use case.

Maybe this is due to the permanent reconnection. Could you, just for
test, work only at one share after you have connected to the Windows
server?

Best regards, Michael.





^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-15 17:35                                                                   ` Michael Albinus
@ 2021-09-15 18:30                                                                     ` Bad Blue Bull
  2021-09-15 18:56                                                                       ` Michael Albinus
  0 siblings, 1 reply; 60+ messages in thread
From: Bad Blue Bull @ 2021-09-15 18:30 UTC (permalink / raw)
  To: Michael Albinus; +Cc: 50399@debbugs.gnu.org

[-- Attachment #1: Type: text/html, Size: 6388 bytes --]

^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-15 18:30                                                                     ` Bad Blue Bull
@ 2021-09-15 18:56                                                                       ` Michael Albinus
  2021-09-15 19:26                                                                         ` Bad Blue Bull
  0 siblings, 1 reply; 60+ messages in thread
From: Michael Albinus @ 2021-09-15 18:56 UTC (permalink / raw)
  To: Bad Blue Bull; +Cc: 50399@debbugs.gnu.org

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

Hi,

> First, why does Tramp always ask me the password (which is empty)
> despite I always save it to ~/.authinfo?
> I have there many lines of this:
> machine win2k login nicolas port smb

Don't know, but could we face one problem after the other?

>> Could you, just for test, work only at one share after you have
> connected to the
>> Windows server
> Sorry, as I just discovered problem is not only with dired but with
> usual c-x c-f (wih ido completion)

I haven't spoken about dired, Tramp doesn't know even that it is called
from a dired buffer. Tramp is just a simple library, which replaces the
implementation of basic Lisp file functions (like `file-exists-p' or
`copy-file') with something else. Whether these functions are called
from dired or ido or whatever package doesn't matter for Tramp.

> here I tried to walk into C:\Mags: (completion list for Mags was
> empty)
> ----------
>  
> 21:28:42.250425 tramp-process-one-action (5) # Looking for regexp "\
> (\)\'" from remote shell
> 21:28:42.250498 tramp-process-one-action (5) # Call
> ‘tramp-action-process-alive’
> 21:28:42.250604 tramp-process-one-action (5) # Looking for regexp "\
> (^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
> 21:28:42.250678 tramp-process-one-action (5) # Call
> ‘tramp-action-succeed’
> 21:28:42.250754 tramp-process-actions (6) #
> Enter WORKGROUP\nicolas's password:
> Try "help" to get a list of possible commands.
> smb: \>
> 21:28:42.250952 tramp-smb-maybe-open-connection (3) # Opening
> connection for //nicolas@win2k/C$...done
> 21:28:42.251024 tramp-smb-send-command (6) # dir "\*"
> 21:28:42.253268 tramp-smb-wait-for-output (6) #
>   arcldr.exe                       AHSR   150528  Thu Jun 19 13:05:04
> 2003
>   arcsetup.exe                     AHSR   163840  Thu Jun 19 13:05:04
> 2003
>   AUTOEXEC.BAT                        H        0  Sat Aug  7 11:51:22
> 2021
>   boot.ini                           HS      196  Sat Aug  7 11:45:37
> 2021
>   Bootfont.bin                     AHSR     4438  Thu Jun 21 04:00:00
> 2001
>   CONFIG.SYS                          H        0  Sat Aug  7 11:51:22
> 2021
>   Documents and Settings             DA        0  Sun Aug 22 11:23:12
> 2021
>   Downloads                           D        0  Sat Aug  7 19:01:48
> 2021
>   Inetpub                             D        0  Sat Aug 28 03:36:06
> 2021
>   IO.SYS                           AHSR        0  Sat Aug  7 11:51:22
> 2021
>   ket                                 D        0  Sun Sep  5 15:51:29
> 2021
>   Mags                                D        0  Sat Sep  4 15:53:38
> 2021
>   MSDOS.SYS                        AHSR        0  Sat Aug  7 11:51:22
> 2021
>   NTDETECT.COM                     AHSR    34724  Thu Jun 19 13:05:04
> 2003
>   ntldr                            AHSR   215520  Thu Jun 19 13:05:04
> 2003
>   pagefile.sys                      AHS 805306368  Wed Sep 15 21:15:15
> 2021
>   Program Files                     DAR        0  Sat Sep  4 15:39:11
> 2021
>   pub                                DA        0  Sat Aug 28 03:46:23
> 2021
>   RECYCLER                          DHS        0  Fri Aug 20 19:59:46
> 2021
>   src                                 D        0  Sat Aug 28 02:16:40
> 2021
>   System Volume Information         DHS        0  Sat Aug  7 12:05:17
> 2021
>   TAE                                 D        0  Wed Sep  8 00:21:02
> 2021
>   TASM4                               D        0  Wed Sep  8 00:21:02
> 2021
>   TASM5                               D        0  Wed Sep  8 00:21:04
> 2021
>   TASMED                              D        0  Wed Sep  8 00:21:42
> 2021
>   TEditAsm4                           D        0  Wed Sep  8 00:21:05
> 2021
>   TOOLS                               D        0  Wed Sep  8 00:21:05
> 2021
>   TSHELL                              D        0  Wed Sep  8 00:21:05
> 2021
>   TURBO_SHELL                         D        0  Wed Sep  8 00:21:05
> 2021
>   WASM1                               D        0  Wed Sep  8 00:21:06
> 2021
>   WINNT                              DA        0  Sat Aug 28 03:36:34
> 2021
>  
>         2873618 blocks of size 4096. 2330988 blocks available
> smb: \> smb: \>

Neither I understand what you want to tell me, nor is it helpful to see
trace buffer fragments only.

Have you tried the scenario I have asked for? Start a new Emacs
instance, connect only to a single share (be it C$), and navigate only
in this share.

Does this work smoothly? If not, pls send me the whole trace buffer of
this test.

Best regards, Michael.





^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-15 18:56                                                                       ` Michael Albinus
@ 2021-09-15 19:26                                                                         ` Bad Blue Bull
  2021-09-15 19:46                                                                           ` Bad Blue Bull
  2021-09-16 15:37                                                                           ` Michael Albinus
  0 siblings, 2 replies; 60+ messages in thread
From: Bad Blue Bull @ 2021-09-15 19:26 UTC (permalink / raw)
  To: Michael Albinus; +Cc: 50399@debbugs.gnu.org

[-- Attachment #1: Type: text/html, Size: 5069 bytes --]

[-- Attachment #2: smb3.txt --]
[-- Type: text/plain, Size: 547028 bytes --]

;; Emacs: 28.0.50 Tramp: 2.5.0-pre -*- mode: outline; -*-
22:19:59.773036 tramp-smb-maybe-open-connection (6) # smbclient -V
22:19:59.773203 tramp-smb-maybe-open-connection (6) # 
Version 4.13.2
22:19:59.773891 tramp-smb-maybe-open-connection (3) # Opening connection for //nicolas@win2k/C$...
22:19:59.775443 tramp-smb-maybe-open-connection (6) # smbclient //win2k/C$ -U nicolas -s /dev/null --option client min protocol=NT1
22:19:59.775691 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.775887 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.776104 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.776291 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.776503 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.776638 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.776797 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.776993 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.777149 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.777253 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.777362 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.777451 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.777545 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.777643 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.777745 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.777861 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.777976 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.778058 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.778151 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.778247 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.778347 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.778453 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.778567 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.778647 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.778739 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.778851 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.778954 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.779067 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.779183 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.779262 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.779388 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.779487 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.779593 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.779703 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.779842 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.779923 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.780015 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.780112 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.780222 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.780329 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.780440 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.780520 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.780606 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.780706 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.780825 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.780933 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.781040 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.781118 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.781207 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.781321 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.781429 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.781533 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.781664 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.781742 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.781863 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.781967 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.782074 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.782179 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.782285 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.782366 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.782460 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.782560 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.782665 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.782779 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.782900 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.782982 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.783075 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.783175 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.783279 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.783382 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.783494 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.783575 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.783664 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.783761 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.783879 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.783985 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.784101 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.784181 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.784274 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.784370 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.784472 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.784584 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.784698 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.784777 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.784876 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.784970 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.785077 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.785201 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.785360 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.785449 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.785546 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.785663 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.785774 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.785900 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.786009 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.786085 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.786182 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.786287 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.786396 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.786503 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.786621 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.786698 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.786792 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.786900 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.787008 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.787122 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.787234 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.787313 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.787409 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.787508 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.787615 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.787720 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.787834 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.787918 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.788013 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.788111 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.788215 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.788319 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.788434 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.788516 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.788609 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.788708 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.788815 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.788919 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.789037 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.789120 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.789211 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.789310 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.789413 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.789520 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.789632 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.789712 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.789806 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.789903 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.790016 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.790259 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.790396 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.790477 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.790583 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.790684 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.790793 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.790915 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.791026 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.791105 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.791275 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.791382 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.791497 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.791615 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.791721 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.791809 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.791903 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.792005 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.792116 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.792225 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.792329 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.792405 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.792503 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.792603 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.792715 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.792827 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.792931 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.793017 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.793111 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.793212 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.793318 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.793425 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.793529 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.793615 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.793708 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.793814 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.793920 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.794029 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.794139 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.794222 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.794314 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.794412 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.794517 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.794621 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.794736 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.794834 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.794927 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.795026 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.795132 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.795243 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.795360 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.795440 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.795530 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.795629 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.795733 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.795852 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.795971 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.796051 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.796140 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.796237 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.796348 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.796456 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.796565 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.796643 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.796731 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.796838 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.796953 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.797063 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.797170 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.797248 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.797339 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.797441 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.797549 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.797662 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.797769 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.797854 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.797949 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.798049 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.798156 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.798263 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.798469 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.798564 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.798676 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.798780 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.798912 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.799019 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.799125 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.799209 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.799337 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.799445 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.799551 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.799655 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.799765 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.799855 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.799949 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.800047 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.800159 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.800266 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.800377 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.800460 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.800552 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.800649 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.800752 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.800868 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.800987 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.801070 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.801162 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.801258 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.801365 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.801477 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.801587 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.801666 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.801755 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.801863 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.801971 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.802079 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.802187 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.802266 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.802355 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.802457 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.802573 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.802680 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.802787 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.802869 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.802963 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.803066 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.803172 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.803277 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.803392 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.803470 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.803567 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.803667 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.803773 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.803897 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.804002 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.804090 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.804191 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.804295 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.804400 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.804507 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.804612 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.804696 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.804791 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.804898 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.805012 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.805117 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.805228 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.805310 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.805405 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.805503 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.805607 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.805713 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.805834 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.805918 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.806010 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.806107 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.806210 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.806321 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.806430 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.806510 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.806601 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.806698 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.806818 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.806929 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.807037 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.807117 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.807206 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.807304 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.807414 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.807522 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.807636 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.807715 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.807807 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.807913 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.808021 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.808128 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.808236 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.808312 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.808405 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.808508 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.808621 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.808745 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.808874 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.808953 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.809052 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.809158 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.809264 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:19:59.809369 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:19:59.884356 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:19:59.884461 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:19:59.884859 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:19:59.884992 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:19:59.885134 tramp-process-one-action (5) # Call ‘tramp-action-password’
22:19:59.885285 tramp-action-password (3) # Sending password
22:20:01.166708 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:01.167246 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:01.167734 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:01.168059 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:01.168525 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:01.168933 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:01.169451 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:01.169894 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:01.170313 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:01.170604 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:01.170963 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:01.171330 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:01.171722 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:01.172127 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:01.172539 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:01.172848 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:01.173177 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:01.173539 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:01.173946 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:01.174341 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:01.174728 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:01.174911 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:01.175026 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:01.175158 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:01.175303 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:01.175439 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:01.175653 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:01.175759 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:01.175886 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:01.176014 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:01.176152 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:01.176289 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:01.176437 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:01.176538 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:01.176653 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:01.176778 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:01.176933 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:01.177059 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:01.177169 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:01.177247 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:01.177368 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:01.177471 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:01.177649 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:01.177774 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:01.177915 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:01.177992 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:01.178081 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:01.178183 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:01.178346 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:01.178472 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:01.178599 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:01.178677 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:01.178772 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:01.178878 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:01.179042 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:01.179167 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:01.179299 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:01.179378 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:01.179494 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:01.179579 tramp-process-one-action (5) # Call ‘tramp-action-succeed’
22:20:01.179658 tramp-process-actions (6) # 
Enter WORKGROUP\nicolas's password: 
Try "help" to get a list of possible commands.
smb: \> 
22:20:02.487087 tramp-smb-maybe-open-connection (3) # Opening connection for //nicolas@win2k/C$...done
22:20:02.487432 tramp-smb-send-command (6) # dir "\*"
22:20:02.492890 tramp-smb-wait-for-output (6) # 
  Arc.Support.txt                     A     5883  Mon Jul  4 17:03:12 2005
  arcldr.exe                       AHSR   150528  Thu Jun 19 13:05:04 2003
  arcsetup.exe                     AHSR   163840  Thu Jun 19 13:05:04 2003
  AUTOEXEC.BAT                        H        0  Sat Aug  7 11:51:22 2021
  boot.ini                           HS      196  Sat Aug  7 11:45:37 2021
  Bootfont.bin                     AHSR     4438  Thu Jun 21 04:00:00 2001
  Bug.Report.txt                      A     5035  Sun Feb 12 23:33:26 2006
  CONFIG.SYS                          H        0  Sat Aug  7 11:51:22 2021
  Documents and Settings             DA        0  Sun Aug 22 11:23:12 2021
  Downloads                           D        0  Sat Aug  7 19:01:48 2021
  Far.FAQ.txt                         A     8853  Thu Mar  2 00:08:48 2006
  Inetpub                             D        0  Sat Aug 28 03:36:06 2021
  IO.SYS                           AHSR        0  Sat Aug  7 11:51:22 2021
  ket                                 D        0  Sun Sep  5 15:51:29 2021
  Mags                                D        0  Sat Sep  4 15:53:38 2021
  MSDOS.SYS                        AHSR        0  Sat Aug  7 11:51:22 2021
  NTDETECT.COM                     AHSR    34724  Thu Jun 19 13:05:04 2003
  ntldr                            AHSR   215520  Thu Jun 19 13:05:04 2003
  pagefile.sys                      AHS 805306368  Wed Sep 15 21:15:15 2021
  Plugins.Install.txt                 A     5777  Thu Jun 30 17:52:22 2005
  Plugins.Review.txt                  A     3114  Sat Jul  2 02:16:42 2005
  Program Files                     DAR        0  Sat Sep  4 15:39:11 2021
  pub                                DA        0  Sat Aug 28 03:46:23 2021
  RECYCLER                          DHS        0  Fri Aug 20 19:59:46 2021
  src                                 D        0  Sat Aug 28 02:16:40 2021
  System Volume Information         DHS        0  Sat Aug  7 12:05:17 2021
  TAE                                 D        0  Wed Sep  8 00:21:02 2021
  TASM4                               D        0  Wed Sep  8 00:21:02 2021
  TASM5                               D        0  Wed Sep  8 00:21:04 2021
  TASMED                              D        0  Wed Sep  8 00:21:42 2021
  TechInfo.txt                        A    44799  Thu Mar 23 00:09:02 2006
  TEditAsm4                           D        0  Wed Sep  8 00:21:05 2021
  TOOLS                               D        0  Wed Sep  8 00:21:05 2021
  TSHELL                              D        0  Wed Sep  8 00:21:05 2021
  TURBO_SHELL                         D        0  Wed Sep  8 00:21:05 2021
  WASM1                               D        0  Wed Sep  8 00:21:06 2021
  WhatsNew.Api.txt                    A    34824  Wed Mar 29 18:13:06 2006
  WhatsNew.Plugins.txt                A    65198  Wed Mar 29 18:12:56 2006
  WhatsNew.txt                        A    96288  Wed Mar 29 18:17:16 2006
  WINNT                              DA        0  Wed Sep 15 21:39:55 2021

		2873618 blocks of size 4096. 2330911 blocks available
smb: \> smb: \> 
22:20:13.179121 tramp-smb-send-command (6) # stat "/"
22:20:13.179499 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 
22:20:13.180287 tramp-smb-send-command (6) # posix
22:20:13.180725 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS extensions.
smb: \> 
22:20:13.180942 tramp-smb-send-command (6) # dir "\*"
22:20:13.181129 tramp-smb-wait-for-output (6) # 
smb: \> 
22:20:13.193126 tramp-handle-insert-file-contents (1) # File is missing: File ‘/smb:nicolas@win2k:/C$/WhatsNew.txt’ not found on remote host
22:20:13.199875 tramp-smb-send-command (6) # dir "\*"
22:20:13.200454 tramp-smb-wait-for-output (6) # 
  Arc.Support.txt                     A     5883  Mon Jul  4 17:03:12 2005
  arcldr.exe                       AHSR   150528  Thu Jun 19 13:05:04 2003
  arcsetup.exe                     AHSR   163840  Thu Jun 19 13:05:04 2003
  AUTOEXEC.BAT                        H        0  Sat Aug  7 11:51:22 2021
  boot.ini                           HS      196  Sat Aug  7 11:45:37 2021
  Bootfont.bin                     AHSR     4438  Thu Jun 21 04:00:00 2001
  Bug.Report.txt                      A     5035  Sun Feb 12 23:33:26 2006
  CONFIG.SYS                          H        0  Sat Aug  7 11:51:22 2021
  Documents and Settings             DA        0  Sun Aug 22 11:23:12 2021
  Downloads                           D        0  Sat Aug  7 19:01:48 2021
  Far.FAQ.txt                         A     8853  Thu Mar  2 00:08:48 2006
  Inetpub                             D        0  Sat Aug 28 03:36:06 2021
  IO.SYS                           AHSR        0  Sat Aug  7 11:51:22 2021
  ket                                 D        0  Sun Sep  5 15:51:29 2021
  Mags                                D        0  Sat Sep  4 15:53:38 2021
  MSDOS.SYS                        AHSR        0  Sat Aug  7 11:51:22 2021
  NTDETECT.COM                     AHSR    34724  Thu Jun 19 13:05:04 2003
  ntldr                            AHSR   215520  Thu Jun 19 13:05:04 2003
  pagefile.sys                      AHS 805306368  Wed Sep 15 21:15:15 2021
  Plugins.Install.txt                 A     5777  Thu Jun 30 17:52:22 2005
  Plugins.Review.txt                  A     3114  Sat Jul  2 02:16:42 2005
  Program Files                     DAR        0  Sat Sep  4 15:39:11 2021
  pub                                DA        0  Sat Aug 28 03:46:23 2021
  RECYCLER                          DHS        0  Fri Aug 20 19:59:46 2021
  src                                 D        0  Sat Aug 28 02:16:40 2021
  System Volume Information         DHS        0  Sat Aug  7 12:05:17 2021
  TAE                                 D        0  Wed Sep  8 00:21:02 2021
  TASM4                               D        0  Wed Sep  8 00:21:02 2021
  TASM5                               D        0  Wed Sep  8 00:21:04 2021
  TASMED                              D        0  Wed Sep  8 00:21:42 2021
  TechInfo.txt                        A    44799  Thu Mar 23 00:09:02 2006
  TEditAsm4                           D        0  Wed Sep  8 00:21:05 2021
  TOOLS                               D        0  Wed Sep  8 00:21:05 2021
  TSHELL                              D        0  Wed Sep  8 00:21:05 2021
  TURBO_SHELL                         D        0  Wed Sep  8 00:21:05 2021
  WASM1                               D        0  Wed Sep  8 00:21:06 2021
  WhatsNew.Api.txt                    A    34824  Wed Mar 29 18:13:06 2006
  WhatsNew.Plugins.txt                A    65198  Wed Mar 29 18:12:56 2006
  WhatsNew.txt                        A    96288  Wed Mar 29 18:17:16 2006
  WINNT                              DA        0  Wed Sep 15 21:39:55 2021

		2873618 blocks of size 4096. 2330911 blocks available
smb: \> smb: \> 
22:20:14.306778 tramp-smb-send-command (6) # dir "\scripts\*"
22:20:14.308521 tramp-smb-wait-for-output (6) # 
NT_STATUS_OBJECT_NAME_NOT_FOUND listing \scripts\*
smb: \> 
22:20:14.308699 tramp-smb-get-file-entries (1) # File error: NT_STATUS_OBJECT_NAME_NOT_FOUND ‘/smb:nicolas@win2k:/C$/scripts/’
NT_STATUS_OBJECT_NAME_NOT_FOUND listing \scripts\*
22:20:14.311106 tramp-smb-send-command (6) # dir "\src\*"
22:20:14.311325 tramp-smb-wait-for-output (6) # 
smb: \> 
22:20:14.349823 tramp-smb-maybe-open-connection (3) # Opening connection for //nicolas@win2k/scripts...
22:20:14.351558 tramp-smb-maybe-open-connection (6) # smbclient //win2k/scripts -U nicolas -s /dev/null --option client min protocol=NT1
22:20:14.351827 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.352025 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.352321 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.352563 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.352843 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.352983 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.353135 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.353305 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.353560 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.353761 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.354001 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.354138 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.354282 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.354445 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.354712 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.354931 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.355153 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.355276 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.355417 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.355579 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.355845 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.356049 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.356268 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.356401 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.356540 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.356699 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.357120 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.357370 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.357590 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.357710 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.357881 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.358059 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.358317 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.358520 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.358753 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.358886 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.359032 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.359198 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.359639 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.359869 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.360041 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.360137 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.360260 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.360391 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.360606 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.360774 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.360949 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.361050 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.361166 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.361294 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.361496 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.361649 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.361828 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.361935 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.362048 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.362177 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.362620 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.362786 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.362975 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.363076 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.363201 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.363330 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.363525 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.363680 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.363865 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.363964 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.364075 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.364213 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.364419 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.364584 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.364755 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.364867 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.364956 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.365051 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.365209 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.365334 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.365466 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.365540 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.365625 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.365729 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.365897 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.366022 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.366153 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.366225 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.366309 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.366411 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.366568 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.366691 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.366837 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.366911 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.367007 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.367109 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.367266 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.367505 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.367637 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.367712 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.367815 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.367918 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.368074 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.368193 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.368333 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.368411 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.368500 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.368973 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.369138 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.369255 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.369383 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.369460 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.369560 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.369660 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.369825 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.369942 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.370084 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.370161 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.370248 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.370348 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.370499 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.370620 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.370750 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.370829 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.370915 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.371010 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.371163 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.371287 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.371424 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.371499 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.371584 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.371678 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.371836 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.371959 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.372086 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.372160 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.372242 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.372339 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.372497 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.372620 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.372756 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.372837 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.372919 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.373022 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.373177 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.373297 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.373423 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.373496 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.373582 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.373682 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.373842 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.373961 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.374092 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.374165 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.374253 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.374353 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.374503 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.374619 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.374744 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.374835 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.374924 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.375025 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.375175 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.375291 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.375546 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.375630 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.375724 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.375832 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.375992 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.376111 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.376244 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.376322 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.376410 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.376507 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.376657 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.376780 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.376924 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.377000 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.377088 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.377184 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.377335 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.377459 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.377591 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.377666 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.377749 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.377853 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.378011 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.378133 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.378264 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.378339 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.378431 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.378531 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.378692 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.378817 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.378948 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.379022 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.379106 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.379209 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.379365 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.379485 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.379616 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.379688 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.379777 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.379892 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.380057 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.380180 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.380313 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.380390 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.380481 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.380582 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.380735 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.380859 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.380986 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.381065 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.381156 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.381256 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.381413 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.381533 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.381664 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.381742 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.381839 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.381937 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.382089 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.382209 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.382343 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.382420 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.382506 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.382603 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.382753 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.382889 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.383023 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.383100 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.383188 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.383288 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.383548 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.383678 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.383829 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.383907 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.383996 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.384093 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.384253 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.384379 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.384523 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.384598 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.384683 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.384785 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.384947 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.385070 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.385201 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.385274 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.385360 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.385464 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.385620 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.385741 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.385894 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.385975 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.386068 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.386170 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.386324 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.386444 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.386572 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.386649 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.386739 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.386851 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.387003 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.387122 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.387248 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.387329 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.387418 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.387517 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.387677 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.387808 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.387943 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.388022 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.388111 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.388208 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.388360 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.388479 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.388613 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.388692 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.388778 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.388890 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.389043 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.389169 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.389309 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.389388 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.389476 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.389573 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.389727 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.389856 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.389990 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.390065 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.390188 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.390292 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.390409 tramp-process-one-action (5) # Call ‘tramp-action-password’
22:20:14.390546 tramp-action-password (3) # Sending password
22:20:14.391007 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.391130 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.391275 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.392575 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.392750 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.392875 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.393008 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.393116 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.393222 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.393298 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.393387 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.393479 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.393587 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.393693 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.393799 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.393884 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.393970 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.394185 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.394375 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.394484 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.394588 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.394661 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.394755 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.394866 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.394970 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.395073 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.395177 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.395250 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.395339 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.395436 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.395539 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.395642 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.395757 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.395838 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.395935 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.396031 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.396133 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.396238 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.396337 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.396416 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.396505 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.396601 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.396706 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.396812 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.396916 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.396994 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.397113 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.397213 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.397381 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.397504 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.397659 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.397738 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.397844 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.397954 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.398113 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.398243 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.398387 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.398467 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.398556 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.398654 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.398819 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.398974 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.399133 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.399209 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.399403 tramp-process-actions (6) # 

Process *tramp/smb nicolas@win2k* killed
Enter WORKGROUP\nicolas's password: 
tree connect failed: NT_STATUS_BAD_NETWORK_NAME

Process *tramp/smb nicolas@win2k* exited abnormally with code 1
22:20:14.474197 tramp-process-actions (1) # File error: Tramp failed to connect.  If this happens repeatedly, try
    ‘M-x tramp-cleanup-this-connection’

Process *tramp/smb nicolas@win2k* killed
Enter WORKGROUP\nicolas's password: 
tree connect failed: NT_STATUS_BAD_NETWORK_NAME

Process *tramp/smb nicolas@win2k* exited abnormally with code 1
22:20:14.474500 tramp-smb-maybe-open-connection (1) # File error: Tramp failed to connect.  If this happens repeatedly, try
    ‘M-x tramp-cleanup-this-connection’

Process *tramp/smb nicolas@win2k* killed
Enter WORKGROUP\nicolas's password: 
tree connect failed: NT_STATUS_BAD_NETWORK_NAME

Process *tramp/smb nicolas@win2k* exited abnormally with code 1
22:20:14.474921 tramp-smb-maybe-open-connection (3) # Opening connection for //nicolas@win2k/scripts...failed
22:20:14.477506 tramp-smb-maybe-open-connection (3) # Opening connection for //nicolas@win2k/src...
22:20:14.478434 tramp-smb-maybe-open-connection (6) # smbclient //win2k/src -U nicolas -s /dev/null --option client min protocol=NT1
22:20:14.478572 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.478679 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.478843 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.478957 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.479089 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.479169 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.479259 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.479352 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.479509 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.479612 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.479714 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.479787 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.479890 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.479984 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.480084 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.480187 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.480299 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.480372 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.480456 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.480547 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.480647 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.480747 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.480860 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.480932 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.481016 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.481108 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.481212 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.481312 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.481412 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.481484 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.481567 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.481657 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.481755 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.481868 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.481970 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.482041 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.482126 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.482216 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.482314 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.482413 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.482513 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.482586 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.482668 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.482759 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.482880 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.482980 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.483082 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.483153 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.483237 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.483327 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.483433 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.483536 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.483637 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.483710 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.483794 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.483905 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.484004 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.484104 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.484206 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.484279 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.484365 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.484458 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.484558 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.484659 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.484769 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.484850 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.484934 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.485025 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.485122 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.485224 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.485328 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.485400 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.485482 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.485573 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.485670 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.485770 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.485880 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.485952 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.486037 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.486127 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.486225 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.486331 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.486431 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.486502 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.486585 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.486677 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.486776 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.486882 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.486984 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.487056 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.487139 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.487229 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.487327 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.487426 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.487526 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.487596 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.487679 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.487770 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.487892 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.487995 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.488097 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.488169 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.488253 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.488343 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.488441 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.488540 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.488639 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.488711 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.488794 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.488901 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.489136 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.489245 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.489354 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.489426 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.489519 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.489610 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.489709 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.489818 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.489920 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.489992 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.490075 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.490165 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.490263 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.490365 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.490464 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.490536 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.490688 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.490783 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.490891 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.490990 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.491107 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.491179 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.491264 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.491354 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.491453 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.491550 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.491654 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.491727 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.491814 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.491905 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.492002 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.492100 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.492201 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.492273 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.492357 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.492448 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.492546 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.492644 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.492751 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.492841 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.492928 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.493020 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.493118 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.493217 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.493322 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.493397 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.493479 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.493571 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.493670 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.493769 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.493880 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.493952 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.494039 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.494129 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.494229 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.494364 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.494469 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.494541 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.494628 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.494720 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.494825 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.494926 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.495028 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.495100 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.495189 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.495280 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.495378 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.495586 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.495691 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.495763 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.495861 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.495953 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.496079 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.496183 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.496285 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.496357 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.496445 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.496536 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.496636 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.496735 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.496842 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.496915 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.496999 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.497090 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.497188 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.497287 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.497388 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.497460 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.497544 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.497640 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.497759 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.497876 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.497983 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.498057 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.498147 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.498243 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.498342 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.498444 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.498544 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.498620 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.498704 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.498796 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.498900 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.498999 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.499101 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.499173 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.499258 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.499350 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.499472 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.499576 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.499681 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.499754 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.499846 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.499938 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.500038 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.500139 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.500239 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.500314 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.500397 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.500489 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.500589 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.500688 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.500790 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.500869 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.500955 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.501048 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.501168 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.501271 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.501374 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.501446 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.501538 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.501631 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.501729 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.501835 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.501938 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.502013 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.502098 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.502191 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.502288 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.502391 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.502493 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.502564 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.502650 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.502742 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.502857 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.502985 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.503089 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.503162 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.503256 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.503350 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.503552 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.503667 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.503772 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.503855 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.503950 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.504047 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.504148 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.504252 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.504355 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.504429 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.504514 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.504609 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.504707 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.504839 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.504945 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.505019 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.505107 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.505200 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.505304 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.505403 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.505506 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.505581 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.505664 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.505757 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.505863 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.505963 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.506066 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.506141 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.506225 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.506316 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.506417 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.506517 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.506638 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.506714 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.506806 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.506900 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.506998 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.507104 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.507208 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.507283 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.507366 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.507461 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.507561 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.507661 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.507762 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.507852 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.507939 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.508029 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.508130 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.508231 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.508359 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.508433 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.508530 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.508625 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.508728 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.508833 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.508943 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.509018 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.509102 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.509194 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.509296 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.509400 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.509505 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.509578 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.509664 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.509757 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.509863 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.509965 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.510070 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.510145 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.510229 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.510322 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.510446 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.510550 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.510655 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.510730 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.510829 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.510922 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.511020 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.511122 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.511226 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.511300 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.511385 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.511582 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.511690 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.511792 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.511914 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.511990 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.512083 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.512177 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.512277 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.512390 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.512499 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.512575 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.512660 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.512752 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.512867 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.512971 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.513073 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.513145 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.513234 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.513328 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.513429 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.513527 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.513631 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.513709 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.513798 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.513914 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.514013 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.514117 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.514230 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.514306 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.514390 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.514489 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.514592 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.514694 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.514795 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.514873 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.514963 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.515057 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.515157 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.515256 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.515364 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.515444 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.515530 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.515624 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.515722 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.515829 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.515940 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.516017 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.516102 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.516194 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.516300 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.516405 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.516510 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.516589 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.516674 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.516765 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.516884 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.516988 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.517096 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.517170 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.517254 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.517353 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.517456 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.517558 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.517662 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.517735 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.517829 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.517926 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.518029 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.518130 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.518239 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.518312 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.518404 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.518500 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.518602 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.518702 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.518812 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.518890 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.519021 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.519121 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.519236 tramp-process-one-action (5) # Call ‘tramp-action-password’
22:20:14.519478 tramp-action-password (3) # Sending password
22:20:14.519950 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.520074 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.520200 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.520276 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.520406 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.520512 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.520636 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.520868 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.520977 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.521055 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.521155 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.521253 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.521369 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.521472 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.521572 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.521652 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.521745 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.521856 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.521959 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.522061 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.522168 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.522246 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.522335 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.522430 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.522532 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.522633 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.522740 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.522830 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.522920 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.523012 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.523113 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.523219 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.523332 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.523410 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.523495 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.523588 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.523698 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.523811 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.523919 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.523994 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.524079 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.524172 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.524279 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.524383 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.524488 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.524562 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.524645 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.524743 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.524856 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.524960 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.525063 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.525137 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.525223 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.525322 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.525436 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.525541 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.525644 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.525718 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.525815 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.525914 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.526018 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.526120 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.526226 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.526304 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.526394 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.526491 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.526596 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.526697 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.526798 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.526896 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.527019 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.527120 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
22:20:14.527281 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
22:20:14.527513 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER_MIX\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|IMPLEMENTED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
22:20:14.527661 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
22:20:14.527741 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
22:20:14.527873 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
22:20:14.527955 tramp-process-one-action (5) # Call ‘tramp-action-succeed’
22:20:14.528031 tramp-process-actions (6) # 
Enter WORKGROUP\nicolas's password: 
Try "help" to get a list of possible commands.
smb: \> 
22:20:14.528509 tramp-smb-maybe-open-connection (3) # Opening connection for //nicolas@win2k/src...done
22:20:14.528599 tramp-smb-send-command (6) # dir "\*"
22:20:14.530216 tramp-smb-wait-for-output (6) # 
  .                                   D        0  Sat Aug 28 02:16:40 2021
  ..                                  D        0  Sat Aug 28 02:16:40 2021

		2873618 blocks of size 4096. 2330911 blocks available
smb: \> smb: \> 

^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-15 19:26                                                                         ` Bad Blue Bull
@ 2021-09-15 19:46                                                                           ` Bad Blue Bull
  2021-09-16 15:28                                                                             ` Michael Albinus
  2021-09-16 15:37                                                                           ` Michael Albinus
  1 sibling, 1 reply; 60+ messages in thread
From: Bad Blue Bull @ 2021-09-15 19:46 UTC (permalink / raw)
  To: Michael Albinus; +Cc: 50399@debbugs.gnu.org

[-- Attachment #1: Type: text/html, Size: 5606 bytes --]

^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-15 19:46                                                                           ` Bad Blue Bull
@ 2021-09-16 15:28                                                                             ` Michael Albinus
  2021-09-16 15:30                                                                               ` Michael Albinus
  2021-09-16 16:33                                                                               ` Bad Blue Bull
  0 siblings, 2 replies; 60+ messages in thread
From: Michael Albinus @ 2021-09-16 15:28 UTC (permalink / raw)
  To: Bad Blue Bull; +Cc: 50399@debbugs.gnu.org

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

Hi,

> emacs /smb:nicols@win2k:C$/whatsnew.txt
> just hangs

Shouldn't this be "emacs /smb:nicols@win2k:/C$/whatsnew.txt" ?

Best regards, Michael.





^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-16 15:28                                                                             ` Michael Albinus
@ 2021-09-16 15:30                                                                               ` Michael Albinus
  2021-09-16 16:24                                                                                 ` Bad Blue Bull
  2021-09-16 16:33                                                                               ` Bad Blue Bull
  1 sibling, 1 reply; 60+ messages in thread
From: Michael Albinus @ 2021-09-16 15:30 UTC (permalink / raw)
  To: Bad Blue Bull; +Cc: 50399@debbugs.gnu.org

Michael Albinus <michael.albinus@gmx.de> writes:

Hi,

>> emacs /smb:nicols@win2k:C$/whatsnew.txt
>> just hangs
>
> Shouldn't this be "emacs /smb:nicols@win2k:/C$/whatsnew.txt" ?

Or even "emacs /smb:nicolas@win2k:/C$/whatsnew.txt" ?

Best regards, Michael.





^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-15 19:26                                                                         ` Bad Blue Bull
  2021-09-15 19:46                                                                           ` Bad Blue Bull
@ 2021-09-16 15:37                                                                           ` Michael Albinus
  1 sibling, 0 replies; 60+ messages in thread
From: Michael Albinus @ 2021-09-16 15:37 UTC (permalink / raw)
  To: Bad Blue Bull; +Cc: 50399@debbugs.gnu.org

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

Hi,

> Hi, sorry.  I tried to open C:\WhatsNew.txt, opened empty file and had
> this error in debug buffer:
>  
> 22:20:13.193126 tramp-handle-insert-file-contents (1) # File is
> missing: File ‘/smb:nicolas@win2k:/C$/WhatsNew.txt’ not found on
> remote host

This is NOT what I have asked for. A new Emacs session, and don't switch
to another share while testing:

> 22:19:59.775443 tramp-smb-maybe-open-connection (6) # smbclient //win2k/C$ -U nicolas -s /dev/null --option client min protocol=NT1
> 22:20:14.351558 tramp-smb-maybe-open-connection (6) # smbclient //win2k/scripts -U nicolas -s /dev/null --option client min protocol=NT1
> 22:20:14.478434 tramp-smb-maybe-open-connection (6) # smbclient //win2k/src -U nicolas -s /dev/null --option client min protocol=NT1

I understand that you work on different shares in parallel. Since this
is not the default workflow of the majority of the users, I want to
ensure first that working on the same share does not raise
problems. When this is clarified, we can check your complex scenario.

Best regards, Michael.





^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-16 15:30                                                                               ` Michael Albinus
@ 2021-09-16 16:24                                                                                 ` Bad Blue Bull
  0 siblings, 0 replies; 60+ messages in thread
From: Bad Blue Bull @ 2021-09-16 16:24 UTC (permalink / raw)
  To: Michael Albinus; +Cc: 50399@debbugs.gnu.org

[-- Attachment #1: Type: text/html, Size: 923 bytes --]

^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-16 15:28                                                                             ` Michael Albinus
  2021-09-16 15:30                                                                               ` Michael Albinus
@ 2021-09-16 16:33                                                                               ` Bad Blue Bull
  2021-09-16 16:35                                                                                 ` Bad Blue Bull
  2021-09-16 17:33                                                                                 ` Michael Albinus
  1 sibling, 2 replies; 60+ messages in thread
From: Bad Blue Bull @ 2021-09-16 16:33 UTC (permalink / raw)
  To: Michael Albinus; +Cc: 50399@debbugs.gnu.org

[-- Attachment #1: Type: text/html, Size: 881 bytes --]

^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-16 16:33                                                                               ` Bad Blue Bull
@ 2021-09-16 16:35                                                                                 ` Bad Blue Bull
  2021-09-16 17:33                                                                                 ` Michael Albinus
  1 sibling, 0 replies; 60+ messages in thread
From: Bad Blue Bull @ 2021-09-16 16:35 UTC (permalink / raw)
  To: Michael Albinus; +Cc: 50399@debbugs.gnu.org

[-- Attachment #1: Type: text/html, Size: 1303 bytes --]

^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-16 16:33                                                                               ` Bad Blue Bull
  2021-09-16 16:35                                                                                 ` Bad Blue Bull
@ 2021-09-16 17:33                                                                                 ` Michael Albinus
       [not found]                                                                                   ` <26141631830717@mail.yandex.ru>
  1 sibling, 1 reply; 60+ messages in thread
From: Michael Albinus @ 2021-09-16 17:33 UTC (permalink / raw)
  To: Bad Blue Bull; +Cc: 50399@debbugs.gnu.org

[-- Attachment #1: Type: text/plain, Size: 881 bytes --]

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

Hi,

> I tried emacs --eval '(setq tramp-verbose 6)' /smb:nicolas@win2k:/C$/boot.ini
> debug buffer (very big, 12M this time)
> https://drive.google.com/file/d/1hSgQ2XUaZLGg8NSbb1sI1zluotn4Z4ye/view?usp=sharing

Very strange:

--8<---------------cut here---------------start------------->8---
19:29:40.987633 tramp-smb-maybe-open-connection (6) # smbclient //win2k/C$ -U nicolas -s /dev/null --option client min protocol=NT1
19:29:49.233560 tramp-search-regexp (1) # Quit: "Quit", ""

Try "help" to get a list of possible commands.
^[[?2004hsmb: \>
--8<---------------cut here---------------end--------------->8---

Very strange. There are ANSI ESCAPE sequences prior the "smb: >" prompt,
which are unknown to Tramp. I can reproduce the problem locally.

The appended patch fixes this for me, could you pls test?

Best regards, Michael.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 999 bytes --]

*** /home/albinus/src/tramp/lisp/tramp-smb.el.~533d45433856df1c6238655d8574d79017f9026f~	2021-09-16 19:30:17.715326943 +0200
--- /home/albinus/src/tramp/lisp/tramp-smb.el	2021-09-16 19:29:03.626265591 +0200
***************
*** 2049,2055 ****
  	    (let* ((coding-system-for-read nil)
  		   (process-connection-type tramp-process-connection-type)
  		   (p (let ((default-directory
! 			      (tramp-compat-temporary-file-directory)))
  			(apply #'start-process
  			       (tramp-get-connection-name vec)
  			       (tramp-get-connection-buffer vec)
--- 2049,2058 ----
  	    (let* ((coding-system-for-read nil)
  		   (process-connection-type tramp-process-connection-type)
  		   (p (let ((default-directory
! 			      (tramp-compat-temporary-file-directory))
! 			    (process-environment
! 			     (cons (concat "TERM=" tramp-terminal-type)
! 				   process-environment)))
  			(apply #'start-process
  			       (tramp-get-connection-name vec)
  			       (tramp-get-connection-buffer vec)

^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
       [not found]                                                                                   ` <26141631830717@mail.yandex.ru>
@ 2021-09-16 22:47                                                                                     ` Bad Blue Bull
  2021-09-17  5:36                                                                                     ` Michael Albinus
  1 sibling, 0 replies; 60+ messages in thread
From: Bad Blue Bull @ 2021-09-16 22:47 UTC (permalink / raw)
  To: Michael Albinus; +Cc: 50399@debbugs.gnu.org

[-- Attachment #1: Type: text/html, Size: 5200 bytes --]

[-- Attachment #2: 2021-09-17-014509_841x539_scrot.png --]
[-- Type: image/png, Size: 69017 bytes --]

^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
       [not found]                                                                                   ` <26141631830717@mail.yandex.ru>
  2021-09-16 22:47                                                                                     ` Bad Blue Bull
@ 2021-09-17  5:36                                                                                     ` Michael Albinus
  2021-09-17 16:02                                                                                       ` Bad Blue Bull
  1 sibling, 1 reply; 60+ messages in thread
From: Michael Albinus @ 2021-09-17  5:36 UTC (permalink / raw)
  To: Bad Blue Bull; +Cc: 50399@debbugs.gnu.org

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

Hi,

> this happens when pass file name as argument to Emacs, when browsing
> with C-x C-f, I don't know, sometimes it's success sometimes fail.
> Just right now I tried to open a file, first I got error message(tree
> connect failed: NT_STATUS_BAD_NETWORK_NAME etc)  suggesting to use
> tramp-cleanup-connection, then maybe half minute after the file was
> opened in buffer (I didn't even touch anything).

Strange. W/o this patch, I could reproduce the problem. With the patch,
everything is fine.

Well, I've pushed the patch to Emacs git. Could you pls pull, and
recompile. After this,

> I tried emacs --eval '(setq tramp-verbose 6)' /smb:nicolas@win2k:/C$/boot.ini

try it, again. If it fails, pls send me the whole debug buffer.

Best regards, Michael.





^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-17  5:36                                                                                     ` Michael Albinus
@ 2021-09-17 16:02                                                                                       ` Bad Blue Bull
  2021-09-17 16:55                                                                                         ` Michael Albinus
  0 siblings, 1 reply; 60+ messages in thread
From: Bad Blue Bull @ 2021-09-17 16:02 UTC (permalink / raw)
  To: Michael Albinus; +Cc: 50399@debbugs.gnu.org

[-- Attachment #1: Type: text/html, Size: 2067 bytes --]

[-- Attachment #2: smb6.txt --]
[-- Type: text/plain, Size: 578162 bytes --]

;; Emacs: 28.0.50 Tramp: 2.5.2-pre -*- mode: outline; coding: utf-8; -*-
18:52:21.846684 tramp-smb-maybe-open-connection (6) # smbclient -V
18:52:21.846985 tramp-smb-maybe-open-connection (6) # 
Version 4.13.2
18:52:21.848542 tramp-smb-maybe-open-connection (3) # Opening connection for //nicolas@win2k/C$...
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:21.852516 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.852624 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.852751 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.852865 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.853002 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.853077 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.853172 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.853265 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.853368 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.853467 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.853573 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.853643 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.853732 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.853822 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.853927 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.854028 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.854134 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.854206 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.854298 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.854389 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.854490 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.854593 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.854700 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.854772 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.854865 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.854963 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.855064 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.855163 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.855265 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.855385 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.855479 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.855570 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.855672 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.855772 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.855879 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.855985 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.856079 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.856172 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.856275 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.856380 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.856491 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.856565 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.856662 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.856755 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.856857 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.857079 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.857199 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.857273 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.857374 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.859132 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.861405 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.861552 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.861697 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.861803 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.864625 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.864740 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.864847 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.864977 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.865096 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.865172 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.865284 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.865380 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.865482 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.865591 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.865700 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.865772 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.865866 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.865970 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.866074 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.866179 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.866318 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.866395 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.866487 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.866583 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.866686 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.866791 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.866915 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.866992 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.867086 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.867180 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.867282 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.867390 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.867504 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.867576 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.867668 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.867767 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.867870 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.867983 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.868094 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.868169 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.868260 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.868353 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.868458 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.868564 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.868669 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.868740 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.868834 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.868950 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.869055 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.869161 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.869278 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.869354 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.869447 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.869539 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.869646 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.869755 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.869872 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.869955 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.870050 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.870147 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.870252 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.870357 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.870471 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.870548 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.870642 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.870736 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.870838 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.870952 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.871066 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.871141 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.871230 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.871327 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.871431 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.871536 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.871644 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.871720 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.871817 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.871916 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.872018 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.872122 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.872235 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.872310 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.872403 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.872496 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.872601 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.872708 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.872820 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.872900 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.872992 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.873089 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.873195 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.873300 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.873408 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.873489 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.873583 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.873678 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.873781 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.873902 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.874018 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.874095 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.874189 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.874283 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.874387 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.874496 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.874607 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.874681 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.874771 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.874869 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.874989 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.875095 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.875203 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.875280 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.875376 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.875472 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.875575 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.875679 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.875788 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.875863 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.875960 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.876058 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.876161 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.876270 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.876383 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.876457 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.876547 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.876650 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.876756 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.876863 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.876973 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.877046 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.877142 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.877240 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.877343 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.877448 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.877559 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.877637 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.877732 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.877830 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.877940 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.878047 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.878166 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.878243 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.878336 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.878430 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.878535 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.878644 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.878758 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.878834 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.878938 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.879031 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.879140 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.879250 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.879357 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.879432 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.879523 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.879620 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.879729 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.879840 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.879957 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.880031 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.880121 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.880221 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.880335 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.880444 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.880554 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.880628 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.880721 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.880819 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.880929 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.881036 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.881146 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.881219 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.881314 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.881424 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.881530 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.881637 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.881747 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.881818 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.881919 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.882018 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.882124 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.882229 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.882339 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.882412 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.882509 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.882607 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.882718 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.882826 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.882940 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.883013 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.883112 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.883210 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.883317 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.883424 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.883530 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.883604 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.883698 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.883799 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.883921 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.884030 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.884140 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.884214 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.884308 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.884409 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.884517 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.884627 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.884738 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.884813 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.884912 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.885014 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.885124 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.885232 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.885345 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.885422 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.885513 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.885615 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.885726 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.885839 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.885954 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.886030 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.886121 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.886224 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.886333 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.886443 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.886557 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.886634 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.886727 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.886827 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.886942 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.887053 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.887170 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.887248 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.887339 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.887434 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.887548 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.887660 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.887771 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.887849 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.887948 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.888042 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.888150 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.888264 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.888381 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.888460 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.888559 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.888653 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.888762 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.888875 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.889018 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.889099 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.889197 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.889293 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.889396 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.889510 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.889631 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.889712 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.889807 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.889909 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.890014 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.890125 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.890238 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.890318 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.890419 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.890515 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.890618 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.890729 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.890843 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.890930 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.891028 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.891126 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.891229 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.891333 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.891452 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.891540 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.891639 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.891738 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.891848 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.891962 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.892078 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.892161 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.892261 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.892360 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.892525 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.892636 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.892747 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.892831 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.892960 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.893062 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.893168 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:21.893275 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:21.893385 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:21.893466 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:21.893621 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:21.893728 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:21.893852 tramp-process-one-action (5) # Call ‘tramp-action-password’
18:52:21.893980 tramp-action-password (3) # Sending password
18:52:26.297283 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.297818 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.298782 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.299147 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.299820 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.300257 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.300753 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.301213 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.301702 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.301787 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.301919 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.302029 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.302147 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.302281 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.302393 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.302470 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.302577 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.302681 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.302793 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.302922 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.303040 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.303121 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.303217 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.303336 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.303450 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.303560 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.303670 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.303747 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.303844 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.303965 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.304078 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.304195 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.304315 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.304393 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.304490 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.304590 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.304703 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.304815 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.304944 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.305021 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.305120 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.305214 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.305332 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.305445 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.305561 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.305640 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.305740 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.305840 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.305957 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.306078 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.306193 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.306281 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.306387 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.306489 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.306596 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.306721 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.306836 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.306925 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.307025 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.307122 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.307234 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.307347 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.307470 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.307554 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.307654 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.307751 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.307857 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.307988 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.308110 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.308192 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.308296 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.308398 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.308509 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.308614 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.308734 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.308816 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.308924 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.309032 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.309140 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.309246 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.309363 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.309446 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.309603 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.309713 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.309869 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.310003 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.310137 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.310220 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.310365 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.310451 tramp-process-one-action (5) # Call ‘tramp-action-succeed’
18:52:26.310532 tramp-process-actions (6) # 
Enter WORKGROUP\nicolas's password: 
Try "help" to get a list of possible commands.
smb: \> 
18:52:26.320098 tramp-smb-maybe-open-connection (3) # Opening connection for //nicolas@win2k/C$...done
18:52:26.320207 tramp-smb-send-command (6) # dir "\*"
18:52:26.325550 tramp-smb-wait-for-output (6) # 
  .#boot.ini                          A       22  Fri Sep 17 18:51:44 2021
  Arc.Support.txt                     A     5883  Mon Jul  4 17:03:12 2005
  arcldr.exe                       AHSR   150528  Thu Jun 19 13:05:04 2003
  arcsetup.exe                     AHSR   163840  Thu Jun 19 13:05:04 2003
  AUTOEXEC.BAT                        H        0  Sat Aug  7 11:51:22 2021
  boot.ini                           HS      196  Sat Aug  7 11:45:37 2021
  Bootfont.bin                     AHSR     4438  Thu Jun 21 04:00:00 2001
  Bug.Report.txt                      A     5035  Sun Feb 12 23:33:26 2006
  CONFIG.SYS                          H        0  Sat Aug  7 11:51:22 2021
  Documents and Settings             DA        0  Sun Aug 22 11:23:12 2021
  Downloads                           D        0  Sat Aug  7 19:01:48 2021
  Far.FAQ.txt                         A     8853  Thu Mar  2 00:08:48 2006
  Inetpub                             D        0  Sat Aug 28 03:36:06 2021
  IO.SYS                           AHSR        0  Sat Aug  7 11:51:22 2021
  ket                                 D        0  Sun Sep  5 15:51:29 2021
  Mags                                D        0  Sat Sep  4 15:53:38 2021
  MSDOS.SYS                        AHSR        0  Sat Aug  7 11:51:22 2021
  NTDETECT.COM                     AHSR    34724  Thu Jun 19 13:05:04 2003
  ntldr                            AHSR   215520  Thu Jun 19 13:05:04 2003
  pagefile.sys                      AHS 805306368  Fri Sep 17 18:48:17 2021
  Plugins.Install.txt                 A     5777  Thu Jun 30 17:52:22 2005
  Plugins.Review.txt                  A     3114  Sat Jul  2 02:16:42 2005
  Program Files                     DAR        0  Sat Sep  4 15:39:11 2021
  pub                                DA        0  Sat Aug 28 03:46:23 2021
  RECYCLER                          DHS        0  Fri Aug 20 19:59:46 2021
  src                                 D        0  Sat Aug 28 02:16:40 2021
  System Volume Information         DHS        0  Sat Aug  7 12:05:17 2021
  TAE                                 D        0  Wed Sep  8 00:21:02 2021
  TASM                                D        0  Thu Sep 16 17:40:35 2021
  TASM4                               D        0  Wed Sep  8 00:21:02 2021
  TASM5                               D        0  Thu Sep 16 17:39:46 2021
  TASMED                              D        0  Wed Sep  8 00:21:42 2021
  TechInfo.txt                        A    44799  Thu Mar 23 00:09:02 2006
  TEditAsm4                           D        0  Wed Sep  8 00:21:05 2021
  TOOLS                               D        0  Wed Sep  8 00:21:05 2021
  TSHELL                              D        0  Thu Sep 16 18:01:48 2021
  TURBO_SHELL                         D        0  Wed Sep  8 00:21:05 2021
  WASM1                               D        0  Wed Sep  8 00:21:06 2021
  WhatsNew.Api.txt                    A    34824  Wed Mar 29 18:13:06 2006
  WhatsNew.Plugins.txt                A    65198  Wed Mar 29 18:12:56 2006
  WhatsNew.txt                        A    96288  Wed Mar 29 18:17:16 2006
  WINNT                              DA        0  Thu Sep 16 17:45:55 2021

		2873618 blocks of size 4096. 2326102 blocks available
smb: \> smb: \> 
18:52:26.341948 tramp-handle-insert-file-contents (3) # Inserting ‘/smb:nicolas@win2k:/C$/boot.ini’...
18:52:26.349232 tramp-smb-handle-file-local-copy (3) # Fetching /smb:nicolas@win2k:/C$/boot.ini to tmp file /tmp/tramp.0H8N0N.ini...
18:52:26.349439 tramp-smb-send-command (6) # posix
18:52:26.349933 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS extensions.
smb: \> smb: \> 
18:52:26.350170 tramp-smb-send-command (6) # get "\boot.ini" "/tmp/tramp.0H8N0N.ini"
18:52:26.353826 tramp-smb-wait-for-output (6) # 
getting file \boot.ini of size 196 as /tmp/tramp.0H8N0N.ini (63.8 KiloBytes/sec) (average 63.8 KiloBytes/sec)
smb: \> 
18:52:26.353997 tramp-smb-handle-file-local-copy (3) # Fetching /smb:nicolas@win2k:/C$/boot.ini to tmp file /tmp/tramp.0H8N0N.ini...done
18:52:26.354982 tramp-handle-insert-file-contents (3) # Inserting ‘/smb:nicolas@win2k:/C$/boot.ini’...done
18:52:26.432033 tramp-smb-send-command (6) # stat "/"
18:52:26.432346 tramp-smb-wait-for-output (6) # 
smb: \> 
18:52:26.432457 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/boot.ini
18:52:26.432620 tramp-smb-send-command (6) # stat "\boot.ini"
18:52:26.432824 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 
18:52:26.436073 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/
18:52:26.436222 tramp-smb-send-command (6) # stat "\"
18:52:26.436460 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 
18:52:26.459555 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/.ede-ignore
18:52:26.459734 tramp-smb-send-command (6) # stat "\.ede-ignore"
18:52:26.460009 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 
18:52:26.462602 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/.ede_stop_scan
18:52:26.462781 tramp-smb-send-command (6) # stat "\.ede_stop_scan"
18:52:26.463055 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 
18:52:26.464591 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/scripts/ver_linux
18:52:26.464762 tramp-smb-send-command (6) # stat "\scripts\ver_linux"
18:52:26.465027 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 
18:52:26.466547 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/src/emacs.c
18:52:26.466719 tramp-smb-send-command (6) # stat "\src\emacs.c"
18:52:26.466974 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 
18:52:26.468506 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/Project.ede
18:52:26.468683 tramp-smb-send-command (6) # stat "\Project.ede"
18:52:26.468936 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 
18:52:26.471732 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/Makefile.am
18:52:26.471907 tramp-smb-send-command (6) # stat "\Makefile.am"
18:52:26.472152 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 
18:52:26.473645 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/Makefile
18:52:26.473807 tramp-smb-send-command (6) # stat "\Makefile"
18:52:26.474052 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 
18:52:26.475527 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/SConstruct
18:52:26.475692 tramp-smb-send-command (6) # stat "\SConstruct"
18:52:26.475944 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 
18:52:26.477450 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/CMakeLists
18:52:26.477617 tramp-smb-send-command (6) # stat "\CMakeLists"
18:52:26.477875 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 
18:52:26.479372 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/.git
18:52:26.479540 tramp-smb-send-command (6) # stat "\.git"
18:52:26.479773 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 
18:52:26.481274 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/.bzr
18:52:26.481443 tramp-smb-send-command (6) # stat "\.bzr"
18:52:26.481676 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 
18:52:26.483207 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/.hg
18:52:26.483386 tramp-smb-send-command (6) # stat "\.hg"
18:52:26.483635 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 
18:52:26.485141 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/.svn
18:52:26.485314 tramp-smb-send-command (6) # stat "\.svn"
18:52:26.485550 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 
18:52:26.487038 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/CVS
18:52:26.487200 tramp-smb-send-command (6) # stat "\CVS"
18:52:26.487439 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 
18:52:26.488919 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/_MTN
18:52:26.489080 tramp-smb-send-command (6) # stat "\_MTN"
18:52:26.489312 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 
18:52:26.490837 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /C$/.projectile
18:52:26.491022 tramp-smb-send-command (6) # stat "\.projectile"
18:52:26.491273 tramp-smb-wait-for-output (6) # 
Server doesn't support UNIX CIFS calls.
smb: \> smb: \> 
18:52:26.495100 tramp-smb-do-file-attributes-with-stat (5) # file attributes with stat: /scripts/ver_linux
18:52:26.506808 tramp-smb-maybe-open-connection (3) # Opening connection for //nicolas@win2k/scripts...
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:26.508126 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.508254 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.508434 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.508574 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.508742 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.508825 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.508936 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.509037 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.509190 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.509314 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.509444 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.509520 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.509613 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.509712 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.509861 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.510264 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.510431 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.510510 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.510635 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.510740 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.510896 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.511029 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.511161 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.511240 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.511341 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.511442 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.511594 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.511721 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.511856 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.511944 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.512044 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.512144 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.512285 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.512408 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.512542 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.512622 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.512718 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.512817 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.512976 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.513094 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.513228 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.513309 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.513408 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.513509 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.513655 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.513773 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.513914 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.513997 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.514097 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.514199 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.514355 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.514473 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.514602 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.514681 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.514780 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.514904 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.515053 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.515173 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.515299 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.515379 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.515489 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.515594 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.515741 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.515860 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.515996 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.516073 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.516174 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.516276 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.516422 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.516545 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.516672 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.516749 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.516853 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.516974 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.517122 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.517245 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.517374 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.517447 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.520085 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.520242 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.520486 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.520669 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.520868 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.520976 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.521090 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.521201 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.521358 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.521479 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.521610 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.521685 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.521777 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.521892 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.522044 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.522166 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.522295 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.522372 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.522470 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.522575 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.522723 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.522844 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.522984 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.523059 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.523151 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.523252 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.523402 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.523528 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.523660 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.523736 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.523828 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.523952 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.524105 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.524232 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.524364 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.524447 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.524546 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.524643 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.524798 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.524932 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.525066 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.525142 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.525238 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.525338 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.525491 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.525620 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.525758 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.525835 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.525941 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.526040 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.526185 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.526309 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.526442 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.526526 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.526623 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.526723 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.526875 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.527005 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.527141 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.527222 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.527320 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.527422 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.527568 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.527687 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.527821 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.527920 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.528023 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.528128 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.528280 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.528399 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.528534 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.528626 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.528734 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.528838 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.528989 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.529108 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.529236 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.529317 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.529415 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.529519 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.529664 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.529792 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.529935 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.530016 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.530120 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.530225 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.530374 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.530496 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.530623 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.530703 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.530807 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.530920 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.531067 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.531190 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.531323 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.531396 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.531499 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.531604 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.531753 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.531876 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.532014 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.532088 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.532186 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.532300 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.532456 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.532579 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.532712 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.532790 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.532901 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.533011 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.533163 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.533291 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.533422 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.533497 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.533590 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.533697 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.533848 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.533977 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.534109 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.534183 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.534279 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.534382 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.534539 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.534665 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.534796 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.534877 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.534977 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.535077 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.535230 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.535357 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.535489 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.535566 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.535660 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.535758 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.535914 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.536050 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.536184 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.536262 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.536357 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.536456 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.536610 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.536738 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.536872 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.536972 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.537072 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.537172 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.537316 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.537446 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.537584 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.537664 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.537761 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.537862 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.538015 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.538154 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.538290 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.538371 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.538473 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.538577 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.538721 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.538841 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.538987 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.539067 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.539169 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.539270 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.539423 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.539541 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.539679 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.539759 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.539857 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.539965 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.540110 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.540228 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.540358 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.540440 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.540538 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.540640 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.540786 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.540916 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.541043 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.541124 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.541229 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.541332 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.541479 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.541603 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.541729 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.541808 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.541924 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.542033 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.542190 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.542311 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.542443 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.542520 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.542624 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.542736 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.542890 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.543017 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.543145 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.543218 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.543329 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.543434 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.543585 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.543708 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.543836 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.543921 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.544021 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.544128 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.544287 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.544412 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.544547 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.544621 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.544718 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.544825 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.544981 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.545105 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.545253 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.545328 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.545425 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.545533 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.545684 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.545810 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.545963 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.546039 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.546138 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.546248 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.546406 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.546532 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.546665 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.546741 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.546837 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.546947 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.547111 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.547243 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.547375 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.547452 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.547553 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.547653 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.547830 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.547971 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.548111 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.548195 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.548296 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.548396 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.548550 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.548678 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.548812 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.548896 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.548993 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.549100 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.549244 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.549378 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.549517 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.549595 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.549697 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.549799 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.549950 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.550075 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.550211 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.550290 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.550438 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.550548 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.550662 tramp-process-one-action (5) # Call ‘tramp-action-password’
18:52:26.550779 tramp-action-password (3) # Sending password
18:52:26.551312 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.551449 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.551577 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.551658 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.551834 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.551959 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.552095 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.552219 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.552331 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.552406 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.552510 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.552613 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.552723 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.552833 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.552952 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.553026 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.553118 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.553222 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.553333 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.553443 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.553560 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.553636 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.553729 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.553840 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.553962 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.554073 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.554188 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.554265 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.554360 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.554478 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.554590 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.554702 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.554811 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.554900 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.555003 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.555097 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.555214 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.555331 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.555449 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.555527 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.555622 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.555716 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.555822 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.555954 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.556067 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.556147 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.556246 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.556344 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.556446 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.556569 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.556681 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.556765 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.556915 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.557019 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.557173 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.557320 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.557477 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.557560 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.557660 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:26.557762 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:26.557928 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:26.558061 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:26.558218 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:26.631737 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:26.631955 tramp-process-actions (6) # 

Process *tramp/smb nicolas@win2k* killed
Enter WORKGROUP\nicolas's password: 
tree connect failed: NT_STATUS_BAD_NETWORK_NAME

Process *tramp/smb nicolas@win2k* exited abnormally with code 1
18:52:26.633123 tramp-process-actions (1) # File error: Tramp failed to connect.  If this happens repeatedly, try
    ‘M-x tramp-cleanup-this-connection’

Process *tramp/smb nicolas@win2k* killed
Enter WORKGROUP\nicolas's password: 
tree connect failed: NT_STATUS_BAD_NETWORK_NAME

Process *tramp/smb nicolas@win2k* exited abnormally with code 1
18:52:30.832121 tramp-smb-maybe-open-connection (1) # File error: Tramp failed to connect.  If this happens repeatedly, try
    ‘M-x tramp-cleanup-this-connection’

Process *tramp/smb nicolas@win2k* killed
Enter WORKGROUP\nicolas's password: 
tree connect failed: NT_STATUS_BAD_NETWORK_NAME

Process *tramp/smb nicolas@win2k* exited abnormally with code 1
18:52:30.833211 tramp-smb-maybe-open-connection (3) # Opening connection for //nicolas@win2k/scripts...failed
18:52:30.836815 tramp-smb-maybe-open-connection (3) # Opening connection for //nicolas@win2k/src...
18:52:30.838004 tramp-smb-maybe-open-connection (6) # smbclient //win2k/src -U nicolas -s /dev/null --option client min protocol=NT1
18:52:30.838728 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.839130 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.839591 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.840063 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.840557 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.840836 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.841205 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.841578 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.842017 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.842170 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.842279 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.842353 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.842447 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.842543 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.842646 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.842750 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.842854 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.842937 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.843029 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.843120 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.843223 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.843336 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.843439 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.843512 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.843605 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.843700 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.843800 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.843914 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.844021 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.844095 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.844185 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.844282 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.844385 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.844488 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.844591 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.844667 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.844758 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.844850 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.844964 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.845071 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.845175 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.845248 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.845342 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.845437 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.845539 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.845640 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.845750 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.845825 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.845929 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.846021 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.846126 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.846230 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.846333 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.846406 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.846499 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.846593 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.846705 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.846810 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.846929 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.847009 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.847100 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.847192 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.847297 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.847403 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.847510 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.847581 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.847676 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.847772 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.847874 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.847993 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.848099 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.848178 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.848270 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.848364 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.848473 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.848582 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.848689 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.848761 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.848851 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.848959 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.849063 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.849168 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.849271 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.849346 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.849441 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.849536 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.849638 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.849741 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.849854 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.849940 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.850032 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.850125 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.850237 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.850345 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.850451 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.850524 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.850612 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.850710 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.850816 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.850930 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.851035 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.851108 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.851203 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.851298 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.851401 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.851504 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.851617 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.851694 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.851786 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.851879 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.851996 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.852109 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.852219 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.852293 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.852385 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.852478 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.852584 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.852691 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.852798 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.852872 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.852966 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.853065 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.853175 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.853281 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.853391 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.853464 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.853560 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.853657 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.853761 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.853865 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.853974 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.854051 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.854148 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.854245 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.854347 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.854450 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.854557 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.854635 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.854728 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.854824 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.854932 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.855034 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.855150 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.855228 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.855322 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.855416 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.855518 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.855626 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.855740 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.855817 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.855914 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.856008 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.856110 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.856224 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.856333 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.856409 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.856504 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.856597 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.856702 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.856812 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.856937 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.857014 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.857108 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.857213 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.857319 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.857431 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.857540 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.857617 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.857711 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.857805 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.857916 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.858028 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.858139 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.858216 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.858309 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.858404 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.858505 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.858618 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.858731 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.858811 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.858910 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.859004 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.859113 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.859224 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.859340 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.859420 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.859517 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.859613 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.859720 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.859826 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.859944 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.860024 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.860120 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.860217 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.860320 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.860426 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.860538 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.860619 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.860715 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.860811 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.860934 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.861039 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.861147 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.861229 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.861366 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.861473 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.861577 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.861681 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.861785 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.861868 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.861972 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.862071 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.862176 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.862281 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.862384 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.862462 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.862563 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.862662 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.862767 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.862875 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.863351 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.863443 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.863565 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.863674 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.863783 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.863896 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.864002 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.864077 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.864177 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.864278 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.864385 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.864493 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.864599 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.864673 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.864767 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.864866 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.864984 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.865094 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.865206 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.865280 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.865374 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.865480 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.865588 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.865696 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.865803 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.865878 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.865984 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.866091 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.866201 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.866309 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.866417 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.866492 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.866583 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.866679 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.866787 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.866902 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.867018 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.867094 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.867186 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.867278 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.867394 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.867504 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.867613 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.867689 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.867780 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.867873 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.867986 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.868098 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.868215 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.868292 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.868385 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.868478 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.868581 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.868693 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.868803 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.868881 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.868980 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.869074 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.869175 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.869295 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.869406 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.869484 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.869579 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.869674 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.869776 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.869888 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.870001 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.870085 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.870180 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.870276 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.870378 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.870481 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.870595 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.870675 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.870770 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.870865 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.870983 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.871086 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.871196 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.871283 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.871381 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.871477 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.871583 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.871690 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.871794 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.871876 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.871978 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.872076 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.872185 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.872295 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.872397 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.872479 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.872576 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.872674 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.872778 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.872892 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.872997 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.873074 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.873173 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.873274 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.873380 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.873492 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.873596 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.873668 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.873770 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.873868 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.873986 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.874093 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.874199 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.874272 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.874370 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.874470 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.874577 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.874684 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.874789 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.874863 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.874973 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.875076 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.875184 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.875291 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.875399 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.875474 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.875563 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.875670 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.875785 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.875900 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.876007 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.876082 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.876172 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.876271 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.876379 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.876487 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.876600 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.876675 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.876765 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.876859 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.876978 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.877088 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.877197 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.877272 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.877364 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.877457 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.877581 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.877703 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.877812 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.877895 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.878164 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.878275 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.878385 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.878497 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.878607 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.878692 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.878787 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.878880 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.878989 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.879103 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.879213 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.879291 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.879431 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.879531 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.879648 tramp-process-one-action (5) # Call ‘tramp-action-password’
18:52:30.879770 tramp-action-password (3) # Sending password
18:52:30.880246 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.880374 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.880511 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.880586 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.880747 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.880863 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.881008 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.881117 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.881223 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.881295 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.881398 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.881503 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.881611 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.881720 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.881825 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.881908 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.882007 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.882109 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.882216 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.882324 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.882431 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.882504 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.882596 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.882698 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.882809 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.882929 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.883042 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.883117 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.883207 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.883309 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.883420 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.883531 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.883639 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.883714 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.883804 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.883917 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.884028 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.884140 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.884258 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.884334 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.884427 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.884521 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.884636 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.884747 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.884856 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.884952 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.885045 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.885140 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.885255 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.885369 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.885479 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.885557 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.885650 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.885749 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.885855 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.885974 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.886090 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.886168 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.886262 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.886356 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.886459 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.886572 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.886683 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.886761 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.886917 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.887020 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.887169 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.887297 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.887429 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.887508 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.887604 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.887705 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell
18:52:30.887865 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" from remote shell
18:52:30.887996 tramp-process-one-action (5) # Looking for regexp "\(Connection\( to \S-+\)? failed\|Read from server failed, maybe it closed the connection\|Call timed out: server did not respond\|\S-+: command not found\|Server doesn't support UNIX CIFS calls\|\(?:ERR\(?:DOS\|HRD\|SRV\|bad\(?:file\|pw\)\|filexists\|no\(?:access\|mem\|suchshare\)\)\|NT_STATUS_\(?:ACC\(?:ESS_DENIED\|OUNT_LOCKED_OUT\)\|BAD_NETWORK_NAME\|C\(?:ANNOT_DELETE\|ONNECTION_\(?:DISCONNECTED\|RE\(?:FUSED\|SET\)\)\)\|D\(?:IRECTORY_NOT_EMPTY\|UPLICATE_NAME\)\|FILE_IS_A_DIRECTORY\|HOST_UNREACHABLE\|I\(?:MAGE_ALREADY_LOADED\|NVALID_\(?:LEVEL\|PARAMETER\(?:_MIX\)?\)\|O_TIMEOUT\)\|LOGON_FAILURE\|N\(?:ETWORK_ACCESS_DENIED\|O\(?:T_\(?:A_DIRECTORY\|\(?:IMPLEMEN\|SUPPOR\)TED\)\|_\(?:LOGON_SERVERS\|SUCH_\(?:FILE\|USER\)\)\)\)\|OBJECT_\(?:NAME_\(?:COLLISION\|\(?:INVALI\|NOT_FOUN\)D\)\|PATH_SYNTAX_BAD\)\|PASSWORD_MUST_CHANGE\|RE\(?:SOURCE_NAME_NOT_FOUND\|VISION_MISMATCH\)\|SHARING_VIOLATION\|TRUSTED_RELATIONSHIP_FAILURE\|UNSUCCESSFUL\|WRONG_PASSWORD\)\)\)\'" from remote shell
18:52:30.888128 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
18:52:30.888208 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:52:30.888340 tramp-process-one-action (5) # Looking for regexp "\(^\(smb:\|PS\) .+> \|^\s-+Server\s-+Comment$\)\'" from remote shell
18:52:30.888419 tramp-process-one-action (5) # Call ‘tramp-action-succeed’
18:52:30.888497 tramp-process-actions (6) # 
Enter WORKGROUP\nicolas's password: 
Try "help" to get a list of possible commands.
smb: \> 
18:52:30.888961 tramp-smb-maybe-open-connection (3) # Opening connection for //nicolas@win2k/src...done
18:52:30.889060 tramp-smb-send-command (6) # dir "\*"
18:52:30.890542 tramp-smb-wait-for-output (6) # 
  .                                   D        0  Sat Aug 28 02:16:40 2021
  ..                                  D        0  Sat Aug 28 02:16:40 2021

		2873618 blocks of size 4096. 2326102 blocks available
smb: \> smb: \> 

^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-17 16:02                                                                                       ` Bad Blue Bull
@ 2021-09-17 16:55                                                                                         ` Michael Albinus
  2021-09-17 18:12                                                                                           ` Bad Blue Bull
  0 siblings, 1 reply; 60+ messages in thread
From: Michael Albinus @ 2021-09-17 16:55 UTC (permalink / raw)
  To: Bad Blue Bull; +Cc: 50399@debbugs.gnu.org

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.





^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-17 16:55                                                                                         ` Michael Albinus
@ 2021-09-17 18:12                                                                                           ` Bad Blue Bull
  2021-09-17 18:19                                                                                             ` Michael Albinus
  0 siblings, 1 reply; 60+ messages in thread
From: Bad Blue Bull @ 2021-09-17 18:12 UTC (permalink / raw)
  To: Michael Albinus; +Cc: 50399@debbugs.gnu.org

[-- Attachment #1: Type: text/html, Size: 3669 bytes --]

^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-17 18:12                                                                                           ` Bad Blue Bull
@ 2021-09-17 18:19                                                                                             ` Michael Albinus
  2021-09-17 18:49                                                                                               ` Bad Blue Bull
  2021-09-17 19:03                                                                                               ` Bad Blue Bull
  0 siblings, 2 replies; 60+ messages in thread
From: Michael Albinus @ 2021-09-17 18:19 UTC (permalink / raw)
  To: Bad Blue Bull; +Cc: 50399@debbugs.gnu.org

[-- Attachment #1: Type: text/plain, Size: 905 bytes --]

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

Hi,

> Yes, I noticed it.  C:\scripts doesn't even exist.
> the instance of smbclient running according to ps -aux is
> /usr/bin/smbclient //win2k/C$ -U nicolas -s /dev/null --option client
> min protocol=NT1
> before I enter password.  Then I enter password and then half minute
> after:
> /usr/bin/smbclient //win2k/src -U nicolas -s /dev/null --option client
> min protocol=NT1
> I've no idea about these scripts and src 'shares'.

Hmm, maybe there are some cache data in the way? What happens, if you
start "emacs -Q ..."?

> Why am I prompted for password every time?  It's empty password saved
> many times into ~/.authinfo.

I'm already investigating this. I believe it is a bug in the auth.el
package (it shouldn't write empty passwords), but I haven't finished
analysis yet.

A workaround for Tramp might be the appended patch.

Best regards, Michael.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 497 bytes --]

diff --git a/lisp/tramp.el b/lisp/tramp.el
index 044d20a6..92bd12c2 100644
--- a/lisp/tramp.el
+++ b/lisp/tramp.el
@@ -5711,6 +5711,8 @@ Invokes `password-read' if available, `read-passwd' else."
 	       ;; Else, get the password interactively w/o cache.
 	       (read-passwd pw-prompt))

+	    (when (zerop (length auth-passwd))
+	      (setq tramp-password-save-function nil))
 	    (tramp-set-connection-property v "first-password-request" nil)))

       ;; Reenable the timers.

^ permalink raw reply related	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-17 18:19                                                                                             ` Michael Albinus
@ 2021-09-17 18:49                                                                                               ` Bad Blue Bull
  2021-09-17 18:54                                                                                                 ` Bad Blue Bull
  2021-09-18  8:01                                                                                                 ` Michael Albinus
  2021-09-17 19:03                                                                                               ` Bad Blue Bull
  1 sibling, 2 replies; 60+ messages in thread
From: Bad Blue Bull @ 2021-09-17 18:49 UTC (permalink / raw)
  To: Michael Albinus; +Cc: 50399@debbugs.gnu.org

[-- Attachment #1: Type: text/html, Size: 2292 bytes --]

^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-17 18:49                                                                                               ` Bad Blue Bull
@ 2021-09-17 18:54                                                                                                 ` Bad Blue Bull
  2021-09-18  7:54                                                                                                   ` Michael Albinus
  2021-09-18  8:01                                                                                                 ` Michael Albinus
  1 sibling, 1 reply; 60+ messages in thread
From: Bad Blue Bull @ 2021-09-17 18:54 UTC (permalink / raw)
  To: Michael Albinus; +Cc: 50399@debbugs.gnu.org

[-- Attachment #1: Type: text/html, Size: 2857 bytes --]

^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-17 18:19                                                                                             ` Michael Albinus
  2021-09-17 18:49                                                                                               ` Bad Blue Bull
@ 2021-09-17 19:03                                                                                               ` Bad Blue Bull
  2021-09-18  7:57                                                                                                 ` Michael Albinus
  1 sibling, 1 reply; 60+ messages in thread
From: Bad Blue Bull @ 2021-09-17 19:03 UTC (permalink / raw)
  To: Michael Albinus; +Cc: 50399@debbugs.gnu.org

[-- Attachment #1: Type: text/html, Size: 1626 bytes --]

^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-17 18:54                                                                                                 ` Bad Blue Bull
@ 2021-09-18  7:54                                                                                                   ` Michael Albinus
  0 siblings, 0 replies; 60+ messages in thread
From: Michael Albinus @ 2021-09-18  7:54 UTC (permalink / raw)
  To: Bad Blue Bull; +Cc: 50399@debbugs.gnu.org

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

>> It's confusing though that filenames in subfolders must be in
>> capitals.  Like I have >"file_id.diz" but I must refer it as
>> "FILE_ID.DIZ".
>
> No, it's FAR Manager converts filenames to lower letters.

I have no idea what's FAR. Should I?

Best regards, Michael.





^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-17 19:03                                                                                               ` Bad Blue Bull
@ 2021-09-18  7:57                                                                                                 ` Michael Albinus
  2021-09-19 18:36                                                                                                   ` Michael Albinus
  0 siblings, 1 reply; 60+ messages in thread
From: Michael Albinus @ 2021-09-18  7:57 UTC (permalink / raw)
  To: Bad Blue Bull; +Cc: 50399@debbugs.gnu.org

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

>> A workaround for Tramp might be the appended patch.

> I applied this patch, it still asks password for the first time, but
> no longer during the session (previously it asked passw for every
> share when I browsed with dired).

That's the expected behaviour. smbclient, connecting to a remote
machine, will always ask for a password, whether needed or not. Tramp
simply shows it to you, and it remembers to use this empty password for
next smbclient requests.

Best regards, Michael.





^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-17 18:49                                                                                               ` Bad Blue Bull
  2021-09-17 18:54                                                                                                 ` Bad Blue Bull
@ 2021-09-18  8:01                                                                                                 ` Michael Albinus
  2021-09-18  9:10                                                                                                   ` Bad Blue Bull
  1 sibling, 1 reply; 60+ messages in thread
From: Michael Albinus @ 2021-09-18  8:01 UTC (permalink / raw)
  To: Bad Blue Bull; +Cc: 50399@debbugs.gnu.org

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

Hi,

> Yes, it works with -Q.

Good. Now let's see what's up when calling Emacs w/o -Q.

Could you, pls, delete the file "~/.emacs.d/tramp" from the shell, and
start a new Emacs session?

Furthermore, do you use recentf? In that case, pls delete also
"~/.emacs.d/recentf" before you start Emacs.

Best regards, Michael.





^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-18  8:01                                                                                                 ` Michael Albinus
@ 2021-09-18  9:10                                                                                                   ` Bad Blue Bull
  2021-09-18 11:09                                                                                                     ` Michael Albinus
  0 siblings, 1 reply; 60+ messages in thread
From: Bad Blue Bull @ 2021-09-18  9:10 UTC (permalink / raw)
  To: Michael Albinus; +Cc: 50399@debbugs.gnu.org

[-- Attachment #1: Type: text/html, Size: 1557 bytes --]

^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-18  9:10                                                                                                   ` Bad Blue Bull
@ 2021-09-18 11:09                                                                                                     ` Michael Albinus
  2021-09-18 15:27                                                                                                       ` Bad Blue Bull
  0 siblings, 1 reply; 60+ messages in thread
From: Michael Albinus @ 2021-09-18 11:09 UTC (permalink / raw)
  To: Bad Blue Bull; +Cc: 50399@debbugs.gnu.org

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

> removed both tramp and recentf, still same problem...
>
> What the hell this can be (\scripts\ver_linux and \src\emacs.c)?

src/emacs.c looks like a file from the Emacs repo. scripts/ver_linux I
don't know.

Since it works when you call "emacs -Q", please bisect your ~/.emacs
until you have found the problematic config. That is, comment half of
the file, and start a new Emacs session. If the problem persists,
continue with commenting again, half of the still active .emacs
file. Otherwise, the problematic config is in the commented .emacs
part. Uncomment this part, comment the other part, and continue.

Best regards, Michael.





^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-18 11:09                                                                                                     ` Michael Albinus
@ 2021-09-18 15:27                                                                                                       ` Bad Blue Bull
  2021-09-18 17:02                                                                                                         ` Michael Albinus
  0 siblings, 1 reply; 60+ messages in thread
From: Bad Blue Bull @ 2021-09-18 15:27 UTC (permalink / raw)
  To: Michael Albinus; +Cc: 50399@debbugs.gnu.org

[-- Attachment #1: Type: text/html, Size: 1343 bytes --]

^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-18 15:27                                                                                                       ` Bad Blue Bull
@ 2021-09-18 17:02                                                                                                         ` Michael Albinus
  0 siblings, 0 replies; 60+ messages in thread
From: Michael Albinus @ 2021-09-18 17:02 UTC (permalink / raw)
  To: Bad Blue Bull; +Cc: 50399@debbugs.gnu.org

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

Hi,

> WHY?
> I had to comment out this:
> ----
> (setq tramp-rsh-end-of-line "\r\n") ;; opens empty buffer instead of
> file
> ----

IIRC, we have added this for your telnet server. Since we don't try it
any longer with telnet, you can remove the line.

> And also this
> ----
> (global-ede-mode t) ;; tree connect failed: NT_STATUS_BAD_NETWORK_NAME
> ----

That's it! See file cedet/ede/linux.el:

--8<---------------cut here---------------start------------->8---
                :proj-file "scripts/ver_linux"
--8<---------------cut here---------------end--------------->8---

And file cedet/ede/emacs.el
--8<---------------cut here---------------start------------->8---
                :proj-file "src/emacs.c"
--8<---------------cut here---------------end--------------->8---

So you must check, why ede loads these files. And how to suppress this.

Best regards, Michael.





^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-18  7:57                                                                                                 ` Michael Albinus
@ 2021-09-19 18:36                                                                                                   ` Michael Albinus
  2021-10-18  8:27                                                                                                     ` Lars Ingebrigtsen
  0 siblings, 1 reply; 60+ messages in thread
From: Michael Albinus @ 2021-09-19 18:36 UTC (permalink / raw)
  To: Bad Blue Bull; +Cc: 50399@debbugs.gnu.org

Michael Albinus <michael.albinus@gmx.de> writes:

Hi,

>>> A workaround for Tramp might be the appended patch.
>
>> I applied this patch, it still asks password for the first time, but
>> no longer during the session (previously it asked passw for every
>> share when I browsed with dired).
>
> That's the expected behaviour. smbclient, connecting to a remote
> machine, will always ask for a password, whether needed or not. Tramp
> simply shows it to you, and it remembers to use this empty password for
> next smbclient requests.

I've fixed this problem (I hope) in auth-source.el of Emacs git, commit
788a65862ed9b9bc0437a016cae7e3ba1282a1a7. I've pushed also my workaround
in tramp.el, because Tramp cooperates also with older Emacsen.

Could you give it a try?

Best regards, Michael.





^ permalink raw reply	[flat|nested] 60+ messages in thread

* bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
  2021-09-19 18:36                                                                                                   ` Michael Albinus
@ 2021-10-18  8:27                                                                                                     ` Lars Ingebrigtsen
  0 siblings, 0 replies; 60+ messages in thread
From: Lars Ingebrigtsen @ 2021-10-18  8:27 UTC (permalink / raw)
  To: Michael Albinus; +Cc: Bad Blue Bull, 50399@debbugs.gnu.org

Michael Albinus <michael.albinus@gmx.de> writes:

> I've fixed this problem (I hope) in auth-source.el of Emacs git, commit
> 788a65862ed9b9bc0437a016cae7e3ba1282a1a7. I've pushed also my workaround
> in tramp.el, because Tramp cooperates also with older Emacsen.
>
> Could you give it a try?

This was four weeks ago, and there wasn't any response, so I'm assuming
this change fixed the issue, and I'm closing this bug report.  If
there's still a problem in this area, please respond to the debbugs
address and we'll reopen.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 60+ messages in thread

end of thread, other threads:[~2021-10-18  8:27 UTC | newest]

Thread overview: 60+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-05  9:43 bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet) Bad Blue Bull
2021-09-05 17:46 ` Michael Albinus
     [not found]   ` <1053251630945528@mail.yandex.ru>
     [not found]     ` <87lf49ehaa.fsf@gmx.de>
     [not found]       ` <1059951630951424@mail.yandex.ru>
2021-09-06 19:16         ` Michael Albinus
     [not found]           ` <1058271630967079@mail.yandex.ru>
2021-09-07 11:48             ` Michael Albinus
2021-09-07 20:44               ` Bad Blue Bull
2021-09-08  7:13                 ` Michael Albinus
2021-09-08 10:13                   ` Bad Blue Bull
2021-09-08 14:35                     ` Michael Albinus
2021-09-10  8:32                       ` Bad Blue Bull
2021-09-11 13:50                         ` Michael Albinus
2021-09-11 22:52                           ` Bad Blue Bull
2021-09-11 23:34                             ` Bad Blue Bull
2021-09-12 15:44                               ` Michael Albinus
     [not found]                                 ` <261061631470250@mail.yandex.ru>
2021-09-13  7:38                                   ` Michael Albinus
2021-09-13 15:58                                     ` Bad Blue Bull
2021-09-14  7:13                                       ` Michael Albinus
2021-09-14 12:55                                         ` Bad Blue Bull
2021-09-14 17:59                                           ` Michael Albinus
2021-09-14 18:18                                             ` Bad Blue Bull
2021-09-14 18:24                                               ` Michael Albinus
2021-09-14 22:45                                                 ` Bad Blue Bull
2021-09-15  6:55                                                   ` Michael Albinus
2021-09-15 13:42                                                     ` Bad Blue Bull
2021-09-15 14:42                                                       ` Michael Albinus
2021-09-15 16:09                                                         ` Bad Blue Bull
2021-09-15 16:18                                                           ` Michael Albinus
2021-09-15 16:28                                                             ` Bad Blue Bull
2021-09-15 16:34                                                               ` Michael Albinus
     [not found]                                                                 ` <243411631724679@mail.yandex.ru>
2021-09-15 17:35                                                                   ` Michael Albinus
2021-09-15 18:30                                                                     ` Bad Blue Bull
2021-09-15 18:56                                                                       ` Michael Albinus
2021-09-15 19:26                                                                         ` Bad Blue Bull
2021-09-15 19:46                                                                           ` Bad Blue Bull
2021-09-16 15:28                                                                             ` Michael Albinus
2021-09-16 15:30                                                                               ` Michael Albinus
2021-09-16 16:24                                                                                 ` Bad Blue Bull
2021-09-16 16:33                                                                               ` Bad Blue Bull
2021-09-16 16:35                                                                                 ` Bad Blue Bull
2021-09-16 17:33                                                                                 ` Michael Albinus
     [not found]                                                                                   ` <26141631830717@mail.yandex.ru>
2021-09-16 22:47                                                                                     ` Bad Blue Bull
2021-09-17  5:36                                                                                     ` Michael Albinus
2021-09-17 16:02                                                                                       ` Bad Blue Bull
2021-09-17 16:55                                                                                         ` Michael Albinus
2021-09-17 18:12                                                                                           ` Bad Blue Bull
2021-09-17 18:19                                                                                             ` Michael Albinus
2021-09-17 18:49                                                                                               ` Bad Blue Bull
2021-09-17 18:54                                                                                                 ` Bad Blue Bull
2021-09-18  7:54                                                                                                   ` Michael Albinus
2021-09-18  8:01                                                                                                 ` Michael Albinus
2021-09-18  9:10                                                                                                   ` Bad Blue Bull
2021-09-18 11:09                                                                                                     ` Michael Albinus
2021-09-18 15:27                                                                                                       ` Bad Blue Bull
2021-09-18 17:02                                                                                                         ` Michael Albinus
2021-09-17 19:03                                                                                               ` Bad Blue Bull
2021-09-18  7:57                                                                                                 ` Michael Albinus
2021-09-19 18:36                                                                                                   ` Michael Albinus
2021-10-18  8:27                                                                                                     ` Lars Ingebrigtsen
2021-09-16 15:37                                                                           ` Michael Albinus
2021-09-15 13:44                                                     ` Bad Blue Bull
2021-09-12 15:37                             ` Michael Albinus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).