I try to connect to a SimpleSSHD server running on Android.  Tramp does
something, then asks me for a passphrase, then it thinks a while, asks
me for a second passphrase and so on.

The SimpleSSHD server logs:

  Child connection from [ipv6 address]
then, two seconds later:
  Exit before auth

Using sftp from the command line to the same server works

-- 
IPIN'19 http://ipin2019.isti.cnr.it    Voice:  +39.050.621.3058
Francesco Potortì (ricercatore)        Mobile: +39.348.8283.107
ISTI - Area della ricerca CNR          Skype:  wnlabisti
via G. Moruzzi 1, I-56124 Pisa         Web:    http://fly.isti.cnr.it


Emacs  : GNU Emacs 26.1 (build 1, x86_64-pc-linux-gnu, X toolkit, Xaw3d scroll 
bars)
 of 2019-02-03, modified by Debian
Package: tramp (2.3.3.26.1)

current state:
==============
(setq
 backup-by-copying nil
 backup-by-copying-when-linked nil
 backup-by-copying-when-mismatch t
 backup-by-copying-when-privileged-mismatch 200
 backup-directory-alist nil
 connection-local-criteria-alist nil
 connection-local-profile-alist nil
 file-name-handler-alist 
'(("\\(?:\\.tzst\\|\\.zst\\|\\.dz\\|\\.txz\\|\\.xz\\|\\.lzma\\|\\.lz\\|\\.g?z\\|\\.\\(?:tgz\\|svgz\\|sifz\\)\\|\\.tbz2?\\|\\.bz2\\|\\.Z\\)\\(?:~\\|\\.~[-[:alnum:]:#@^._]+\\(?:~[[:digit:]]+\\)?~\\)?\\'"
 . jka-compr-handler)
                           ("\\.gpg\\(~\\|\\.~[0-9]+~\\)?\\'" . 
epa-file-handler)
                           
("\\`/\\(\\([^/|:]+:[^/|:]*|\\)*[^/|:]+\\(:[^/|:]*\\)?\\)?\\'" .
                            tramp-completion-file-name-handler)
                           ("^/\\(\\(?:\\([a-zA-Z0-9-]+\\):\\(?:\\([^/|:        
]+\\)@\\)?\\(\\(?:[a-zA-Z0-9_.%-]+\\|\\[\\(?:\\(?:\\(?:[a-zA-Z0-9]+\\)?:\\)+[a-zA-Z0-9.]+\\)?]\\)\\(?:#[0-9]+\\)?\\)?|\\)+\\)?\\([a-zA-Z0-9-]+\\):\\(?:\\([^/|:
         
]+\\)@\\)?\\(\\(?:[a-zA-Z0-9_.%-]+\\|\\[\\(?:\\(?:\\(?:[a-zA-Z0-9]+\\)?:\\)+[a-zA-Z0-9.]+\\)?]\\)\\(?:#[0-9]+\\)?\\)?:\\(.*$\\)"
 . tramp-file-name-handler)
                           ("" . openwith-file-handler) ("\\`/:" . 
file-name-non-special))
 password-cache nil
 password-cache-expiry 50000
 remote-file-name-inhibit-cache 10
 shell-prompt-pattern "^[^#$%>\n]*[#$%>] *"
 tramp-adb-connect-if-not-connected nil
 tramp-adb-file-name-handler-alist '((access-file . ignore) (add-name-to-file . 
tramp-handle-add-name-to-file)
                                     (copy-file . tramp-adb-handle-copy-file)
                                     (delete-directory . 
tramp-adb-handle-delete-directory)
                                     (delete-file . 
tramp-adb-handle-delete-file)
                                     (directory-file-name . 
tramp-handle-directory-file-name)
                                     (directory-files . 
tramp-handle-directory-files)
                                     (directory-files-and-attributes .
                                      
tramp-adb-handle-directory-files-and-attributes)
                                     (dired-compress-file . ignore)
                                     (dired-uncache . 
tramp-handle-dired-uncache)
                                     (expand-file-name . 
tramp-adb-handle-expand-file-name)
                                     (file-accessible-directory-p . 
tramp-handle-file-accessible-directory-p)
                                     (file-acl . ignore) (file-attributes . 
tramp-adb-handle-file-attributes)
                                     (file-directory-p . 
tramp-adb-handle-file-directory-p)
                                     (file-equal-p . tramp-handle-file-equal-p)
                                     (file-executable-p . 
tramp-handle-file-exists-p)
                                     (file-exists-p . 
tramp-handle-file-exists-p)
                                     (file-in-directory-p . 
tramp-handle-file-in-directory-p)
                                     (file-local-copy . 
tramp-adb-handle-file-local-copy)
                                     (file-modes . tramp-handle-file-modes)
                                     (file-name-all-completions . 
tramp-adb-handle-file-name-all-completions)
                                     (file-name-as-directory . 
tramp-handle-file-name-as-directory)
                                     (file-name-case-insensitive-p . 
tramp-handle-file-name-case-insensitive-p)
                                     (file-name-completion . 
tramp-handle-file-name-completion)
                                     (file-name-directory . 
tramp-handle-file-name-directory)
                                     (file-name-nondirectory . 
tramp-handle-file-name-nondirectory)
                                     (file-newer-than-file-p . 
tramp-handle-file-newer-than-file-p)
                                     (file-notify-add-watch . 
tramp-handle-file-notify-add-watch)
                                     (file-notify-rm-watch . 
tramp-handle-file-notify-rm-watch)
                                     (file-notify-valid-p . 
tramp-handle-file-notify-valid-p)
                                     (file-ownership-preserved-p . ignore)
                                     (file-readable-p . 
tramp-handle-file-exists-p)
                                     (file-regular-p . 
tramp-handle-file-regular-p)
                                     (file-remote-p . 
tramp-handle-file-remote-p)
                                     (file-selinux-context . 
tramp-handle-file-selinux-context)
                                     (file-symlink-p . 
tramp-handle-file-symlink-p)
                                     (file-system-info . 
tramp-adb-handle-file-system-info)
                                     (file-truename . 
tramp-adb-handle-file-truename)
                                     (file-writable-p . 
tramp-adb-handle-file-writable-p)
                                     (find-backup-file-name . 
tramp-handle-find-backup-file-name)
                                     (insert-directory . 
tramp-handle-insert-directory)
                                     (insert-file-contents . 
tramp-handle-insert-file-contents)
                                     (load . tramp-handle-load)
                                     (make-auto-save-file-name . 
tramp-handle-make-auto-save-file-name)
                                     (make-directory . 
tramp-adb-handle-make-directory)
                                     (make-directory-internal . ignore)
                                     (make-nearby-temp-file . 
tramp-handle-make-nearby-temp-file)
                                     (make-symbolic-link . 
tramp-handle-make-symbolic-link)
                                     (process-file . 
tramp-adb-handle-process-file)
                                     (rename-file . 
tramp-adb-handle-rename-file) (set-file-acl . ignore)
                                     (set-file-modes . 
tramp-adb-handle-set-file-modes)
                                     (set-file-selinux-context . ignore)
                                     (set-file-times . 
tramp-adb-handle-set-file-times)
                                     (set-visited-file-modtime . 
tramp-handle-set-visited-file-modtime)
                                     (shell-command . 
tramp-adb-handle-shell-command)
                                     (start-file-process . 
tramp-adb-handle-start-file-process)
                                     (substitute-in-file-name . 
tramp-handle-substitute-in-file-name)
                                     (temporary-file-directory . 
tramp-handle-temporary-file-directory)
                                     (unhandled-file-name-directory . ignore) 
(vc-registered . ignore)
                                     (verify-visited-file-modtime . 
tramp-handle-verify-visited-file-modtime)
                                     (write-region . 
tramp-adb-handle-write-region))
 tramp-adb-method "adb"
 tramp-adb-program "adb"
 tramp-adb-prompt "(decode-coding-string (base64-decode-string 
\"XlwoPzpbWzpkaWdpdDpdXSp8P1wpP1woPzpbWzphbG51bTpdGztbXSpAP1tbOmFsbnVtOl1dKlte\nI1wkXSpcKT9bI1wkXVtbOnNwYWNlOl1d\")
 'raw-text)"
 tramp-auto-save-directory "/home/pot/.emacs.d/tramp-autosave"
 tramp-autoload-file-name-regexp "\\`/[^/|:]+:"
 tramp-backup-directory-alist nil
 tramp-bluez-devices nil
 tramp-bluez-discover-devices-timeout 60
 tramp-bluez-discovery nil
 tramp-bluez-interface-adapter "org.bluez.Adapter"
 tramp-bluez-interface-manager "org.bluez.Manager"
 tramp-bluez-service "org.bluez"
 tramp-bug-report-address "[email protected]"
 tramp-cache-data '(((tramp-file-name "sftp" nil nil "146.48.55.9" "2222" nil 
nil)
                     ("default-location" 
"/data/data/org.galexander.sshd/files"))
                    ((tramp-file-name "ssh" nil nil "aaloa" nil nil nil) 
("uname" "Linux 4.9.0-8-amd64")
                     ("locale" "LC_ALL=en_US.utf8") ("test" "test")
                     ("remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" 
"/usr/local/bin" "/usr/local/sbin"))
                     ("remote-shell" "/bin/sh") ("file-exists" "test -e") ("ls" 
"/bin/ls --color=never")
                     ("ls-quoting-style" t) ("ls-dired" t) ("stat" "env 
QUOTING_STYLE=locale \\stat")
                     ("id" "/usr/bin/id") ("gid-integer" 1004) 
("case-insensitive" nil) ("uid-integer" 1003)
                     ("readlink" "\\readlink") ("gid-string" "pot") ("tmpdir" 
"/ssh:aaloa:/tmp") ("touch-t" t)
                     ("touch" "\\touch") ("perl-file-spec" t) 
("perl-cwd-realpath" t) ("perl" "\\perl")
                     ("bzr" nil) ("git" "\\git") ("env-u-option" t) ("ln" 
"\\ln") ("~" "/home/pot"))
                    ((tramp-file-name "http" nil nil "tucano.isti.cnr.it" nil 
nil nil) ("default-location" ""))
                    ((tramp-file-name "ssh" nil nil "casa.potorti.it" nil nil 
nil)
                     ("uname" "Linux 2.6.35-32-generic") ("locale" 
"LC_ALL=en_US.utf8") ("test" "test")
                     ("remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" 
"/usr/local/bin" "/usr/local/sbin"))
                     ("remote-shell" "/bin/sh") ("~" "/home/pot") 
("file-exists" "test -e")
                     ("case-insensitive" nil) ("ls" "/bin/ls --color=never") 
("ls-quoting-style" t)
                     ("ls-dired" t) ("stat" "env QUOTING_STYLE=locale \\stat") 
("id" "/usr/bin/id")
                     ("gid-integer" 1000) ("perl-file-spec" t) 
