Hi, Michael Albinus <[email protected]> writes:
> Live System User <[email protected]> writes: > >> Hi, > > Hi, > >> "emacs -Q" works fine with the already opened file... >> >> ...and with a minimal config: >> >> So what can it be? > > As said in my first analysis, Tramp stumbled over the not-remote-file > "~". Maybe some file abbreviation is at work? Don't know, it depends on > whatever package has been loaded silently in your default config. I tried again, this time using the ssh method. This works: C-x C-r /ssh::/tmp/malb.txt in thar it opens the file in readonly mode.
Tramp: Opening connection for localhost.localdomain using ssh... Tramp: Sending command ‘exec ssh -o ControlMaster=auto -o ControlPath='~/.emacs.d/tramp.%r@%h:%p' -o ControlPersist=no -e none localhost.localdomain’ Tramp: Waiting for prompts from remote shell...done Tramp: Found remote shell prompt on ‘localhost.localdomain’ Tramp: Opening connection for localhost.localdomain using ssh...done Tramp: Inserting ‘/ssh:localhost.localdomain:/tmp/malb.txt’... Tramp: Encoding remote file ‘/ssh:localhost.localdomain:/tmp/malb.txt’ with ‘(env GZIP= gzip <%s | base64)’...done Tramp: Decoding local file ‘/tmp/tramp.HfdQmv.txt’ with ‘(lambda (beg end) (base64-decode-region beg end) (let ((coding-system-for-write 'binary) (coding-system-for-read 'binary)) (apply 'tramp-call-process-region '(tramp-file-name ssh nil nil localhost.localdomain nil /tmp/malb.txt nil) (point-min) (point-max) (car (split-string env GZIP= gzip -d)) t t nil (cdr (split-string env GZIP= gzip -d)))))’...done Tramp: Inserting ‘/ssh:localhost.localdomain:/tmp/malb.txt’...done Tramp: Checking ‘vc-registered’ for /ssh:localhost.localdomain:/tmp/malb.txt... Not a Tramp file name: "~" Not a Tramp file name: "/sys/class/power_supply/" Not a Tramp file name: "~/.emacs.d/savehist" Error running timer ‘savehist-autosave’: (user-error "Not a Tramp file name: \"~/.emacs.d/savehist\"") Not a Tramp file name: "/sys/class/power_supply/AC/online" Tramp: Error in 1st pass of ‘vc-registered’: (user-error Not a Tramp file name: "~") Not a Tramp file name: "~" Tramp: Checking ‘vc-registered’ for /ssh:localhost.localdomain:/tmp/malb.txt...failed Tramp: Inserting ‘/ssh:localhost.localdomain:/tmp/malb.txt’...done Error: (user-error "Not a Tramp file name: \"~\"")
;; Emacs: 27.0.50 Tramp: 2.4.1-pre -*- mode: outline; -*- 09:41:57.093624 tramp-get-file-exists-command (5) # Finding command to check if file exists 09:41:57.093798 tramp-get-test-command (5) # Finding a suitable ‘test’ command 09:41:57.094510 tramp-maybe-open-connection (3) # Opening connection for [email protected] using sudo... 09:41:57.099460 tramp-maybe-open-connection (6) # /bin/sh -i 09:41:57.100872 tramp-wait-for-regexp (6) # #$ 09:41:57.112537 tramp-maybe-open-connection (3) # Sending command ‘exec env SHELL=/bin/sh sudo -u root -s -H -p P""a""s""s""w""o""r""d"":’ 09:41:57.112785 tramp-send-command (6) # exec env SHELL=/bin/sh sudo -u root -s -H -p P""a""s""s""w""o""r""d"": 09:41:57.113851 tramp-process-actions (3) # Waiting for prompts from remote shell... 09:41:57.136520 tramp-process-one-action (5) # Looking for regexp "\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell 09:41:57.136658 tramp-process-one-action (5) # 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\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:\0? *\)\'" from remote shell 09:41:57.136792 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|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 09:41:57.136881 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 09:41:57.136951 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\| \)[^]#$%> ]*#?[]#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell 09:41:57.137018 tramp-process-one-action (5) # Call ‘tramp-action-succeed’ 09:41:57.137095 tramp-process-actions (6) # #$ 09:41:57.138738 tramp-process-actions (3) # Waiting for prompts from remote shell...done 09:41:57.139835 tramp-maybe-open-connection (3) # Found remote shell prompt on ‘localhost.localdomain’ 09:41:57.142298 tramp-open-shell (5) # Opening remote shell ‘/bin/sh’... 09:41:57.142486 tramp-send-command (6) # exec env TERM='dumb' INSIDE_EMACS='27.0.50,tramp:2.4.1-pre' ENV='' HISTFILE=~/.tramp_history PROMPT_COMMAND='' PS1=\#\$\ PS2='' PS3='' /bin/sh 09:41:57.144718 tramp-wait-for-regexp (6) # #$ 09:41:57.144928 tramp-send-command (6) # (cd ~/) 2>/dev/null; echo tramp_exit_status $? 09:41:57.145770 tramp-wait-for-regexp (6) # tramp_exit_status 0 #$ 09:41:57.145897 tramp-open-shell (5) # Opening remote shell ‘/bin/sh’...done 09:41:57.145964 tramp-open-connection-setup-interactive-shell (5) # Setting up remote shell environment 09:41:57.146042 tramp-send-command (6) # stty -inlcr -onlcr -echo kill '^U' erase '^H' 09:41:57.147181 tramp-wait-for-regexp (6) # #$ 09:41:57.147272 tramp-send-command (6) # echo foo 09:41:57.147510 tramp-wait-for-regexp (6) # foo #$ 09:41:57.147588 tramp-open-connection-setup-interactive-shell (5) # Setting shell prompt 09:41:57.147709 tramp-send-command (6) # PS1=///b44791e8f0c90b6188b125baaee56211\#\$ PS2='' PS3='' PROMPT_COMMAND='' 09:41:57.148086 tramp-wait-for-regexp (6) # ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.148197 tramp-open-connection-setup-interactive-shell (5) # Checking system information 09:41:57.148299 tramp-send-command (6) # echo \"`uname -sr`\" 2>/dev/null; echo tramp_exit_status $? 09:41:57.149568 tramp-wait-for-regexp (6) # "Linux 4.5.5-300.fc24.x86_64" tramp_exit_status 0 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.149739 tramp-open-connection-setup-interactive-shell (5) # Determining coding system 09:41:57.150228 tramp-send-command (6) # locale -a 09:41:57.154280 tramp-wait-for-regexp (6) # aa_DJ aa_DJ.iso88591 aa_DJ.utf8 aa_ER aa_ER@saaho aa_ER.utf8 aa_ER.utf8@saaho aa_ET aa_ET.utf8 af_ZA af_ZA.iso88591 af_ZA.utf8 ak_GH ak_GH.utf8 am_ET am_ET.utf8 an_ES an_ES.iso885915 an_ES.utf8 anp_IN anp_IN.utf8 ar_AE ar_AE.iso88596 ar_AE.utf8 ar_BH ar_BH.iso88596 ar_BH.utf8 ar_DZ ar_DZ.iso88596 ar_DZ.utf8 ar_EG ar_EG.iso88596 ar_EG.utf8 ar_IN ar_IN.utf8 ar_IQ ar_IQ.iso88596 ar_IQ.utf8 ar_JO ar_JO.iso88596 ar_JO.utf8 ar_KW ar_KW.iso88596 ar_KW.utf8 ar_LB ar_LB.iso88596 ar_LB.utf8 ar_LY ar_LY.iso88596 ar_LY.utf8 ar_MA ar_MA.iso88596 ar_MA.utf8 ar_OM ar_OM.iso88596 ar_OM.utf8 ar_QA ar_QA.iso88596 ar_QA.utf8 ar_SA ar_SA.iso88596 ar_SA.utf8 ar_SD ar_SD.iso88596 ar_SD.utf8 ar_SS ar_SS.utf8 ar_SY ar_SY.iso88596 ar_SY.utf8 ar_TN ar_TN.iso88596 ar_TN.utf8 ar_YE ar_YE.iso88596 ar_YE.utf8 as_IN as_IN.utf8 ast_ES ast_ES.iso885915 ast_ES.utf8 ayc_PE ayc_PE.utf8 az_AZ az_AZ.utf8 be_BY be_BY.cp1251 be_BY@latin be_BY.utf8 be_BY.utf8@latin bem_ZM bem_ZM.utf8 ber_DZ ber_DZ.utf8 ber_MA ber_MA.utf8 bg_BG bg_BG.cp1251 bg_BG.utf8 bhb_IN.utf8 bho_IN bho_IN.utf8 bn_BD bn_BD.utf8 bn_IN bn_IN.utf8 bo_CN bo_CN.utf8 bo_IN bo_IN.utf8 bokmal br_FR br_FR@euro br_FR.iso88591 br_FR.iso885915@euro br_FR.utf8 brx_IN brx_IN.utf8 bs_BA bs_BA.iso88592 bs_BA.utf8 byn_ER byn_ER.utf8 C ca_AD ca_AD.iso885915 ca_AD.utf8 ca_ES ca_ES@euro ca_ES.iso88591 ca_ES.iso885915@euro ca_ES.utf8 ca_FR ca_FR.iso885915 ca_FR.utf8 ca_IT ca_IT.iso885915 ca_IT.utf8 catalan ce_RU ce_RU.utf8 cmn_TW cmn_TW.utf8 crh_UA crh_UA.utf8 croatian csb_PL csb_PL.utf8 cs_CZ cs_CZ.iso88592 cs_CZ.utf8 C.utf8 cv_RU cv_RU.utf8 cy_GB cy_GB.iso885914 cy_GB.utf8 czech da_DK da_DK.iso88591 da_DK.iso885915 da_DK.utf8 danish dansk de_AT de_AT@euro de_AT.iso88591 de_AT.iso885915@euro de_AT.utf8 de_BE de_BE@euro de_BE.iso88591 de_BE.iso885915@euro de_BE.utf8 de_CH de_CH.iso88591 de_CH.utf8 de_DE de_DE@euro de_DE.iso88591 de_DE.iso885915@euro de_DE.utf8 de_LU de_LU@euro de_LU.iso88591 de_LU.iso885915@euro de_LU.utf8 deutsch doi_IN doi_IN.utf8 dutch dv_MV dv_MV.utf8 dz_BT dz_BT.utf8 eesti el_CY el_CY.iso88597 el_CY.utf8 el_GR el_GR.iso88597 el_GR.utf8 en_AG en_AG.utf8 en_AU en_AU.iso88591 en_AU.utf8 en_BW en_BW.iso88591 en_BW.utf8 en_CA en_CA.iso88591 en_CA.utf8 en_DK en_DK.iso88591 en_DK.utf8 en_GB en_GB.iso88591 en_GB.iso885915 en_GB.utf8 en_HK en_HK.iso88591 en_HK.utf8 en_IE en_IE@euro en_IE.iso88591 en_IE.iso885915@euro en_IE.utf8 en_IN en_IN.utf8 en_NG en_NG.utf8 en_NZ en_NZ.iso88591 en_NZ.utf8 en_PH en_PH.iso88591 en_PH.utf8 en_SG en_SG.iso88591 en_SG.utf8 en_US en_US.iso88591 en_US.iso885915 en_US.utf8 en_ZA en_ZA.iso88591 en_ZA.utf8 en_ZM en_ZM.utf8 en_ZW en_ZW.iso88591 en_ZW.utf8 es_AR es_AR.iso88591 es_AR.utf8 es_BO es_BO.iso88591 es_BO.utf8 es_CL es_CL.iso88591 es_CL.utf8 es_CO es_CO.iso88591 es_CO.utf8 es_CR es_CR.iso88591 es_CR.utf8 es_CU es_CU.utf8 es_DO es_DO.iso88591 es_DO.utf8 es_EC es_EC.iso88591 es_EC.utf8 es_ES es_ES@euro es_ES.iso88591 es_ES.iso885915@euro es_ES.utf8 es_GT es_GT.iso88591 es_GT.utf8 es_HN es_HN.iso88591 es_HN.utf8 es_MX es_MX.iso88591 es_MX.utf8 es_NI es_NI.iso88591 es_NI.utf8 es_PA es_PA.iso88591 es_PA.utf8 es_PE es_PE.iso88591 es_PE.utf8 es_PR es_PR.iso88591 es_PR.utf8 es_PY es_PY.iso88591 es_PY.utf8 es_SV es_SV.iso88591 es_SV.utf8 estonian es_US es_US.iso88591 es_US.utf8 es_UY es_UY.iso88591 es_UY.utf8 es_VE es_VE.iso88591 es_VE.utf8 et_EE et_EE.iso88591 et_EE.iso885915 et_EE.utf8 eu_ES eu_ES@euro eu_ES.iso88591 eu_ES.iso885915@euro eu_ES.utf8 fa_IR fa_IR.utf8 ff_SN ff_SN.utf8 fi_FI fi_FI@euro fi_FI.iso88591 fi_FI.iso885915@euro fi_FI.utf8 fil_PH fil_PH.utf8 finnish fo_FO fo_FO.iso88591 fo_FO.utf8 fr_BE fr_BE@euro fr_BE.iso88591 fr_BE.iso885915@euro fr_BE.utf8 fr_CA fr_CA.iso88591 fr_CA.utf8 fr_CH fr_CH.iso88591 fr_CH.utf8 french fr_FR fr_FR@euro fr_FR.iso88591 fr_FR.iso885915@euro fr_FR.utf8 fr_LU fr_LU@euro fr_LU.iso88591 fr_LU.iso885915@euro fr_LU.utf8 fur_IT fur_IT.utf8 fy_DE fy_DE.utf8 fy_NL fy_NL.utf8 ga_IE ga_IE@euro ga_IE.iso88591 ga_IE.iso885915@euro ga_IE.utf8 galego galician gd_GB gd_GB.iso885915 gd_GB.utf8 german gez_ER gez_ER@abegede gez_ER.utf8 gez_ER.utf8@abegede gez_ET gez_ET@abegede gez_ET.utf8 gez_ET.utf8@abegede gl_ES gl_ES@euro gl_ES.iso88591 gl_ES.iso885915@euro gl_ES.utf8 greek gu_IN gu_IN.utf8 gv_GB gv_GB.iso88591 gv_GB.utf8 hak_TW hak_TW.utf8 ha_NG ha_NG.utf8 hebrew he_IL he_IL.iso88598 he_IL.utf8 hi_IN hi_IN.utf8 hne_IN hne_IN.utf8 hr_HR hr_HR.iso88592 hr_HR.utf8 hrvatski hsb_DE hsb_DE.iso88592 hsb_DE.utf8 ht_HT ht_HT.utf8 hu_HU hu_HU.iso88592 hu_HU.utf8 hungarian hy_AM hy_AM.armscii8 hy_AM.utf8 ia_FR ia_FR.utf8 icelandic id_ID id_ID.iso88591 id_ID.utf8 ig_NG ig_NG.utf8 ik_CA ik_CA.utf8 is_IS is_IS.iso88591 is_IS.utf8 italian it_CH it_CH.iso88591 it_CH.utf8 it_IT it_IT@euro it_IT.iso88591 it_IT.iso885915@euro it_IT.utf8 iu_CA iu_CA.utf8 iw_IL iw_IL.iso88598 iw_IL.utf8 ja_JP ja_JP.eucjp ja_JP.ujis ja_JP.utf8 japanese japanese.euc ka_GE ka_GE.georgianps ka_GE.utf8 kk_KZ kk_KZ.pt154 kk_KZ.utf8 kl_GL kl_GL.iso88591 kl_GL.utf8 km_KH km_KH.utf8 kn_IN kn_IN.utf8 kok_IN kok_IN.utf8 ko_KR ko_KR.euckr ko_KR.utf8 korean korean.euc ks_IN ks_IN@devanagari ks_IN.utf8 ks_IN.utf8@devanagari ku_TR ku_TR.iso88599 ku_TR.utf8 kw_GB kw_GB.iso88591 kw_GB.utf8 ky_KG ky_KG.utf8 lb_LU lb_LU.utf8 lg_UG lg_UG.iso885910 lg_UG.utf8 li_BE li_BE.utf8 lij_IT lij_IT.utf8 li_NL li_NL.utf8 lithuanian lo_LA lo_LA.utf8 lt_LT lt_LT.iso885913 lt_LT.utf8 lv_LV lv_LV.iso885913 lv_LV.utf8 lzh_TW lzh_TW.utf8 mag_IN mag_IN.utf8 mai_IN mai_IN.utf8 mg_MG mg_MG.iso885915 mg_MG.utf8 mhr_RU mhr_RU.utf8 mi_NZ mi_NZ.iso885913 mi_NZ.utf8 mk_MK mk_MK.iso88595 mk_MK.utf8 ml_IN ml_IN.utf8 mni_IN mni_IN.utf8 mn_MN mn_MN.utf8 mr_IN mr_IN.utf8 ms_MY ms_MY.iso88591 ms_MY.utf8 mt_MT mt_MT.iso88593 mt_MT.utf8 my_MM my_MM.utf8 nan_TW nan_TW@latin nan_TW.utf8 nan_TW.utf8@latin nb_NO nb_NO.iso88591 nb_NO.utf8 nds_DE nds_DE.utf8 nds_NL nds_NL.utf8 ne_NP ne_NP.utf8 nhn_MX nhn_MX.utf8 niu_NU niu_NU.utf8 niu_NZ niu_NZ.utf8 nl_AW nl_AW.utf8 nl_BE nl_BE@euro nl_BE.iso88591 nl_BE.iso885915@euro nl_BE.utf8 nl_NL nl_NL@euro nl_NL.iso88591 nl_NL.iso885915@euro nl_NL.utf8 nn_NO nn_NO.iso88591 nn_NO.utf8 no_NO no_NO.ISO-8859-1 norwegian nr_ZA nr_ZA.utf8 nso_ZA nso_ZA.utf8 nynorsk oc_FR oc_FR.iso88591 oc_FR.utf8 om_ET om_ET.utf8 om_KE om_KE.iso88591 om_KE.utf8 or_IN or_IN.utf8 os_RU os_RU.utf8 pa_IN pa_IN.utf8 pap_AN pap_AN.utf8 pap_AW pap_AW.utf8 pap_CW pap_CW.utf8 pa_PK pa_PK.utf8 pl_PL pl_PL.iso88592 pl_PL.utf8 polish portuguese POSIX ps_AF ps_AF.utf8 pt_BR pt_BR.iso88591 pt_BR.utf8 pt_PT pt_PT@euro pt_PT.iso88591 pt_PT.iso885915@euro pt_PT.utf8 quz_PE quz_PE.utf8 raj_IN raj_IN.utf8 romanian ro_RO ro_RO.iso88592 ro_RO.utf8 ru_RU ru_RU.iso88595 ru_RU.koi8r ru_RU.utf8 russian ru_UA ru_UA.koi8u ru_UA.utf8 rw_RW rw_RW.utf8 sa_IN sa_IN.utf8 sat_IN sat_IN.utf8 sc_IT sc_IT.utf8 sd_IN sd_IN@devanagari sd_IN.utf8 sd_IN.utf8@devanagari se_NO se_NO.utf8 shs_CA shs_CA.utf8 sid_ET sid_ET.utf8 si_LK si_LK.utf8 sk_SK sk_SK.iso88592 sk_SK.utf8 slovak slovene slovenian sl_SI sl_SI.iso88592 sl_SI.utf8 so_DJ so_DJ.iso88591 so_DJ.utf8 so_ET so_ET.utf8 so_KE so_KE.iso88591 so_KE.utf8 so_SO so_SO.iso88591 so_SO.utf8 spanish sq_AL sq_AL.iso88591 sq_AL.utf8 sq_MK sq_MK.utf8 sr_ME sr_ME.utf8 sr_RS sr_RS@latin sr_RS.utf8 sr_RS.utf8@latin ss_ZA ss_ZA.utf8 st_ZA st_ZA.iso88591 st_ZA.utf8 sv_FI sv_FI@euro sv_FI.iso88591 sv_FI.iso885915@euro sv_FI.utf8 sv_SE sv_SE.iso88591 sv_SE.iso885915 sv_SE.utf8 swedish sw_KE sw_KE.utf8 sw_TZ sw_TZ.utf8 szl_PL szl_PL.utf8 ta_IN ta_IN.utf8 ta_LK ta_LK.utf8 tcy_IN.utf8 te_IN te_IN.utf8 tg_TJ tg_TJ.koi8t tg_TJ.utf8 thai the_NP the_NP.utf8 th_TH th_TH.tis620 th_TH.utf8 ti_ER ti_ER.utf8 ti_ET ti_ET.utf8 tig_ER tig_ER.utf8 tk_TM tk_TM.utf8 tl_PH tl_PH.iso88591 tl_PH.utf8 tn_ZA tn_ZA.utf8 tr_CY tr_CY.iso88599 tr_CY.utf8 tr_TR tr_TR.iso88599 tr_TR.utf8 ts_ZA ts_ZA.utf8 tt_RU tt_RU@iqtelif tt_RU.utf8 tt_RU.utf8@iqtelif turkish ug_CN ug_CN.utf8 uk_UA uk_UA.koi8u uk_UA.utf8 unm_US unm_US.utf8 ur_IN ur_IN.utf8 ur_PK ur_PK.utf8 uz_UZ uz_UZ@cyrillic uz_UZ.iso88591 uz_UZ.utf8 uz_UZ.utf8@cyrillic ve_ZA ve_ZA.utf8 vi_VN vi_VN.utf8 wa_BE wa_BE@euro wa_BE.iso88591 wa_BE.iso885915@euro wa_BE.utf8 wae_CH wae_CH.utf8 wal_ET wal_ET.utf8 wo_SN wo_SN.utf8 xh_ZA xh_ZA.iso88591 xh_ZA.utf8 yi_US yi_US.cp1255 yi_US.utf8 yo_NG yo_NG.utf8 yue_HK yue_HK.utf8 zh_CN zh_CN.gb18030 zh_CN.gb2312 zh_CN.gbk zh_CN.utf8 zh_HK zh_HK.big5hkscs zh_HK.utf8 zh_SG zh_SG.gb2312 zh_SG.gbk zh_SG.utf8 zh_TW zh_TW.big5 zh_TW.euctw zh_TW.utf8 zu_ZA zu_ZA.iso88591 zu_ZA.utf8 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.154634 tramp-send-command (6) # (echo foo ; echo bar) 09:41:57.155656 tramp-wait-for-regexp (6) # foo bar ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.155873 tramp-open-connection-setup-interactive-shell (5) # Setting coding system to ‘utf-8’ and ‘utf-8-unix’ 09:41:57.156034 tramp-send-command (6) # set +o vi +o emacs 09:41:57.156451 tramp-wait-for-regexp (6) # ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.156645 tramp-open-connection-setup-interactive-shell (5) # Checking remote host type for ‘send-process-string’ bug 09:41:57.156815 tramp-set-remote-path (5) # Setting $PATH environment variable 09:41:57.157002 tramp-send-command (6) # echo \"`getconf PATH 2>/dev/null`\" 2>/dev/null; echo tramp_exit_status $? 09:41:57.159671 tramp-wait-for-regexp (6) # "/usr/bin" tramp_exit_status 0 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.160993 tramp-get-test-command (5) # Finding a suitable ‘test’ command 09:41:57.161205 tramp-send-command (6) # test 0 2>/dev/null; echo tramp_exit_status $? 09:41:57.161547 tramp-wait-for-regexp (6) # tramp_exit_status 0 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.161920 tramp-send-command (6) # test -d /usr/bin 2>/dev/null; echo tramp_exit_status $? 09:41:57.162221 tramp-wait-for-regexp (6) # tramp_exit_status 0 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.163528 tramp-send-command (6) # test -d /bin 2>/dev/null; echo tramp_exit_status $? 09:41:57.163916 tramp-wait-for-regexp (6) # tramp_exit_status 0 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.164951 tramp-send-command (6) # test -d /sbin 2>/dev/null; echo tramp_exit_status $? 09:41:57.165268 tramp-wait-for-regexp (6) # tramp_exit_status 0 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.166522 tramp-send-command (6) # test -d /usr/sbin 2>/dev/null; echo tramp_exit_status $? 09:41:57.166855 tramp-wait-for-regexp (6) # tramp_exit_status 0 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.167640 tramp-send-command (6) # test -d /usr/local/bin 2>/dev/null; echo tramp_exit_status $? 09:41:57.167972 tramp-wait-for-regexp (6) # tramp_exit_status 0 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.169268 tramp-send-command (6) # test -d /usr/local/sbin 2>/dev/null; echo tramp_exit_status $? 09:41:57.169601 tramp-wait-for-regexp (6) # tramp_exit_status 0 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.188221 tramp-send-command (6) # test -d /local/bin 2>/dev/null; echo tramp_exit_status $? 09:41:57.188741 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.190100 tramp-send-command (6) # test -d /local/freeware/bin 2>/dev/null; echo tramp_exit_status $? 09:41:57.190425 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.191274 tramp-send-command (6) # test -d /local/gnu/bin 2>/dev/null; echo tramp_exit_status $? 09:41:57.191515 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.192520 tramp-send-command (6) # test -d /usr/freeware/bin 2>/dev/null; echo tramp_exit_status $? 09:41:57.192861 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.194123 tramp-send-command (6) # test -d /usr/pkg/bin 2>/dev/null; echo tramp_exit_status $? 09:41:57.194434 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.195732 tramp-send-command (6) # test -d /usr/contrib/bin 2>/dev/null; echo tramp_exit_status $? 09:41:57.196053 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.197053 tramp-send-command (6) # test -d /opt/bin 2>/dev/null; echo tramp_exit_status $? 09:41:57.197362 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.198550 tramp-send-command (6) # test -d /opt/sbin 2>/dev/null; echo tramp_exit_status $? 09:41:57.198864 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.199602 tramp-send-command (6) # test -d /opt/local/bin 2>/dev/null; echo tramp_exit_status $? 09:41:57.199922 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.200217 tramp-send-command (6) # PATH=/usr/bin:/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export PATH 09:41:57.200504 tramp-wait-for-regexp (6) # ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.200712 tramp-send-command (6) # echo ~root 09:41:57.201019 tramp-wait-for-regexp (6) # /root ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.201238 tramp-send-command (6) # mesg n 2>/dev/null; biff n 2>/dev/null 09:41:57.202807 tramp-wait-for-regexp (6) # ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.202928 tramp-send-command (6) # stty tab0 09:41:57.203968 tramp-wait-for-regexp (6) # ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.204133 tramp-send-command (6) # stty iutf8 2>/dev/null 09:41:57.205361 tramp-wait-for-regexp (6) # ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.205526 tramp-send-command (6) # echo \"`tty`\" 2>/dev/null; echo tramp_exit_status $? 09:41:57.206857 tramp-wait-for-regexp (6) # "/dev/pts/16" tramp_exit_status 0 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.206995 tramp-open-connection-setup-interactive-shell (5) # Setting default environment 09:41:57.207099 tramp-send-command (6) # while read var val; do export $var="$val"; done <<'162796d06ee1262bfc78fc31a2701359' LC_ALL en_US.utf8 ENV '' TMOUT 0 LC_CTYPE '' PAGER cat 162796d06ee1262bfc78fc31a2701359 09:41:57.207576 tramp-wait-for-regexp (6) # ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.207791 tramp-send-command (6) # unset CDPATH HISTORY MAIL MAILCHECK MAILPATH autocorrect correct 09:41:57.208119 tramp-wait-for-regexp (6) # ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.209179 tramp-maybe-open-connection (3) # Opening connection for [email protected] using sudo...done 09:41:57.209345 tramp-send-command (6) # test 0 2>/dev/null; echo tramp_exit_status $? 09:41:57.209836 tramp-wait-for-regexp (6) # tramp_exit_status 0 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.210146 tramp-send-command (6) # test -e / 2>/dev/null; echo tramp_exit_status $? 09:41:57.210463 tramp-wait-for-regexp (6) # tramp_exit_status 0 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.210623 tramp-send-command (6) # test -e /\ this\ file\ does\ not\ exist\ 2>/dev/null; echo tramp_exit_status $? 09:41:57.210889 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.211059 tramp-send-command (6) # test -e /tmp/malb.txt 2>/dev/null; echo tramp_exit_status $? 09:41:57.211496 tramp-wait-for-regexp (6) # tramp_exit_status 0 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.215545 tramp-handle-file-name-case-insensitive-p (5) # Checking case-insensitive... 09:41:57.219623 tramp-send-command (6) # test -e /TMP/MALB.TXT 2>/dev/null; echo tramp_exit_status $? 09:41:57.219995 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.220141 tramp-handle-file-name-case-insensitive-p (5) # Checking case-insensitive...done 09:41:57.220815 tramp-send-command (6) # test -d /tmp/malb.txt 2>/dev/null; echo tramp_exit_status $? 09:41:57.221208 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.223618 tramp-sh-handle-file-truename (4) # Finding true name for ‘/sudo:[email protected]:/tmp/malb.txt’ 09:41:57.223779 tramp-get-remote-readlink (5) # Finding a suitable ‘readlink’ command 09:41:57.223993 tramp-send-command (6) # which \readlink | wc -w 09:41:57.225984 tramp-wait-for-regexp (6) # 1 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.226255 tramp-send-command (6) # \readlink --canonicalize-missing / 2>/dev/null; echo tramp_exit_status $? 09:41:57.227353 tramp-wait-for-regexp (6) # / tramp_exit_status 0 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.227578 tramp-send-command (6) # \readlink --canonicalize-missing /tmp/malb.txt 2>/dev/null; echo tramp_exit_status $? 09:41:57.228664 tramp-wait-for-regexp (6) # /tmp/malb.txt tramp_exit_status 0 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.230000 tramp-get-remote-stat (5) # Finding a suitable ‘stat’ command 09:41:57.230138 tramp-send-command (6) # which \stat | wc -w 09:41:57.231540 tramp-wait-for-regexp (6) # 1 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.231721 tramp-send-command (6) # env QUOTING_STYLE=locale \stat -c '("%N" %s)' / 2>/dev/null; echo tramp_exit_status $? 09:41:57.233884 tramp-wait-for-regexp (6) # ("'/'" 4096) tramp_exit_status 0 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.234054 tramp-get-remote-perl (5) # Finding a suitable ‘perl’ command 09:41:57.234165 tramp-send-command (6) # which \perl5 | wc -w 09:41:57.235440 tramp-wait-for-regexp (6) # which: no perl5 in (/usr/bin:/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin) 0 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.235623 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 <<'162796d06ee1262bfc78fc31a2701359' /usr/bin /bin /sbin /usr/sbin /usr/local/bin /usr/local/sbin 162796d06ee1262bfc78fc31a2701359 09:41:57.236130 tramp-wait-for-regexp (6) # ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.236297 tramp-send-command (6) # which \perl | wc -w 09:41:57.237888 tramp-wait-for-regexp (6) # 1 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.238173 tramp-send-command (6) # \perl -e 'print "Hello ";' 2>/dev/null; echo tramp_exit_status $? 09:41:57.240481 tramp-wait-for-regexp (6) # Hello tramp_exit_status 0 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.240808 tramp-send-command (6) # \perl -e 'use File::Spec;' 2>/dev/null; echo tramp_exit_status $? 09:41:57.249990 tramp-wait-for-regexp (6) # tramp_exit_status 0 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.250178 tramp-send-command (6) # \perl -e 'use Cwd "realpath";' 2>/dev/null; echo tramp_exit_status $? 09:41:57.261335 tramp-wait-for-regexp (6) # tramp_exit_status 0 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.261506 tramp-do-file-attributes-with-perl (5) # file attributes with perl: /tmp/malb.txt 09:41:57.261585 tramp-maybe-send-script (5) # Sending script ‘tramp_perl_file_attributes’... 09:41:57.261731 tramp-send-command (6) # tramp_perl_file_attributes () { \perl -e ' @stat = lstat($ARGV[0]); if (!@stat) { print "nil\n"; exit 0; } if (($stat[2] & 0170000) == 0120000) { $type = readlink($ARGV[0]); $type =~ s/"/\\"/g; $type = "\"$type\""; } elsif (($stat[2] & 0170000) == 040000) { $type = "t"; } else { $type = "nil" }; $uid = ($ARGV[1] eq "integer") ? $stat[4] : "\"" . getpwuid($stat[4]) . "\""; $gid = ($ARGV[1] eq "integer") ? $stat[5] : "\"" . getgrgid($stat[5]) . "\""; printf( "(%s %u %s %s (%u %u) (%u %u) (%u %u) %u %u t %u -1)\n", $type, $stat[3], $uid, $gid, $stat[8] >> 16 & 0xffff, $stat[8] & 0xffff, $stat[9] >> 16 & 0xffff, $stat[9] & 0xffff, $stat[10] >> 16 & 0xffff, $stat[10] & 0xffff, $stat[7], $stat[2], $stat[1] );' "$1" "$2" 2>/dev/null } 2>/dev/null; echo tramp_exit_status $? 09:41:57.262221 tramp-wait-for-regexp (6) # tramp_exit_status 0 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.262351 tramp-maybe-send-script (5) # Sending script ‘tramp_perl_file_attributes’...done 09:41:57.275992 tramp-send-command (6) # tramp_perl_file_attributes /tmp/malb.txt integer 2>/dev/null; echo tramp_exit_status $? 09:41:57.278699 tramp-wait-for-regexp (6) # (nil 1 1000 1000 (23537 31224) (23536 32650) (23536 32650) 20168 33204 t 38828773 -1) tramp_exit_status 0 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.278883 tramp-get-remote-id (5) # Finding POSIX ‘id’ command 09:41:57.278991 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 <<'162796d06ee1262bfc78fc31a2701359' /usr/bin /bin /sbin /usr/sbin /usr/local/bin /usr/local/sbin 162796d06ee1262bfc78fc31a2701359 09:41:57.279379 tramp-wait-for-regexp (6) # tramp_executable /usr/bin/id ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.279507 tramp-send-command (6) # /usr/bin/id -u 2>/dev/null; echo tramp_exit_status $? 09:41:57.280832 tramp-wait-for-regexp (6) # 0 tramp_exit_status 0 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.281013 tramp-send-command (6) # /usr/bin/id -g 2>/dev/null; echo tramp_exit_status $? 09:41:57.282416 tramp-wait-for-regexp (6) # 0 tramp_exit_status 0 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.282630 tramp-sh-handle-file-truename (4) # True name of ‘/tmp/malb.txt’ is ‘/tmp/malb.txt’ 09:41:57.292172 tramp-handle-insert-file-contents (3) # Inserting ‘/sudo:[email protected]:/tmp/malb.txt’... 09:41:57.293572 tramp-send-command (6) # test -e /tmp/ 2>/dev/null; echo tramp_exit_status $? 09:41:57.293941 tramp-wait-for-regexp (6) # tramp_exit_status 0 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.294842 tramp-do-file-attributes-with-perl (5) # file attributes with perl: /tmp/ 09:41:57.294967 tramp-send-command (6) # tramp_perl_file_attributes /tmp/ string 2>/dev/null; echo tramp_exit_status $? 09:41:57.298745 tramp-wait-for-regexp (6) # (t 23 "root" "root" (23537 31221) (23537 31285) (23537 31285) 1560 17407 t 14757 -1) tramp_exit_status 0 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.298993 tramp-send-command (6) # /usr/bin/id -gn | sed -e s/^/\"/ -e s/\$/\"/ 2>/dev/null; echo tramp_exit_status $? 09:41:57.300930 tramp-wait-for-regexp (6) # "root" tramp_exit_status 0 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.301208 tramp-send-command (6) # /usr/bin/id -u 2>/dev/null; echo tramp_exit_status $? 09:41:57.302548 tramp-wait-for-regexp (6) # 0 tramp_exit_status 0 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.303180 tramp-handle-insert-file-contents (3) # Inserting ‘/sudo:[email protected]:/tmp/malb.txt’...done 09:41:57.305131 tramp-do-file-attributes-with-perl (5) # file attributes with perl: /tmp/malb.txt 09:41:57.305398 tramp-send-command (6) # tramp_perl_file_attributes /tmp/malb.txt string 2>/dev/null; echo tramp_exit_status $? 09:41:57.309088 tramp-wait-for-regexp (6) # (nil 1 "liveuser" "liveuser" (23537 31285) (23536 32650) (23536 32650) 20168 33204 t 38828773 -1) tramp_exit_status 0 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.309492 tramp-send-command (6) # test -w /tmp/malb.txt 2>/dev/null; echo tramp_exit_status $? 09:41:57.309818 tramp-wait-for-regexp (6) # tramp_exit_status 0 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.311210 tramp-do-file-attributes-with-perl (5) # file attributes with perl: /tmp/malb.txt 09:41:57.311372 tramp-send-command (6) # tramp_perl_file_attributes /tmp/malb.txt integer 2>/dev/null; echo tramp_exit_status $? 09:41:57.314179 tramp-wait-for-regexp (6) # (nil 1 1000 1000 (23537 31285) (23536 32650) (23536 32650) 20168 33204 t 38828773 -1) tramp_exit_status 0 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.337434 tramp-sh-handle-vc-registered (3) # Checking ‘vc-registered’ for /sudo:[email protected]:/tmp/malb.txt... 09:41:57.341555 tramp-send-command (6) # test -d /tmp/malb.txt 2>/dev/null; echo tramp_exit_status $? 09:41:57.342088 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.343147 tramp-send-command (6) # test -d /tmp 2>/dev/null; echo tramp_exit_status $? 09:41:57.343529 tramp-wait-for-regexp (6) # tramp_exit_status 0 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.344703 tramp-send-command (6) # test -d / 2>/dev/null; echo tramp_exit_status $? 09:41:57.345018 tramp-wait-for-regexp (6) # tramp_exit_status 0 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.368492 tramp-maybe-send-script (5) # Sending script ‘tramp_vc_registered_read_file_names’... 09:41:57.368660 tramp-send-command (6) # tramp_vc_registered_read_file_names () { echo "(" while read file; do quoted=`echo "$file" | sed -e "s/\"/\\\\\\\\\"/"` if test -e "$file"; then echo "(\"$quoted\" \"file-exists-p\" t)" else echo "(\"$quoted\" \"file-exists-p\" nil)" fi if test -r "$file"; then echo "(\"$quoted\" \"file-readable-p\" t)" else echo "(\"$quoted\" \"file-readable-p\" nil)" fi done echo ")" } 2>/dev/null; echo tramp_exit_status $? 09:41:57.369063 tramp-wait-for-regexp (6) # tramp_exit_status 0 ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.369203 tramp-maybe-send-script (5) # Sending script ‘tramp_vc_registered_read_file_names’...done 09:41:57.369453 tramp-send-command (6) # tramp_vc_registered_read_file_names <<'162796d06ee1262bfc78fc31a2701359' /tmp/RCS/malb.txt\,v /tmp/malb.txt\,v /tmp/RCS/malb.txt /tmp/CVS/Entries /tmp/.svn /.svn /tmp/SCCS/s.malb.txt /tmp/s.malb.txt /tmp/.src/malb.txt\,v /tmp/.bzr/checkout/format /.bzr/checkout/format /tmp/.git /.git /tmp/.hg /.hg /tmp/_MTN/format /_MTN/format 162796d06ee1262bfc78fc31a2701359 09:41:57.417911 tramp-wait-for-regexp (6) # ( ("/tmp/RCS/malb.txt,v" "file-exists-p" nil) ("/tmp/RCS/malb.txt,v" "file-readable-p" nil) ("/tmp/malb.txt,v" "file-exists-p" nil) ("/tmp/malb.txt,v" "file-readable-p" nil) ("/tmp/RCS/malb.txt" "file-exists-p" nil) ("/tmp/RCS/malb.txt" "file-readable-p" nil) ("/tmp/CVS/Entries" "file-exists-p" nil) ("/tmp/CVS/Entries" "file-readable-p" nil) ("/tmp/.svn" "file-exists-p" nil) ("/tmp/.svn" "file-readable-p" nil) ("/.svn" "file-exists-p" nil) ("/.svn" "file-readable-p" nil) ("/tmp/SCCS/s.malb.txt" "file-exists-p" nil) ("/tmp/SCCS/s.malb.txt" "file-readable-p" nil) ("/tmp/s.malb.txt" "file-exists-p" nil) ("/tmp/s.malb.txt" "file-readable-p" nil) ("/tmp/.src/malb.txt,v" "file-exists-p" nil) ("/tmp/.src/malb.txt,v" "file-readable-p" nil) ("/tmp/.bzr/checkout/format" "file-exists-p" nil) ("/tmp/.bzr/checkout/format" "file-readable-p" nil) ("/.bzr/checkout/format" "file-exists-p" nil) ("/.bzr/checkout/format" "file-readable-p" nil) ("/tmp/.git" "file-exists-p" nil) ("/tmp/.git" "file-readable-p" nil) ("/.git" "file-exists-p" nil) ("/.git" "file-readable-p" nil) ("/tmp/.hg" "file-exists-p" nil) ("/tmp/.hg" "file-readable-p" nil) ("/.hg" "file-exists-p" nil) ("/.hg" "file-readable-p" nil) ("/tmp/_MTN/format" "file-exists-p" nil) ("/tmp/_MTN/format" "file-readable-p" nil) ("/_MTN/format" "file-exists-p" nil) ("/_MTN/format" "file-readable-p" nil) ) ///b44791e8f0c90b6188b125baaee56211#$ 09:41:57.470141 tramp-sh-handle-vc-registered (3) # Checking ‘vc-registered’ for /sudo:[email protected]:/tmp/malb.txt...done
However, I still see the "Not a Tramp file name" messages, even for the SAVEHIST file ~/.emacs.d/savehist". I did this twice -- the results in the files ssh-ibfo.txt and ssh-info2.txt, respectively (see attachments). Both logfiles appears to have mostly the same results except that the second invocation uses the already-created shared connection and complains about "savehist" mode. It doesn't complain the secind tume. Bur both times it complains about Not a Tramp file name: "~" So why is "savehist mode" getting in the way of TRAMP? And why does the ssh method "work" (even though it causes a "Not a Tramp file name" message to be emitted) whereas the sudo method doesn't work at all? Can the sudo method be made to protect itself againts "savehist" mode similiar to how the ssh method deals with it and allows the ssh method to work? Thanks. >> Thanks. > > Best regards, Michael.
_______________________________________________ Tramp-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/tramp-devel
