Reproduce steps
1) Open file in boot sector with su using tramp (in my case it was
/boot/EFI/refind/refind.conf)
a) C-x C-f /su::localhost
b) Enter password
c) /boot/EFI/refind/refind.conf
2) Edit opened file
3) Save file (by C-x C-s)
Expected result
1) File saved
Actual result
1) File didn't save
2) Error message :"tramp-file-name-handler: Copying directly failed, see
buffer ‘*tramp/su root@localhost*’ for details."
3) Buffer *tramp/su root@localhost* is empty
Details:
1) All works fine while editing files under tramp su which located on
root sector (for example /etc/hosts)
2) All works fine while editing file /boot/EFI/refind/refind.conf by
emacs, which started under root.
Emacs : GNU Emacs 26.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.22.30)
of 2018-07-05
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)
("\\`/:" . file-name-non-special))
password-cache t
password-cache-expiry 16
remote-file-name-inhibit-cache 10
shell-prompt-pattern "^[^#$%>\n]*[#$%>] *"
tramp-actions-before-shell '((tramp-login-prompt-regexp tramp-action-login)
(tramp-password-prompt-regexp
tramp-action-password)
(tramp-wrong-passwd-regexp
tramp-action-permission-denied)
(shell-prompt-pattern tramp-action-succeed)
(tramp-shell-prompt-pattern tramp-action-succeed)
(tramp-yesno-prompt-regexp tramp-action-yesno)
(tramp-yn-prompt-regexp tramp-action-yn)
(tramp-terminal-prompt-regexp
tramp-action-terminal)
(tramp-process-alive-regexp
tramp-action-process-alive))
tramp-actions-copy-out-of-band '((tramp-password-prompt-regexp
tramp-action-password)
(tramp-wrong-passwd-regexp
tramp-action-permission-denied)
(tramp-copy-failed-regexp
tramp-action-permission-denied)
(tramp-process-alive-regexp
tramp-action-out-of-band))
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 nil
tramp-autoload-file-name-regexp "\\`/[^/|:]+:"
tramp-awk-coding-test "test -c /dev/zero && od -v -t x1 -A n </dev/null &&
busybox awk '{}' </dev/null"
tramp-awk-decode "busybox awk '\\\nBEGIN {\n b64 =
\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/\"\n}\n{\n
for (i=1; i<=length($0); i++) {\n c=index(b64, substr($0,i,1))\n if(c--)
{\n for(b=0; b<6; b++) {\n o=o*2+int(c/32); c=(c*2)%%64\n
if(++obc==8) {\n if (o) {\n printf \"%%c\", o\n }
else {\n system(\"dd if=/dev/zero bs=1 count=1 2>/dev/null\")\n
}\n obc=0; o=0\n }\n }\n }\n }\n}'"
tramp-awk-encode "od -v -t x1 -A n | busybox awk '\\\nBEGIN {\n b64 =
\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/\"\n b16 =
\"0123456789abcdef\"\n}\n{\n for (c=1; c<=length($0); c++) {\n d=index(b16,
substr($0,c,1))\n if (d--) {\n for (b=1; b<=4; b++) {\n
o=o*2+int(d/8); d=(d*2)%%16\n if (++obc==6) {\n printf
substr(b64,o+1,1)\n if (++rc>75) { printf \"\\n\"; rc=0 }\n
obc=0; o=0\n }\n }\n }\n }\n}\nEND {\n if (obc) {\n
tail=(obc==2) ? \"==\\n\" : \"=\\n\"\n while (obc++<6) { o=o*2 }\n printf
\"%%c\", substr(b64,o+1,1)\n } else {\n tail=\"\\n\"\n }\n printf
tail\n}'"
tramp-backup-directory-alist nil
tramp-bluez-discover-devices-timeout 60
tramp-bug-report-address "[email protected]"
tramp-cache-data '(((tramp-file-name "sudo" "root" nil "localhost" nil nil nil)
("uname" "Linux 4.18.5-arch1-1-ARCH") ("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") ("~root" "/root")
("perl-file-spec" t)
("perl-cwd-realpath" t) ("perl" "\\perl") ("file-exists"
"test -e")
("case-insensitive" nil) ("stat" "env QUOTING_STYLE=locale
\\stat")
("id" "/bin/id") ("gid-string" "root") ("readlink"
"\\readlink")
("gid-integer" 0) ("uid-integer" 0) ("tmpdir"
"/sudo:root@localhost:/tmp")
("touch-t" t) ("touch" "\\touch"))
((tramp-file-name "su" "root" nil "localhost" nil nil nil)
("process-buffer" nil) ("first-password-request" nil)
("uname" "Linux 4.18.5-arch1-1-ARCH") ("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") ("id" "/bin/id") ("gid-integer"
0)
("file-exists" "test -e") ("stat" "env
QUOTING_STYLE=locale \\stat")
("gid-string" "root") ("perl-file-spec" t)
("perl-cwd-realpath" t)
("perl" "\\perl") ("readlink" "\\readlink") ("uid-integer"
0)
("tmpdir" "/su:root@localhost:/tmp") ("touch-t" t)
("touch" "\\touch"))
(nil
("parse-passwd"
(nil nil nil nil nil nil nil nil nil nil nil nil nil nil
nil nil nil nil nil
nil nil nil nil nil nil nil nil)
)
("locale" "en_US.utf8"))
("#<process *tramp/su root@localhost*>"
("vector"
(tramp-file-name "su" #("root" 0 4 (tramp-default t)) nil
"localhost" nil
"/root/" nil)
)
("temp-file" "/tmp/tramp.V5BdR5")
("last-cmd-time" (23462 17626 547735 400000))
("remote-shell" "/bin/sh")
("chunksize" 0) ("remote-tty" "/dev/pts/1") ("connected" t)
("scripts"
("tramp_vc_registered_read_file_names"
"tramp_perl_file_name_all_completions")
)
("device" (-1 . 1)) ("acl-p" t) ("selinux-p" nil)
("local-encoding" base64-encode-region)
("local-decoding" base64-decode-region) ("remote-encoding"
"base64")
("remote-decoding" "base64 -d -i") ("inline-compress"
"gzip")
("inline-decompress" "gzip -d"))
((tramp-file-name "su" "root" nil "localhost" nil
"/boot/EFI/refind/refind.conf" nil)
("file-attributes-integer"
((23462 24150 21089 678000) nil 1 0 0 (23461 24962)
(23461 24962)
(23462 24142) 28003 "-rwxr-xr-x" nil 48 (-1 . 3))
)
("file-truename"
((23462 24150 21304 154000) .
"/boot/EFI/refind/refind.conf"))
("file-exists-p" ((23462 24150 22306 413000) . t)))
((tramp-file-name "su" "root" nil "localhost" nil "/tmp"
nil)
("file-exists-p" ((23462 24139 601554 11000) . t))
("file-attributes-string"
((23462 24139 605907 255000) t 13 "root" "root" (23461
55352) (23462 24139)
(23462 24139) 320 "drwxrwxrwt" nil 19660 (-1 . 3))
)
("file-writable-p" ((23462 24139 605922 406000) . t)))
((tramp-file-name "su" "root" nil "localhost" nil
"/tmp/tramp.a7nx5C.conf" nil)
("file-attributes-string"
((23462 24139 628389 266000) nil 1 "robbie" "adm" (23462
24139)
(23462 24139) (23462 24139) 27993 "-rw-r--r--" t 464952
(-1 . 3))
)
("file-readable-p" ((23462 24139 628406 227000) . t))
("file-attributes-integer"
((23462 24139 635492 504000) nil 1 1000 4 (23462 24139)
(23462 24139)
(23462 24139) 27993 "-rw-r--r--" t 464952 (-1 . 3))
)
("file-truename" ((23462 24139 637888 17000) .
"/tmp/tramp.a7nx5C.conf"))
("file-exists-p" ((23462 24139 638205 870000) . t)))
("#<process *tramp/su root@localhost*>"
("vector"
(tramp-file-name "su" #("root" 0 4 (tramp-default t)) nil
"localhost" nil ""
nil)
)
("temp-file" "/tmp/tramp.I2HtZw")
("last-cmd-time" (23462 24130 381744 34000))
("remote-shell" "/bin/sh")
("chunksize" 0) ("remote-tty" "/dev/pts/1") ("connected" t)
("scripts"
("tramp_vc_registered_read_file_names"
"tramp_perl_file_name_all_completions")
)
("device" (-1 . 2)) ("acl-p" t) ("selinux-p" nil)
("local-encoding" base64-encode-region)
("local-decoding" base64-decode-region) ("remote-encoding"
"base64")
("remote-decoding" "base64 -d -i") ("inline-compress"
"gzip")
("inline-decompress" "gzip -d"))
("#<process *tramp/su root@localhost*>" nil)
((tramp-file-name "su" "root" nil "localhost" nil
"/opt/local/bin" nil)
("file-directory-p" ((23462 24139 453745 36000))))
((tramp-file-name "su" "root" nil "localhost" nil
"/opt/sbin" nil)
("file-directory-p" ((23462 24139 453051 86000))))
((tramp-file-name "su" "root" nil "localhost" nil
"/opt/bin" nil)
("file-directory-p" ((23462 24139 452419 529000))))
((tramp-file-name "su" "root" nil "localhost" nil
"/usr/contrib/bin" nil)
("file-directory-p" ((23462 24139 451786 577000))))
((tramp-file-name "su" "root" nil "localhost" nil
"/usr/pkg/bin" nil)
("file-directory-p" ((23462 24139 451037 594000))))
((tramp-file-name "su" "root" nil "localhost" nil
"/usr/freeware/bin" nil)
("file-directory-p" ((23462 24139 450450 247000))))
((tramp-file-name "su" "root" nil "localhost" nil
"/local/gnu/bin" nil)
("file-directory-p" ((23462 24139 449818 952000))))
((tramp-file-name "su" "root" nil "localhost" nil
"/local/freeware/bin" nil)
("file-directory-p" ((23462 24139 449276 254000))))
((tramp-file-name "su" "root" nil "localhost" nil
"/local/bin" nil)
("file-directory-p" ((23462 24139 448728 752000))))
((tramp-file-name "su" "root" nil "localhost" nil
"/usr/local/sbin" nil)
("file-directory-p" ((23462 24139 448139 782000) . t)))
((tramp-file-name "su" "root" nil "localhost" nil
"/usr/local/bin" nil)
("file-directory-p" ((23462 24139 447533 316000) . t)))
((tramp-file-name "su" "root" nil "localhost" nil
"/usr/sbin" nil)
("file-directory-p" ((23462 24139 446914 852000) . t)))
((tramp-file-name "su" "root" nil "localhost" nil "/sbin"
nil)
("file-directory-p" ((23462 24139 446251 858000) . t)))
((tramp-file-name "su" "root" nil "localhost" nil
"/usr/bin" nil)
("file-directory-p" ((23462 24139 445605 885000) . t)))
((tramp-file-name "su" "root" nil "localhost" nil "/bin"
nil)
("file-directory-p" ((23462 24139 444967 437000) . t)))
("#<process *tramp/su root@localhost*>"
("vector"
(tramp-file-name "su" #("root" 0 4 (tramp-default t)) nil
"localhost" nil
"/boot/EFI/refind/refind.conf" nil)
)
("temp-file" "/tmp/tramp.y8yqhQ") ("last-cmd-time" (23462
24150 4291 402000))
("remote-shell" "/bin/sh") ("chunksize" 0) ("remote-tty"
"/dev/pts/1")
("connected" t) ("device" (-1 . 3))
("scripts" ("tramp_perl_file_name_all_completions"))
("acl-p" t)
("selinux-p" nil) ("local-encoding" base64-encode-region)
("local-decoding" base64-decode-region) ("remote-encoding"
"base64")
("remote-decoding" "base64 -d -i") ("inline-compress"
"gzip")
("inline-decompress" "gzip -d"))
)
tramp-cache-data-changed t
tramp-cache-get-count-file-acl 1
tramp-cache-get-count-file-attributes-integer 1
tramp-cache-get-count-file-attributes-string 1
tramp-cache-get-count-file-directory-p 1
tramp-cache-get-count-file-exists-p 1
tramp-cache-get-count-file-name-all-completions 1
tramp-cache-get-count-file-ownership-preserved-p 1
tramp-cache-get-count-file-readable-p 1
tramp-cache-get-count-file-selinux-context 1
tramp-cache-get-count-file-truename 1
tramp-cache-get-count-file-writable-p 1
tramp-cache-read-persistent-data ""
tramp-cache-set-count-file-acl 1
tramp-cache-set-count-file-attributes-integer 1
tramp-cache-set-count-file-attributes-string 1
tramp-cache-set-count-file-directory-p 1
tramp-cache-set-count-file-exists-p 1
tramp-cache-set-count-file-name-all-completions 1
tramp-cache-set-count-file-ownership-preserved-p 1
tramp-cache-set-count-file-readable-p 1
tramp-cache-set-count-file-selinux-context 1
tramp-cache-set-count-file-truename 1
tramp-cache-set-count-file-writable-p 1
tramp-cache-unload-hook '(#[0 "\301\300!\207"
[tramp-cache-set-count-file-readable-p makunbound]
2]
#[0 "\301\300!\207"
[tramp-cache-get-count-file-readable-p makunbound]
2]
#[0 "\301\300!\207"
[tramp-cache-set-count-file-directory-p makunbound]
2]
#[0 "\301\300!\207"
[tramp-cache-get-count-file-directory-p makunbound]
2]
#[0 "\301\300!\207"
[tramp-cache-set-count-file-ownership-preserved-p
makunbound] 2]
#[0 "\301\300!\207"
[tramp-cache-get-count-file-ownership-preserved-p
makunbound] 2]
#[0 "\301\300!\207"
[tramp-cache-set-count-file-selinux-context
makunbound] 2]
#[0 "\301\300!\207"
[tramp-cache-get-count-file-selinux-context
makunbound] 2]
#[0 "\301\300!\207" [tramp-cache-set-count-file-acl
makunbound] 2]
#[0 "\301\300!\207" [tramp-cache-get-count-file-acl
makunbound] 2]
#[0 "\301\300!\207"
[tramp-cache-set-count-file-truename makunbound] 2]
#[0 "\301\300!\207"
[tramp-cache-get-count-file-truename makunbound] 2]
#[0 "\301\300!\207"
[tramp-cache-set-count-file-name-all-completions
makunbound] 2]
#[0 "\301\300!\207"
[tramp-cache-get-count-file-name-all-completions
makunbound] 2]
#[0 "\301\300!\207"
[tramp-cache-set-count-file-writable-p makunbound]
2]
#[0 "\301\300!\207"
[tramp-cache-set-count-file-attributes-string
makunbound] 2]
#[0 "\301\300!\207"
[tramp-cache-get-count-file-writable-p makunbound]
2]
#[0 "\301\300!\207"
[tramp-cache-get-count-file-attributes-string
makunbound] 2]
#[0 "\301\300!\207"
[tramp-cache-set-count-file-exists-p makunbound] 2]
#[0 "\301\300!\207"
[tramp-cache-get-count-file-exists-p makunbound] 2]
#[0 "\301\300!\207"
[tramp-cache-set-count-file-attributes-integer
makunbound] 2]
#[0 "\301\300!\207"
[tramp-cache-get-count-file-attributes-integer
makunbound] 2]
#[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 '(("fcp" (tramp-parse-shosts
"~/.ssh/known_hosts"))
("psftp" (tramp-parse-shosts
"~/.ssh/known_hosts"))
("pscp" (tramp-parse-shosts
"~/.ssh/known_hosts"))
("plink" (tramp-parse-shosts
"~/.ssh/known_hosts"))
("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-shosts
"~/.ssh/known_hosts"))
("ssh" (tramp-parse-shosts
"~/.ssh/known_hosts"))
("rsync" (tramp-parse-shosts
"~/.ssh/known_hosts"))
("scpx" (tramp-parse-shosts
"~/.ssh/known_hosts"))
("scp" (tramp-parse-shosts
"~/.ssh/known_hosts"))
("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-rhosts "~/.shosts")
(tramp-parse-shosts
"~/.ssh/known_hosts"))
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 '((tramp-file-name "su" #("root" 0 4 (tramp-default
t)) nil "localhost"
nil "/boot/EFI/refind/refind.conf" nil)
23462 24142 184370 412000)
tramp-current-domain nil
tramp-current-host "localhost"
tramp-current-method "su"
tramp-current-port nil
tramp-current-user #("root" 0 4 (tramp-default t))
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 "localhost"
tramp-default-host-alist '(("adb" nil ""))
tramp-default-method "scp"
tramp-default-method-alist
'(("\\`\\(127\\.0\\.0\\.1\\|::1\\|localhost6?\\)\\'" "\\`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 "robbie")
("\\`\\(?: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 3
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-end-of-heredoc "300cee1d52d4a6e4a3af2a5adfed96e8"
tramp-end-of-output "///1a55e6f4fdda667545d90c960c19b7c4#$"
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-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-methods '("afp" "dav" "davs" "gdrive" "obex" "sftp" "synce")
tramp-gvfs-zeroconf-domain "local"
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-commands '(("gzip" "gzip -d") ("bzip2" "bzip2 -d") ("xz"
"xz -d")
("compress" "compress -d"))
tramp-inline-compress-start-size 4096
tramp-inodes 0
tramp-ipv6-regexp "\\(?:\\(?:[a-zA-Z0-9]+\\)?:\\)+[a-zA-Z0-9.]+"
tramp-local-coding-commands '((b64 base64-encode-region base64-decode-region)
(uu tramp-uuencode-region uudecode-decode-region)
(pack
"perl -e 'binmode STDIN; binmode STDOUT; print
pack(q{u*}, join q{}, <>)'" "perl -e 'binmode STDIN; binmode STDOUT; print
unpack(q{u*}, join q{}, <>)'")
)
tramp-local-end-of-line "\n"
tramp-local-host-regexp "\\`\\(127\\.0\\.0\\.1\\|::1\\|localhost6?\\)\\'"
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)))
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-perl-decode "%s -e '\n# This script contributed by Juanma Barranquero
<[email protected]>.\n# Copyright (C) 2002-2018 Free Software Foundation,
Inc.\nuse strict;\n\nmy %%trans = do {\n my $i = 0;\n map {($_,
substr(unpack(q(B8), chr $i++), 2, 6))}\n split //,
q(ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/)\n};\n\nmy
%%bytes = map {(unpack(q(B8), chr $_), chr $_)} 0 ..
255;\n\nbinmode(\\*STDOUT);\n\n# We are going to accumulate into $pending to
accept any line length\n# (we do not check they are <= 76 chars as the RFC
says)\nmy $pending = q();\n\nwhile (my $data = <STDIN>) {\n chomp $data;\n\n
# If we find one or two =, we have reached the end and\n # any following
data is to be discarded\n my $finished = $data =~ s/(==?).*/$1/;\n
$pending .= $data;\n\n my $len = length($pending);\n my $chunk =
substr($pending, 0, $len & ~3);\n $pending = substr($pending, $len & ~3 +
1);\n\n # Easy method: translate from chars to (pregenerated) six-bit
packets, join,\n # split in 8-bit chunks and convert back to char.\n
print join q(),\n map $bytes{$_},\n ((join q(), map {$trans{$_} ||
q()} split //, $chunk) =~ /......../g);\n\n last if $finished;\n}'
2>/dev/null"
tramp-perl-decode-with-module "%s -MMIME::Base64 -0777 -ne 'print
decode_base64($_)' 2>/dev/null"
tramp-perl-directory-files-and-attributes "%s -e '\nchdir($ARGV[0]) or
printf(\"\\\"Cannot change to $ARGV[0]: $''!''\\\"\\n\"),
exit();\nopendir(DIR,\".\") or printf(\"\\\"Cannot open directory $ARGV[0]:
$''!''\\\"\\n\"), exit();\n@list = readdir(DIR);\nclosedir(DIR);\n$n =
scalar(@list);\nprintf(\"(\\n\");\nfor($i = 0; $i < $n; $i++)\n{\n $filename
= $list[$i];\n @stat = lstat($filename);\n if (($stat[2] & 0170000) ==
0120000)\n {\n $type = readlink($filename);\n $type =~
s/\"/\\\\\"/g;\n $type = \"\\\"$type\\\"\";\n }\n elsif (($stat[2]
& 0170000) == 040000)\n {\n $type = \"t\";\n }\n else\n {\n
$type = \"nil\"\n };\n $uid = ($ARGV[1] eq \"integer\") ? $stat[4]
: \"\\\"\" . getpwuid($stat[4]) . \"\\\"\";\n $gid = ($ARGV[1] eq
\"integer\") ? $stat[5] : \"\\\"\" . getgrgid($stat[5]) . \"\\\"\";\n
$filename =~ s/\"/\\\\\"/g;\n printf(\n \"(\\\"%%s\\\" %%s %%u %%s
%%s (%%u %%u) (%%u %%u) (%%u %%u) %%u.0 %%u t (%%u . %%u) (%%u . %%u))\\n\",\n
$filename,\n $type,\n $stat[3],\n $uid,\n
$gid,\n $stat[8] >> 16 & 0xffff,\n $stat[8] & 0xffff,\n
$stat[9] >> 16 & 0xffff,\n $stat[9] & 0xffff,\n $stat[10] >> 16 &
0xffff,\n $stat[10] & 0xffff,\n $stat[7],\n $stat[2],\n
$stat[1] >> 16 & 0xffff,\n $stat[1] & 0xffff,\n $stat[0] >>
16 & 0xffff,\n $stat[0] & 0xffff);\n}\nprintf(\")\\n\");' \"$1\" \"$2\"
2>/dev/null"
tramp-perl-encode "%s -e '\n# This script contributed by Juanma Barranquero
<[email protected]>.\n# Copyright (C) 2002-2018 Free Software Foundation,
Inc.\nuse strict;\n\nmy %%trans = do {\n my $i = 0;\n map
{(substr(unpack(q(B8), chr $i++), 2, 6), $_)}\n split //,
q(ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/);\n};\nmy
$data;\n\n# We read in chunks of 54 bytes, to generate output lines\n# of 72
chars (plus end of line)\nwhile (read STDIN, $data, 54) {\n my $pad =
q();\n\n # Only for the last chunk, and only if did not fill the last
three-byte packet\n if (eof) {\n my $mod = length($data) %% 3;\n
$pad = q(=) x (3 - $mod) if $mod;\n }\n\n # Not the fastest method, but
it is simple: unpack to binary string, split\n # by groups of 6 bits and
convert back from binary to byte; then map into\n # the translation table\n
print\n join q(),\n map($trans{$_},\n
(substr(unpack(q(B*), $data) . q(00000), 0, 432) =~ /....../g)),\n
$pad,\n qq(\\n);\n}' 2>/dev/null"
tramp-perl-encode-with-module "%s -MMIME::Base64 -0777 -ne 'print
encode_base64($_)' 2>/dev/null"
tramp-perl-file-attributes "%s -e '\n@stat = lstat($ARGV[0]);\nif (!@stat) {\n
print \"nil\\n\";\n exit 0;\n}\nif (($stat[2] & 0170000) == 0120000)\n{\n
$type = readlink($ARGV[0]);\n $type =~ s/\"/\\\\\"/g;\n $type =
\"\\\"$type\\\"\";\n}\nelsif (($stat[2] & 0170000) == 040000)\n{\n $type =
\"t\";\n}\nelse\n{\n $type = \"nil\"\n};\n$uid = ($ARGV[1] eq \"integer\") ?
$stat[4] : \"\\\"\" . getpwuid($stat[4]) . \"\\\"\";\n$gid = ($ARGV[1] eq
\"integer\") ? $stat[5] : \"\\\"\" . getgrgid($stat[5]) . \"\\\"\";\nprintf(\n
\"(%%s %%u %%s %%s (%%u %%u) (%%u %%u) (%%u %%u) %%u.0 %%u t (%%u . %%u)
-1)\\n\",\n $type,\n $stat[3],\n $uid,\n $gid,\n $stat[8] >> 16
& 0xffff,\n $stat[8] & 0xffff,\n $stat[9] >> 16 & 0xffff,\n $stat[9] &
0xffff,\n $stat[10] >> 16 & 0xffff,\n $stat[10] & 0xffff,\n
$stat[7],\n $stat[2],\n $stat[1] >> 16 & 0xffff,\n $stat[1] &
0xffff\n);' \"$1\" \"$2\" 2>/dev/null"
tramp-perl-file-name-all-completions "%s -e '\nopendir(d, $ARGV[0]) ||
die(\"$ARGV[0]: $!\\nfail\\n\");\n@files = readdir(d); closedir(d);\nforeach $f
(@files) {\n if (-d \"$ARGV[0]/$f\") {\n print \"$f/\\n\";\n }\n else {\n
print \"$f\\n\";\n }\n}\nprint \"ok\\n\"\n' \"$1\" 2>/dev/null"
tramp-perl-file-truename "%s -e '\nuse File::Spec;\nuse Cwd
\"realpath\";\n\nsub myrealpath {\n my ($file) = @_;\n return
realpath($file) if (-e $file || -l $file);\n}\n\nsub recursive {\n my
($volume, @dirs) = @_;\n my $real = myrealpath(File::Spec->catpath(\n
$volume, File::Spec->catdir(@dirs), \"\"));\n if ($real) {\n
my ($vol, $dir) = File::Spec->splitpath($real, 1);\n return ($vol,
File::Spec->splitdir($dir));\n }\n else {\n my $last =
pop(@dirs);\n ($volume, @dirs) = recursive($volume, @dirs);\n
push(@dirs, $last);\n return ($volume, @dirs);\n }\n}\n\n$result =
myrealpath($ARGV[0]);\nif (!$result) {\n my ($vol, $dir) =
File::Spec->splitpath($ARGV[0], 1);\n ($vol, @dirs) = recursive($vol,
File::Spec->splitdir($dir));\n\n $result = File::Spec->catpath($vol,
File::Spec->catdir(@dirs), \"\");\n}\n\n$result =~ s/\"/\\\\\"/g;\nprint
\"\\\"$result\\\"\\n\";\n' \"$1\" 2>/dev/null"
tramp-perl-pack "%s -e 'binmode STDIN; binmode STDOUT; print pack(q{u*}, join
q{}, <>)'"
tramp-perl-unpack "%s -e 'binmode STDIN; binmode STDOUT; print unpack(q{u*},
join q{}, <>)'"
tramp-persistency-file-name "/home/robbie/.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-coding-commands '((b64 "base64" "base64 -d -i") (b64 "base64"
"base64 -d")
(b64 "openssl enc -base64" "openssl enc -d
-base64")
(b64 "mimencode -b" "mimencode -u -b")
(b64 "mmencode -b" "mmencode -u -b")
(b64 "recode data..base64" "recode
base64..data")
(b64 tramp-perl-encode-with-module
tramp-perl-decode-with-module)
(b64 tramp-perl-encode tramp-perl-decode)
(b64 tramp-awk-encode tramp-awk-decode
"test -c /dev/zero && od -v -t x1 -A n
</dev/null && busybox awk '{}' </dev/null")
(uu "uuencode xxx" "uudecode -o /dev/stdout"
"test -c /dev/stdout")
(uu "uuencode xxx" "uudecode -o -")
(uu "uuencode xxx" "uudecode -p")
(uu "uuencode xxx" tramp-uudecode)
(pack tramp-perl-pack tramp-perl-unpack))
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-ssh-controlmaster-options nil
tramp-stat-marker "/////"
tramp-stat-quoted-marker "\\/\\/\\/\\/\\/"
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-sh force] 3]
#[0 "\300\301\302\"\207" [unload-feature tramp-cache
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-uudecode "(echo begin 600 %t; tail -n +2) | uudecode\ncat %t\nrm -f %t"
tramp-vc-registered-file-names nil
tramp-vc-registered-read-file-names "echo \"(\"\nwhile read file; do\n if
%s \"$file\"; then\n echo \"(\\\"$file\\\" \\\"file-exists-p\\\" t)\"\n
else\n echo \"(\\\"$file\\\" \\\"file-exists-p\\\" nil)\"\n fi\n if %s
\"$file\"; then\n echo \"(\\\"$file\\\" \\\"file-readable-p\\\" t)\"\n
else\n echo \"(\\\"$file\\\" \\\"file-readable-p\\\" nil)\"\n
fi\ndone\necho \")\""
tramp-verbose 6
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/su root@localhost*
(setq-local
connection-local-variables-alist nil
default-directory #("/su:root@localhost:/" 4 8 (tramp-default t))
)
load-path shadows:
==================
;; Emacs: 26.1 Tramp: 2.3.3.26.1 -*- mode: outline; -*-
18:22:42.381079 tramp-do-file-attributes-with-stat (5) # file attributes with
stat: /boot/EFI/refind/refind.conf
18:22:42.381603 tramp-send-command (6) # echo are you awake
18:22:42.402449 tramp-maybe-open-connection (3) # Opening connection for
root@localhost using su...
18:22:42.404211 tramp-maybe-open-connection (6) # /bin/sh -i
18:22:42.408666 tramp-wait-for-regexp (6) #
#$
18:22:42.409199 tramp-maybe-open-connection (3) # Sending command ‘exec su -
root’
18:22:42.409328 tramp-send-command (6) # exec su - root
18:22:42.409648 tramp-process-actions (3) # Waiting for prompts from remote
shell...
18:22:42.414026 tramp-process-one-action (5) # Looking for regexp
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
18:22:42.414219 tramp-process-one-action (5) # Looking for regexp
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot
de passe\|ật khẩu\)\|pa\(?:rola\|s\(?:ahitza\|s\(?:
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة
السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ
ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*: ?
*\)\'" from remote shell
18:22:42.414360 tramp-process-one-action (5) # Call ‘tramp-action-password’
18:22:42.414743 tramp-action-password (3) # Sending Password
18:22:51.390458 tramp-process-one-action (5) # Looking for regexp
"\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported
authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try
again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal
[0-9]+\).*\)\'" from remote shell
18:22:51.391316 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
18:22:51.391875 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|
\)[^]#$%>
]*#?[]#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
18:22:51.392376 tramp-process-one-action (5) # Looking for regexp "\(\(Are you
sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
18:22:51.392970 tramp-process-one-action (5) # Looking for regexp
"\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels
connectio\)n)\)\s-*\)\'" from remote shell
18:22:51.393752 tramp-process-one-action (5) # Looking for regexp "\(\(TERM =
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
18:22:51.394322 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from
remote shell
18:22:51.394925 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:22:51.395957 tramp-process-one-action (5) # Looking for regexp
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
18:22:51.396859 tramp-process-one-action (5) # Looking for regexp
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot
de passe\|ật khẩu\)\|pa\(?:rola\|s\(?:ahitza\|s\(?:
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة
السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ
ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*: ?
*\)\'" from remote shell
18:22:51.397578 tramp-process-one-action (5) # Looking for regexp
"\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported
authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try
again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal
[0-9]+\).*\)\'" from remote shell
18:22:51.398069 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
18:22:51.398482 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|
\)[^]#$%>
]*#?[]#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
18:22:51.398941 tramp-process-one-action (5) # Looking for regexp "\(\(Are you
sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
18:22:51.399376 tramp-process-one-action (5) # Looking for regexp
"\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels
connectio\)n)\)\s-*\)\'" from remote shell
18:22:51.399802 tramp-process-one-action (5) # Looking for regexp "\(\(TERM =
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
18:22:51.400285 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from
remote shell
18:22:51.400707 tramp-process-one-action (5) # Call ‘tramp-action-process-alive’
18:22:51.427339 tramp-process-one-action (5) # Looking for regexp
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
18:22:51.427469 tramp-process-one-action (5) # Looking for regexp
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot
de passe\|ật khẩu\)\|pa\(?:rola\|s\(?:ahitza\|s\(?:
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة
السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ
ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*: ?
*\)\'" from remote shell
18:22:51.427570 tramp-process-one-action (5) # Looking for regexp
"\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported
authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try
again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal
[0-9]+\).*\)\'" from remote shell
18:22:51.427648 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
18:22:51.427712 tramp-process-one-action (5) # Call ‘tramp-action-succeed’
18:22:51.427780 tramp-process-actions (6) #
Password:
[root@localhost ~]#
18:22:51.427963 tramp-process-actions (3) # Waiting for prompts from remote
shell...done
18:22:51.428118 tramp-maybe-open-connection (3) # Found remote shell prompt on
‘localhost’
18:22:51.428231 tramp-open-shell (5) # Opening remote shell ‘/bin/sh’...
18:22:51.428354 tramp-send-command (6) # exec env TERM='dumb'
INSIDE_EMACS='26.1,tramp:2.3.3.26.1' ENV='' HISTFILE=~/.tramp_history
PROMPT_COMMAND='' PS1=\#\$\ PS2='' PS3='' /bin/sh
18:22:51.434194 tramp-wait-for-regexp (6) #
#$
18:22:51.434374 tramp-send-command (6) # (cd ~/) 2>/dev/null; echo
tramp_exit_status $?
18:22:51.435326 tramp-wait-for-regexp (6) #
tramp_exit_status 0
#$
18:22:51.435430 tramp-open-shell (5) # Opening remote shell ‘/bin/sh’...done
18:22:51.435482 tramp-open-connection-setup-interactive-shell (5) # Setting up
remote shell environment
18:22:51.435532 tramp-send-command (6) # stty -inlcr -onlcr -echo kill '^U'
erase '^H'
18:22:51.437796 tramp-wait-for-regexp (6) #
#$
18:22:51.437882 tramp-send-command (6) # echo foo
18:22:51.438181 tramp-wait-for-regexp (6) #
foo
#$
18:22:51.438255 tramp-open-connection-setup-interactive-shell (5) # Setting
shell prompt
18:22:51.438337 tramp-send-command (6) #
PS1=///1a55e6f4fdda667545d90c960c19b7c4\#\$ PS2='' PS3='' PROMPT_COMMAND=''
18:22:51.438504 tramp-wait-for-regexp (6) #
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.438583 tramp-open-connection-setup-interactive-shell (5) # Checking
system information
18:22:51.438658 tramp-send-command (6) # echo \"`uname -sr`\" 2>/dev/null; echo
tramp_exit_status $?
18:22:51.439666 tramp-wait-for-regexp (6) #
"Linux 4.18.5-arch1-1-ARCH"
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.439784 tramp-open-connection-setup-interactive-shell (5) # Determining
coding system
18:22:51.440064 tramp-send-command (6) # locale -a
18:22:51.441053 tramp-wait-for-regexp (6) #
C
en_GB.utf8
en_US.utf8
POSIX
ru_RU.utf8
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.441165 tramp-send-command (6) # echo foo ; echo bar
18:22:51.441434 tramp-wait-for-regexp (6) #
foo
bar
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.441531 tramp-open-connection-setup-interactive-shell (5) # Setting
coding system to ‘utf-8’ and ‘utf-8-unix’
18:22:51.441593 tramp-send-command (6) # set +o vi +o emacs
18:22:51.441903 tramp-wait-for-regexp (6) #
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.441992 tramp-open-connection-setup-interactive-shell (5) # Checking
remote host type for ‘send-process-string’ bug
18:22:51.442044 tramp-set-remote-path (5) # Setting $PATH environment variable
18:22:51.442118 tramp-send-command (6) # echo \"`getconf PATH 2>/dev/null`\"
2>/dev/null; echo tramp_exit_status $?
18:22:51.443606 tramp-wait-for-regexp (6) #
"/bin:/usr/bin"
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.444027 tramp-get-test-command (5) # Finding a suitable ‘test’ command
18:22:51.444113 tramp-send-command (6) # test 0 2>/dev/null; echo
tramp_exit_status $?
18:22:51.444358 tramp-wait-for-regexp (6) #
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.444617 tramp-send-command (6) # test -d /bin 2>/dev/null; echo
tramp_exit_status $?
18:22:51.444873 tramp-wait-for-regexp (6) #
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.445287 tramp-send-command (6) # test -d /usr/bin 2>/dev/null; echo
tramp_exit_status $?
18:22:51.445506 tramp-wait-for-regexp (6) #
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.445933 tramp-send-command (6) # test -d /sbin 2>/dev/null; echo
tramp_exit_status $?
18:22:51.446152 tramp-wait-for-regexp (6) #
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.446581 tramp-send-command (6) # test -d /usr/sbin 2>/dev/null; echo
tramp_exit_status $?
18:22:51.446824 tramp-wait-for-regexp (6) #
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.447220 tramp-send-command (6) # test -d /usr/local/bin 2>/dev/null;
echo tramp_exit_status $?
18:22:51.447434 tramp-wait-for-regexp (6) #
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.447849 tramp-send-command (6) # test -d /usr/local/sbin 2>/dev/null;
echo tramp_exit_status $?
18:22:51.448021 tramp-wait-for-regexp (6) #
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.448459 tramp-send-command (6) # test -d /local/bin 2>/dev/null; echo
tramp_exit_status $?
18:22:51.448639 tramp-wait-for-regexp (6) #
tramp_exit_status 1
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.449038 tramp-send-command (6) # test -d /local/freeware/bin
2>/dev/null; echo tramp_exit_status $?
18:22:51.449190 tramp-wait-for-regexp (6) #
tramp_exit_status 1
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.449584 tramp-send-command (6) # test -d /local/gnu/bin 2>/dev/null;
echo tramp_exit_status $?
18:22:51.449732 tramp-wait-for-regexp (6) #
tramp_exit_status 1
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.450157 tramp-send-command (6) # test -d /usr/freeware/bin 2>/dev/null;
echo tramp_exit_status $?
18:22:51.450363 tramp-wait-for-regexp (6) #
tramp_exit_status 1
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.450754 tramp-send-command (6) # test -d /usr/pkg/bin 2>/dev/null; echo
tramp_exit_status $?
18:22:51.450954 tramp-wait-for-regexp (6) #
tramp_exit_status 1
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.451343 tramp-send-command (6) # test -d /usr/contrib/bin 2>/dev/null;
echo tramp_exit_status $?
18:22:51.451695 tramp-wait-for-regexp (6) #
tramp_exit_status 1
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.452096 tramp-send-command (6) # test -d /opt/bin 2>/dev/null; echo
tramp_exit_status $?
18:22:51.452320 tramp-wait-for-regexp (6) #
tramp_exit_status 1
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.452734 tramp-send-command (6) # test -d /opt/sbin 2>/dev/null; echo
tramp_exit_status $?
18:22:51.452952 tramp-wait-for-regexp (6) #
tramp_exit_status 1
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.453382 tramp-send-command (6) # test -d /opt/local/bin 2>/dev/null;
echo tramp_exit_status $?
18:22:51.453644 tramp-wait-for-regexp (6) #
tramp_exit_status 1
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.453790 tramp-send-command (6) #
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export PATH
18:22:51.453974 tramp-wait-for-regexp (6) #
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.454072 tramp-send-command (6) # echo ~root
18:22:51.454261 tramp-wait-for-regexp (6) #
/root
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.454347 tramp-send-command (6) # mesg n 2>/dev/null; biff n 2>/dev/null
18:22:51.456996 tramp-wait-for-regexp (6) #
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.457100 tramp-send-command (6) # stty tab0
18:22:51.459195 tramp-wait-for-regexp (6) #
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.459300 tramp-send-command (6) # stty iutf8 2>/dev/null
18:22:51.461451 tramp-wait-for-regexp (6) #
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.461573 tramp-send-command (6) # echo \"`tty`\" 2>/dev/null; echo
tramp_exit_status $?
18:22:51.462644 tramp-wait-for-regexp (6) #
"/dev/pts/1"
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.462771 tramp-open-connection-setup-interactive-shell (5) # Setting
default environment
18:22:51.462863 tramp-send-command (6) # while read var val; do export
$var="$val"; done <<'300cee1d52d4a6e4a3af2a5adfed96e8'
LC_ALL en_US.utf8
ENV ''
TMOUT 0
LC_CTYPE ''
PAGER cat
300cee1d52d4a6e4a3af2a5adfed96e8
18:22:51.463207 tramp-wait-for-regexp (6) #
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.463330 tramp-send-command (6) # unset CDPATH HISTORY MAIL MAILCHECK
MAILPATH autocorrect correct
18:22:51.463530 tramp-wait-for-regexp (6) #
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.463739 tramp-maybe-open-connection (3) # Opening connection for
root@localhost using su...done
18:22:51.463808 tramp-send-command (6) # ( (test -e
/boot/EFI/refind/refind.conf || test -h /boot/EFI/refind/refind.conf) && (env
QUOTING_STYLE=locale \stat -c '((/////%N/////) %h %ue0 %ge0 %Xe0 %Ye0 %Ze0 %se0
/////%A///// t %ie0 -1)' /boot/EFI/refind/refind.conf | sed -e 's/"/\\"/g' -e
's/\/\/\/\/\//"/g') || echo nil) 2>/dev/null; echo tramp_exit_status $?
18:22:51.469038 tramp-wait-for-regexp (6) #
(("‘/boot/EFI/refind/refind.conf’") 1 0e0 0e0 1537565058e0 1537565058e0
1537623302e0 28003e0 "-rwxr-xr-x" t 48e0 -1)
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.469262 tramp-get-remote-id (5) # Finding POSIX ‘id’ command
18:22:51.469351 tramp-send-command (6) # while read d; do if test -x $d/id &&
test -f $d/id; then echo tramp_executable $d/id; break; fi; done
<<'300cee1d52d4a6e4a3af2a5adfed96e8'
/bin
/usr/bin
/sbin
/usr/sbin
/usr/local/bin
/usr/local/sbin
300cee1d52d4a6e4a3af2a5adfed96e8
18:22:51.469727 tramp-wait-for-regexp (6) #
tramp_executable /bin/id
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.469846 tramp-send-command (6) # /bin/id -u 2>/dev/null; echo
tramp_exit_status $?
18:22:51.470813 tramp-wait-for-regexp (6) #
0
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.470951 tramp-send-command (6) # /bin/id -g 2>/dev/null; echo
tramp_exit_status $?
18:22:51.471824 tramp-wait-for-regexp (6) #
0
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.472893 tramp-get-file-exists-command (5) # Finding command to check if
file exists
18:22:51.473018 tramp-send-command (6) # test -e / 2>/dev/null; echo
tramp_exit_status $?
18:22:51.473311 tramp-wait-for-regexp (6) #
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.473435 tramp-send-command (6) # test -e /\ this\ file\ does\ not\
exist\ 2>/dev/null; echo tramp_exit_status $?
18:22:51.473749 tramp-wait-for-regexp (6) #
tramp_exit_status 1
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.473892 tramp-send-command (6) # test -e /boot/EFI/refind/ 2>/dev/null;
echo tramp_exit_status $?
18:22:51.474209 tramp-wait-for-regexp (6) #
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.475118 tramp-get-remote-stat (5) # Finding a suitable ‘stat’ command
18:22:51.475209 tramp-send-command (6) # which \stat | wc -w
18:22:51.477966 tramp-wait-for-regexp (6) #
1
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.478102 tramp-send-command (6) # env QUOTING_STYLE=locale \stat -c
'("%N" %s)' / 2>/dev/null; echo tramp_exit_status $?
18:22:51.479409 tramp-wait-for-regexp (6) #
("‘/’" 4096)
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.479543 tramp-do-file-attributes-with-stat (5) # file attributes with
stat: /boot/EFI/refind/refind.conf
18:22:51.479677 tramp-send-command (6) # ( (test -e
/boot/EFI/refind/refind.conf || test -h /boot/EFI/refind/refind.conf) && (env
QUOTING_STYLE=locale \stat -c '((/////%N/////) %h /////%U///// /////%G/////
%Xe0 %Ye0 %Ze0 %se0 /////%A///// t %ie0 -1)' /boot/EFI/refind/refind.conf | sed
-e 's/"/\\"/g' -e 's/\/\/\/\/\//"/g') || echo nil) 2>/dev/null; echo
tramp_exit_status $?
18:22:51.483711 tramp-wait-for-regexp (6) #
(("‘/boot/EFI/refind/refind.conf’") 1 "root" "root" 1537565058e0 1537565058e0
1537623302e0 28003e0 "-rwxr-xr-x" t 48e0 -1)
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.483914 tramp-send-command (6) # /bin/id -gn | sed -e s/^/\"/ -e
s/\$/\"/ 2>/dev/null; echo tramp_exit_status $?
18:22:51.486591 tramp-wait-for-regexp (6) #
"root"
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.486847 tramp-send-command (6) # test -w /boot/EFI/refind/refind.conf
2>/dev/null; echo tramp_exit_status $?
18:22:51.487157 tramp-wait-for-regexp (6) #
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.488709 tramp-get-remote-perl (5) # Finding a suitable ‘perl’ command
18:22:51.488797 tramp-send-command (6) # which \perl5 | wc -w
18:22:51.489907 tramp-wait-for-regexp (6) #
which: no perl5 in
(/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin)
0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.515739 tramp-send-command (6) # while read d; do if test -x $d/perl5
&& test -f $d/perl5; then echo tramp_executable $d/perl5; break; fi; done
<<'300cee1d52d4a6e4a3af2a5adfed96e8'
/bin
/usr/bin
/sbin
/usr/sbin
/usr/local/bin
/usr/local/sbin
300cee1d52d4a6e4a3af2a5adfed96e8
18:22:51.516204 tramp-wait-for-regexp (6) #
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.516324 tramp-send-command (6) # which \perl | wc -w
18:22:51.518817 tramp-wait-for-regexp (6) #
1
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.518939 tramp-send-command (6) # \perl -e 'print "Hello
";' 2>/dev/null; echo tramp_exit_status $?
18:22:51.520782 tramp-wait-for-regexp (6) #
Hello
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.521023 tramp-send-command (6) # \perl -e 'use File::Spec;'
2>/dev/null; echo tramp_exit_status $?
18:22:51.529871 tramp-wait-for-regexp (6) #
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.530051 tramp-send-command (6) # \perl -e 'use Cwd "realpath";'
2>/dev/null; echo tramp_exit_status $?
18:22:51.535311 tramp-wait-for-regexp (6) #
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.535438 tramp-maybe-send-script (5) # Sending script
‘tramp_perl_file_name_all_completions’...
18:22:51.535527 tramp-send-command (6) # tramp_perl_file_name_all_completions
() {
\perl -e '
opendir(d, $ARGV[0]) || die("$ARGV[0]: $!\nfail\n");
@files = readdir(d); closedir(d);
foreach $f (@files) {
if (-d "$ARGV[0]/$f") {
print "$f/\n";
}
else {
print "$f\n";
}
}
print "ok\n"
' "$1" 2>/dev/null
} 2>/dev/null; echo tramp_exit_status $?
18:22:51.535826 tramp-wait-for-regexp (6) #
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.536081 tramp-maybe-send-script (5) # Sending script
‘tramp_perl_file_name_all_completions’...done
18:22:51.536176 tramp-send-command (6) # tramp_perl_file_name_all_completions
/boot/EFI/refind/
18:22:51.538301 tramp-wait-for-regexp (6) #
./
../
refind_x64.efi
icons/
keys/
refind.conf
banners/
ok
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.538904 tramp-sh-handle-file-truename (4) # Finding true name for
‘/su:root@localhost:/boot/EFI/refind/refind.conf’
18:22:51.538973 tramp-get-remote-readlink (5) # Finding a suitable ‘readlink’
command
18:22:51.539049 tramp-send-command (6) # which \readlink | wc -w
18:22:51.541617 tramp-wait-for-regexp (6) #
1
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.541747 tramp-send-command (6) # \readlink --canonicalize-missing /
2>/dev/null; echo tramp_exit_status $?
18:22:51.542669 tramp-wait-for-regexp (6) #
/
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.542827 tramp-send-command (6) # \readlink --canonicalize-missing
/boot/EFI/refind/refind.conf 2>/dev/null; echo tramp_exit_status $?
18:22:51.543751 tramp-wait-for-regexp (6) #
/boot/EFI/refind/refind.conf
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.544481 tramp-sh-handle-file-truename (4) # True name of
‘/boot/EFI/refind/refind.conf’ is ‘/boot/EFI/refind/refind.conf’
18:22:51.545412 tramp-send-command (6) # getfacl / 2>/dev/null; echo
tramp_exit_status $?
18:22:51.546599 tramp-wait-for-regexp (6) #
# file: .
# owner: root
# group: root
user::rwx
group::r-x
other::r-x
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.546768 tramp-send-command (6) # getfacl -ac
/boot/EFI/refind/refind.conf 2>/dev/null; echo tramp_exit_status $?
18:22:51.547833 tramp-wait-for-regexp (6) #
user::rwx
group::r-x
other::r-x
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.548268 tramp-send-command (6) # selinuxenabled 2>/dev/null; echo
tramp_exit_status $?
18:22:51.548976 tramp-wait-for-regexp (6) #
tramp_exit_status 127
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.549996 tramp-do-file-attributes-with-stat (5) # file attributes with
stat: /boot/EFI/refind/
18:22:51.550123 tramp-send-command (6) # ( (test -e /boot/EFI/refind/ || test
-h /boot/EFI/refind/) && (env QUOTING_STYLE=locale \stat -c '((/////%N/////) %h
/////%U///// /////%G///// %Xe0 %Ye0 %Ze0 %se0 /////%A///// t %ie0 -1)'
/boot/EFI/refind/ | sed -e 's/"/\\"/g' -e 's/\/\/\/\/\//"/g') || echo nil)
2>/dev/null; echo tramp_exit_status $?
18:22:51.553736 tramp-wait-for-regexp (6) #
(("‘/boot/EFI/refind/’") 5 "root" "root" 1537623302e0 1537623302e0 1537623302e0
4096e0 "drwxr-xr-x" t 23e0 -1)
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.554334 tramp-do-file-attributes-with-stat (5) # file attributes with
stat: /boot/EFI/refind/
18:22:51.554461 tramp-send-command (6) # ( (test -e /boot/EFI/refind/ || test
-h /boot/EFI/refind/) && (env QUOTING_STYLE=locale \stat -c '((/////%N/////) %h
%ue0 %ge0 %Xe0 %Ye0 %Ze0 %se0 /////%A///// t %ie0 -1)' /boot/EFI/refind/ | sed
-e 's/"/\\"/g' -e 's/\/\/\/\/\//"/g') || echo nil) 2>/dev/null; echo
tramp_exit_status $?
18:22:51.558199 tramp-wait-for-regexp (6) #
(("‘/boot/EFI/refind/’") 5 0e0 0e0 1537623302e0 1537623302e0 1537623302e0
4096e0 "drwxr-xr-x" t 23e0 -1)
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.558454 tramp-send-command (6) # test -w /boot/EFI/refind/ 2>/dev/null;
echo tramp_exit_status $?
18:22:51.558800 tramp-wait-for-regexp (6) #
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.559405 tramp-send-command (6) # /bin/id -u 2>/dev/null; echo
tramp_exit_status $?
18:22:51.560366 tramp-wait-for-regexp (6) #
0
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.561408 tramp-send-command (6) # test -d /boot/EFI/refind/refind.conf
2>/dev/null; echo tramp_exit_status $?
18:22:51.561682 tramp-wait-for-regexp (6) #
tramp_exit_status 1
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.562627 tramp-do-copy-or-rename-file (0) # Renaming
/su:root@localhost:/boot/EFI/refind/refind.conf to
/su:root@localhost:/boot/EFI/refind/refind.conf~...
18:22:51.566790 tramp-send-command (6) # mv -f /boot/EFI/refind/refind.conf
/boot/EFI/refind/refind.conf\~ 2>/dev/null; echo tramp_exit_status $?
18:22:51.568523 tramp-wait-for-regexp (6) #
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.568999 tramp-get-remote-touch (5) # Finding a suitable ‘touch’ command
18:22:51.569114 tramp-send-command (6) # which \touch | wc -w
18:22:51.571799 tramp-wait-for-regexp (6) #
1
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.572241 tramp-send-command (6) # test -d /tmp 2>/dev/null; echo
tramp_exit_status $?
18:22:51.572553 tramp-wait-for-regexp (6) #
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.573128 tramp-send-command (6) # test -e /tmp 2>/dev/null; echo
tramp_exit_status $?
18:22:51.573462 tramp-wait-for-regexp (6) #
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.573934 tramp-do-file-attributes-with-stat (5) # file attributes with
stat: /tmp
18:22:51.574053 tramp-send-command (6) # ( (test -e /tmp || test -h /tmp) &&
(env QUOTING_STYLE=locale \stat -c '((/////%N/////) %h /////%U/////
/////%G///// %Xe0 %Ye0 %Ze0 %se0 /////%A///// t %ie0 -1)' /tmp | sed -e
's/"/\\"/g' -e 's/\/\/\/\/\//"/g') || echo nil) 2>/dev/null; echo
tramp_exit_status $?
18:22:51.578000 tramp-wait-for-regexp (6) #
(("‘/tmp’") 13 "root" "root" 1537595448e0 1537629771e0 1537629771e0 320e0
"drwxrwxrwt" t 19660e0 -1)
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.578892 tramp-send-command (6) # \touch -t 201809221822.51
/tmp/tramp.B1EfAW 2>/dev/null; echo tramp_exit_status $?
18:22:51.579925 tramp-wait-for-regexp (6) #
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.580328 tramp-send-command (6) # test -d /tmp/tramp.B1EfAW 2>/dev/null;
echo tramp_exit_status $?
18:22:51.580597 tramp-wait-for-regexp (6) #
tramp_exit_status 1
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.581112 tramp-send-command (6) # rm -f /tmp/tramp.B1EfAW 2>/dev/null;
echo tramp_exit_status $?
18:22:51.582087 tramp-wait-for-regexp (6) #
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.582302 tramp-send-command (6) # env TZ=UTC \touch -t 201809212124.18
/boot/EFI/refind/refind.conf\~ 2>/dev/null; echo tramp_exit_status $?
18:22:51.583698 tramp-wait-for-regexp (6) #
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.584143 tramp-send-command (6) # chmod 755
/boot/EFI/refind/refind.conf\~ 2>/dev/null; echo tramp_exit_status $?
18:22:51.585234 tramp-wait-for-regexp (6) #
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.585628 tramp-do-copy-or-rename-file (0) # Renaming
/su:root@localhost:/boot/EFI/refind/refind.conf to
/su:root@localhost:/boot/EFI/refind/refind.conf~...done
18:22:51.586771 tramp-send-command (6) # test -e /boot/EFI/refind/ 2>/dev/null;
echo tramp_exit_status $?
18:22:51.587309 tramp-wait-for-regexp (6) #
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.587909 tramp-do-file-attributes-with-stat (5) # file attributes with
stat: /boot/EFI/refind/
18:22:51.588066 tramp-send-command (6) # ( (test -e /boot/EFI/refind/ || test
-h /boot/EFI/refind/) && (env QUOTING_STYLE=locale \stat -c '((/////%N/////) %h
/////%U///// /////%G///// %Xe0 %Ye0 %Ze0 %se0 /////%A///// t %ie0 -1)'
/boot/EFI/refind/ | sed -e 's/"/\\"/g' -e 's/\/\/\/\/\//"/g') || echo nil)
2>/dev/null; echo tramp_exit_status $?
18:22:51.592620 tramp-wait-for-regexp (6) #
(("‘/boot/EFI/refind/’") 5 "root" "root" 1537629771e0 1537629771e0 1537629771e0
4096e0 "drwxr-xr-x" t 23e0 -1)
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.593291 tramp-do-file-attributes-with-stat (5) # file attributes with
stat: /boot/EFI/refind/
18:22:51.593419 tramp-send-command (6) # ( (test -e /boot/EFI/refind/ || test
-h /boot/EFI/refind/) && (env QUOTING_STYLE=locale \stat -c '((/////%N/////) %h
%ue0 %ge0 %Xe0 %Ye0 %Ze0 %se0 /////%A///// t %ie0 -1)' /boot/EFI/refind/ | sed
-e 's/"/\\"/g' -e 's/\/\/\/\/\//"/g') || echo nil) 2>/dev/null; echo
tramp_exit_status $?
18:22:51.597353 tramp-wait-for-regexp (6) #
(("‘/boot/EFI/refind/’") 5 0e0 0e0 1537629771e0 1537629771e0 1537629771e0
4096e0 "drwxr-xr-x" t 23e0 -1)
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.598249 tramp-do-file-attributes-with-stat (5) # file attributes with
stat: /boot/EFI/refind/refind.conf
18:22:51.598379 tramp-send-command (6) # ( (test -e
/boot/EFI/refind/refind.conf || test -h /boot/EFI/refind/refind.conf) && (env
QUOTING_STYLE=locale \stat -c '((/////%N/////) %h %ue0 %ge0 %Xe0 %Ye0 %Ze0 %se0
/////%A///// t %ie0 -1)' /boot/EFI/refind/refind.conf | sed -e 's/"/\\"/g' -e
's/\/\/\/\/\//"/g') || echo nil) 2>/dev/null; echo tramp_exit_status $?
18:22:51.599403 tramp-wait-for-regexp (6) #
nil
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.599527 tramp-do-file-attributes-with-ls (5) # file attributes with ls:
/boot/EFI/refind/refind.conf
18:22:51.599621 tramp-send-command (6) # test -e /boot/EFI/refind/refind.conf
2>/dev/null; echo tramp_exit_status $?
18:22:51.599850 tramp-wait-for-regexp (6) #
tramp_exit_status 1
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.599988 tramp-send-command (6) # test -h /boot/EFI/refind/refind.conf
2>/dev/null; echo tramp_exit_status $?
18:22:51.600244 tramp-wait-for-regexp (6) #
tramp_exit_status 1
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.601203 tramp-send-command (6) # test -e /tmp/ 2>/dev/null; echo
tramp_exit_status $?
18:22:51.601454 tramp-wait-for-regexp (6) #
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.601933 tramp-do-file-attributes-with-stat (5) # file attributes with
stat: /tmp/
18:22:51.602052 tramp-send-command (6) # ( (test -e /tmp/ || test -h /tmp/) &&
(env QUOTING_STYLE=locale \stat -c '((/////%N/////) %h /////%U/////
/////%G///// %Xe0 %Ye0 %Ze0 %se0 /////%A///// t %ie0 -1)' /tmp/ | sed -e
's/"/\\"/g' -e 's/\/\/\/\/\//"/g') || echo nil) 2>/dev/null; echo
tramp_exit_status $?
18:22:51.605746 tramp-wait-for-regexp (6) #
(("‘/tmp/’") 13 "root" "root" 1537595448e0 1537629771e0 1537629771e0 320e0
"drwxrwxrwt" t 19660e0 -1)
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.606424 tramp-sh-handle-file-truename (4) # Finding true name for
‘/su:root@localhost:/boot/EFI/refind/refind.conf’
18:22:51.606535 tramp-send-command (6) # \readlink --canonicalize-missing
/boot/EFI/refind/refind.conf 2>/dev/null; echo tramp_exit_status $?
18:22:51.607573 tramp-wait-for-regexp (6) #
/boot/EFI/refind/refind.conf
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.608269 tramp-sh-handle-file-truename (4) # True name of
‘/boot/EFI/refind/refind.conf’ is ‘/boot/EFI/refind/refind.conf’
18:22:51.608733 tramp-send-command (6) # test -e /boot/EFI/refind/refind.conf
2>/dev/null; echo tramp_exit_status $?
18:22:51.608989 tramp-wait-for-regexp (6) #
tramp_exit_status 1
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.609553 tramp-find-inline-encoding (5) # Checking local encoding
function ‘base64-encode-region’
18:22:51.609615 tramp-find-inline-encoding (5) # Checking local decoding
function ‘base64-decode-region’
18:22:51.609662 tramp-find-inline-encoding (5) # Checking remote encoding
command ‘base64’ for sanity
18:22:51.609727 tramp-send-command (6) # ( base64 </dev/null 2>/dev/null; echo
tramp_exit_status $? )
18:22:51.611486 tramp-wait-for-regexp (6) #
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.611604 tramp-find-inline-encoding (5) # Checking remote decoding
command ‘base64 -d -i’ for sanity
18:22:51.611677 tramp-send-command (6) # ( echo xyzzy | base64 | base64 -d -i
2>/dev/null; echo tramp_exit_status $? )
18:22:51.613185 tramp-wait-for-regexp (6) #
xyzzy
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.613328 tramp-find-inline-encoding (5) # Using local encoding
‘base64-encode-region’
18:22:51.613382 tramp-find-inline-encoding (5) # Using local decoding
‘base64-decode-region’
18:22:51.613427 tramp-find-inline-encoding (5) # Using remote encoding ‘base64’
18:22:51.613470 tramp-find-inline-encoding (5) # Using remote decoding ‘base64
-d -i’
18:22:51.613535 tramp-find-inline-compress (5) # Checking local compress
commands ‘gzip’, ‘gzip -d’ for sanity
18:22:51.613607 tramp-call-process (6) # ‘/bin/sh -c echo xyzzy | gzip | gzip
-d’ nil nil
18:22:51.617210 tramp-call-process (6) # 0
xyzzy
18:22:51.617276 tramp-find-inline-compress (5) # Checking remote compress
commands ‘gzip’, ‘gzip -d’ for sanity
18:22:51.617357 tramp-send-command (6) # ( echo xyzzy | gzip | gzip -d
2>/dev/null; echo tramp_exit_status $? )
18:22:51.618828 tramp-wait-for-regexp (6) #
xyzzy
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.618944 tramp-find-inline-compress (5) # Using inline transfer compress
command ‘gzip’
18:22:51.618996 tramp-find-inline-compress (5) # Using inline transfer
decompress command ‘gzip -d’
18:22:51.620463 tramp-do-copy-or-rename-file (0) # Copying
/tmp/tramp.a7nx5C.conf to /su:root@localhost:/boot/EFI/refind/refind.conf...
18:22:51.622976 tramp-do-file-attributes-with-stat (5) # file attributes with
stat: /tmp/tramp.a7nx5C.conf
18:22:51.623200 tramp-send-command (6) # ( (test -e /tmp/tramp.a7nx5C.conf ||
test -h /tmp/tramp.a7nx5C.conf) && (env QUOTING_STYLE=locale \stat -c
'((/////%N/////) %h /////%U///// /////%G///// %Xe0 %Ye0 %Ze0 %se0 /////%A/////
t %ie0 -1)' /tmp/tramp.a7nx5C.conf | sed -e 's/"/\\"/g' -e 's/\/\/\/\/\//"/g')
|| echo nil) 2>/dev/null; echo tramp_exit_status $?
18:22:51.628222 tramp-wait-for-regexp (6) #
(("‘/tmp/tramp.a7nx5C.conf’") 1 "robbie" "adm" 1537629771e0 1537629771e0
1537629771e0 27993e0 "-rw-r--r--" t 464952e0 -1)
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.629032 tramp-send-command (6) # test -d /boot/EFI/refind/refind.conf
2>/dev/null; echo tramp_exit_status $?
18:22:51.629349 tramp-wait-for-regexp (6) #
tramp_exit_status 1
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.630071 tramp-send-command (6) # test -d /boot/EFI/refind/ 2>/dev/null;
echo tramp_exit_status $?
18:22:51.630370 tramp-wait-for-regexp (6) #
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.630637 tramp-send-command (6) # test -w /boot/EFI/refind/ 2>/dev/null;
echo tramp_exit_status $?
18:22:51.630969 tramp-wait-for-regexp (6) #
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.631461 tramp-do-file-attributes-with-stat (5) # file attributes with
stat: /tmp/tramp.a7nx5C.conf
18:22:51.631588 tramp-send-command (6) # ( (test -e /tmp/tramp.a7nx5C.conf ||
test -h /tmp/tramp.a7nx5C.conf) && (env QUOTING_STYLE=locale \stat -c
'((/////%N/////) %h %ue0 %ge0 %Xe0 %Ye0 %Ze0 %se0 /////%A///// t %ie0 -1)'
/tmp/tramp.a7nx5C.conf | sed -e 's/"/\\"/g' -e 's/\/\/\/\/\//"/g') || echo nil)
2>/dev/null; echo tramp_exit_status $?
18:22:51.635323 tramp-wait-for-regexp (6) #
(("‘/tmp/tramp.a7nx5C.conf’") 1 1000e0 4e0 1537629771e0 1537629771e0
1537629771e0 27993e0 "-rw-r--r--" t 464952e0 -1)
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.635976 tramp-sh-handle-file-truename (4) # Finding true name for
‘/su:root@localhost:/tmp/tramp.a7nx5C.conf’
18:22:51.636085 tramp-send-command (6) # \readlink --canonicalize-missing
/tmp/tramp.a7nx5C.conf 2>/dev/null; echo tramp_exit_status $?
18:22:51.637138 tramp-wait-for-regexp (6) #
/tmp/tramp.a7nx5C.conf
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.637832 tramp-sh-handle-file-truename (4) # True name of
‘/tmp/tramp.a7nx5C.conf’ is ‘/tmp/tramp.a7nx5C.conf’
18:22:51.639260 tramp-send-command (6) # cp -f -p /tmp/tramp.a7nx5C.conf
/boot/EFI/refind/refind.conf 2>/dev/null; echo tramp_exit_status $?
18:22:51.640592 tramp-wait-for-regexp (6) #
tramp_exit_status 1
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:51.640898 tramp-do-copy-or-rename-file-directly (1) # File error: Copying
directly failed, see buffer ‘*tramp/su root@localhost*’ for details.
18:22:54.192852 tramp-do-copy-or-rename-file (0) # Copying
/tmp/tramp.a7nx5C.conf to
/su:root@localhost:/boot/EFI/refind/refind.conf...failed
18:22:54.198535 tramp-send-command (6) # test -d /boot/EFI/refind/refind.conf\~
2>/dev/null; echo tramp_exit_status $?
18:22:54.199516 tramp-wait-for-regexp (6) #
tramp_exit_status 1
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:54.201714 tramp-sh-handle-file-truename (4) # Finding true name for
‘/su:root@localhost:/boot/EFI/refind/refind.conf~’
18:22:54.202553 tramp-send-command (6) # \readlink --canonicalize-missing
/boot/EFI/refind/refind.conf\~ 2>/dev/null; echo tramp_exit_status $?
18:22:54.206727 tramp-wait-for-regexp (6) #
/boot/EFI/refind/refind.conf~
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:54.209519 tramp-do-file-attributes-with-stat (5) # file attributes with
stat: /boot/EFI/refind/refind.conf~
18:22:54.210163 tramp-send-command (6) # ( (test -e
/boot/EFI/refind/refind.conf\~ || test -h /boot/EFI/refind/refind.conf\~) &&
(env QUOTING_STYLE=locale \stat -c '((/////%N/////) %h %ue0 %ge0 %Xe0 %Ye0 %Ze0
%se0 /////%A///// t %ie0 -1)' /boot/EFI/refind/refind.conf\~ | sed -e
's/"/\\"/g' -e 's/\/\/\/\/\//"/g') || echo nil) 2>/dev/null; echo
tramp_exit_status $?
18:22:54.223561 tramp-wait-for-regexp (6) #
(("‘/boot/EFI/refind/refind.conf~’") 1 0e0 0e0 1537565058e0 1537565058e0
1537629771e0 28003e0 "-rwxr-xr-x" t 48e0 -1)
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:54.224050 tramp-sh-handle-file-truename (4) # True name of
‘/boot/EFI/refind/refind.conf~’ is ‘/boot/EFI/refind/refind.conf~’
18:22:54.225906 tramp-do-copy-or-rename-file (0) # Renaming
/su:root@localhost:/boot/EFI/refind/refind.conf~ to
/su:root@localhost:/boot/EFI/refind/refind.conf...
18:22:54.233581 tramp-send-command (6) # mv -f /boot/EFI/refind/refind.conf\~
/boot/EFI/refind/refind.conf 2>/dev/null; echo tramp_exit_status $?
18:22:54.235271 tramp-wait-for-regexp (6) #
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:54.235989 tramp-send-command (6) # env TZ=UTC \touch -t 201809212124.18
/boot/EFI/refind/refind.conf 2>/dev/null; echo tramp_exit_status $?
18:22:54.237850 tramp-wait-for-regexp (6) #
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:54.266852 tramp-send-command (6) # chmod 755 /boot/EFI/refind/refind.conf
2>/dev/null; echo tramp_exit_status $?
18:22:54.267969 tramp-wait-for-regexp (6) #
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:22:54.268453 tramp-do-copy-or-rename-file (0) # Renaming
/su:root@localhost:/boot/EFI/refind/refind.conf~ to
/su:root@localhost:/boot/EFI/refind/refind.conf...done
18:23:01.995164 tramp-sh-handle-file-truename (4) # Finding true name for
‘/su:root@localhost:/boot/EFI/refind/refind.conf’
18:23:01.996049 tramp-send-command (6) # \readlink --canonicalize-missing
/boot/EFI/refind/refind.conf 2>/dev/null; echo tramp_exit_status $?
18:23:02.000556 tramp-wait-for-regexp (6) #
/boot/EFI/refind/refind.conf
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:23:02.003532 tramp-do-file-attributes-with-stat (5) # file attributes with
stat: /boot/EFI/refind/refind.conf
18:23:02.004089 tramp-send-command (6) # ( (test -e
/boot/EFI/refind/refind.conf || test -h /boot/EFI/refind/refind.conf) && (env
QUOTING_STYLE=locale \stat -c '((/////%N/////) %h %ue0 %ge0 %Xe0 %Ye0 %Ze0 %se0
/////%A///// t %ie0 -1)' /boot/EFI/refind/refind.conf | sed -e 's/"/\\"/g' -e
's/\/\/\/\/\//"/g') || echo nil) 2>/dev/null; echo tramp_exit_status $?
18:23:02.020648 tramp-wait-for-regexp (6) #
(("‘/boot/EFI/refind/refind.conf’") 1 0e0 0e0 1537565058e0 1537565058e0
1537629774e0 28003e0 "-rwxr-xr-x" t 48e0 -1)
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:23:02.021164 tramp-sh-handle-file-truename (4) # True name of
‘/boot/EFI/refind/refind.conf’ is ‘/boot/EFI/refind/refind.conf’
18:25:45.010225 tramp-handle-file-name-case-insensitive-p (5) # Checking
case-insensitive...
18:25:45.011347 tramp-send-command (6) # echo are you awake
18:25:45.011620 tramp-wait-for-regexp (6) #
are you awake
///1a55e6f4fdda667545d90c960c19b7c4#$
18:25:45.011718 tramp-send-command (6) # test -e /boot/EFI/refind/refind.conf
2>/dev/null; echo tramp_exit_status $?
18:25:45.011967 tramp-wait-for-regexp (6) #
tramp_exit_status 0
///1a55e6f4fdda667545d90c960c19b7c4#$
18:25:45.013023 tramp-send-command (6) # test -e /BOOT/EFI/REFIND/REFIND.CONF
2>/dev/null; echo tramp_exit_status $?
18:25:45.013272 tramp-wait-for-regexp (6) #
tramp_exit_status 1
///1a55e6f4fdda667545d90c960c19b7c4#$
18:25:45.013392 tramp-handle-file-name-case-insensitive-p (5) # Checking
case-insensitive...done_______________________________________________
Tramp-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/tramp-devel