("perl-cwd-realpath" t) ("perl" "\\perl")
                     ("readlink" "\\readlink"))
                    ((tramp-file-name "sftp" nil nil "146.48.54.140" nil nil 
nil) ("gio-tool" t)
                     ("process-buffer" nil) ("first-password-request" ""))
                    ((tramp-file-name "sftp" nil nil "146.48.54.140" nil "/" 
nil)
                     ("list-mounts"
                      ((23727 3552 308738 729000)
                       (":1.105922" "/org/gtk/vfs/mount/3" ""
                        
"http:uri=https%3A%2F%2Fwww.ilfattoquotidiano.it%2F2019%2F04%2F10%2Frivoluzione-nelluniverso-ecco-la-prima-foto-di-un-buco-nero-i-fisici-abbiamo-dato-forma-alle-equazioni-di-einstein,prefix=%2F2019%2F04%2F10%2Frivoluzione-nelluniverso-ecco-la-prima-foto-di-un-buco-nero-i-fisici-abbiamo-dato-forma-alle-equazioni-di-einstein"
                        "" "" "" "" nil (0)
                        ((47 50 48 49 57 47 48 52 47 49 48 47 114 105 118 111 
108 117 122 105 111 110 101 45
                          110 101 108 108 117 110 105 118 101 114 115 111 45 
101 99 99 111 45 108 97 45 112 114
                          105 109 97 45 102 111 116 111 45 100 105 45 117 110 
45 98 117 99 111 45 110 101 114
                          111 45 105 45 102 105 115 105 99 105 45 97 98 98 105 
97 109 111 45 100 97 116 111 45
                          102 111 114 109 97 45 97 108 108 101 45 101 113 117 
97 122 105 111 110 105 45 100 105
                          45 101 105 110 115 116 101 105 110 0)
                         (("type" ((104 116 116 112 0)))
                          ("uri"
                           ((104 116 116 112 115 58 47 47 119 119 119 46 105 
108 102 97 116 116 111 113 117 111
                             116 105 100 105 97 110 111 46 105 116 47 50 48 49 
57 47 48 52 47 49 48 47 114 105
                             118 111 108 117 122 105 111 110 101 45 110 101 108 
108 117 110 105 118 101 114 115
                             111 45 101 99 99 111 45 108 97 45 112 114 105 109 
97 45 102 111 116 111 45 100 105
                             45 117 110 45 98 117 99 111 45 110 101 114 111 45 
105 45 102 105 115 105 99 105 45
                             97 98 98 105 97 109 111 45 100 97 116 111 45 102 
111 114 109 97 45 97 108 108 101
                             45 101 113 117 97 122 105 111 110 105 45 100 105 
45 101 105 110 115 116 101 105
                             110 0)
                            )
                           )
                          )
                         )
                        (0))
                       (":1.105922" "/org/gtk/vfs/mount/2" ""
                        
"http:uri=https%3A%2F%2Fdocs.qgis.org%2F3.4%2FC%2Fdocs%2Fuser_manual%2Findex.html,prefix=%2F3.4%2FC%2Fdocs%2Fuser_manual%2Findex.html"
                        "" "" "" "" nil (0)
                        ((47 51 46 52 47 67 47 100 111 99 115 47 117 115 101 
114 95 109 97 110 117 97 108 47
                          105 110 100 101 120 46 104 116 109 108 0)
                         (("type" ((104 116 116 112 0)))
                          ("uri"
                           ((104 116 116 112 115 58 47 47 100 111 99 115 46 113 
103 105 115 46 111 114 103 47
                             51 46 52 47 67 47 100 111 99 115 47 117 115 101 
114 95 109 97 110 117 97 108 47
                             105 110 100 101 120 46 104 116 109 108 0)
                            )
                           )
                          )
                         )
                        (0))
                       (":1.1811039" "/org/gtk/vfs/mount/1" "Network" 
"network:" ""
                        ". GThemedIcon network-workgroup network 
network-workgroup-symbolic network-symbolic"
                        ". GThemedIcon network-workgroup-symbolic 
network-symbolic network-workgroup network"
                        "" nil (0) ((47 0) (("type" ((110 101 116 119 111 114 
107 0))))) (0))
                       (":1.1811049" "/org/gtk/vfs/mount/1" "Dns-SD" 
"dns-sd:host=local" ""
                        ". GThemedIcon network-workgroup network 
network-workgroup-symbolic network-symbolic"
                        ". GThemedIcon network-workgroup-symbolic 
network-symbolic network-workgroup network"
                        "" nil (0)
                        ((47 0) (("host" ((108 111 99 97 108 0))) ("type" ((100 
110 115 45 115 100 0))))) (0))
                       (":1.1811042" "/org/gtk/vfs/mount/1" "Windows shares on 
WNLAB"
                        "smb-server:server=x-gnome-default-workgroup" ""
                        ". GThemedIcon network-server network 
network-server-symbolic network-symbolic"
                        ". GThemedIcon network-server-symbolic network-symbolic 
network-server network" "" nil
                        (0)
                        ((47 0)
                         (("server"
                           ((120 45 103 110 111 109 101 45 100 101 102 97 117 
108 116 45 119 111 114 107 103
                             114 111 117 112 0)
                            )
                           )
                          ("type" ((115 109 98 45 115 101 114 118 101 114 0))))
                         )
                        (0))
                       (":1.105922" "/org/gtk/vfs/mount/1" ""
                        "http:uri=https%3A%2F%2Ftoscanago.wordpress.com%2F" "" 
"" "" "" nil (0)
                        ((47 0)
                         (("type" ((104 116 116 112 0)))
                          ("uri"
                           ((104 116 116 112 115 58 47 47 116 111 115 99 97 110 
97 103 111 46 119 111 114 100
                             112 114 101 115 115 46 99 111 109 47 0)
                            )
                           )
                          )
                         )
                        (0))
                       (":1.51" "/org/gtk/vfs/mount/1" "Trash" "trash:" ""
                        ". GThemedIcon user-trash user user-trash-symbolic 
user-symbolic"
                        ". GThemedIcon user-trash-symbolic user-symbolic 
user-trash user" "" nil (0)
                        ((47 0) (("type" ((116 114 97 115 104 0))))) (0))
                       )
                      )
                     ("file-truename" ((23727 2726 642996 231000) . 
"/sftp:146.48.54.140:/")))
                    (nil ("locale" "en_US.utf8")) ("#<process *tramp/sftp 
146.48.54.140*>" nil)
                    ((tramp-file-name "sftp" nil nil "146.48.54.140" "2222" 
"/storage/emulated/0" nil)
                     ("file-truename"
                      ((23727 4685 124966 929000) . 
"/sftp:146.48.54.140#2222:/storage/emulated/0"))
                     )
                    ((tramp-file-name "sftp" nil nil "146.48.54.140" "2" nil 
nil) nil)
                    ((tramp-file-name "sftp" nil nil "146.48.54.140" "22" nil 
nil) nil)
                    ((tramp-file-name "sftp" nil nil "146.48.54.140" "222" nil 
nil) nil)
                    ((tramp-file-name "sftp" nil nil "146.48.54.140" "2222" nil 
nil) ("gio-tool" t)
                     ("process-buffer" nil) ("first-password-request" ""))
                    ((tramp-file-name "sftp" nil nil "146.48.54.140" "2222" "/" 
nil)
                     ("list-mounts"
                      ((23727 4690 960614 272000)
                       (":1.105922" "/org/gtk/vfs/mount/3" ""
                        
"http:uri=https%3A%2F%2Fwww.ilfattoquotidiano.it%2F2019%2F04%2F10%2Frivoluzione-nelluniverso-ecco-la-prima-foto-di-un-buco-nero-i-fisici-abbiamo-dato-forma-alle-equazioni-di-einstein,prefix=%2F2019%2F04%2F10%2Frivoluzione-nelluniverso-ecco-la-prima-foto-di-un-buco-nero-i-fisici-abbiamo-dato-forma-alle-equazioni-di-einstein"
                        "" "" "" "" nil (0)
                        ((47 50 48 49 57 47 48 52 47 49 48 47 114 105 118 111 
108 117 122 105 111 110 101 45
                          110 101 108 108 117 110 105 118 101 114 115 111 45 
101 99 99 111 45 108 97 45 112 114
                          105 109 97 45 102 111 116 111 45 100 105 45 117 110 
45 98 117 99 111 45 110 101 114
                          111 45 105 45 102 105 115 105 99 105 45 97 98 98 105 
97 109 111 45 100 97 116 111 45
                          102 111 114 109 97 45 97 108 108 101 45 101 113 117 
97 122 105 111 110 105 45 100 105
                          45 101 105 110 115 116 101 105 110 0)
                         (("type" ((104 116 116 112 0)))
                          ("uri"
                           ((104 116 116 112 115 58 47 47 119 119 119 46 105 
108 102 97 116 116 111 113 117 111
                             116 105 100 105 97 110 111 46 105 116 47 50 48 49 
57 47 48 52 47 49 48 47 114 105
                             118 111 108 117 122 105 111 110 101 45 110 101 108 
108 117 110 105 118 101 114 115
                             111 45 101 99 99 111 45 108 97 45 112 114 105 109 
97 45 102 111 116 111 45 100 105
                             45 117 110 45 98 117 99 111 45 110 101 114 111 45 
105 45 102 105 115 105 99 105 45
                             97 98 98 105 97 109 111 45 100 97 116 111 45 102 
111 114 109 97 45 97 108 108 101
                             45 101 113 117 97 122 105 111 110 105 45 100 105 
45 101 105 110 115 116 101 105
                             110 0)
                            )
                           )
                          )
                         )
                        (0))
                       (":1.105922" "/org/gtk/vfs/mount/2" ""
                        
"http:uri=https%3A%2F%2Fdocs.qgis.org%2F3.4%2FC%2Fdocs%2Fuser_manual%2Findex.html,prefix=%2F3.4%2FC%2Fdocs%2Fuser_manual%2Findex.html"
                        "" "" "" "" nil (0)
                        ((47 51 46 52 47 67 47 100 111 99 115 47 117 115 101 
114 95 109 97 110 117 97 108 47
                          105 110 100 101 120 46 104 116 109 108 0)
                         (("type" ((104 116 116 112 0)))
                          ("uri"
                           ((104 116 116 112 115 58 47 47 100 111 99 115 46 113 
103 105 115 46 111 114 103 47
                             51 46 52 47 67 47 100 111 99 115 47 117 115 101 
114 95 109 97 110 117 97 108 47
                             105 110 100 101 120 46 104 116 109 108 0)
                            )
                           )
                          )
                         )
                        (0))
                       (":1.1811039" "/org/gtk/vfs/mount/1" "Network" 
"network:" ""
                        ". GThemedIcon network-workgroup network 
network-workgroup-symbolic network-symbolic"
                        ". GThemedIcon network-workgroup-symbolic 
network-symbolic network-workgroup network"
                        "" nil (0) ((47 0) (("type" ((110 101 116 119 111 114 
107 0))))) (0))
                       (":1.1811049" "/org/gtk/vfs/mount/1" "Dns-SD" 
"dns-sd:host=local" ""
                        ". GThemedIcon network-workgroup network 
network-workgroup-symbolic network-symbolic"
                        ". GThemedIcon network-workgroup-symbolic 
network-symbolic network-workgroup network"
                        "" nil (0)
                        ((47 0) (("host" ((108 111 99 97 108 0))) ("type" ((100 
110 115 45 115 100 0))))) (0))
                       (":1.1811042" "/org/gtk/vfs/mount/1" "Windows shares on 
WNLAB"
                        "smb-server:server=x-gnome-default-workgroup" ""
                        ". GThemedIcon network-server network 
network-server-symbolic network-symbolic"
                        ". GThemedIcon network-server-symbolic network-symbolic 
network-server network" "" nil
                        (0)
                        ((47 0)
                         (("server"
                           ((120 45 103 110 111 109 101 45 100 101 102 97 117 
108 116 45 119 111 114 107 103
                             114 111 117 112 0)
                            )
                           )
                          ("type" ((115 109 98 45 115 101 114 118 101 114 0))))
                         )
                        (0))
                       (":1.105922" "/org/gtk/vfs/mount/1" ""
                        "http:uri=https%3A%2F%2Ftoscanago.wordpress.com%2F" "" 
"" "" "" nil (0)
                        ((47 0)
                         (("type" ((104 116 116 112 0)))
                          ("uri"
                           ((104 116 116 112 115 58 47 47 116 111 115 99 97 110 
97 103 111 46 119 111 114 100
                             112 114 101 115 115 46 99 111 109 47 0)
                            )
                           )
                          )
                         )
                        (0))
                       (":1.51" "/org/gtk/vfs/mount/1" "Trash" "trash:" ""
                        ". GThemedIcon user-trash user user-trash-symbolic 
user-symbolic"
                        ". GThemedIcon user-trash-symbolic user-symbolic 
user-trash user" "" nil (0)
                        ((47 0) (("type" ((116 114 97 115 104 0))))) (0))
                       )
                      )
                     ("file-truename" ((23727 3432 640237 411000) . 
"/sftp:146.48.54.140#2222:/")))
                    ("#<process *tramp/sftp 146.48.54.140#2222*>" nil)
                    ("#<process *tramp/sftp 146.48.54.140#2222*>" nil)
                    ((tramp-file-name "sftp" nil nil "146.48.54.140" nil 
"/storage/emulated" nil)
                     ("file-truename" ((23727 3552 243359 67000) . 
"/sftp:146.48.54.140:/storage/emulated")))
                    ("#<process *tramp/sftp 146.48.54.140*>" nil)
                    ((tramp-file-name "sftp" nil nil "146.48.54.140" nil 
"/storage" nil) nil)
                    ((tramp-file-name "sftp" nil nil "146.48.54.140" "2222" 
"/storage/emulated" nil)
                     ("file-truename"
                      ((23727 3649 419006 359000) . 
"/sftp:146.48.54.140#2222:/storage/emulated"))
                     )
                    ("#<process *tramp/sftp 146.48.54.140#2222*>" nil))
 tramp-cache-data-changed t
 tramp-cache-read-persistent-data ""
 tramp-cache-unload-hook '(#[0 "\300\301\302\"\207"
                             [remove-hook kill-emacs-hook 
tramp-dump-connection-properties] 3]
                           #[0 
"\300\301\302\"\210\300\303\302\"\210\300\304\302\"\207"
                             [remove-hook before-revert-hook 
tramp-flush-file-function eshell-pre-command-hook
                              kill-buffer-hook]
                             3]
                           )
 tramp-chunksize nil
 tramp-completion-file-name-handler-alist '((file-name-all-completions .
                                             
tramp-completion-handle-file-name-all-completions)
                                            (file-name-completion .
                                             
tramp-completion-handle-file-name-completion)
                                            )
 tramp-completion-file-name-regexp 
"\\`/\\(\\([^/|:]+:[^/|:]*|\\)*[^/|:]+\\(:[^/|:]*\\)?\\)?\\'"
 tramp-completion-file-name-regexp-alist '((default .
                                            
"\\`/\\(\\([^/|:]+:[^/|:]*|\\)*[^/|:]+\\(:[^/|:]*\\)?\\)?\\'")
                                           (simplified . 
"\\`/\\(\\([^/|:]*|\\)*[^/|:]+\\)?\\'")
                                           (separate . 
"\\`/\\(\\[[^]]*\\)?\\'"))
 tramp-completion-file-name-regexp-default 
"\\`/\\(\\([^/|:]+:[^/|:]*|\\)*[^/|:]+\\(:[^/|:]*\\)?\\)?\\'"
 tramp-completion-file-name-regexp-separate "\\`/\\(\\[[^]]*\\)?\\'"
 tramp-completion-file-name-regexp-simplified 
"\\`/\\(\\([^/|:]*|\\)*[^/|:]+\\)?\\'"
 tramp-completion-function-alist '(("synce" (tramp-synce-parse-device-names ""))
                                   ("sftp" (tramp-gvfs-parse-device-names 
"_ssh._tcp")
                                    (tramp-gvfs-parse-device-names 
"_workstation._tcp"))
                                   ("davs" (tramp-gvfs-parse-device-names 
"_webdav._tcp"))
                                   ("dav" (tramp-gvfs-parse-device-names 
"_webdav._tcp"))
                                   ("afp" (tramp-gvfs-parse-device-names 
"_afpovertcp._tcp"))
                                   ("fcp" (tramp-parse-rhosts "~/.rhosts")
                                    (tramp-parse-shosts "~/.ssh/known_hosts")
                                    (tramp-parse-sconfig "~/.ssh/config"))
                                   ("psftp" (tramp-parse-rhosts "~/.rhosts")
                                    (tramp-parse-shosts "~/.ssh/known_hosts")
                                    (tramp-parse-sconfig "~/.ssh/config"))
                                   ("pscp" (tramp-parse-rhosts "~/.rhosts")
                                    (tramp-parse-shosts "~/.ssh/known_hosts")
                                    (tramp-parse-sconfig "~/.ssh/config"))
                                   ("plink" (tramp-parse-rhosts "~/.rhosts")
                                    (tramp-parse-shosts "~/.ssh/known_hosts")
                                    (tramp-parse-sconfig "~/.ssh/config"))
                                   ("krlogin" (tramp-parse-rhosts "~/.rhosts"))
                                   ("sg" (tramp-parse-etc-group "/etc/group"))
                                   ("ksu" (tramp-parse-passwd "/etc/passwd"))
                                   ("doas" (tramp-parse-passwd "/etc/passwd"))
                                   ("sudo" (tramp-parse-passwd "/etc/passwd"))
                                   ("su" (tramp-parse-passwd "/etc/passwd"))
                                   ("nc" (tramp-parse-hosts "/etc/hosts"))
                                   ("telnet" (tramp-parse-hosts "/etc/hosts"))
                                   ("sshx" (tramp-parse-rhosts "~/.rhosts")
                                    (tramp-parse-shosts "~/.ssh/known_hosts")
                                    (tramp-parse-sconfig "~/.ssh/config"))
                                   ("ssh" (tramp-parse-rhosts "~/.rhosts")
                                    (tramp-parse-shosts "~/.ssh/known_hosts")
                                    (tramp-parse-sconfig "~/.ssh/config"))
                                   ("remsh" (tramp-parse-rhosts "~/.rhosts"))
                                   ("rsh" (tramp-parse-rhosts "~/.rhosts"))
                                   ("rsync" (tramp-parse-rhosts "~/.rhosts")
                                    (tramp-parse-shosts "~/.ssh/known_hosts")
                                    (tramp-parse-sconfig "~/.ssh/config"))
                                   ("scpx" (tramp-parse-rhosts "~/.rhosts")
                                    (tramp-parse-shosts "~/.ssh/known_hosts")
                                    (tramp-parse-sconfig "~/.ssh/config"))
                                   ("scp" (tramp-parse-rhosts "~/.rhosts")
                                    (tramp-parse-shosts "~/.ssh/known_hosts")
                                    (tramp-parse-sconfig "~/.ssh/config"))
                                   ("remcp" (tramp-parse-rhosts "~/.rhosts"))
                                   ("rcp" (tramp-parse-rhosts "~/.rhosts"))
                                   ("adb" (tramp-adb-parse-device-names "")))
 tramp-completion-function-alist-putty '((tramp-parse-putty 
"~/.putty/sessions"))
 tramp-completion-function-alist-rsh '((tramp-parse-rhosts "/etc/hosts.equiv") 
(tramp-parse-rhosts "~/.rhosts"))
 tramp-completion-function-alist-sg '((tramp-parse-etc-group "/etc/group"))
 tramp-completion-function-alist-ssh '((tramp-parse-rhosts "/etc/hosts.equiv")
                                       (tramp-parse-rhosts "/etc/shosts.equiv")
                                       (tramp-parse-shosts 
"/etc/ssh_known_hosts")
                                       (tramp-parse-sconfig "/etc/ssh_config")
                                       (tramp-parse-shostkeys 
"/etc/ssh2/hostkeys")
                                       (tramp-parse-sknownhosts 
"/etc/ssh2/knownhosts")
                                       (tramp-parse-rhosts "~/.rhosts")
                                       (tramp-parse-shosts "~/.ssh/known_hosts")
                                       (tramp-parse-sconfig "~/.ssh/config"))
 tramp-completion-function-alist-su '((tramp-parse-passwd "/etc/passwd"))
 tramp-completion-function-alist-telnet '((tramp-parse-hosts "/etc/hosts"))
 tramp-completion-mode nil
 tramp-completion-reread-directory-timeout 10
 tramp-connection-min-time-diff 5
 tramp-connection-properties nil
 tramp-connection-timeout 60
 tramp-copy-failed-regexp "\\(.+: \\(No such file or directory\\|Permission 
denied\\|is a directory\\|not a regular file\\)\\)\\s-*"
 tramp-copy-size-limit 10240
 tramp-current-connection nil
 tramp-current-domain nil
 tramp-current-host "146.48.54.140"
 tramp-current-method "sftp"
 tramp-current-port "2222"
 tramp-current-user ""
 tramp-debug-on-error nil
 tramp-debug-outline-regexp "[0-9]+:[0-9]+:[0-9]+\\.[0-9]+ [a-z0-9-]+ 
(\\([0-9]+\\)) #"
 tramp-default-host "tucano.isti.cnr.it"
 tramp-default-host-alist '(("adb" nil ""))
 tramp-default-method "scp"
 tramp-default-method-alist 
'(("\\`\\(127\\.0\\.0\\.1\\|::1\\|localhost6?\\|tucano\\.isti\\.cnr\\.it\\)\\'"
                               "\\`root\\'" "su")
                              (nil "\\`\\(anonymous\\|ftp\\)\\'" "ftp") 
("\\`ftp\\." nil "ftp"))
 tramp-default-method-marker "-"
 tramp-default-proxies-alist nil
 tramp-default-user nil
 tramp-default-user-alist '(("\\`smb\\'" nil nil)
                            
("\\`\\(?:fcp\\|krlogin\\|nc\\|r\\(?:cp\\|emcp\\|sh\\)\\|telnet\\)\\'" nil 
"pot")
                            ("\\`\\(?:doas\\|ksu\\|su\\(?:do\\)?\\)\\'" nil 
"root") ("\\`synce\\'" nil nil))
 tramp-device-escape-sequence-regexp "(decode-coding-string 
(base64-decode-string \"G1tbMC05XStu\") 'raw-text)"
 tramp-devices 0
 tramp-display-escape-sequence-regexp "(decode-coding-string 
(base64-decode-string \"G1tbOzAtOV0rbQ==\") 'raw-text)"
 tramp-domain-regexp "[a-zA-Z0-9_.-]+"
 tramp-echo-mark "_echo"
 tramp-echo-mark-marker "_echo"
 tramp-echo-mark-marker-length 5
 tramp-echoed-echo-mark-regexp "_echo\\(\\( \\)?\\)\\{5\\}"
 tramp-encoding-command-interactive "-i"
 tramp-encoding-command-switch "-c"
 tramp-encoding-shell "/bin/sh"
 tramp-file-missing 'file-missing
 tramp-file-mode-type-map '((0 . "-") (1 . "p") (2 . "c") (3 . "m") (4 . "d") 
(5 . "?") (6 . "b") (7 . "?")
                            (8 . "-") (9 . "n") (10 . "l") (11 . "?") (12 . 
"s") (13 . "D") (14 . "w"))
 tramp-file-name-regexp "^/\\(\\(?:\\([a-zA-Z0-9-]+\\):\\(?:\\([^/|:    
]+\\)@\\)?\\(\\(?:[a-zA-Z0-9_.%-]+\\|\\[\\(?:\\(?:\\(?:[a-zA-Z0-9]+\\)?:\\)+[a-zA-Z0-9.]+\\)?]\\)\\(?:#[0-9]+\\)?\\)?|\\)+\\)?\\([a-zA-Z0-9-]+\\):\\(?:\\([^/|:
         
]+\\)@\\)?\\(\\(?:[a-zA-Z0-9_.%-]+\\|\\[\\(?:\\(?:\\(?:[a-zA-Z0-9]+\\)?:\\)+[a-zA-Z0-9.]+\\)?]\\)\\(?:#[0-9]+\\)?\\)?:\\(.*$\\)"
 tramp-file-name-structure '("^/\\(\\(?:\\([a-zA-Z0-9-]+\\):\\(?:\\([^/|:       
]+\\)@\\)?\\(\\(?:[a-zA-Z0-9_.%-]+\\|\\[\\(?:\\(?:\\(?:[a-zA-Z0-9]+\\)?:\\)+[a-zA-Z0-9.]+\\)?]\\)\\(?:#[0-9]+\\)?\\)?|\\)+\\)?\\([a-zA-Z0-9-]+\\):\\(?:\\([^/|:
         
]+\\)@\\)?\\(\\(?:[a-zA-Z0-9_.%-]+\\|\\[\\(?:\\(?:\\(?:[a-zA-Z0-9]+\\)?:\\)+[a-zA-Z0-9.]+\\)?]\\)\\(?:#[0-9]+\\)?\\)?:\\(.*$\\)"
 5 6 7 8 1)
 tramp-foreign-file-name-handler-alist '((tramp-smb-file-name-p . 
tramp-smb-file-name-handler)
                                         (tramp-gvfs-file-name-p . 
tramp-gvfs-file-name-handler)
                                         (tramp-ftp-file-name-p . 
tramp-ftp-file-name-handler)
                                         (tramp-adb-file-name-p . 
tramp-adb-file-name-handler)
                                         (identity . 
tramp-sh-file-name-handler))
 tramp-ftp-method "ftp"
 tramp-gvfs-dbus-event-vector '(tramp-file-name "sftp" nil nil "146.48.54.140" 
"2222" "/storage/emulated/" nil)
 tramp-gvfs-enabled t
 tramp-gvfs-file-attributes '("name" "type" "standard::display-name" 
"standard::symlink-target" "unix::nlink"
                              "unix::uid" "owner::user" "unix::gid" 
"owner::group" "time::access"
                              "time::modified" "time::changed" "standard::size" 
"unix::mode" "access::can-read"
                              "access::can-write" "access::can-execute" 
"unix::inode" "unix::device")
 tramp-gvfs-file-attributes-with-gvfs-info-regexp 
"^[[:blank:]]*\\(access::can-\\(?:execute\\|read\\|write\\)\\|name\\|owner::\\(?:group\\|user\\)\\|standard::\\(?:display-name\\|s\\(?:ize\\|ymlink-target\\)\\)\\|t\\(?:ime::\\(?:access\\|\\(?:chang\\|modifi\\)ed\\)\\|ype\\)\\|unix::\\(?:device\\|gid\\|inode\\|mode\\|nlink\\|uid\\)\\):[[:blank:]]+\\(.*\\)$"
 tramp-gvfs-file-attributes-with-gvfs-ls-regexp 
"[[:blank:]]\\(access::can-\\(?:execute\\|read\\|write\\)\\|name\\|owner::\\(?:group\\|user\\)\\|standard::\\(?:display-name\\|s\\(?:ize\\|ymlink-target\\)\\)\\|t\\(?:ime::\\(?:access\\|\\(?:chang\\|modifi\\)ed\\)\\|ype\\)\\|unix::\\(?:device\\|gid\\|inode\\|mode\\|nlink\\|uid\\)\\)=\\(.+?\\)"
 tramp-gvfs-file-name-handler-alist '((access-file . ignore) (add-name-to-file 
. tramp-handle-add-name-to-file)
                                      (copy-file . tramp-gvfs-handle-copy-file)
                                      (delete-directory . 
tramp-gvfs-handle-delete-directory)
                                      (delete-file . 
tramp-gvfs-handle-delete-file)
                                      (directory-file-name . 
tramp-handle-directory-file-name)
                                      (directory-files . 
tramp-handle-directory-files)
                                      (directory-files-and-attributes .
                                       
tramp-handle-directory-files-and-attributes)
                                      (dired-compress-file . ignore)
                                      (dired-uncache . 
tramp-handle-dired-uncache)
                                      (expand-file-name . 
tramp-gvfs-handle-expand-file-name)
                                      (file-accessible-directory-p . 
tramp-handle-file-accessible-directory-p)
                                      (file-acl . ignore) (file-attributes . 
tramp-gvfs-handle-file-attributes)
                                      (file-directory-p . 
tramp-gvfs-handle-file-directory-p)
                                      (file-equal-p . tramp-handle-file-equal-p)
                                      (file-executable-p . 
tramp-gvfs-handle-file-executable-p)
                                      (file-exists-p . 
tramp-handle-file-exists-p)
                                      (file-in-directory-p . 
tramp-handle-file-in-directory-p)
                                      (file-local-copy . 
tramp-gvfs-handle-file-local-copy)
                                      (file-modes . tramp-handle-file-modes)
                                      (file-name-all-completions . 
tramp-gvfs-handle-file-name-all-completions)
                                      (file-name-as-directory . 
tramp-handle-file-name-as-directory)
                                      (file-name-case-insensitive-p . 
tramp-handle-file-name-case-insensitive-p)
                                      (file-name-completion . 
tramp-handle-file-name-completion)
                                      (file-name-directory . 
tramp-handle-file-name-directory)
                                      (file-name-nondirectory . 
tramp-handle-file-name-nondirectory)
                                      (file-newer-than-file-p . 
tramp-handle-file-newer-than-file-p)
                                      (file-notify-add-watch . 
tramp-gvfs-handle-file-notify-add-watch)
                                      (file-notify-rm-watch . 
tramp-handle-file-notify-rm-watch)
                                      (file-notify-valid-p . 
tramp-handle-file-notify-valid-p)
                                      (file-ownership-preserved-p . ignore)
                                      (file-readable-p . 
tramp-gvfs-handle-file-readable-p)
                                      (file-regular-p . 
tramp-handle-file-regular-p)
                                      (file-remote-p . 
tramp-handle-file-remote-p)
                                      (file-selinux-context . 
tramp-handle-file-selinux-context)
                                      (file-symlink-p . 
tramp-handle-file-symlink-p)
                                      (file-system-info . 
tramp-gvfs-handle-file-system-info)
                                      (file-truename . 
tramp-handle-file-truename)
                                      (file-writable-p . 
tramp-gvfs-handle-file-writable-p)
                                      (find-backup-file-name . 
tramp-handle-find-backup-file-name)
                                      (insert-directory . 
tramp-handle-insert-directory)
                                      (insert-file-contents . 
tramp-handle-insert-file-contents)
                                      (load . tramp-handle-load)
                                      (make-auto-save-file-name . 
tramp-handle-make-auto-save-file-name)
                                      (make-directory . 
tramp-gvfs-handle-make-directory)
                                      (make-directory-internal . ignore)
                                      (make-nearby-temp-file . 
tramp-handle-make-nearby-temp-file)
                                      (make-symbolic-link . 
tramp-handle-make-symbolic-link)
                                      (process-file . ignore) (rename-file . 
tramp-gvfs-handle-rename-file)
                                      (set-file-acl . ignore) (set-file-modes . 
ignore)
                                      (set-file-selinux-context . ignore) 
(set-file-times . ignore)
                                      (set-visited-file-modtime . 
tramp-handle-set-visited-file-modtime)
                                      (shell-command . ignore) 
(start-file-process . ignore)
                                      (substitute-in-file-name . 
tramp-handle-substitute-in-file-name)
                                      (temporary-file-directory . 
tramp-handle-temporary-file-directory)
                                      (unhandled-file-name-directory . ignore) 
(vc-registered . ignore)
                                      (verify-visited-file-modtime . 
tramp-handle-verify-visited-file-modtime)
                                      (write-region . 
tramp-gvfs-handle-write-region))
 tramp-gvfs-file-system-attributes '("filesystem::free" "filesystem::size" 
"filesystem::used")
 tramp-gvfs-file-system-attributes-regexp 
"^[[:blank:]]*\\(filesystem::\\(?:free\\|size\\|used\\)\\):[[:blank:]]+\\(.*\\)$"
 tramp-gvfs-get-remote-uid-gid-in-progress nil
 tramp-gvfs-gio-mapping '(("gvfs-copy" . "copy") ("gvfs-info" . "info") 
("gvfs-ls" . "list")
                          ("gvfs-mkdir" . "mkdir") ("gvfs-monitor-file" . 
"monitor") ("gvfs-move" . "move")
                          ("gvfs-rm" . "remove") ("gvfs-trash" . "trash"))
 tramp-gvfs-interface-mountoperation "org.gtk.vfs.MountOperation"
 tramp-gvfs-interface-mounttracker "org.gtk.vfs.MountTracker"
 tramp-gvfs-listmounts "ListMounts"
 tramp-gvfs-methods '("afp" "dav" "davs" "gdrive" "obex" "sftp" "synce")
 tramp-gvfs-methods-mounttracker '("LookupMount" "LookupMountByFusePath" 
"MountLocation" "ListMounts"
                                   "ListMounts2" "RegisterMount" 
"UnregisterMount" "ListMountTypes"
                                   "ListMountableInfo" "RegisterFuse")
 tramp-gvfs-mountlocation "MountLocation"
 tramp-gvfs-mountlocation-signature "(aya{sv})(so)"
 tramp-gvfs-password-anonymous-supported 16
 tramp-gvfs-password-need-domain 4
 tramp-gvfs-password-need-password 1
 tramp-gvfs-password-need-username 2
 tramp-gvfs-password-saving-supported 8
 tramp-gvfs-path-mounttracker "/org/gtk/vfs/mounttracker"
 tramp-gvfs-path-tramp "/org/gnu/Emacs/Tramp"
 tramp-gvfs-service-daemon "org.gtk.vfs.Daemon"
 tramp-gvfs-zeroconf-domain "local"
 tramp-hal-interface-device "org.freedesktop.Hal.Device"
 tramp-hal-interface-manager "org.freedesktop.Hal.Manager"
 tramp-hal-path-manager "/org/freedesktop/Hal/Manager"
 tramp-hal-service "org.freedesktop.Hal"
 tramp-half-a-year '(241 17024)
 tramp-handle-file-local-copy-hook nil
 tramp-handle-write-region-hook nil
 tramp-histfile-override "~/.tramp_history"
 tramp-host-regexp "[a-zA-Z0-9_.%-]+"
 tramp-host-with-port-regexp "\\([a-zA-Z0-9_.%-]+\\)#\\([0-9]+\\)"
 tramp-initial-end-of-output "#$ "
 tramp-initial-file-name-regexp "\\`/.+:.*:"
 tramp-inline-compress-start-size 4096
 tramp-inodes 0
 tramp-ipv6-regexp "\\(?:\\(?:[a-zA-Z0-9]+\\)?:\\)+[a-zA-Z0-9.]+"
 tramp-local-end-of-line "\n"
 tramp-local-host-regexp 
"\\`\\(127\\.0\\.0\\.1\\|::1\\|localhost6?\\|tucano\\.isti\\.cnr\\.it\\)\\'"
 tramp-localname-regexp ".*$"
 tramp-locked nil
 tramp-locker nil
 tramp-login-prompt-regexp ".*\\(user\\|login\\)\\( .*\\)?: *"
 tramp-message-show-message t
 tramp-method-regexp "[a-zA-Z0-9-]+"
 tramp-method-regexp-alist '((default . "[a-zA-Z0-9-]+") (simplified . "") 
(separate . "[a-zA-Z0-9-]*"))
 tramp-methods '(("smb" (tramp-remote-shell "") (tramp-tmpdir "/C$/Temp") 
(tramp-case-insensitive t))
                 ("fcp" (tramp-login-program "fsh") (tramp-login-args (("%h") 
("-l" "%u") ("sh" "-i")))
                  (tramp-remote-shell "/bin/sh") (tramp-remote-shell-login 
("-l"))
                  (tramp-remote-shell-args ("-i") ("-c")) (tramp-copy-program 
"fcp")
                  (tramp-copy-args (("-p" "%k"))) (tramp-copy-keep-date t))
                 ("psftp" (tramp-login-program "plink")
                  (tramp-login-args
                   (("-l" "%u") ("-P" "%p") ("-ssh") ("-t") ("%h") ("\"")
                    ("env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ '") ("/bin/sh") 
("\""))
                   )
                  (tramp-remote-shell "/bin/sh") (tramp-remote-shell-login 
("-l"))
                  (tramp-remote-shell-args ("-c")) (tramp-copy-program "pscp")
                  (tramp-copy-args (("-l" "%u") ("-P" "%p") ("-sftp") ("-p" 
"%k") ("-q")))
                  (tramp-copy-keep-date t))
                 ("pscp" (tramp-login-program "plink")
                  (tramp-login-args
                   (("-l" "%u") ("-P" "%p") ("-ssh") ("-t") ("%h") ("\"")
                    ("env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ '") ("/bin/sh") 
("\""))
                   )
                  (tramp-remote-shell "/bin/sh") (tramp-remote-shell-login 
("-l"))
                  (tramp-remote-shell-args ("-c")) (tramp-copy-program "pscp")
                  (tramp-copy-args (("-l" "%u") ("-P" "%p") ("-scp") ("-p" 
"%k") ("-q") ("-r")))
                  (tramp-copy-keep-date t) (tramp-copy-recursive t))
                 ("plinkx" (tramp-login-program "plink")
                  (tramp-login-args
                   (("-load") ("%h") ("-t") ("\"") ("env 'TERM=dumb' 
'PROMPT_COMMAND=' 'PS1=#$ '") ("/bin/sh")
                    ("\""))
                   )
                  (tramp-remote-shell "/bin/sh") (tramp-remote-shell-login 
("-l"))
                  (tramp-remote-shell-args ("-c")))
                 ("plink" (tramp-login-program "plink")
                  (tramp-login-args
                   (("-l" "%u") ("-P" "%p") ("-ssh") ("-t") ("%h") ("\"")
                    ("env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ '") ("/bin/sh") 
("\""))
                   )
                  (tramp-remote-shell "/bin/sh") (tramp-remote-shell-login 
("-l"))
                  (tramp-remote-shell-args ("-c")))
                 ("krlogin" (tramp-login-program "krlogin") (tramp-login-args 
(("%h") ("-l" "%u") ("-x")))
                  (tramp-remote-shell "/bin/sh") (tramp-remote-shell-login 
("-l"))
                  (tramp-remote-shell-args ("-c")))
                 ("ksu" (tramp-login-program "ksu") (tramp-login-args (("%u") 
("-q")))
                  (tramp-remote-shell "/bin/sh") (tramp-remote-shell-login 
("-l"))
                  (tramp-remote-shell-args ("-c")) (tramp-connection-timeout 
10))
                 ("doas" (tramp-login-program "doas") (tramp-login-args (("-u" 
"%u") ("-s")))
                  (tramp-remote-shell "/bin/sh") (tramp-remote-shell-args 
("-c")) (tramp-connection-timeout 10))
                 ("sudo" (tramp-login-program "sudo")
                  (tramp-login-args
                   (("-u" "%u") ("-s") ("-H") ("-p" 
"P\"\"a\"\"s\"\"s\"\"w\"\"o\"\"r\"\"d\"\":")))
                  (tramp-login-env (("SHELL") ("/bin/sh"))) (tramp-remote-shell 
"/bin/sh")
                  (tramp-remote-shell-login ("-l")) (tramp-remote-shell-args 
("-c"))
                  (tramp-connection-timeout 10))
                 ("sg" (tramp-login-program "sg") (tramp-login-args (("-") 
("%u")))
                  (tramp-remote-shell "/bin/sh") (tramp-remote-shell-args 
("-c")) (tramp-connection-timeout 10))
                 ("su" (tramp-login-program "su") (tramp-login-args (("-") 
("%u")))
                  (tramp-remote-shell "/bin/sh") (tramp-remote-shell-login 
("-l"))
                  (tramp-remote-shell-args ("-c")) (tramp-connection-timeout 
10))
                 ("nc" (tramp-login-program "telnet") (tramp-login-args (("%h") 
("%p") ("2>/dev/null")))
                  (tramp-remote-shell "/bin/sh") (tramp-remote-shell-login 
("-l"))
                  (tramp-remote-shell-args ("-c")) (tramp-copy-program "nc")
                  (tramp-copy-args (("-w" "1") ("-v") ("%h") ("%r"))) 
(tramp-remote-copy-program "nc")
                  (tramp-remote-copy-args (("-l") ("-p" "%r") ("2>/dev/null"))))
                 ("telnet" (tramp-login-program "telnet") (tramp-login-args 
(("%h") ("%p") ("2>/dev/null")))
                  (tramp-remote-shell "/bin/sh") (tramp-remote-shell-login 
("-l"))
                  (tramp-remote-shell-args ("-c")))
                 ("sshx" (tramp-login-program "ssh")
                  (tramp-login-args
                   (("-l" "%u") ("-p" "%p") ("%c") ("-e" "none") ("-t" "-t") 
("%h") ("/bin/sh")))
                  (tramp-async-args (("-q"))) (tramp-remote-shell "/bin/sh") 
(tramp-remote-shell-login ("-l"))
                  (tramp-remote-shell-args ("-c")))
                 ("ssh" (tramp-login-program "ssh")
                  (tramp-login-args (("-l" "%u") ("-p" "%p") ("%c") ("-e" 
"none") ("%h")))
                  (tramp-async-args (("-q"))) (tramp-remote-shell "/bin/sh") 
(tramp-remote-shell-login ("-l"))
                  (tramp-remote-shell-args ("-c")))
                 ("remsh" (tramp-login-program "remsh") (tramp-login-args 
(("%h") ("-l" "%u")))
                  (tramp-remote-shell "/bin/sh") (tramp-remote-shell-login 
("-l"))
                  (tramp-remote-shell-args ("-c")))
                 ("rsh" (tramp-login-program "rsh") (tramp-login-args (("%h") 
("-l" "%u")))
                  (tramp-remote-shell "/bin/sh") (tramp-remote-shell-login 
("-l"))
                  (tramp-remote-shell-args ("-c")))
                 ("rsync" (tramp-login-program "ssh")
                  (tramp-login-args (("-l" "%u") ("-p" "%p") ("%c") ("-e" 
"none") ("%h")))
                  (tramp-async-args (("-q"))) (tramp-remote-shell "/bin/sh") 
(tramp-remote-shell-login ("-l"))
                  (tramp-remote-shell-args ("-c")) (tramp-copy-program "rsync")
                  (tramp-copy-args (("-t" "%k") ("-p") ("-r") ("-s") ("-c")))
                  (tramp-copy-env (("RSYNC_RSH") ("ssh" "%c"))) 
(tramp-copy-keep-date t)
                  (tramp-copy-keep-tmpfile t) (tramp-copy-recursive t))
                 ("scpx" (tramp-login-program "ssh")
                  (tramp-login-args
                   (("-l" "%u") ("-p" "%p") ("%c") ("-e" "none") ("-t" "-t") 
("%h") ("/bin/sh")))
                  (tramp-async-args (("-q"))) (tramp-remote-shell "/bin/sh") 
(tramp-remote-shell-login ("-l"))
                  (tramp-remote-shell-args ("-c")) (tramp-copy-program "scp")
                  (tramp-copy-args (("-P" "%p") ("-p" "%k") ("-q") ("-r") 
("%c"))) (tramp-copy-keep-date t)
                  (tramp-copy-recursive t))
                 ("scp" (tramp-login-program "ssh")
                  (tramp-login-args (("-l" "%u") ("-p" "%p") ("%c") ("-e" 
"none") ("%h")))
                  (tramp-async-args (("-q"))) (tramp-remote-shell "/bin/sh") 
(tramp-remote-shell-login ("-l"))
                  (tramp-remote-shell-args ("-c")) (tramp-copy-program "scp")
                  (tramp-copy-args (("-P" "%p") ("-p" "%k") ("-q") ("-r") 
("%c"))) (tramp-copy-keep-date t)
                  (tramp-copy-recursive t))
                 ("remcp" (tramp-login-program "remsh") (tramp-login-args 
(("%h") ("-l" "%u")))
                  (tramp-remote-shell "/bin/sh") (tramp-remote-shell-login 
("-l"))
                  (tramp-remote-shell-args ("-c")) (tramp-copy-program "rcp") 
(tramp-copy-args (("-p" "%k")))
                  (tramp-copy-keep-date t))
                 ("rcp" (tramp-login-program "rsh") (tramp-login-args (("%h") 
("-l" "%u")))
                  (tramp-remote-shell "/bin/sh") (tramp-remote-shell-login 
("-l"))
                  (tramp-remote-shell-args ("-c")) (tramp-copy-program "rcp")
                  (tramp-copy-args (("-p" "%k") ("-r"))) (tramp-copy-keep-date 
t) (tramp-copy-recursive t))
                 ("synce") ("sftp") ("obex") ("gdrive") ("davs") ("dav") 
("afp") ("ftp")
                 ("adb" (tramp-tmpdir "/data/local/tmp") (tramp-default-port 
5555))
                 ("krsync" (tramp-connection-function 
tramp-open-connection-rsh) (tramp-rsh-program "krlogin")
                  (tramp-rcp-program "rsync") (tramp-remote-sh "/bin/sh") 
(tramp-rsh-args ("-x"))
                  (tramp-rcp-args ("-e" "krsh")) (tramp-rcp-keep-date-arg "-t") 
(tramp-encoding-command nil)
                  (tramp-decoding-command nil) (tramp-encoding-function nil) 
(tramp-decoding-function nil)
                  (tramp-telnet-program nil))
                 ("krcp" (tramp-connection-function tramp-open-connection-rsh) 
(tramp-rsh-program "krlogin")
                  (tramp-rcp-program "krcp") (tramp-remote-sh "/bin/sh") 
(tramp-rsh-args ("-x"))
                  (tramp-rcp-args nil) (tramp-rcp-keep-date-arg "-p") 
(tramp-encoding-command nil)
                  (tramp-decoding-command nil) (tramp-encoding-function nil) 
(tramp-decoding-function nil)
                  (tramp-telnet-program nil))
                 ("km" (tramp-connection-function tramp-open-connection-rsh) 
(tramp-rsh-program "krlogin")
                  (tramp-rcp-program nil) (tramp-remote-sh "/bin/sh") 
(tramp-rsh-args ("-x"))
                  (tramp-rcp-args nil) (tramp-rcp-keep-date-arg nil) 
(tramp-su-program nil) (tramp-su-args nil)
                  (tramp-encoding-command "mimencode -b") 
(tramp-decoding-command "mimencode -u -b")
                  (tramp-encoding-function base64-encode-region) 
(tramp-decoding-function base64-decode-region)
                  (tramp-telnet-program nil))
                 )
 tramp-mode t
 tramp-operation-not-permitted-regexp "\\(preserving times.*\\|set 
mode\\):\\s-*\\(Operation not permitted\\)"
 tramp-password-prompt-regexp "(decode-coding-string (base64-decode-string 
\"Xi4qXChcKD86YWRnYW5nc2tvZGVcfGNvbnRyYXNlXCg/OlwoPzpueVx8w7FcKWFcKVx8Z2VzbG9c\nfGhcKD86XCg/OmFzxYJcfGVzbFwpb1wpXHxpcGhhc2l3ZWRpXHxqZWxzesOzXHxsXCg/Om96aW5r\nYVx8w7ZzZW5vcmRcKVx8bVwoPzpvdCBkZSBwYXNzZVx84bqtdCBraOG6qXVcKVx8cGFcKD86cm9s\nYVx8c1woPzphaGl0emFcfHNcKD86IHBocmFzZVx8Y29kZVx8b3JkXHxwaHJhc2VcfHdvcltkdF1c\nKVx8dm9ydG9cKVwpXHxzXCg/OmFsYXNhbmFcfGVuaGFcfGxhcHRhxb5vZGlzXClcfHdhY2h0d29v\ncmRcfNC70L7Qt9C40L3QutCwXHzQv9Cw0YDQvtC70YxcfNeh16HXnteUXHzZg9mE2YXYqSDYp9mE\n2LPYsVx84KSX4KWB4KSq4KWN4KSk4KS24KSs4KWN4KSmXHzgpLbgpKzgpY3gpKbgpJXgpYLgpJ9c\nfOCml+CngeCmquCnjeCmpOCmtuCmrOCnjeCmplx84Kaq4Ka+4Ka44KaT4Kef4Ka+4Kaw4KeN4Kah\nXHzgqKrgqL7gqLjgqLXgqLDgqKFcfOCqquCqvuCquOCqteCqsOCrjeCqoVx84Kyq4K2N4Kyw4Kys\n4K2H4Ky2IOCsuOCsmeCtjeCsleCth+CspFx84K6V4K6f4K614K+B4K6a4K+N4K6a4K+K4K6y4K+N\nXHzgsLjgsILgsJXgsYfgsKTgsKrgsKbgsK7gsYFcfOCyl+CzgeCyquCzjeCypOCyquCyplx84LSF\n4LSf4LSv4LS+4LSz4LS14LS+4LSV4LWN4LSV4LWNXHzgtrvgt4Tgt4Pgt4rgtrTgtq/gtrpcfOGe\nluGetuGegOGfkuGemeGen+GemOGfkuGehOGetuGej+Gfi1x844OR44K544Ov44O844OJXHzlr4Zb\n56CB56K8XVx87JWU7Zi4XClcKS4qOgA/ICo=\")
 'raw-text)"
 tramp-persistency-file-name "/home/pot/.emacs.d/tramp"
 tramp-port-regexp "[0-9]+"
 tramp-postfix-hop-format "|"
 tramp-postfix-hop-regexp "|"
 tramp-postfix-host-format ":"
 tramp-postfix-host-format-alist '((default . ":") (simplified . ":") (separate 
. "]"))
 tramp-postfix-host-regexp ":"
 tramp-postfix-ipv6-format "]"
 tramp-postfix-ipv6-format-alist '((default . "]") (simplified . "]") (separate 
. ""))
 tramp-postfix-ipv6-regexp "]"
 tramp-postfix-method-format ":"
 tramp-postfix-method-format-alist '((default . ":") (simplified . "") 
(separate . "/"))
 tramp-postfix-method-regexp ":"
 tramp-postfix-user-format "@"
 tramp-postfix-user-regexp "@"
 tramp-prefix-domain-format "%"
 tramp-prefix-domain-regexp "%"
 tramp-prefix-format "/"
 tramp-prefix-format-alist '((default . "/") (simplified . "/") (separate . 
"/["))
 tramp-prefix-ipv6-format "["
 tramp-prefix-ipv6-format-alist '((default . "[") (simplified . "[") (separate 
. ""))
 tramp-prefix-ipv6-regexp "\\["
 tramp-prefix-port-format "#"
 tramp-prefix-port-regexp "#"
 tramp-prefix-regexp "^/"
 tramp-process-alive-regexp ""
 tramp-process-connection-type t
 tramp-remote-file-name-spec-regexp "\\([a-zA-Z0-9-]+\\):\\(?:\\([^/|:  
]+\\)@\\)?\\(\\(?:[a-zA-Z0-9_.%-]+\\|\\[\\(?:\\(?:\\(?:[a-zA-Z0-9]+\\)?:\\)+[a-zA-Z0-9.]+\\)?]\\)\\(?:#[0-9]+\\)?\\)?"
 tramp-remote-path '(tramp-default-remote-path "/bin" "/usr/bin" "/sbin" 
"/usr/sbin" "/usr/local/bin"
                     "/usr/local/sbin" "/local/bin" "/local/freeware/bin" 
"/local/gnu/bin" "/usr/freeware/bin"
                     "/usr/pkg/bin" "/usr/contrib/bin" "/opt/bin" "/opt/sbin" 
"/opt/local/bin")
 tramp-remote-process-environment '("ENV=''" "TMOUT=0" "LC_CTYPE=''" "CDPATH=" 
"HISTORY=" "MAIL=" "MAILCHECK="
                                    "MAILPATH=" "PAGER=cat" "autocorrect=" 
"correct=")
 tramp-restricted-shell-hosts-alist nil
 tramp-rfn-eshadow-overlay nil
 tramp-rsh-end-of-line "\n"
 tramp-save-ad-hoc-proxies nil
 tramp-sh-extra-args '(("/bash\\'" . "-norc -noprofile"))
 tramp-sh-file-name-handler-alist '((add-name-to-file . 
tramp-sh-handle-add-name-to-file)
                                    (copy-directory . 
tramp-sh-handle-copy-directory)
                                    (copy-file . tramp-sh-handle-copy-file)
                                    (delete-directory . 
tramp-sh-handle-delete-directory)
                                    (delete-file . tramp-sh-handle-delete-file)
                                    (directory-file-name . 
tramp-handle-directory-file-name)
                                    (directory-files . 
tramp-handle-directory-files)
                                    (directory-files-and-attributes .
                                     
tramp-sh-handle-directory-files-and-attributes)
                                    (dired-compress-file . 
tramp-sh-handle-dired-compress-file)
                                    (dired-uncache . tramp-handle-dired-uncache)
                                    (expand-file-name . 
tramp-sh-handle-expand-file-name)
                                    (file-accessible-directory-p . 
tramp-handle-file-accessible-directory-p)
                                    (file-acl . tramp-sh-handle-file-acl)
                                    (file-attributes . 
tramp-sh-handle-file-attributes)
                                    (file-directory-p . 
tramp-sh-handle-file-directory-p)
                                    (file-equal-p . tramp-handle-file-equal-p)
                                    (file-executable-p . 
tramp-sh-handle-file-executable-p)
                                    (file-exists-p . 
tramp-sh-handle-file-exists-p)
                                    (file-in-directory-p . 
tramp-handle-file-in-directory-p)
                                    (file-local-copy . 
tramp-sh-handle-file-local-copy)
                                    (file-modes . tramp-handle-file-modes)
                                    (file-name-all-completions . 
tramp-sh-handle-file-name-all-completions)
                                    (file-name-as-directory . 
tramp-handle-file-name-as-directory)
                                    (file-name-case-insensitive-p . 
tramp-handle-file-name-case-insensitive-p)
                                    (file-name-completion . 
tramp-handle-file-name-completion)
                                    (file-name-directory . 
tramp-handle-file-name-directory)
                                    (file-name-nondirectory . 
tramp-handle-file-name-nondirectory)
                                    (file-newer-than-file-p . 
tramp-sh-handle-file-newer-than-file-p)
                                    (file-notify-add-watch . 
tramp-sh-handle-file-notify-add-watch)
                                    (file-notify-rm-watch . 
tramp-handle-file-notify-rm-watch)
                                    (file-notify-valid-p . 
tramp-handle-file-notify-valid-p)
                                    (file-ownership-preserved-p . 
tramp-sh-handle-file-ownership-preserved-p)
                                    (file-readable-p . 
tramp-sh-handle-file-readable-p)
                                    (file-regular-p . 
tramp-handle-file-regular-p)
                                    (file-remote-p . tramp-handle-file-remote-p)
                                    (file-selinux-context . 
tramp-sh-handle-file-selinux-context)
                                    (file-symlink-p . 
tramp-handle-file-symlink-p)
                                    (file-system-info . 
tramp-sh-handle-file-system-info)
                                    (file-truename . 
tramp-sh-handle-file-truename)
                                    (file-writable-p . 
tramp-sh-handle-file-writable-p)
                                    (find-backup-file-name . 
tramp-handle-find-backup-file-name)
                                    (insert-directory . 
tramp-sh-handle-insert-directory)
                                    (insert-file-contents . 
tramp-handle-insert-file-contents)
                                    (load . tramp-handle-load)
                                    (make-auto-save-file-name . 
tramp-handle-make-auto-save-file-name)
                                    (make-directory . 
tramp-sh-handle-make-directory)
                                    (make-nearby-temp-file . 
tramp-handle-make-nearby-temp-file)
                                    (make-symbolic-link . 
tramp-sh-handle-make-symbolic-link)
                                    (process-file . 
tramp-sh-handle-process-file)
                                    (rename-file . tramp-sh-handle-rename-file)
                                    (set-file-acl . 
tramp-sh-handle-set-file-acl)
                                    (set-file-modes . 
tramp-sh-handle-set-file-modes)
                                    (set-file-selinux-context . 
tramp-sh-handle-set-file-selinux-context)
                                    (set-file-times . 
tramp-sh-handle-set-file-times)
                                    (set-visited-file-modtime . 
tramp-sh-handle-set-visited-file-modtime)
                                    (shell-command . tramp-handle-shell-command)
                                    (start-file-process . 
tramp-sh-handle-start-file-process)
                                    (substitute-in-file-name . 
tramp-handle-substitute-in-file-name)
                                    (temporary-file-directory . 
tramp-handle-temporary-file-directory)
                                    (unhandled-file-name-directory . ignore)
                                    (vc-registered . 
tramp-sh-handle-vc-registered)
                                    (verify-visited-file-modtime . 
tramp-sh-handle-verify-visited-file-modtime)
                                    (write-region . 
tramp-sh-handle-write-region))
 tramp-shell-prompt-pattern "(decode-coding-string (base64-decode-string 
\"XCg/Ol5cfA1cKVteXSMkJT4KXSojP1tdIyQlPl0gKlwoG1xbWzAtOTtdKlthLXpBLVpdICpcKSo=\")
 'raw-text)"
 tramp-smb-acl-program "smbcacls"
 tramp-smb-conf "/dev/null"
 tramp-smb-file-name-handler-alist '((add-name-to-file . 
tramp-smb-handle-add-name-to-file)
                                     (copy-directory . 
tramp-smb-handle-copy-directory)
                                     (copy-file . tramp-smb-handle-copy-file)
                                     (delete-directory . 
tramp-smb-handle-delete-directory)
                                     (delete-file . 
tramp-smb-handle-delete-file)
                                     (directory-file-name . 
tramp-handle-directory-file-name)
                                     (directory-files . 
tramp-smb-handle-directory-files)
                                     (directory-files-and-attributes .
                                      
tramp-handle-directory-files-and-attributes)
                                     (dired-compress-file . ignore)
                                     (dired-uncache . 
tramp-handle-dired-uncache)
                                     (expand-file-name . 
tramp-smb-handle-expand-file-name)
                                     (file-accessible-directory-p . 
tramp-smb-handle-file-directory-p)
                                     (file-acl . tramp-smb-handle-file-acl)
                                     (file-attributes . 
tramp-smb-handle-file-attributes)
                                     (file-directory-p . 
tramp-smb-handle-file-directory-p)
                                     (file-file-equal-p . 
tramp-handle-file-equal-p)
                                     (file-executable-p . 
tramp-handle-file-exists-p)
                                     (file-exists-p . 
tramp-handle-file-exists-p)
                                     (file-in-directory-p . 
tramp-handle-file-in-directory-p)
                                     (file-local-copy . 
tramp-smb-handle-file-local-copy)
                                     (file-modes . tramp-handle-file-modes)
                                     (file-name-all-completions . 
tramp-smb-handle-file-name-all-completions)
                                     (file-name-as-directory . 
tramp-handle-file-name-as-directory)
                                     (file-name-case-insensitive-p . 
tramp-handle-file-name-case-insensitive-p)
                                     (file-name-completion . 
tramp-handle-file-name-completion)
                                     (file-name-directory . 
tramp-handle-file-name-directory)
                                     (file-name-nondirectory . 
tramp-handle-file-name-nondirectory)
                                     (file-newer-than-file-p . 
tramp-handle-file-newer-than-file-p)
                                     (file-notify-add-watch . 
tramp-handle-file-notify-add-watch)
                                     (file-notify-rm-watch . 
tramp-handle-file-notify-rm-watch)
                                     (file-notify-valid-p . 
tramp-handle-file-notify-valid-p)
                                     (file-ownership-preserved-p . ignore)
                                     (file-readable-p . 
tramp-handle-file-exists-p)
                                     (file-regular-p . 
tramp-handle-file-regular-p)
                                     (file-remote-p . 
tramp-handle-file-remote-p)
                                     (file-selinux-context . 
tramp-handle-file-selinux-context)
                                     (file-symlink-p . 
tramp-handle-file-symlink-p)
                                     (file-system-info . 
tramp-smb-handle-file-system-info)
                                     (file-truename . 
tramp-handle-file-truename)
                                     (file-writable-p . 
tramp-smb-handle-file-writable-p)
                                     (find-backup-file-name . 
tramp-handle-find-backup-file-name)
                                     (insert-directory . 
tramp-smb-handle-insert-directory)
                                     (insert-file-contents . 
tramp-handle-insert-file-contents)
                                     (load . tramp-handle-load)
                                     (make-auto-save-file-name . 
tramp-handle-make-auto-save-file-name)
                                     (make-directory . 
tramp-smb-handle-make-directory)
                                     (make-directory-internal . 
tramp-smb-handle-make-directory-internal)
                                     (make-nearby-temp-file . 
tramp-handle-make-nearby-temp-file)
                                     (make-symbolic-link . 
tramp-smb-handle-make-symbolic-link)
                                     (process-file . 
tramp-smb-handle-process-file)
                                     (rename-file . 
tramp-smb-handle-rename-file)
                                     (set-file-acl . 
tramp-smb-handle-set-file-acl)
                                     (set-file-modes . 
tramp-smb-handle-set-file-modes)
                                     (set-file-selinux-context . ignore) 
(set-file-times . ignore)
                                     (set-visited-file-modtime . 
tramp-handle-set-visited-file-modtime)
                                     (shell-command . 
tramp-handle-shell-command)
                                     (start-file-process . 
tramp-smb-handle-start-file-process)
                                     (substitute-in-file-name . 
tramp-smb-handle-substitute-in-file-name)
                                     (temporary-file-directory . 
tramp-handle-temporary-file-directory)
                                     (unhandled-file-name-directory . ignore) 
(vc-registered . ignore)
                                     (verify-visited-file-modtime . 
tramp-handle-verify-visited-file-modtime)
                                     (write-region . 
tramp-smb-handle-write-region))
 tramp-smb-method "smb"
 tramp-smb-program "smbclient"
 tramp-smb-winexe-program "winexe"
 tramp-smb-winexe-shell-command "powershell.exe"
 tramp-smb-winexe-shell-command-switch "-file -"
 tramp-syntax 'default
 tramp-temp-buffer-file-name nil
 tramp-temp-buffer-name " *tramp temp*"
 tramp-temp-name-prefix "tramp."
 tramp-terminal-prompt-regexp "\\(TERM = (.*)\\|Terminal type\\? 
\\[.*\\]\\)\\s-*"
 tramp-terminal-type "dumb"
 tramp-unknown-id-integer -1
 tramp-unknown-id-string "UNKNOWN"
 tramp-unload-hook '(#[0 "\300\301\302\"\207" [unload-feature tramp-cmds force] 
3]
                     #[0 "\300\301\302\"\207" [unload-feature tramp-cache 
force] 3]
                     #[0 "\300\301\302\"\207" [unload-feature tramp-gvfs force] 
3]
                     #[0 "\300\301\302\"\207" [remove-hook 
interrupt-process-functions tramp-interrupt-process]
                       3]
                     #[0 "\300\301\302\"\207" [remove-hook kill-buffer-hook 
tramp-delete-temp-file-function] 3]
                     tramp-unload-file-name-handlers
                     #[0 "\300\301\302\"\207"
                       [remove-hook rfn-eshadow-update-overlay-hook 
tramp-rfn-eshadow-update-overlay] 3]
                     #[0 "\300\301\302\"\207"
                       [remove-hook rfn-eshadow-setup-minibuffer-hook 
tramp-rfn-eshadow-setup-minibuffer] 3]
                     #[0 "\300\301\302\"\210\300\303\302\"\207"
                       [unload-feature tramp-loaddefs force tramp-compat] 3]
                     #[0 "\300\301\302\"\207" [unload-feature trampver force] 
3])
 tramp-use-ssh-controlmaster-options t
 tramp-user-regexp "[^/|:       ]+"
 tramp-user-with-domain-regexp "\\([^/|:        ]+\\)%\\([a-zA-Z0-9_.-]+\\)"
 tramp-verbose 9
 tramp-version "2.3.3.26.1"
 tramp-wrong-passwd-regexp "^.*\\(Connection 
\\(?:\\(?:clo\\|refu\\)sed\\)\\|Host key verification failed\\.\\|Login 
\\(?:[Ii]ncorrect\\)\\|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]+\\).*"
 tramp-yesno-prompt-regexp "\\(Are you sure you want to continue connecting 
(yes/no)\\?\\)\\s-*"
 tramp-yn-prompt-regexp "\\(\\(?:Store key in cache\\? (y/\\|Update cached 
key\\? (y/n, Return cancels connectio\\)n)\\)\\s-*"
 )

local variables:
================
;; *tramp/sftp 146.48.54.140#2222*
(setq-local
 connection-local-variables-alist nil
 default-directory "/sftp:146.48.54.140#2222:/"
 )

load-path shadows:
==================

;; Emacs: 26.1 Tramp: 2.3.3.26.1 -*- mode: outline; -*-
12:08:53.150687 tramp-get-file-property (8) # /storage/emulated/ 
directory-attributes undef
12:08:53.151010 tramp-gvfs-get-directory-attributes (5) # directory gvfs 
attributes: /storage/emulated/
12:08:53.155064 tramp-get-connection-property (7) # gio-tool t
12:08:53.155156 tramp-get-connection-property (7) # process-buffer nil
12:08:53.155252 tramp-get-connection-property (7) # process-buffer nil
12:08:53.155326 tramp-set-connection-property (7) # process-buffer nil
12:08:53.155411 tramp-get-connection-property (7) # process-buffer nil
12:08:53.155493 tramp-get-connection-property (7) # process-buffer nil
12:08:53.155647 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:53.155737 tramp-get-file-property (8) # / list-mounts undef
12:08:53.155813 tramp-gvfs-connection-mounted-p (6) # dbus-call-method 
(:session org.gtk.vfs.Daemon /org/gtk/vfs/mounttracker org.gtk.vfs.MountTracker 
ListMounts)
12:08:53.159200 tramp-gvfs-connection-mounted-p (6) # ((":1.105922" 
"/org/gtk/vfs/mount/3" "" 
"http:uri=https%3A%2F%2Fwww.ilfattoquotidiano.it%2F2019%2F04%2F10%2Frivoluzione-nelluniverso-ecco-la-prima-foto-di-un-buco-nero-i-fisici-abbiamo-dato-forma-alle-equazioni-di-einstein,prefix=%2F2019%2F04%2F10%2Frivoluzione-nelluniverso-ecco-la-prima-foto-di-un-buco-nero-i-fisici-abbiamo-dato-forma-alle-equazioni-di-einstein"
 "" "" "" "" nil "" 
("/2019/04/10/rivoluzione-nelluniverso-ecco-la-prima-foto-di-un-buco-nero-i-fisici-abbiamo-dato-forma-alle-equazioni-di-einstein"
 (("type" ("http")) ("uri" 
("https://www.ilfattoquotidiano.it/2019/04/10/rivoluzione-nelluniverso-ecco-la-prima-foto-di-un-buco-nero-i-fisici-abbiamo-dato-forma-alle-equazioni-di-einstein";))))
 "") (":1.105922" "/org/gtk/vfs/mount/2" "" 
"http:uri=https%3A%2F%2Fdocs.qgis.org%2F3.4%2FC%2Fdocs%2Fuser_manual%2Findex.html,prefix=%2F3.4%2FC%2Fdocs%2Fuser_manual%2Findex.html"
 "" "" "" "" nil "" ("/3.4/C/docs/user_manual/index.html" (("type" ("http")) 
("uri" ("https://docs.qgis.org/3.4/C/docs/user_manual/index.html";)))) "") 
(":1.1811039" "/org/gtk/vfs/mount/1" "Network" "network:" "" ". GThemedIcon 
network-workgroup network network-workgroup-symbolic network-symbolic" ". 
GThemedIcon network-workgroup-symbolic network-symbolic network-workgroup 
network" "" nil "" ("/" (("type" ("network")))) "") (":1.1811049" 
"/org/gtk/vfs/mount/1" "Dns-SD" "dns-sd:host=local" "" ". GThemedIcon 
network-workgroup network network-workgroup-symbolic network-symbolic" ". 
GThemedIcon network-workgroup-symbolic network-symbolic network-workgroup 
network" "" nil "" ("/" (("host" ("local")) ("type" ("dns-sd")))) "") 
(":1.1811042" "/org/gtk/vfs/mount/1" "Windows shares on WNLAB" 
"smb-server:server=x-gnome-default-workgroup" "" ". GThemedIcon network-server 
network network-server-symbolic network-symbolic" ". GThemedIcon 
network-server-symbolic network-symbolic network-server network" "" nil "" ("/" 
(("server" ("x-gnome-default-workgroup")) ("type" ("smb-server")))) "") 
(":1.105922" "/org/gtk/vfs/mount/1" "" 
"http:uri=https%3A%2F%2Ftoscanago.wordpress.com%2F" "" "" "" "" nil "" ("/" 
(("type" ("http")) ("uri" ("https://toscanago.wordpress.com/";)))) "") (":1.51" 
"/org/gtk/vfs/mount/1" "Trash" "trash:" "" ". GThemedIcon user-trash user 
user-trash-symbolic user-symbolic" ". GThemedIcon user-trash-symbolic 
user-symbolic user-trash user" "" nil "" ("/" (("type" ("trash")))) ""))
12:08:53.159386 tramp-set-file-property (8) # / list-mounts ((:1.105922 
/org/gtk/vfs/mount/3  
http:uri=https%3A%2F%2Fwww.ilfattoquotidiano.it%2F2019%2F04%2F10%2Frivoluzione-nelluniverso-ecco-la-prima-foto-di-un-buco-nero-i-fisici-abbiamo-dato-forma-alle-equazioni-di-einstein,prefix=%2F2019%2F04%2F10%2Frivoluzione-nelluniverso-ecco-la-prima-foto-di-un-buco-nero-i-fisici-abbiamo-dato-forma-alle-equazioni-di-einstein
     nil (0) ((47 50 48 49 57 47 48 52 47 49 48 47 114 105 118 111 108 117 122 
105 111 110 101 45 110 101 108 108 117 110 105 118 101 114 115 111 45 101 99 99 
111 45 108 97 45 112 114 105 109 97 45 102 111 116 111 45 100 105 45 117 110 45 
98 117 99 111 45 110 101 114 111 45 105 45 102 105 115 105 99 105 45 97 98 98 
105 97 109 111 45 100 97 116 111 45 102 111 114 109 97 45 97 108 108 101 45 101 
113 117 97 122 105 111 110 105 45 100 105 45 101 105 110 115 116 101 105 110 0) 
((type ((104 116 116 112 0))) (uri ((104 116 116 112 115 58 47 47 119 119 119 
46 105 108 102 97 116 116 111 113 117 111 116 105 100 105 97 110 111 46 105 116 
47 50 48 49 57 47 48 52 47 49 48 47 114 105 118 111 108 117 122 105 111 110 101 
45 110 101 108 108 117 110 105 118 101 114 115 111 45 101 99 99 111 45 108 97 
45 112 114 105 109 97 45 102 111 116 111 45 100 105 45 117 110 45 98 117 99 111 
45 110 101 114 111 45 105 45 102 105 115 105 99 105 45 97 98 98 105 97 109 111 
45 100 97 116 111 45 102 111 114 109 97 45 97 108 108 101 45 101 113 117 97 122 
105 111 110 105 45 100 105 45 101 105 110 115 116 101 105 110 0))))) (0)) 
(:1.105922 /org/gtk/vfs/mount/2  
http:uri=https%3A%2F%2Fdocs.qgis.org%2F3.4%2FC%2Fdocs%2Fuser_manual%2Findex.html,prefix=%2F3.4%2FC%2Fdocs%2Fuser_manual%2Findex.html
     nil (0) ((47 51 46 52 47 67 47 100 111 99 115 47 117 115 101 114 95 109 97 
110 117 97 108 47 105 110 100 101 120 46 104 116 109 108 0) ((type ((104 116 
116 112 0))) (uri ((104 116 116 112 115 58 47 47 100 111 99 115 46 113 103 105 
115 46 111 114 103 47 51 46 52 47 67 47 100 111 99 115 47 117 115 101 114 95 
109 97 110 117 97 108 47 105 110 100 101 120 46 104 116 109 108 0))))) (0)) 
(:1.1811039 /org/gtk/vfs/mount/1 Network network:  . GThemedIcon 
network-workgroup network network-workgroup-symbolic network-symbolic . 
GThemedIcon network-workgroup-symbolic network-symbolic network-workgroup 
network  nil (0) ((47 0) ((type ((110 101 116 119 111 114 107 0))))) (0)) 
(:1.1811049 /org/gtk/vfs/mount/1 Dns-SD dns-sd:host=local  . GThemedIcon 
network-workgroup network network-workgroup-symbolic network-symbolic . 
GThemedIcon network-workgroup-symbolic network-symbolic network-workgroup 
network  nil (0) ((47 0) ((host ((108 111 99 97 108 0))) (type ((100 110 115 45 
115 100 0))))) (0)) (:1.1811042 /org/gtk/vfs/mount/1 Windows shares on WNLAB 
smb-server:server=x-gnome-default-workgroup  . GThemedIcon network-server 
network network-server-symbolic network-symbolic . GThemedIcon 
network-server-symbolic network-symbolic network-server network  nil (0) ((47 
0) ((server ((120 45 103 110 111 109 101 45 100 101 102 97 117 108 116 45 119 
111 114 107 103 114 111 117 112 0))) (type ((115 109 98 45 115 101 114 118 101 
114 0))))) (0)) (:1.105922 /org/gtk/vfs/mount/1  
http:uri=https%3A%2F%2Ftoscanago.wordpress.com%2F     nil (0) ((47 0) ((type 
((104 116 116 112 0))) (uri ((104 116 116 112 115 58 47 47 116 111 115 99 97 
110 97 103 111 46 119 111 114 100 112 114 101 115 115 46 99 111 109 47 0))))) 
(0)) (:1.51 /org/gtk/vfs/mount/1 Trash trash:  . GThemedIcon user-trash user 
user-trash-symbolic user-symbolic . GThemedIcon user-trash-symbolic 
user-symbolic user-trash user  nil (0) ((47 0) ((type ((116 114 97 115 104 
0))))) (0)))
12:08:53.160333 tramp-gvfs-maybe-open-connection (3) # Opening connection for 
146.48.54.140 using sftp...
12:08:53.160579 tramp-set-connection-property (7) # first-password-request 
12:08:53.165505 tramp-gvfs-maybe-open-connection (6) # 
dbus-call-method-asynchronously (:session org.gtk.vfs.Daemon 
/org/gtk/vfs/mounttracker org.gtk.vfs.MountTracker MountLocation ignore 
(:struct (:array :byte 47 :byte 0) (:array (:dict-entry type (:variant (:array 
:byte 115 :byte 102 :byte 116 :byte 112 :byte 0))) (:dict-entry host (:variant 
(:array :byte 49 :byte 52 :byte 54 :byte 46 :byte 52 :byte 56 :byte 46 :byte 53 
:byte 52 :byte 46 :byte 49 :byte 52 :byte 48 :byte 0))) (:dict-entry port 
(:variant (:array :byte 50 :byte 50 :byte 50 :byte 50 :byte 0))))) (:struct 
:string :1.3481207 :object-path 
/org/gnu/Emacs/Tramp/_2fsftp_3a146_2e48_2e54_2e140_232222_3a))
12:08:53.165740 tramp-gvfs-maybe-open-connection (6) # (:serial :session 385)
12:08:53.165839 tramp-get-connection-property (7) # connection-timeout undef
12:08:53.165950 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:53.266544 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:53.367177 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:53.467834 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:53.568665 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:53.669477 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:53.770068 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:53.870671 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:53.971491 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:54.072245 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:54.172756 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:54.273603 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:54.374458 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:54.475008 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:54.575641 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:54.676450 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:54.777259 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:54.878078 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:54.978608 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:55.079254 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:55.180067 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:55.280660 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:55.381294 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:55.482077 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:55.582615 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:55.683267 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:55.783820 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:55.884358 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:55.985384 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:56.085950 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:56.187479 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:56.289204 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:56.390972 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:56.492440 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:56.593644 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:56.694191 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:56.795771 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:56.896993 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:56.997508 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:57.099021 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:57.200250 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:57.300836 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:57.402384 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:57.503549 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:57.605116 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:57.706867 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:57.807417 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:57.908918 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:58.010901 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:58.111442 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:58.212982 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:58.314629 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:58.415932 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:58.517106 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:58.617644 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:58.719175 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:58.820892 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:58.921654 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:59.023425 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:59.124488 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:59.225050 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:59.326436 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:59.426989 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:59.527900 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:59.629662 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:59.730277 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:59.831634 tramp-get-file-property (8) # / fuse-mountpoint nil
12:08:59.932908 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:00.033719 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:00.134665 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:00.235429 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:00.336115 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:00.437290 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:00.538046 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:00.639691 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:00.741064 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:00.841897 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:00.943364 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:01.044136 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:01.145392 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:01.247110 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:01.417915 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:01.519199 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:01.619964 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:01.721081 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:01.821611 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:01.924188 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:02.025371 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:02.125944 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:02.162156 tramp-gvfs-handler-askpassword (6) # "Enter passphrase for 
secure key for 146.48.54.140" "" "" 9
12:09:02.162333 tramp-get-connection-property (7) # first-password-request 
12:09:02.162435 tramp-get-connection-property (7) # process-name nil
12:09:02.162621 tramp-get-connection-property (7) # first-password-request 
12:09:07.176183 tramp-set-connection-property (7) # first-password-request nil
12:09:07.182813 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:07.183690 tramp-gvfs-dbus-event-error (1) # File error: Password dialog 
cancelled
12:09:07.183930 tramp-gvfs-maybe-open-connection (3) # Opening connection for 
146.48.54.140 using sftp...failed
12:09:07.185699 tramp-get-connection-property (7) # case-insensitive undef
12:09:07.186755 tramp-get-file-property (8) # /storage/emulated/0 file-truename 
undef
12:09:07.188273 tramp-get-file-property (8) # /storage/emulated/ 
directory-attributes undef
12:09:07.188366 tramp-gvfs-get-directory-attributes (5) # directory gvfs 
attributes: /storage/emulated/
12:09:07.191448 tramp-get-connection-property (7) # gio-tool t
12:09:07.191549 tramp-get-connection-property (7) # process-buffer nil
12:09:07.191647 tramp-get-connection-property (7) # process-buffer nil
12:09:07.191748 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:07.191842 tramp-get-file-property (8) # / list-mounts undef
12:09:07.191920 tramp-gvfs-connection-mounted-p (6) # dbus-call-method 
(:session org.gtk.vfs.Daemon /org/gtk/vfs/mounttracker org.gtk.vfs.MountTracker 
ListMounts)
12:09:07.194515 tramp-gvfs-connection-mounted-p (6) # ((":1.105922" 
"/org/gtk/vfs/mount/3" "" 
"http:uri=https%3A%2F%2Fwww.ilfattoquotidiano.it%2F2019%2F04%2F10%2Frivoluzione-nelluniverso-ecco-la-prima-foto-di-un-buco-nero-i-fisici-abbiamo-dato-forma-alle-equazioni-di-einstein,prefix=%2F2019%2F04%2F10%2Frivoluzione-nelluniverso-ecco-la-prima-foto-di-un-buco-nero-i-fisici-abbiamo-dato-forma-alle-equazioni-di-einstein"
 "" "" "" "" nil "" 
("/2019/04/10/rivoluzione-nelluniverso-ecco-la-prima-foto-di-un-buco-nero-i-fisici-abbiamo-dato-forma-alle-equazioni-di-einstein"
 (("type" ("http")) ("uri" 
("https://www.ilfattoquotidiano.it/2019/04/10/rivoluzione-nelluniverso-ecco-la-prima-foto-di-un-buco-nero-i-fisici-abbiamo-dato-forma-alle-equazioni-di-einstein";))))
 "") (":1.105922" "/org/gtk/vfs/mount/2" "" 
"http:uri=https%3A%2F%2Fdocs.qgis.org%2F3.4%2FC%2Fdocs%2Fuser_manual%2Findex.html,prefix=%2F3.4%2FC%2Fdocs%2Fuser_manual%2Findex.html"
 "" "" "" "" nil "" ("/3.4/C/docs/user_manual/index.html" (("type" ("http")) 
("uri" ("https://docs.qgis.org/3.4/C/docs/user_manual/index.html";)))) "") 
(":1.1811039" "/org/gtk/vfs/mount/1" "Network" "network:" "" ". GThemedIcon 
network-workgroup network network-workgroup-symbolic network-symbolic" ". 
GThemedIcon network-workgroup-symbolic network-symbolic network-workgroup 
network" "" nil "" ("/" (("type" ("network")))) "") (":1.1811049" 
"/org/gtk/vfs/mount/1" "Dns-SD" "dns-sd:host=local" "" ". GThemedIcon 
network-workgroup network network-workgroup-symbolic network-symbolic" ". 
GThemedIcon network-workgroup-symbolic network-symbolic network-workgroup 
network" "" nil "" ("/" (("host" ("local")) ("type" ("dns-sd")))) "") 
(":1.1811042" "/org/gtk/vfs/mount/1" "Windows shares on WNLAB" 
"smb-server:server=x-gnome-default-workgroup" "" ". GThemedIcon network-server 
network network-server-symbolic network-symbolic" ". GThemedIcon 
network-server-symbolic network-symbolic network-server network" "" nil "" ("/" 
(("server" ("x-gnome-default-workgroup")) ("type" ("smb-server")))) "") 
(":1.105922" "/org/gtk/vfs/mount/1" "" 
"http:uri=https%3A%2F%2Ftoscanago.wordpress.com%2F" "" "" "" "" nil "" ("/" 
(("type" ("http")) ("uri" ("https://toscanago.wordpress.com/";)))) "") (":1.51" 
"/org/gtk/vfs/mount/1" "Trash" "trash:" "" ". GThemedIcon user-trash user 
user-trash-symbolic user-symbolic" ". GThemedIcon user-trash-symbolic 
user-symbolic user-trash user" "" nil "" ("/" (("type" ("trash")))) ""))
12:09:07.194768 tramp-set-file-property (8) # / list-mounts ((:1.105922 
/org/gtk/vfs/mount/3  
http:uri=https%3A%2F%2Fwww.ilfattoquotidiano.it%2F2019%2F04%2F10%2Frivoluzione-nelluniverso-ecco-la-prima-foto-di-un-buco-nero-i-fisici-abbiamo-dato-forma-alle-equazioni-di-einstein,prefix=%2F2019%2F04%2F10%2Frivoluzione-nelluniverso-ecco-la-prima-foto-di-un-buco-nero-i-fisici-abbiamo-dato-forma-alle-equazioni-di-einstein
     nil (0) ((47 50 48 49 57 47 48 52 47 49 48 47 114 105 118 111 108 117 122 
105 111 110 101 45 110 101 108 108 117 110 105 118 101 114 115 111 45 101 99 99 
111 45 108 97 45 112 114 105 109 97 45 102 111 116 111 45 100 105 45 117 110 45 
98 117 99 111 45 110 101 114 111 45 105 45 102 105 115 105 99 105 45 97 98 98 
105 97 109 111 45 100 97 116 111 45 102 111 114 109 97 45 97 108 108 101 45 101 
113 117 97 122 105 111 110 105 45 100 105 45 101 105 110 115 116 101 105 110 0) 
((type ((104 116 116 112 0))) (uri ((104 116 116 112 115 58 47 47 119 119 119 
46 105 108 102 97 116 116 111 113 117 111 116 105 100 105 97 110 111 46 105 116 
47 50 48 49 57 47 48 52 47 49 48 47 114 105 118 111 108 117 122 105 111 110 101 
45 110 101 108 108 117 110 105 118 101 114 115 111 45 101 99 99 111 45 108 97 
45 112 114 105 109 97 45 102 111 116 111 45 100 105 45 117 110 45 98 117 99 111 
45 110 101 114 111 45 105 45 102 105 115 105 99 105 45 97 98 98 105 97 109 111 
45 100 97 116 111 45 102 111 114 109 97 45 97 108 108 101 45 101 113 117 97 122 
105 111 110 105 45 100 105 45 101 105 110 115 116 101 105 110 0))))) (0)) 
(:1.105922 /org/gtk/vfs/mount/2  
http:uri=https%3A%2F%2Fdocs.qgis.org%2F3.4%2FC%2Fdocs%2Fuser_manual%2Findex.html,prefix=%2F3.4%2FC%2Fdocs%2Fuser_manual%2Findex.html
     nil (0) ((47 51 46 52 47 67 47 100 111 99 115 47 117 115 101 114 95 109 97 
110 117 97 108 47 105 110 100 101 120 46 104 116 109 108 0) ((type ((104 116 
116 112 0))) (uri ((104 116 116 112 115 58 47 47 100 111 99 115 46 113 103 105 
115 46 111 114 103 47 51 46 52 47 67 47 100 111 99 115 47 117 115 101 114 95 
109 97 110 117 97 108 47 105 110 100 101 120 46 104 116 109 108 0))))) (0)) 
(:1.1811039 /org/gtk/vfs/mount/1 Network network:  . GThemedIcon 
network-workgroup network network-workgroup-symbolic network-symbolic . 
GThemedIcon network-workgroup-symbolic network-symbolic network-workgroup 
network  nil (0) ((47 0) ((type ((110 101 116 119 111 114 107 0))))) (0)) 
(:1.1811049 /org/gtk/vfs/mount/1 Dns-SD dns-sd:host=local  . GThemedIcon 
network-workgroup network network-workgroup-symbolic network-symbolic . 
GThemedIcon network-workgroup-symbolic network-symbolic network-workgroup 
network  nil (0) ((47 0) ((host ((108 111 99 97 108 0))) (type ((100 110 115 45 
115 100 0))))) (0)) (:1.1811042 /org/gtk/vfs/mount/1 Windows shares on WNLAB 
smb-server:server=x-gnome-default-workgroup  . GThemedIcon network-server 
network network-server-symbolic network-symbolic . GThemedIcon 
network-server-symbolic network-symbolic network-server network  nil (0) ((47 
0) ((server ((120 45 103 110 111 109 101 45 100 101 102 97 117 108 116 45 119 
111 114 107 103 114 111 117 112 0))) (type ((115 109 98 45 115 101 114 118 101 
114 0))))) (0)) (:1.105922 /org/gtk/vfs/mount/1  
http:uri=https%3A%2F%2Ftoscanago.wordpress.com%2F     nil (0) ((47 0) ((type 
((104 116 116 112 0))) (uri ((104 116 116 112 115 58 47 47 116 111 115 99 97 
110 97 103 111 46 119 111 114 100 112 114 101 115 115 46 99 111 109 47 0))))) 
(0)) (:1.51 /org/gtk/vfs/mount/1 Trash trash:  . GThemedIcon user-trash user 
user-trash-symbolic user-symbolic . GThemedIcon user-trash-symbolic 
user-symbolic user-trash user  nil (0) ((47 0) ((type ((116 114 97 115 104 
0))))) (0)))
12:09:07.195876 tramp-gvfs-maybe-open-connection (3) # Opening connection for 
146.48.54.140 using sftp...
12:09:07.196106 tramp-set-connection-property (7) # first-password-request 
12:09:07.200907 tramp-gvfs-maybe-open-connection (6) # 
dbus-call-method-asynchronously (:session org.gtk.vfs.Daemon 
/org/gtk/vfs/mounttracker org.gtk.vfs.MountTracker MountLocation ignore 
(:struct (:array :byte 47 :byte 0) (:array (:dict-entry type (:variant (:array 
:byte 115 :byte 102 :byte 116 :byte 112 :byte 0))) (:dict-entry host (:variant 
(:array :byte 49 :byte 52 :byte 54 :byte 46 :byte 52 :byte 56 :byte 46 :byte 53 
:byte 52 :byte 46 :byte 49 :byte 52 :byte 48 :byte 0))) (:dict-entry port 
(:variant (:array :byte 50 :byte 50 :byte 50 :byte 50 :byte 0))))) (:struct 
:string :1.3481207 :object-path 
/org/gnu/Emacs/Tramp/_2fsftp_3a146_2e48_2e54_2e140_232222_3a))
12:09:07.201145 tramp-gvfs-maybe-open-connection (6) # (:serial :session 392)
12:09:07.201251 tramp-get-connection-property (7) # connection-timeout undef
12:09:07.201378 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:07.302008 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:07.402631 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:07.503380 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:07.604093 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:07.704911 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:07.805648 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:07.906469 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:08.007018 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:08.107559 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:08.208309 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:08.308865 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:08.409561 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:08.510378 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:08.610923 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:08.711367 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:08.812024 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:08.912804 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:09.013598 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:09.114145 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:09.214558 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:09.241841 tramp-gvfs-handler-askpassword (6) # "Enter passphrase for 
secure key for 146.48.54.140" "" "" 9
12:09:09.242001 tramp-get-connection-property (7) # first-password-request 
12:09:09.242099 tramp-get-connection-property (7) # process-name nil
12:09:09.242277 tramp-get-connection-property (7) # first-password-request 
12:09:17.096730 tramp-set-connection-property (7) # first-password-request nil
12:09:17.108295 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:17.124312 tramp-gvfs-dbus-event-error (1) # File error: Password dialog 
cancelled
12:09:17.124625 tramp-gvfs-maybe-open-connection (3) # Opening connection for 
146.48.54.140 using sftp...failed
12:09:17.125007 tramp-set-file-property (8) # /storage/emulated/0 file-truename 
/sftp:146.48.54.140#2222:/storage/emulated/0
12:09:17.126607 tramp-get-file-property (8) # /storage/emulated/ 
directory-attributes undef
12:09:17.126721 tramp-gvfs-get-directory-attributes (5) # directory gvfs 
attributes: /storage/emulated/
12:09:17.130435 tramp-get-connection-property (7) # gio-tool t
12:09:17.130557 tramp-get-connection-property (7) # process-buffer nil
12:09:17.130674 tramp-get-connection-property (7) # process-buffer nil
12:09:17.130802 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:17.130920 tramp-get-file-property (8) # / list-mounts ((:1.105922 
/org/gtk/vfs/mount/3  
http:uri=https%3A%2F%2Fwww.ilfattoquotidiano.it%2F2019%2F04%2F10%2Frivoluzione-nelluniverso-ecco-la-prima-foto-di-un-buco-nero-i-fisici-abbiamo-dato-forma-alle-equazioni-di-einstein,prefix=%2F2019%2F04%2F10%2Frivoluzione-nelluniverso-ecco-la-prima-foto-di-un-buco-nero-i-fisici-abbiamo-dato-forma-alle-equazioni-di-einstein
     nil (0) ((47 50 48 49 57 47 48 52 47 49 48 47 114 105 118 111 108 117 122 
105 111 110 101 45 110 101 108 108 117 110 105 118 101 114 115 111 45 101 99 99 
111 45 108 97 45 112 114 105 109 97 45 102 111 116 111 45 100 105 45 117 110 45 
98 117 99 111 45 110 101 114 111 45 105 45 102 105 115 105 99 105 45 97 98 98 
105 97 109 111 45 100 97 116 111 45 102 111 114 109 97 45 97 108 108 101 45 101 
113 117 97 122 105 111 110 105 45 100 105 45 101 105 110 115 116 101 105 110 0) 
((type ((104 116 116 112 0))) (uri ((104 116 116 112 115 58 47 47 119 119 119 
46 105 108 102 97 116 116 111 113 117 111 116 105 100 105 97 110 111 46 105 116 
47 50 48 49 57 47 48 52 47 49 48 47 114 105 118 111 108 117 122 105 111 110 101 
45 110 101 108 108 117 110 105 118 101 114 115 111 45 101 99 99 111 45 108 97 
45 112 114 105 109 97 45 102 111 116 111 45 100 105 45 117 110 45 98 117 99 111 
45 110 101 114 111 45 105 45 102 105 115 105 99 105 45 97 98 98 105 97 109 111 
45 100 97 116 111 45 102 111 114 109 97 45 97 108 108 101 45 101 113 117 97 122 
105 111 110 105 45 100 105 45 101 105 110 115 116 101 105 110 0))))) (0)) 
(:1.105922 /org/gtk/vfs/mount/2  
http:uri=https%3A%2F%2Fdocs.qgis.org%2F3.4%2FC%2Fdocs%2Fuser_manual%2Findex.html,prefix=%2F3.4%2FC%2Fdocs%2Fuser_manual%2Findex.html
     nil (0) ((47 51 46 52 47 67 47 100 111 99 115 47 117 115 101 114 95 109 97 
110 117 97 108 47 105 110 100 101 120 46 104 116 109 108 0) ((type ((104 116 
116 112 0))) (uri ((104 116 116 112 115 58 47 47 100 111 99 115 46 113 103 105 
115 46 111 114 103 47 51 46 52 47 67 47 100 111 99 115 47 117 115 101 114 95 
109 97 110 117 97 108 47 105 110 100 101 120 46 104 116 109 108 0))))) (0)) 
(:1.1811039 /org/gtk/vfs/mount/1 Network network:  . GThemedIcon 
network-workgroup network network-workgroup-symbolic network-symbolic . 
GThemedIcon network-workgroup-symbolic network-symbolic network-workgroup 
network  nil (0) ((47 0) ((type ((110 101 116 119 111 114 107 0))))) (0)) 
(:1.1811049 /org/gtk/vfs/mount/1 Dns-SD dns-sd:host=local  . GThemedIcon 
network-workgroup network network-workgroup-symbolic network-symbolic . 
GThemedIcon network-workgroup-symbolic network-symbolic network-workgroup 
network  nil (0) ((47 0) ((host ((108 111 99 97 108 0))) (type ((100 110 115 45 
115 100 0))))) (0)) (:1.1811042 /org/gtk/vfs/mount/1 Windows shares on WNLAB 
smb-server:server=x-gnome-default-workgroup  . GThemedIcon network-server 
network network-server-symbolic network-symbolic . GThemedIcon 
network-server-symbolic network-symbolic network-server network  nil (0) ((47 
0) ((server ((120 45 103 110 111 109 101 45 100 101 102 97 117 108 116 45 119 
111 114 107 103 114 111 117 112 0))) (type ((115 109 98 45 115 101 114 118 101 
114 0))))) (0)) (:1.105922 /org/gtk/vfs/mount/1  
http:uri=https%3A%2F%2Ftoscanago.wordpress.com%2F     nil (0) ((47 0) ((type 
((104 116 116 112 0))) (uri ((104 116 116 112 115 58 47 47 116 111 115 99 97 
110 97 103 111 46 119 111 114 100 112 114 101 115 115 46 99 111 109 47 0))))) 
(0)) (:1.51 /org/gtk/vfs/mount/1 Trash trash:  . GThemedIcon user-trash user 
user-trash-symbolic user-symbolic . GThemedIcon user-trash-symbolic 
user-symbolic user-trash user  nil (0) ((47 0) ((type ((116 114 97 115 104 
0))))) (0)))
12:09:17.132093 tramp-gvfs-maybe-open-connection (3) # Opening connection for 
146.48.54.140 using sftp...
12:09:17.132381 tramp-set-connection-property (7) # first-password-request 
12:09:17.138442 tramp-gvfs-maybe-open-connection (6) # 
dbus-call-method-asynchronously (:session org.gtk.vfs.Daemon 
/org/gtk/vfs/mounttracker org.gtk.vfs.MountTracker MountLocation ignore 
(:struct (:array :byte 47 :byte 0) (:array (:dict-entry type (:variant (:array 
:byte 115 :byte 102 :byte 116 :byte 112 :byte 0))) (:dict-entry host (:variant 
(:array :byte 49 :byte 52 :byte 54 :byte 46 :byte 52 :byte 56 :byte 46 :byte 53 
:byte 52 :byte 46 :byte 49 :byte 52 :byte 48 :byte 0))) (:dict-entry port 
(:variant (:array :byte 50 :byte 50 :byte 50 :byte 50 :byte 0))))) (:struct 
:string :1.3481207 :object-path 
/org/gnu/Emacs/Tramp/_2fsftp_3a146_2e48_2e54_2e140_232222_3a))
12:09:17.138779 tramp-gvfs-maybe-open-connection (6) # (:serial :session 398)
12:09:17.138913 tramp-get-connection-property (7) # connection-timeout undef
12:09:17.139063 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:17.239674 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:17.340244 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:17.440681 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:17.541364 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:17.642138 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:17.742847 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:17.843654 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:17.944189 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:18.044857 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:18.145627 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:18.246384 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:18.347177 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:18.447926 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:18.548768 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:18.649565 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:18.750118 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:18.850771 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:18.951509 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:19.052354 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:19.153195 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:19.253915 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:19.354771 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:19.455569 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:19.556284 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:19.657114 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:19.757691 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:19.858506 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:19.959358 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:20.059895 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:20.162145 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:20.264633 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:20.367309 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:20.469803 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:20.571263 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:20.672021 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:20.774486 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:20.875963 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:20.976726 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:21.078099 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:21.110541 tramp-gvfs-handler-askpassword (6) # "Enter passphrase for 
secure key for 146.48.54.140" "" "" 9
12:09:21.110912 tramp-get-connection-property (7) # first-password-request 
12:09:21.111176 tramp-get-connection-property (7) # process-name nil
12:09:21.111623 tramp-get-connection-property (7) # first-password-request 
12:09:22.879636 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:22.880626 tramp-gvfs-dbus-event-error (1) # File error: Password dialog 
cancelled
12:09:22.880884 tramp-gvfs-maybe-open-connection (3) # Opening connection for 
146.48.54.140 using sftp...failed
12:09:22.882079 tramp-get-file-property (8) # /storage/emulated/0 file-truename 
/sftp:146.48.54.140#2222:/storage/emulated/0
12:09:22.883110 tramp-get-connection-property (7) # case-insensitive undef
12:09:22.884788 tramp-get-file-property (8) # /storage/emulated/ 
directory-attributes undef
12:09:22.884888 tramp-gvfs-get-directory-attributes (5) # directory gvfs 
attributes: /storage/emulated/
12:09:22.888610 tramp-get-connection-property (7) # gio-tool t
12:09:22.888714 tramp-get-connection-property (7) # process-buffer nil
12:09:22.888818 tramp-get-connection-property (7) # process-buffer nil
12:09:22.888929 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:22.889031 tramp-get-file-property (8) # / list-mounts undef
12:09:22.889112 tramp-gvfs-connection-mounted-p (6) # dbus-call-method 
(:session org.gtk.vfs.Daemon /org/gtk/vfs/mounttracker org.gtk.vfs.MountTracker 
ListMounts)
12:09:22.960379 tramp-gvfs-connection-mounted-p (6) # ((":1.105922" 
"/org/gtk/vfs/mount/3" "" 
"http:uri=https%3A%2F%2Fwww.ilfattoquotidiano.it%2F2019%2F04%2F10%2Frivoluzione-nelluniverso-ecco-la-prima-foto-di-un-buco-nero-i-fisici-abbiamo-dato-forma-alle-equazioni-di-einstein,prefix=%2F2019%2F04%2F10%2Frivoluzione-nelluniverso-ecco-la-prima-foto-di-un-buco-nero-i-fisici-abbiamo-dato-forma-alle-equazioni-di-einstein"
 "" "" "" "" nil "" 
("/2019/04/10/rivoluzione-nelluniverso-ecco-la-prima-foto-di-un-buco-nero-i-fisici-abbiamo-dato-forma-alle-equazioni-di-einstein"
 (("type" ("http")) ("uri" 
("https://www.ilfattoquotidiano.it/2019/04/10/rivoluzione-nelluniverso-ecco-la-prima-foto-di-un-buco-nero-i-fisici-abbiamo-dato-forma-alle-equazioni-di-einstein";))))
 "") (":1.105922" "/org/gtk/vfs/mount/2" "" 
"http:uri=https%3A%2F%2Fdocs.qgis.org%2F3.4%2FC%2Fdocs%2Fuser_manual%2Findex.html,prefix=%2F3.4%2FC%2Fdocs%2Fuser_manual%2Findex.html"
 "" "" "" "" nil "" ("/3.4/C/docs/user_manual/index.html" (("type" ("http")) 
("uri" ("https://docs.qgis.org/3.4/C/docs/user_manual/index.html";)))) "") 
(":1.1811039" "/org/gtk/vfs/mount/1" "Network" "network:" "" ". GThemedIcon 
network-workgroup network network-workgroup-symbolic network-symbolic" ". 
GThemedIcon network-workgroup-symbolic network-symbolic network-workgroup 
network" "" nil "" ("/" (("type" ("network")))) "") (":1.1811049" 
"/org/gtk/vfs/mount/1" "Dns-SD" "dns-sd:host=local" "" ". GThemedIcon 
network-workgroup network network-workgroup-symbolic network-symbolic" ". 
GThemedIcon network-workgroup-symbolic network-symbolic network-workgroup 
network" "" nil "" ("/" (("host" ("local")) ("type" ("dns-sd")))) "") 
(":1.1811042" "/org/gtk/vfs/mount/1" "Windows shares on WNLAB" 
"smb-server:server=x-gnome-default-workgroup" "" ". GThemedIcon network-server 
network network-server-symbolic network-symbolic" ". GThemedIcon 
network-server-symbolic network-symbolic network-server network" "" nil "" ("/" 
(("server" ("x-gnome-default-workgroup")) ("type" ("smb-server")))) "") 
(":1.105922" "/org/gtk/vfs/mount/1" "" 
"http:uri=https%3A%2F%2Ftoscanago.wordpress.com%2F" "" "" "" "" nil "" ("/" 
(("type" ("http")) ("uri" ("https://toscanago.wordpress.com/";)))) "") (":1.51" 
"/org/gtk/vfs/mount/1" "Trash" "trash:" "" ". GThemedIcon user-trash user 
user-trash-symbolic user-symbolic" ". GThemedIcon user-trash-symbolic 
user-symbolic user-trash user" "" nil "" ("/" (("type" ("trash")))) ""))
12:09:22.960641 tramp-set-file-property (8) # / list-mounts ((:1.105922 
/org/gtk/vfs/mount/3  
http:uri=https%3A%2F%2Fwww.ilfattoquotidiano.it%2F2019%2F04%2F10%2Frivoluzione-nelluniverso-ecco-la-prima-foto-di-un-buco-nero-i-fisici-abbiamo-dato-forma-alle-equazioni-di-einstein,prefix=%2F2019%2F04%2F10%2Frivoluzione-nelluniverso-ecco-la-prima-foto-di-un-buco-nero-i-fisici-abbiamo-dato-forma-alle-equazioni-di-einstein
     nil (0) ((47 50 48 49 57 47 48 52 47 49 48 47 114 105 118 111 108 117 122 
105 111 110 101 45 110 101 108 108 117 110 105 118 101 114 115 111 45 101 99 99 
111 45 108 97 45 112 114 105 109 97 45 102 111 116 111 45 100 105 45 117 110 45 
98 117 99 111 45 110 101 114 111 45 105 45 102 105 115 105 99 105 45 97 98 98 
105 97 109 111 45 100 97 116 111 45 102 111 114 109 97 45 97 108 108 101 45 101 
113 117 97 122 105 111 110 105 45 100 105 45 101 105 110 115 116 101 105 110 0) 
((type ((104 116 116 112 0))) (uri ((104 116 116 112 115 58 47 47 119 119 119 
46 105 108 102 97 116 116 111 113 117 111 116 105 100 105 97 110 111 46 105 116 
47 50 48 49 57 47 48 52 47 49 48 47 114 105 118 111 108 117 122 105 111 110 101 
45 110 101 108 108 117 110 105 118 101 114 115 111 45 101 99 99 111 45 108 97 
45 112 114 105 109 97 45 102 111 116 111 45 100 105 45 117 110 45 98 117 99 111 
45 110 101 114 111 45 105 45 102 105 115 105 99 105 45 97 98 98 105 97 109 111 
45 100 97 116 111 45 102 111 114 109 97 45 97 108 108 101 45 101 113 117 97 122 
105 111 110 105 45 100 105 45 101 105 110 115 116 101 105 110 0))))) (0)) 
(:1.105922 /org/gtk/vfs/mount/2  
http:uri=https%3A%2F%2Fdocs.qgis.org%2F3.4%2FC%2Fdocs%2Fuser_manual%2Findex.html,prefix=%2F3.4%2FC%2Fdocs%2Fuser_manual%2Findex.html
     nil (0) ((47 51 46 52 47 67 47 100 111 99 115 47 117 115 101 114 95 109 97 
110 117 97 108 47 105 110 100 101 120 46 104 116 109 108 0) ((type ((104 116 
116 112 0))) (uri ((104 116 116 112 115 58 47 47 100 111 99 115 46 113 103 105 
115 46 111 114 103 47 51 46 52 47 67 47 100 111 99 115 47 117 115 101 114 95 
109 97 110 117 97 108 47 105 110 100 101 120 46 104 116 109 108 0))))) (0)) 
(:1.1811039 /org/gtk/vfs/mount/1 Network network:  . GThemedIcon 
network-workgroup network network-workgroup-symbolic network-symbolic . 
GThemedIcon network-workgroup-symbolic network-symbolic network-workgroup 
network  nil (0) ((47 0) ((type ((110 101 116 119 111 114 107 0))))) (0)) 
(:1.1811049 /org/gtk/vfs/mount/1 Dns-SD dns-sd:host=local  . GThemedIcon 
network-workgroup network network-workgroup-symbolic network-symbolic . 
GThemedIcon network-workgroup-symbolic network-symbolic network-workgroup 
network  nil (0) ((47 0) ((host ((108 111 99 97 108 0))) (type ((100 110 115 45 
115 100 0))))) (0)) (:1.1811042 /org/gtk/vfs/mount/1 Windows shares on WNLAB 
smb-server:server=x-gnome-default-workgroup  . GThemedIcon network-server 
network network-server-symbolic network-symbolic . GThemedIcon 
network-server-symbolic network-symbolic network-server network  nil (0) ((47 
0) ((server ((120 45 103 110 111 109 101 45 100 101 102 97 117 108 116 45 119 
111 114 107 103 114 111 117 112 0))) (type ((115 109 98 45 115 101 114 118 101 
114 0))))) (0)) (:1.105922 /org/gtk/vfs/mount/1  
http:uri=https%3A%2F%2Ftoscanago.wordpress.com%2F     nil (0) ((47 0) ((type 
((104 116 116 112 0))) (uri ((104 116 116 112 115 58 47 47 116 111 115 99 97 
110 97 103 111 46 119 111 114 100 112 114 101 115 115 46 99 111 109 47 0))))) 
(0)) (:1.51 /org/gtk/vfs/mount/1 Trash trash:  . GThemedIcon user-trash user 
user-trash-symbolic user-symbolic . GThemedIcon user-trash-symbolic 
user-symbolic user-trash user  nil (0) ((47 0) ((type ((116 114 97 115 104 
0))))) (0)))
12:09:22.961487 tramp-gvfs-maybe-open-connection (3) # Opening connection for 
146.48.54.140 using sftp...
12:09:22.961708 tramp-set-connection-property (7) # first-password-request 
12:09:22.966603 tramp-gvfs-maybe-open-connection (6) # 
dbus-call-method-asynchronously (:session org.gtk.vfs.Daemon 
/org/gtk/vfs/mounttracker org.gtk.vfs.MountTracker MountLocation ignore 
(:struct (:array :byte 47 :byte 0) (:array (:dict-entry type (:variant (:array 
:byte 115 :byte 102 :byte 116 :byte 112 :byte 0))) (:dict-entry host (:variant 
(:array :byte 49 :byte 52 :byte 54 :byte 46 :byte 52 :byte 56 :byte 46 :byte 53 
:byte 52 :byte 46 :byte 49 :byte 52 :byte 48 :byte 0))) (:dict-entry port 
(:variant (:array :byte 50 :byte 50 :byte 50 :byte 50 :byte 0))))) (:struct 
:string :1.3481207 :object-path 
/org/gnu/Emacs/Tramp/_2fsftp_3a146_2e48_2e54_2e140_232222_3a))
12:09:22.966841 tramp-gvfs-maybe-open-connection (6) # (:serial :session 405)
12:09:22.966946 tramp-get-connection-property (7) # connection-timeout undef
12:09:22.967065 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:23.067620 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:23.168117 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:23.268746 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:23.369272 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:23.469944 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:23.570760 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:23.671503 tramp-get-file-property (8) # / fuse-mountpoint nil
12:09:23.768176 tramp-gvfs-maybe-open-connection (3) # Opening connection for 
146.48.54.140 using sftp...failed
12:09:23.768667 tramp-file-name-handler (1) # Interrupt received in operation 
(file-attributes /sftp:146.48.54.140#2222:/storage/emulated/0)
12:09:27.478677 tramp-gvfs-handler-askpassword (6) # "Enter passphrase for 
secure key for 146.48.54.140" "" "" 9
12:09:27.479142 tramp-get-connection-property (7) # first-password-request 
12:09:27.479424 tramp-get-connection-property (7) # process-name nil
12:09:27.479863 tramp-get-connection-property (7) # first-password-request 
12:09:29.672792 tramp-gvfs-dbus-event-error (1) # File error: Password dialog 
cancelled
_______________________________________________
Tramp-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/tramp-devel

Reply via email to