From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jean Louis Newsgroups: gmane.emacs.bugs Subject: bug#57044: 29.0.50; tramp-error: Reading directory: Permission denied, /scp:motorolausb:/storage/emulated/0/ Date: Sat, 3 Sep 2022 06:50:39 +0300 Message-ID: References: <86czdb3lg4.fsf@protected.rcdrun.com> <87edxrkt8d.fsf@gmx.de> <87k06w40as.fsf@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24308"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/+ () (2022-06-11) Cc: 57044@debbugs.gnu.org To: Michael Albinus Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Sep 03 11:06:05 2022 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oUP6K-000290-5h for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 03 Sep 2022 11:06:04 +0200 Original-Received: from localhost ([::1]:52928 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oUP6I-0000yT-I6 for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 03 Sep 2022 05:06:02 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51148) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oUP5K-0000vn-Hj for bug-gnu-emacs@gnu.org; Sat, 03 Sep 2022 05:05:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:52259) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oUP5K-0002Yq-7e for bug-gnu-emacs@gnu.org; Sat, 03 Sep 2022 05:05:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oUP5J-000242-Pa for bug-gnu-emacs@gnu.org; Sat, 03 Sep 2022 05:05:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Jean Louis Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 03 Sep 2022 09:05:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57044 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo Original-Received: via spool by 57044-submit@debbugs.gnu.org id=B57044.16621958957917 (code B ref 57044); Sat, 03 Sep 2022 09:05:01 +0000 Original-Received: (at 57044) by debbugs.gnu.org; 3 Sep 2022 09:04:55 +0000 Original-Received: from localhost ([127.0.0.1]:40959 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oUP5C-00023d-Tn for submit@debbugs.gnu.org; Sat, 03 Sep 2022 05:04:55 -0400 Original-Received: from stw1.rcdrun.com ([217.170.207.13]:33211) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oUP5A-00023P-Oz for 57044@debbugs.gnu.org; Sat, 03 Sep 2022 05:04:53 -0400 Original-Received: from localhost ([::ffff:197.239.4.48]) (AUTH: PLAIN admin, TLS: TLS1.3,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by stw1.rcdrun.com with ESMTPSA id 00000000000B5B12.00000000631318A6.000060E4; Sat, 03 Sep 2022 02:04:37 -0700 Content-Disposition: inline In-Reply-To: <87k06w40as.fsf@gmx.de> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:241378 Archived-At: Now I could enter directory listing, I can open file in the root directory, but for reading directory it says permission denied. These are directories: drwxrwx--- 2 root everybody 4096 Jun 16 1971 Alarms drwxrwx--- 4 root everybody 4096 Jun 16 1971 Android drwxrwx--- 6 root everybody 4096 May 21 08:26 Androzic I cannot enter into directories. Let us say file is this one: -rw-rw---- 1 root everybody 55 Sep 1 17:18 police-jinja.txt Then I can enter into file but cannot edit it, it is read only by Tramp. But if I use same ssh connection and enter into ssh from shell, I can edit the file, which means it is not really read only, just that Tramp thinks so. NOTE: Tramp was working well, and I did not change my devices neither settings, I can only think that something was changed inside of Tramp. ;; Emacs: 29.0.50 Tramp: 2.6.0-pre -*- mode: outline; coding: utf-8; -*- ;; Location: /home/data1/protected/Programming/Software/emacs/lisp/net/tram= p.elc Git: master/a6ccb82fdaacb731295545f867765d60726c5044 06:44:30.293817 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:30.293983 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:30.294119 tramp-get-file-property (8) # /storage/emulated/0 file-read= able-p undef; inhibit: 10; cache used: nil; cached at: nil 06:44:30.294334 tramp-get-file-property (8) # /storage/emulated/0 file-attr= ibutes undef; inhibit: 10; cache used: nil; cached at: nil 06:44:30.294555 tramp-get-connection-property (7) # test undef; cache used:= nil 06:44:30.294687 tramp-get-test-command (5) # Finding a suitable =E2=80=98te= st=E2=80=99 command 06:44:30.294843 tramp-get-connection-property (7) # null-device undef; cach= e used: nil 06:44:30.296488 tramp-set-connection-property (7) # null-device /dev/null 06:44:30.296656 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:30.296804 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:30.296947 tramp-get-connection-property (7) # process-buffer nil; cac= he used: nil 06:44:30.346510 tramp-get-connection-property (7) # process-buffer nil; cac= he used: nil 06:44:30.346747 tramp-set-connection-property (7) # process-buffer nil 06:44:30.347988 tramp-maybe-open-connection (3) # Opening connection nil fo= r motorolausb using scp... 06:44:30.349822 tramp-call-process (6) # =E2=80=98locale -a=E2=80=99 nil *= temp* 06:44:30.354423 tramp-call-process (6) # 0 C de_DE.utf8 en_GB.utf8 en_US.utf8 hr_HR.utf8 it_IT.utf8 POSIX 06:44:30.354736 tramp-get-local-locale (7) # locale en_US.utf8 06:44:30.355099 tramp-get-connection-property (7) # login-args undef; cache= used: nil 06:44:30.355277 tramp-get-connection-property (7) # login-args undef; cache= used: nil 06:44:30.355447 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:30.355594 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:30.356510 tramp-maybe-open-connection (6) # /bin/sh -i 06:44:30.356661 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:30.356870 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.356974 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.357157 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.357259 tramp-set-connection-property (7) # locked t 06:44:30.363170 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t #$=20 06:44:30.363384 tramp-flush-connection-property (7) # locked 06:44:30.363560 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.363716 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.363942 tramp-wait-for-regexp (6) #=20 #$=20 06:44:30.364156 tramp-get-connection-property (7) # remote-shell undef; cac= he used: nil 06:44:30.364378 tramp-get-connection-property (7) # async-args undef; cache= used: nil 06:44:30.364514 tramp-get-connection-property (7) # connection-timeout unde= f; cache used: nil 06:44:30.364716 tramp-get-connection-property (7) # login-program undef; ca= che used: nil 06:44:30.364961 tramp-get-connection-property (7) # temp-file undef; cache = used: nil 06:44:30.365487 tramp-set-connection-property (7) # temp-file /home/data1/p= rotected/tmp/tramp.CCFhjU 06:44:30.365871 tramp-get-connection-property (7) # password-previous-hop u= ndef; cache used: nil 06:44:30.366152 tramp-set-connection-property (7) # password-vector (tramp-= file-name scp nil nil motorolausb nil nil nil) 06:44:30.366536 tramp-get-connection-property (7) # session-timeout undef; = cache used: nil 06:44:30.367091 tramp-get-connection-property (7) # login-args undef; cache= used: nil 06:44:30.367832 tramp-maybe-open-connection (3) # Sending command =E2=80=98= exec ssh -o ControlMaster=3Dauto -o ControlPath=3Dtramp.%C -o ControlPersis= t=3Dno -e none motorolausb=E2=80=99 06:44:30.368074 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:30.368290 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:30.368472 tramp-send-command (6) # exec ssh -o ControlMaster=3Dauto -= o ControlPath=3Dtramp.%C -o ControlPersist=3Dno -e none motorolausb 06:44:30.368665 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:30.368856 tramp-get-connection-property (7) # chunksize nil; cache us= ed: nil 06:44:30.369040 tramp-set-connection-property (7) # last-cmd-time (25362 52= 638 368967 797000) 06:44:30.369248 tramp-send-string (10) # exec ssh -o ControlMaster=3Dauto -= o ControlPath=3Dtramp.%C -o ControlPersist=3Dno -e none motorolausb 06:44:30.369449 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:30.369671 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.369776 tramp-set-connection-property (7) # locked t 06:44:30.369948 tramp-flush-connection-property (7) # locked 06:44:30.370073 tramp-get-connection-property (7) # password-vector (tramp-= file-name scp nil nil motorolausb nil nil nil); cache used: t 06:44:30.370236 tramp-set-connection-property (7) # first-password-request = nil 06:44:30.370346 tramp-process-actions (3) # Waiting for prompts from remote= shell... 06:44:30.370496 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.370588 tramp-set-connection-property (7) # locked t 06:44:30.370734 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.370830 tramp-flush-connection-property (7) # locked 06:44:30.370937 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.371038 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.371127 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.371289 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.371427 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.371516 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.371670 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.371781 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.371871 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.371998 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.372097 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.372186 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.372299 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.372400 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.372490 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.372608 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.372710 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.372798 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.372914 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.373015 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.373109 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.373223 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.373323 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.373412 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.373523 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.373621 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.373710 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.373821 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.373919 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.374009 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.374121 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.374220 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.374311 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.374421 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.374528 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.374619 tramp-set-connection-property (7) # locked t 06:44:30.374781 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.374887 tramp-flush-connection-property (7) # locked 06:44:30.374997 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.375100 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.375191 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.375335 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.375475 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.375568 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.375688 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.375799 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.375890 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.376000 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.376099 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.376189 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.376298 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.376398 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.376489 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.376599 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.376700 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.376791 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.376901 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.377001 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.377099 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.377209 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.377308 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.377399 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.377507 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.377609 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.377700 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.377809 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.377908 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.377998 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.378106 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.378204 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.378295 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.378404 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.378505 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.378597 tramp-set-connection-property (7) # locked t 06:44:30.378824 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.378977 tramp-flush-connection-property (7) # locked 06:44:30.379142 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.379298 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.379394 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.379528 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.379661 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.379751 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.379864 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.379967 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.380070 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.380281 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.380444 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.380596 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.380772 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.380932 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.381096 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.381356 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.381596 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.381789 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.381989 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.382174 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.382358 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.382555 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.382722 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.382874 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.383065 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.383241 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.383383 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.383568 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.383749 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.383896 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.384076 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.384239 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.384398 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.384580 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.384752 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.384899 tramp-set-connection-property (7) # locked t 06:44:30.385168 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.385346 tramp-flush-connection-property (7) # locked 06:44:30.385523 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.385645 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.385750 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.385907 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.386056 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.386151 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.386274 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.386385 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.386479 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.386591 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.386690 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.386780 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.386891 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.386998 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.387090 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.387202 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.387306 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.387398 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.387511 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.387614 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.387716 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.387826 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.387929 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.388020 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.388131 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.388232 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.388324 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.388432 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.388532 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.388625 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.388731 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.388832 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.388923 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.389033 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.389136 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.389231 tramp-set-connection-property (7) # locked t 06:44:30.389377 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.389480 tramp-flush-connection-property (7) # locked 06:44:30.389589 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.389693 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.389786 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.389923 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.390068 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.390160 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.390315 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.390407 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.390482 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.390570 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.390651 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.390725 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.390815 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.390896 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.390970 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.391059 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.391144 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.391217 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.391307 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.391391 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.391466 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.391554 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.391636 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.391712 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.391808 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.391893 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.391969 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.392061 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.392142 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.392217 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.392307 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.392387 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.392460 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.392548 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.392632 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.392708 tramp-set-connection-property (7) # locked t 06:44:30.392809 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.392887 tramp-flush-connection-property (7) # locked 06:44:30.392979 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.393063 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.393137 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.393246 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.393365 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.393443 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.393540 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.393633 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.393706 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.393798 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.393879 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.393955 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.394044 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.394124 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.394201 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.394294 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.394377 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.394450 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.394542 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.394627 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.394713 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.394802 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.394885 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.394961 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.395051 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.395134 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.395210 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.395299 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.395382 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.395458 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.395547 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.395627 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.395702 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.395793 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.395877 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.395985 tramp-set-connection-property (7) # locked t 06:44:30.396113 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.396235 tramp-flush-connection-property (7) # locked 06:44:30.396375 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.396508 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.396635 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.396826 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.397009 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.397141 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.397310 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.397475 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.397577 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.397673 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.397759 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.397838 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.397934 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.398019 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.398098 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.398196 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.398288 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.398370 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.398477 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.398569 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.398648 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.398759 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.398853 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.398934 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.399035 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.399131 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.399211 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.399312 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.399418 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.399507 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.399607 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.399696 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.399774 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.399881 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.399981 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.400068 tramp-set-connection-property (7) # locked t 06:44:30.400330 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.400422 tramp-flush-connection-property (7) # locked 06:44:30.400501 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.400568 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.400630 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.400744 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.400872 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.400935 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.401023 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.401098 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.401157 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.401238 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.401309 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.401370 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.401444 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.401516 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.401577 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.401653 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.401720 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.401788 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.401867 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.401938 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.402001 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.402078 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.402144 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.402207 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.402283 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.402352 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.402415 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.402491 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.402561 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.402622 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.402693 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.402755 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.402821 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.402918 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.402996 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.403060 tramp-set-connection-property (7) # locked t 06:44:30.403206 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.403296 tramp-flush-connection-property (7) # locked 06:44:30.403371 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.403432 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.403488 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.403580 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.403657 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.403736 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.403807 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.403873 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.403927 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.403993 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.404053 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.404108 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.404176 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.404237 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.404290 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.404354 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.404415 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.404469 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.404535 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.404596 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.404652 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.404715 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.404774 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.404829 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.404891 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.404949 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.405005 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.405071 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.431258 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.431343 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.431428 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.431549 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.431619 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.431707 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.431792 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.431865 tramp-set-connection-property (7) # locked t 06:44:30.432067 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.432166 tramp-flush-connection-property (7) # locked 06:44:30.432254 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.432333 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.432407 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.432532 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.432628 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.432694 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.432786 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.432913 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.432982 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.433066 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.433138 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.433207 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.433289 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.433364 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.433430 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.433512 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.433588 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.433655 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.433736 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.433811 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.433877 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.433954 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.434023 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.434085 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.434160 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.434231 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.434295 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.434372 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.434442 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.434504 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.434579 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.434645 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.434708 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.434794 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.434873 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.434938 tramp-set-connection-property (7) # locked t 06:44:30.435098 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.435179 tramp-flush-connection-property (7) # locked 06:44:30.435255 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.435322 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.435382 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.435490 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.435581 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.435643 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.435728 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.435804 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.435863 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.435939 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.436004 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.436064 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.436140 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.436211 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.436270 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.436351 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.436438 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.436496 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.436567 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.436626 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.436678 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.436740 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.436797 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.436850 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.436913 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.436970 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.437023 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.437086 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.437142 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.437194 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.437255 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.437311 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.437362 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.437435 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.437497 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.437550 tramp-set-connection-property (7) # locked t 06:44:30.437664 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.437732 tramp-flush-connection-property (7) # locked 06:44:30.437796 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.437854 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.437908 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.437998 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.438073 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.438126 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.438195 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.438258 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.438311 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.438375 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.438434 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.438486 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.438549 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.438608 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.438660 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.438724 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.438782 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.438834 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.438896 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.438955 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.439008 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.439071 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.439128 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.439181 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.439243 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.439300 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.439353 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.439415 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.439471 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.439523 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.439584 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.439640 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.439692 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.439754 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.439811 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.439865 tramp-set-connection-property (7) # locked t 06:44:30.439939 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.439994 tramp-flush-connection-property (7) # locked 06:44:30.440057 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.440116 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.440167 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.440292 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.440403 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.440459 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.440528 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.440595 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.440650 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.440715 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.440776 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.440830 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.440893 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.440951 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.441004 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.441067 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.441126 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.441179 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.441243 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.441303 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.441357 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.441419 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.441478 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.441531 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.441595 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.441655 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.441711 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.441774 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.441832 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.441886 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.441950 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.442007 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.442060 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.442123 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.442184 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.442237 tramp-set-connection-property (7) # locked t 06:44:30.442310 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.442369 tramp-flush-connection-property (7) # locked 06:44:30.442432 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.442490 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.442543 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.442623 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.442701 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.442753 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.442821 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.442886 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.442937 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.443000 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.443059 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.443112 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.443195 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.443255 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.443310 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.443373 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.443432 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.443484 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.443549 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.443608 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.443659 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.443722 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.443782 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.443833 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.443896 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.443955 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.444008 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.444071 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.444129 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.444182 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.444244 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.444302 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.444355 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.444418 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.444477 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.444530 tramp-set-connection-property (7) # locked t 06:44:30.444604 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.444663 tramp-flush-connection-property (7) # locked 06:44:30.444726 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.444784 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.444838 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.444917 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.444993 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.445045 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.445115 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.445181 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.445234 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.445303 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.445398 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.445464 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.445563 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.445672 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.445773 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.445857 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.445925 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.445984 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.446053 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.446117 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.446175 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.446245 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.446309 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.446367 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.446475 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.446630 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.446692 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.446834 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.446976 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.447095 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.447278 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.447450 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.447610 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.447796 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.447967 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.448131 tramp-set-connection-property (7) # locked t 06:44:30.448525 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.448758 tramp-flush-connection-property (7) # locked 06:44:30.448951 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.449085 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.449189 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.449376 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.449534 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.449647 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.449795 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.449931 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.450033 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.450170 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.450318 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.450422 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.450555 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.450669 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.450775 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.450905 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.451029 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.451129 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.451258 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.451374 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.451456 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.451563 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.451632 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.451695 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.451762 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.451820 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.451872 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.451941 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.452000 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.452053 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.452114 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.452173 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.452227 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.452292 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.452354 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.452410 tramp-set-connection-property (7) # locked t 06:44:30.452524 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.452593 tramp-flush-connection-property (7) # locked 06:44:30.452658 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.452717 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.452769 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.452860 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.452938 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.452991 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.453060 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.453125 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.453181 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.453246 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.453302 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.453354 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.453421 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.453480 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.453532 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.453596 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.453655 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.453709 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.453772 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.453832 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.453885 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.453950 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.454008 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.454062 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.454124 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.454182 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.454237 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.454303 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.454361 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.454413 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.454476 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.454534 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.454587 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.454650 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.454709 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.454763 tramp-set-connection-property (7) # locked t 06:44:30.454836 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.454893 tramp-flush-connection-property (7) # locked 06:44:30.454956 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.455013 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.455066 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.455147 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.455233 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.455287 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.455356 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.455421 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.455476 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.455540 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.455599 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.455653 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.455714 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.455774 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.455828 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.455893 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.455953 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.456005 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.456068 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.456129 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.456183 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.456246 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.456306 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.456359 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.456421 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.456480 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.456536 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.456600 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.456659 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.456714 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.456775 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.456831 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.456885 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.456950 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.457011 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.457065 tramp-set-connection-property (7) # locked t 06:44:30.457139 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.457197 tramp-flush-connection-property (7) # locked 06:44:30.457260 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.457320 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.457376 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.457457 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.457534 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.457587 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.457658 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.457721 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.457776 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.457842 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.457902 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.457956 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.458019 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.458077 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.458131 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.458197 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.458257 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.458312 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.458378 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.458436 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.458489 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.458552 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.458612 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.458667 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.458731 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.458791 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.458845 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.458907 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.458964 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.459018 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.459082 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.459141 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.459196 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.459260 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.459318 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.459372 tramp-set-connection-property (7) # locked t 06:44:30.459446 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.459505 tramp-flush-connection-property (7) # locked 06:44:30.459570 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.459630 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.459685 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.459765 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.459843 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.459897 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.459966 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.460033 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.460088 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.460155 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.460263 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.460327 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.460392 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.490617 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.490696 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.490772 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.490857 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.490915 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.490986 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.491051 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.491109 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.491179 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.491243 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.491301 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.491371 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.491436 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.491493 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.491563 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.491626 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.491684 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.491753 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.491816 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.491873 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.491944 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.492012 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.492070 tramp-set-connection-property (7) # locked t 06:44:30.492215 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.492287 tramp-flush-connection-property (7) # locked 06:44:30.492357 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.492423 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.492482 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.492579 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.492664 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.492723 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.492800 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.492870 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.492928 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.492998 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.493062 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.493121 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.493190 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.493254 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.493312 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.493381 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.493445 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.493502 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.493570 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.493634 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.493692 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.493761 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.493823 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.493882 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.493950 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.494013 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.494070 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.494139 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.494201 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.494259 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.494326 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.494387 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.494444 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.494511 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.494574 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.494631 tramp-set-connection-property (7) # locked t 06:44:30.494710 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.494771 tramp-flush-connection-property (7) # locked 06:44:30.494839 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.494902 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.494959 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.495045 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.495129 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.495188 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.495265 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.495334 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.495394 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.495464 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.495525 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.495583 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.495657 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.495761 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.495862 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.495973 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.496079 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.496172 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.496283 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.496391 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.496488 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.496602 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.496709 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.496809 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.496925 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.497035 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.497146 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.497229 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.497294 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.497357 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.497519 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.497658 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.497800 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.498011 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.498224 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.498399 tramp-set-connection-property (7) # locked t 06:44:30.498714 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.498882 tramp-flush-connection-property (7) # locked 06:44:30.499051 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.499221 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.499403 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.499687 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.499853 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.499959 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.500118 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.500286 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.500390 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.500526 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.500639 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.500746 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.500875 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.500993 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.501096 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.501229 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.501345 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.501451 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.501582 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.501702 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.501808 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.501936 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.502051 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.502154 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.502256 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.502325 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.502385 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.502488 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.502591 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.502672 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.502744 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.502807 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.502866 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.502937 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.503004 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.503065 tramp-set-connection-property (7) # locked t 06:44:30.503184 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.503255 tramp-flush-connection-property (7) # locked 06:44:30.503324 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.503391 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.503448 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.503545 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.503629 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.503689 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.503765 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.503834 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.503891 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.503961 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.504023 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.504083 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.504153 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.504216 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.504276 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.504346 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.504411 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.504469 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.504539 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.504606 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.504664 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.504734 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.504799 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.504856 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.504925 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.504989 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.505048 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.505117 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.505180 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.505239 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.505308 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.505370 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.505429 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.505496 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.505562 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.505620 tramp-set-connection-property (7) # locked t 06:44:30.505700 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.505765 tramp-flush-connection-property (7) # locked 06:44:30.505834 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.505898 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.505955 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.506043 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.506126 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.506183 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.506260 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.506334 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.506392 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.506463 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.506527 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.506585 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.506655 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.506719 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.506778 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.506847 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.506914 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.506972 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.507041 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.507106 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.507163 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.507233 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.507297 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.507355 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.507423 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.507489 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.507547 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.507615 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.507678 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.507737 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.507804 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.507865 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.507924 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.507993 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.508056 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.508115 tramp-set-connection-property (7) # locked t 06:44:30.508194 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.508257 tramp-flush-connection-property (7) # locked 06:44:30.508324 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.508389 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.508448 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.508533 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.508617 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.508675 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.508752 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.508823 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.508882 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.508952 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.509016 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.509074 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.509143 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.509209 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.509267 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.509337 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.509403 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.509463 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.509533 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.509599 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.509657 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.509726 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.509789 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.509847 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.509917 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.509981 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.510038 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.510107 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.510171 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.510255 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.510325 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.510388 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.510447 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.510515 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.510579 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.510638 tramp-set-connection-property (7) # locked t 06:44:30.510720 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.510781 tramp-flush-connection-property (7) # locked 06:44:30.510850 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.510916 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.510975 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.511059 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.511146 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.511204 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.511280 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.511350 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.511408 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.511480 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.511542 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.511599 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.511670 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.511734 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.511814 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.511921 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.512046 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.512150 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.512251 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.512319 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.512379 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.512448 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.512511 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.512568 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.512638 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.512702 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.512761 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.512831 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.512893 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.512950 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.513061 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.513179 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.513272 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.513391 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.513537 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.513643 tramp-set-connection-property (7) # locked t 06:44:30.513907 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.514088 tramp-flush-connection-property (7) # locked 06:44:30.514263 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.514422 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.514524 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.514708 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.514872 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.514976 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.515116 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.515320 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.515482 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.515650 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.515763 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.515872 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.516005 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.516118 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.516218 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.516351 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.516474 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.516579 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.516703 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.516821 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.516929 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.517056 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.517168 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.517273 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.517396 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.517547 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.517654 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.517776 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.517887 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.517989 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.518116 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.518214 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.518308 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.518414 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.518490 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.518555 tramp-set-connection-property (7) # locked t 06:44:30.518679 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.518752 tramp-flush-connection-property (7) # locked 06:44:30.518824 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.518891 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.518947 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.519046 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.519133 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.519193 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.519271 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.519343 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.519400 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.519471 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.519536 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.519597 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.519670 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.519734 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.519795 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.519866 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.519930 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.519989 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.520081 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.520149 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.520238 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.520311 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.520377 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.520435 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.520506 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.520571 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.520632 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.520702 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.520766 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.520825 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.520894 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.520959 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.521018 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.521089 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.521155 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.521212 tramp-set-connection-property (7) # locked t 06:44:30.521292 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.521357 tramp-flush-connection-property (7) # locked 06:44:30.521427 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.521494 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.521553 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.521640 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.521724 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.521781 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.521857 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.521932 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.521992 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.522062 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.522127 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.522191 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.522262 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.522326 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.522386 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.522458 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.522524 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.522584 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.522654 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.522719 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.522776 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.522844 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.522911 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.522971 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.523041 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.523107 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.523166 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.523234 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.523298 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.523356 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.523427 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.523494 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.523555 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.523624 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.523688 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.523747 tramp-set-connection-property (7) # locked t 06:44:30.554894 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.555033 tramp-flush-connection-property (7) # locked 06:44:30.555111 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.555196 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.555256 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.555360 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.555444 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.555502 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.555580 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.555675 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.555733 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.555804 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.555868 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.555926 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.555997 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.556060 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.556118 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.556188 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.556253 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.556311 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.556380 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.556446 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.556505 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.556573 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.556637 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.556695 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.556765 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.556828 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.556885 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.556953 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.557016 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.557073 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.557140 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.557202 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.557259 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.557327 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.557393 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.557451 tramp-set-connection-property (7) # locked t 06:44:30.557573 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.557634 tramp-flush-connection-property (7) # locked 06:44:30.557703 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.557767 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.557823 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.557907 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.557998 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.558056 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.558131 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.558200 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.558257 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.558326 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.558388 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.558445 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.558514 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.558576 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.558633 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.558702 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.558767 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.558826 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.558896 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.558960 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.559017 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.559085 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.559150 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.559207 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.559276 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.559338 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.559394 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.559463 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.559525 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.559583 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.559649 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.559712 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.559770 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.559837 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.559901 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.559958 tramp-set-connection-property (7) # locked t 06:44:30.560038 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.560099 tramp-flush-connection-property (7) # locked 06:44:30.560166 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.560265 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.560332 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.560419 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.560502 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.560559 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.560634 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.560704 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.560761 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.560831 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.560895 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.560953 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.561021 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.561084 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.561143 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.561213 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.561279 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.561337 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.561409 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.561473 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.561533 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.561603 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.561666 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.561724 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.561793 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.561858 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.561917 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.561985 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.562049 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.562106 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.562181 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.562285 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.562374 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.562480 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.562602 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.562697 tramp-set-connection-property (7) # locked t 06:44:30.562786 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.562850 tramp-flush-connection-property (7) # locked 06:44:30.562921 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.562987 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.563045 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.563133 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.563217 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.563276 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.563354 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.563425 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.563524 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.563651 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.563754 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.563857 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.563986 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.564097 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.564208 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.564420 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.564641 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.564803 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.564973 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.565101 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.565212 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.565344 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.565467 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.565571 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.565744 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.565947 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.566100 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.566229 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.566349 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.566485 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.566610 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.566723 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.566832 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.566962 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.567088 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.567195 tramp-set-connection-property (7) # locked t 06:44:30.567416 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.567550 tramp-flush-connection-property (7) # locked 06:44:30.567684 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.567791 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.567897 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.568078 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.568238 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.568344 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.568496 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.568625 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.568721 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.568840 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.568916 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.568977 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.569049 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.569114 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.569171 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.569243 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.569308 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.569367 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.569436 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.569502 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.569561 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.569630 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.569693 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.569754 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.569823 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.569909 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.569977 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.570047 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.570109 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.570167 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.570264 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.570329 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.570389 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.570459 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.570527 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.570588 tramp-set-connection-property (7) # locked t 06:44:30.570705 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.570778 tramp-flush-connection-property (7) # locked 06:44:30.570847 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.570911 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.570970 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.571066 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.571150 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.571208 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.571284 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.571355 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.571412 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.571480 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.571543 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.571604 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.571673 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.571737 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.571796 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.571867 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.571932 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.571990 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.572061 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.572126 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.572184 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.572252 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.572342 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.572402 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.572471 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.572535 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.572592 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.572661 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.572723 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.572782 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.572849 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.572912 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.572969 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.573037 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.573102 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.573160 tramp-set-connection-property (7) # locked t 06:44:30.573239 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.573303 tramp-flush-connection-property (7) # locked 06:44:30.573373 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.573437 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.573496 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.573583 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.573667 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.573724 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.573801 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.573872 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.573929 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.573999 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.574063 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.574121 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.574190 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.574254 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.574312 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.574381 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.574445 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.574503 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.574573 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.574644 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.574702 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.574771 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.574836 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.574894 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.574962 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.575027 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.575085 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.575154 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.575217 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.575275 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.575343 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.575407 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.575466 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.575533 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.575598 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.575656 tramp-set-connection-property (7) # locked t 06:44:30.575736 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.575799 tramp-flush-connection-property (7) # locked 06:44:30.575869 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.575934 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.575992 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.576077 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.576160 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.576220 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.576296 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.576367 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.576424 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.576494 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.576557 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.576614 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.576682 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.576749 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.576807 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.576875 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.576941 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.576999 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.577081 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.577147 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.577206 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.577274 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.577338 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.577396 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.577466 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.577529 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.577585 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.577657 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.577720 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.577778 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.577845 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.577908 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.577967 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.578035 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.578099 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.578157 tramp-set-connection-property (7) # locked t 06:44:30.578239 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.578300 tramp-flush-connection-property (7) # locked 06:44:30.578369 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.578435 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.578492 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.578578 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.578662 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.578721 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.578795 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.578864 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.578923 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.578993 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.579057 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.579115 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.579183 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.579247 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.579316 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.579423 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.579531 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.579637 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.579757 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.579834 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.579894 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.579965 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.580029 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.580088 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.580159 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.580250 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.580310 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.580382 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.580446 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.580507 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.580637 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.580748 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.580846 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.580967 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.581083 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.581176 tramp-set-connection-property (7) # locked t 06:44:30.581455 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.581649 tramp-flush-connection-property (7) # locked 06:44:30.581839 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.581996 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.582092 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.582280 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.582441 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.582547 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.582711 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.582916 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.583068 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.583219 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.583332 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.583444 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.583574 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.583693 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.583797 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.583930 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.584049 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.584187 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.584323 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.584444 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.584546 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.584670 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.584789 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.584886 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.585012 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.585138 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.585246 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.585371 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.585489 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.585595 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.585717 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.585818 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.585921 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.586004 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.586075 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.586137 tramp-set-connection-property (7) # locked t 06:44:30.586260 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.586333 tramp-flush-connection-property (7) # locked 06:44:30.586402 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.586469 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.586530 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.586630 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.586715 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.586774 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.586853 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.586923 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.586982 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.587054 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.587121 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.587184 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.587255 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.587320 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.587378 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.587447 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.587574 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.587769 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.587846 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.587912 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.587972 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.619544 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.619708 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.619814 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.619941 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.620012 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.620073 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.620148 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.620243 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.620308 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.620379 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.620443 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.620503 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.620577 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.620648 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.620711 tramp-set-connection-property (7) # locked t 06:44:30.620830 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.620905 tramp-flush-connection-property (7) # locked 06:44:30.620976 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.621043 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.621103 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.621202 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.621286 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.621346 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.621423 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.621495 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.621553 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.621624 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.621687 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.621746 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.621815 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.621879 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.621938 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.622007 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.622072 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.622130 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.622238 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.622305 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.622363 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.622433 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.622497 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.622557 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.622625 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.622689 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.622747 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.622816 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.622881 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.622941 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.623009 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.623072 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.623130 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.623199 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.623264 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.623322 tramp-set-connection-property (7) # locked t 06:44:30.623402 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.623464 tramp-flush-connection-property (7) # locked 06:44:30.623533 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.623597 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.623655 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.623741 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.623825 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.623883 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.623959 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.624030 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.624088 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.624165 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.624228 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.624286 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.624356 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.624421 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.624479 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.624551 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.624619 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.624678 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.624748 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.624820 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.624880 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.624951 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.625015 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.625074 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.625144 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.625215 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.625275 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.625346 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.625410 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.625469 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.625538 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.625602 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.625661 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.625730 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.625795 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.625854 tramp-set-connection-property (7) # locked t 06:44:30.625934 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.625995 tramp-flush-connection-property (7) # locked 06:44:30.626064 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.626129 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.626188 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.626274 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.626358 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.626417 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.626493 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.626564 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.626622 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.626694 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.626758 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.626817 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.626887 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.626953 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.627011 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.627082 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.627148 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.627208 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.627279 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.627345 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.627404 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.627480 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.627545 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.627603 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.627674 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.627739 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.627798 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.627868 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.627932 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.627991 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.628060 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.628124 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.628183 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.628253 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.628318 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.628378 tramp-set-connection-property (7) # locked t 06:44:30.628458 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.628521 tramp-flush-connection-property (7) # locked 06:44:30.628589 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.628655 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.628747 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.628880 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.629018 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.629120 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.629205 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.629278 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.629338 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.629409 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.629474 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.629533 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.629603 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.629669 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.629728 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.629798 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.629862 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.629931 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.630066 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.630196 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.630297 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.630424 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.630537 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.630640 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.630880 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.631097 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.631254 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.631439 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.631562 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.631668 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.631800 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.631922 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.632024 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.632191 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.632408 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.632563 tramp-set-connection-property (7) # locked t 06:44:30.632795 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.632921 tramp-flush-connection-property (7) # locked 06:44:30.633054 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.633173 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.633278 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.633465 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.633631 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.633732 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.633877 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.634020 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.634125 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.634244 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.634354 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.634459 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.634587 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.634749 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.634853 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.634990 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.635104 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.635193 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.635312 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.635385 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.635445 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.635515 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.635582 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.635639 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.635709 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.635774 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.635833 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.635903 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.635984 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.636044 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.636116 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.636180 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.636239 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.636309 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.636380 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.636440 tramp-set-connection-property (7) # locked t 06:44:30.636558 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.636635 tramp-flush-connection-property (7) # locked 06:44:30.636705 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.636769 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.636827 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.636925 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.637015 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.637073 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.637150 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.637221 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.637278 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.637349 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.637414 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.637471 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.637539 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.637604 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.637664 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.637734 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.637798 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.637857 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.637930 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.637994 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.638052 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.638122 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.638185 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.638242 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.638311 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.638376 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.638434 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.638503 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.638567 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.638626 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.638693 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.638755 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.638813 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.638890 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.638954 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.639012 tramp-set-connection-property (7) # locked t 06:44:30.639092 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.639155 tramp-flush-connection-property (7) # locked 06:44:30.639224 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.639290 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.639350 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.639436 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.639511 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.639566 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.639638 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.639702 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.639755 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.639820 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.639878 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.639930 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.639993 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.640053 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.640107 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.640170 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.640267 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.640333 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.640405 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.640469 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.640530 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.640595 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.640654 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.640706 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.640769 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.640828 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.640881 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.640944 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.641001 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.641055 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.641117 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.641174 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.641230 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.641292 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.641351 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.641405 tramp-set-connection-property (7) # locked t 06:44:30.641482 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.641538 tramp-flush-connection-property (7) # locked 06:44:30.641600 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.641662 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.641722 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.641802 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.641877 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.641932 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.642002 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.642067 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.642118 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.642184 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.642243 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.642296 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.642360 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.642419 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.642471 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.642536 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.642596 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.642654 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.642719 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.642779 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.642836 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.642899 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.642956 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.643009 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.643074 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.643133 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.643186 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.643249 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.643305 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.643359 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.643421 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.643480 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.643532 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.643594 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.643654 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.643709 tramp-set-connection-property (7) # locked t 06:44:30.643783 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.643841 tramp-flush-connection-property (7) # locked 06:44:30.643905 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.643965 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.644019 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.644098 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.644183 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.644238 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.644307 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.644373 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.644428 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.644499 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.644557 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.644609 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.644673 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.644734 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.644790 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.644857 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.644917 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.644970 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.645035 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.645097 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.645152 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.645216 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.645276 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.645331 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.645393 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.645451 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.645508 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.645573 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.645632 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.645686 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.645748 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.645841 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.645908 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.646006 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.646107 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.646212 tramp-set-connection-property (7) # locked t 06:44:30.646331 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.646397 tramp-flush-connection-property (7) # locked 06:44:30.646468 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.646533 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.646595 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.646689 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.646775 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.646837 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.646954 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.647093 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.647185 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.647312 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.647421 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.647524 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.647683 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.647845 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.647993 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.648178 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.648342 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.648443 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.648589 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.648717 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.648822 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.648953 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.649084 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.649255 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.649431 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.649557 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.649666 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.649794 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.649905 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.650019 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.650149 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.650297 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.650403 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.650539 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.650661 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.650770 tramp-set-connection-property (7) # locked t 06:44:30.650981 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.651109 tramp-flush-connection-property (7) # locked 06:44:30.651239 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.651361 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.651470 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.651662 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.651792 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.651872 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.679686 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.679851 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.679948 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.680064 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.680228 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.680337 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.680469 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.680575 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.680640 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.680714 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.680790 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.680860 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.680944 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.681018 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.681083 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.681165 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.681267 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.681342 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.681429 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.681510 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.681579 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.681661 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.681736 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.681803 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.681885 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.681959 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.682028 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.682113 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.682192 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.682262 tramp-set-connection-property (7) # locked t 06:44:30.682438 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.682531 tramp-flush-connection-property (7) # locked 06:44:30.682618 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.682693 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.682758 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.682885 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.682985 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.683056 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.683148 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.683229 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.683291 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.683376 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.683445 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.683510 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.683589 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.683658 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.683720 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.683797 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.683869 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.683932 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.684009 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.684080 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.684171 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.684251 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.684321 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.684393 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.684473 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.684544 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.684610 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.684688 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.684759 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.684825 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.684904 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.684973 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.685037 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.685118 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.685193 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.685261 tramp-set-connection-property (7) # locked t 06:44:30.685417 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.685502 tramp-flush-connection-property (7) # locked 06:44:30.685583 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.685655 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.685721 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.685836 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.685928 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.685988 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.686094 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.686171 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.686233 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.686299 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.686357 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.686412 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.686478 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.686538 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.686592 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.686659 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.686719 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.686774 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.686839 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.686900 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.686955 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.687021 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.687081 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.687135 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.687200 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.687261 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.687315 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.687381 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.687441 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.687517 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.687582 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.687641 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.687695 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.687760 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.687823 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.687880 tramp-set-connection-property (7) # locked t 06:44:30.687985 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.688051 tramp-flush-connection-property (7) # locked 06:44:30.688117 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.688178 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.688233 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.688313 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.688391 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.688446 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.688517 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.688583 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.688637 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.688703 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.688762 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.688816 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.688880 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.688941 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.688995 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.689060 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.689120 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.689174 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.689240 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.689301 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.689355 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.689418 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.689478 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.689532 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.689597 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.689656 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.689710 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.689780 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.689840 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.689894 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.689956 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.690015 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.690068 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.690131 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.690222 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.690286 tramp-set-connection-property (7) # locked t 06:44:30.690369 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.690427 tramp-flush-connection-property (7) # locked 06:44:30.690491 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.690551 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.690605 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.690698 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.690780 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.690837 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.690907 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.690972 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.691028 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.691092 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.691150 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.691204 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.691268 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.691328 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.691382 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.691453 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.691544 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.691599 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.691665 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.691725 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.691779 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.691844 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.691903 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.691958 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.692021 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.692080 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.692134 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.692198 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.692257 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.692311 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.692374 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.692434 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.692487 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.692549 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.692608 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.692664 tramp-set-connection-property (7) # locked t 06:44:30.692738 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.692795 tramp-flush-connection-property (7) # locked 06:44:30.692860 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.692920 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.692973 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.693054 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.693131 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.693184 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.693255 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.693327 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.693381 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.693446 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.693505 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.693559 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.693623 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.693683 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.693737 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.693802 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.693863 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.693916 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.693980 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.694042 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.694095 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.694157 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.694218 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.694272 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.694335 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.694393 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.694448 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.694511 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.694570 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.694624 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.694688 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.694745 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.694799 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.694862 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.694922 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.694976 tramp-set-connection-property (7) # locked t 06:44:30.695049 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.695107 tramp-flush-connection-property (7) # locked 06:44:30.695176 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.695266 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.695346 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.695486 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.695623 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.695717 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.695834 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.695946 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.696039 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.696145 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.696248 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.696337 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.696446 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.696569 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.696637 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.696708 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.696792 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.696854 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.696931 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.696998 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.697057 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.697129 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.697217 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.697278 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.697358 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.697434 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.697501 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.697580 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.697651 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.697720 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.697799 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.697895 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.697963 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.698050 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.698129 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.698198 tramp-set-connection-property (7) # locked t 06:44:30.698366 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.698455 tramp-flush-connection-property (7) # locked 06:44:30.698538 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.698608 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.698677 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.698800 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.698895 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.698959 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.699060 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.699140 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.699203 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.699282 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.699355 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.699419 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.699497 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.699568 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.699631 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.699711 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.699782 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.699845 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.699925 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.699995 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.700058 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.700136 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.700261 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.700330 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.700411 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.700479 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.700539 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.700613 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.700712 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.700778 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.700852 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.700919 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.700981 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.701060 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.701133 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.701196 tramp-set-connection-property (7) # locked t 06:44:30.701352 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.701436 tramp-flush-connection-property (7) # locked 06:44:30.701518 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.701589 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.701651 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.701763 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.701855 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.701923 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.702010 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.702086 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.702172 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.702251 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.702316 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.702370 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.702435 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.702493 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.702547 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.702613 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.702674 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.702726 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.702789 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.702850 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.702906 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.702969 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.703027 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.703080 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.703146 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.703205 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.703259 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.703326 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.703386 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.703440 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.703505 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.703565 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.703619 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.703683 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.703745 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.703801 tramp-set-connection-property (7) # locked t 06:44:30.703914 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.703980 tramp-flush-connection-property (7) # locked 06:44:30.704046 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.704105 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.704158 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.704239 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.704337 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.704393 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.704463 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.704530 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.704586 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.704650 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.704708 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.704764 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.704831 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.704891 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.704947 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.705012 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.705072 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.705126 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.705192 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.705255 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.705309 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.705373 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.705432 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.705486 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.705551 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.705612 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.705667 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.705732 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.705791 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.705843 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.705906 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.705966 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.706021 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.706085 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.706146 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.706200 tramp-set-connection-property (7) # locked t 06:44:30.706274 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.706331 tramp-flush-connection-property (7) # locked 06:44:30.706395 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.706458 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.706513 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.706594 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.706672 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.706725 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.706795 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.706860 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.706917 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.706983 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.707050 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.707106 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.707170 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.707229 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.707283 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.707349 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.707443 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.707499 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.707567 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.707628 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.707682 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.707745 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.707805 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.707861 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.707927 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.707989 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.708044 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.708108 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.708168 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.708228 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.737070 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.737174 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.737256 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.737374 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.737451 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.737511 tramp-set-connection-property (7) # locked t 06:44:30.737629 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.737699 tramp-flush-connection-property (7) # locked 06:44:30.737767 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.737831 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.737888 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.737981 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.738063 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.738121 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.738194 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.738262 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.738317 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.738384 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.738444 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.738498 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.738563 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.738624 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.738678 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.738744 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.738804 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.738859 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.738925 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.738987 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.739041 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.739107 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.739168 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.739222 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.739306 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.739366 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.739421 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.739487 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.739547 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.739600 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.739663 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.739722 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.739776 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.739840 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.739901 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.739956 tramp-set-connection-property (7) # locked t 06:44:30.740031 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.740090 tramp-flush-connection-property (7) # locked 06:44:30.740155 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.740254 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.740319 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.740402 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.740481 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.740537 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.740609 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.740676 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.740730 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.740796 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.740855 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.740910 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.740975 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.741035 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.741088 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.741153 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.741214 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.741268 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.741332 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.741393 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.741448 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.741513 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.741573 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.741628 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.741692 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.741752 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.741808 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.741872 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.741931 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.741986 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.742049 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.742108 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.742162 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.742226 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.742288 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.742343 tramp-set-connection-property (7) # locked t 06:44:30.742420 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.742479 tramp-flush-connection-property (7) # locked 06:44:30.742544 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.742605 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.742660 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.742741 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.742826 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.742882 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.742952 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.743023 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.743079 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.743144 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.743203 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.743257 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.743321 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.743382 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.743437 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.743502 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.743562 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.743617 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.743682 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.743743 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.743796 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.743861 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.743920 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.743975 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.744039 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.744098 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.744152 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.744217 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.744276 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.744330 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.744393 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.744452 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.744506 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.744569 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.744629 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.744683 tramp-set-connection-property (7) # locked t 06:44:30.744759 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.744817 tramp-flush-connection-property (7) # locked 06:44:30.744880 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.744940 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.744995 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.745074 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.745150 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.745205 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.745275 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.745340 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.745395 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.745460 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.745519 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.745599 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.745689 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.745791 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.745887 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.746000 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.746106 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.746198 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.746307 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.746411 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.746501 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.746613 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.746716 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.746808 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.746938 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.747011 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.747073 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.747145 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.747216 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.747283 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.747360 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.747428 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.747492 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.747573 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.747654 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.747726 tramp-set-connection-property (7) # locked t 06:44:30.747912 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.748011 tramp-flush-connection-property (7) # locked 06:44:30.748130 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.748217 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.748288 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.748416 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.748518 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.748585 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.748674 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.748755 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.748820 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.748906 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.748977 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.749042 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.749126 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.749197 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.749265 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.749346 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.749420 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.749489 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.749570 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.749644 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.749711 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.749788 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.749857 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.749923 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.750001 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.750070 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.750132 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.750252 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.750351 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.750413 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.750488 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.750556 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.750616 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.750693 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.750768 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.750834 tramp-set-connection-property (7) # locked t 06:44:30.750995 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.751079 tramp-flush-connection-property (7) # locked 06:44:30.751165 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.751236 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.751300 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.751411 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.751505 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.751570 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.751656 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.751733 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.751799 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.751881 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.751948 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.752015 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.752091 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.752162 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.752224 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.752305 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.752373 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.752431 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.752520 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.752609 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.752668 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.752739 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.752800 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.752855 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.752918 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.752977 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.753032 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.753096 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.753154 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.753209 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.753273 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.753333 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.753386 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.753452 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.753516 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.753571 tramp-set-connection-property (7) # locked t 06:44:30.753686 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.753754 tramp-flush-connection-property (7) # locked 06:44:30.753819 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.753877 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.753932 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.754026 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.754119 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.754173 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.754244 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.754311 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.754364 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.754428 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.754486 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.754541 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.754605 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.754663 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.754724 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.754788 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.754848 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.754902 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.754968 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.755030 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.755084 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.755146 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.755207 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.755260 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.755322 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.755382 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.755436 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.755499 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.755556 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.755612 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.755674 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.755732 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.755784 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.755849 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.755910 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.755963 tramp-set-connection-property (7) # locked t 06:44:30.756038 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.756095 tramp-flush-connection-property (7) # locked 06:44:30.756159 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.756220 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.756282 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.756368 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.756452 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.756512 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.756589 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.756660 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.756712 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.756776 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.756837 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.756890 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.756952 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.757012 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.757068 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.757132 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.757191 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.757244 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.757308 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.757369 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.757422 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.757492 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.757550 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.757605 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.757669 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.757731 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.757784 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.757847 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.757908 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.757961 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.758024 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.758080 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.758136 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.758202 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.758262 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.758316 tramp-set-connection-property (7) # locked t 06:44:30.758391 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.758448 tramp-flush-connection-property (7) # locked 06:44:30.758513 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.758573 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.758627 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.758706 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.758788 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.758844 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.758914 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.758978 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.759030 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.759094 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.759154 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.759208 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.759273 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.759332 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.759386 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.759450 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.759517 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.759572 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.759636 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.759696 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.759749 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.759812 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.759872 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.759926 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.759990 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.760049 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.760102 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.760165 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.760264 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.760329 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.760394 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.760454 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.760507 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.760570 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.760630 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.760687 tramp-set-connection-property (7) # locked t 06:44:30.760763 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.760822 tramp-flush-connection-property (7) # locked 06:44:30.760885 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.760945 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.761001 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.761081 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.761167 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.761224 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.761294 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.761359 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.761415 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.761477 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.761537 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.761593 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.761658 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.761718 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.761773 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.761838 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.761897 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.761952 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.762018 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.762081 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.762136 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.762199 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.762258 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.762311 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.762376 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.762437 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.762493 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.762558 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.762617 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.762698 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.762775 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.762873 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.762973 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.763086 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.763191 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.763281 tramp-set-connection-property (7) # locked t 06:44:30.763404 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.763497 tramp-flush-connection-property (7) # locked 06:44:30.763617 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.763735 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.763840 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.763991 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.764122 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.764186 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.764266 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.764341 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.764402 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.764482 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.764550 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.764615 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.764695 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.764765 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.764829 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.803778 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.803906 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.804010 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.804139 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.804232 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.804320 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.804417 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.804507 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.804588 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.804683 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.804770 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.804849 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.804942 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.805027 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.805106 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.805196 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.805279 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.805357 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.805451 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.805538 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.805618 tramp-set-connection-property (7) # locked t 06:44:30.805759 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.805850 tramp-flush-connection-property (7) # locked 06:44:30.805942 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.806030 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.806109 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.806240 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.806358 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.806437 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.806542 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.806641 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.806719 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.806812 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.806896 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.806974 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.807068 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.807155 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.807235 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.807329 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.807418 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.807498 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.807593 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.807682 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.807763 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.807856 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.807943 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.808022 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.808114 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.808201 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.808280 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.808372 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.808457 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.808537 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.808628 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.808713 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.808793 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.808884 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.808969 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.809049 tramp-set-connection-property (7) # locked t 06:44:30.809151 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.809233 tramp-flush-connection-property (7) # locked 06:44:30.809324 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.809411 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.809491 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.809610 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.809735 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.809816 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.809919 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.810024 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.810102 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.810219 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.810315 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.810398 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.810491 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.810580 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.810659 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.810753 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.810840 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.810919 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.811012 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.811101 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.811180 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.811272 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.811358 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.811438 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.811529 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.811615 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.811693 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.811785 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.811869 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.811948 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.812038 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.812122 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.812210 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.812309 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.812404 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.812491 tramp-set-connection-property (7) # locked t 06:44:30.812606 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.812697 tramp-flush-connection-property (7) # locked 06:44:30.812798 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.812893 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.812982 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.813116 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.813245 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.813332 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.813453 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.813565 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.813656 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.813780 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.813882 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.813974 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.814090 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.814211 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.814312 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.814440 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.814555 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.814693 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.814819 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.814933 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.815030 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.815154 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.815264 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.815358 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.815474 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.815582 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.815684 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.815802 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.815909 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.816009 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.816124 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.816228 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.816323 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.816435 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.816546 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.816645 tramp-set-connection-property (7) # locked t 06:44:30.816860 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.816978 tramp-flush-connection-property (7) # locked 06:44:30.817094 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.817196 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.817293 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.817463 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.817612 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.817708 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.817841 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.817956 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.818048 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.818164 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.818267 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.818362 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.818478 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.818584 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.818678 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.818792 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.818890 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.818980 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.819084 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.819173 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.819253 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.819345 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.819430 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.819506 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.819603 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.819689 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.819767 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.819860 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.819947 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.820026 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.820118 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.820237 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.820330 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.820425 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.820515 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.820597 tramp-set-connection-property (7) # locked t 06:44:30.820735 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.820826 tramp-flush-connection-property (7) # locked 06:44:30.820919 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.821006 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.821086 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.821214 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.821347 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.821429 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.821534 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.821630 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.821709 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.821804 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.821887 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.821965 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.822059 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.822145 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.822224 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.822318 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.822406 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.822482 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.822578 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.822671 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.822751 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.822844 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.822930 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.823011 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.823103 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.823189 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.823267 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.823359 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.823445 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.823521 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.823607 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.823690 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.823767 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.823855 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.823938 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.824017 tramp-set-connection-property (7) # locked t 06:44:30.824115 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.824194 tramp-flush-connection-property (7) # locked 06:44:30.824284 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.824367 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.824442 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.824559 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.824673 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.824748 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.824848 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.824945 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.825022 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.825111 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.825194 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.825271 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.825362 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.825445 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.825523 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.825614 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.825701 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.825775 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.825866 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.825953 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.826028 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.826130 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.826216 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.826292 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.826380 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.826464 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.826544 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.826633 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.826714 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.826791 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.826881 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.826962 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.827036 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.827126 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.827210 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.827285 tramp-set-connection-property (7) # locked t 06:44:30.827384 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.827465 tramp-flush-connection-property (7) # locked 06:44:30.827553 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.827636 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.827712 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.827829 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.827942 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.828017 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.828119 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.828223 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.828299 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.828389 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.828475 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.828553 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.828643 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.828726 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.828813 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.828910 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.828997 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.829072 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.829168 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.829258 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.829340 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.829439 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.829536 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.829623 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.829726 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.829823 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.829907 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.830009 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.830104 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.830205 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.830310 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.830401 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.830490 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.830597 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.830692 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.830780 tramp-set-connection-property (7) # locked t 06:44:30.830955 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.831067 tramp-flush-connection-property (7) # locked 06:44:30.831180 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.831282 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.831380 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.831556 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.831712 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.831843 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.831986 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.832109 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.832208 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.832329 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.832439 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.832529 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.832646 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.832761 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.832857 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.832977 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.833085 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.833186 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.833306 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.833411 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.833504 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.833615 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.833720 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.833811 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.833928 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.834029 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.834121 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.834231 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.834338 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.834431 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.834541 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.834643 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.834735 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.834854 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.834960 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.835082 tramp-set-connection-property (7) # locked t 06:44:30.835266 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.835382 tramp-flush-connection-property (7) # locked 06:44:30.835501 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.835608 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.835708 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.835876 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.836008 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.836097 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.836215 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.836322 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.836402 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.836501 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.836584 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.836661 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.836757 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.836846 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.836927 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.837025 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.837115 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.837194 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.837287 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.837377 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.837463 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.837559 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.837665 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.837745 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.837840 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.837924 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.838007 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.838107 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.838194 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.838273 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.838671 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.838759 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.838839 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.838944 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.839034 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.839111 tramp-set-connection-property (7) # locked t 06:44:30.839229 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.839297 tramp-flush-connection-property (7) # locked 06:44:30.839363 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.839423 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.839478 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.839563 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.839643 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.839697 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.839769 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.839834 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.839886 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.839953 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.840013 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.840068 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.840139 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.840230 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.840294 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.840362 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.840430 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.840493 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.840561 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.840628 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.840688 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.840759 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.840818 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.840871 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.840937 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.840998 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.841062 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.841165 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.841236 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.841298 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.841372 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.841430 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.841485 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.841551 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.841613 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.841668 tramp-set-connection-property (7) # locked t 06:44:30.841746 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.841805 tramp-flush-connection-property (7) # locked 06:44:30.841868 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.873798 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.873881 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.874005 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.874111 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.874173 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.874252 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.874324 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.874385 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.874456 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.874520 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.874579 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.874651 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.874736 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.874800 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.874873 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.874938 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.874998 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.875068 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.875134 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.875194 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.875265 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.875330 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.875389 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.875459 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.875523 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.875584 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.875654 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.875717 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.875776 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.875844 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.875908 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.875967 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.876037 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.876106 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.876167 tramp-set-connection-property (7) # locked t 06:44:30.876293 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.876365 tramp-flush-connection-property (7) # locked 06:44:30.876435 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.876501 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.876560 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.876647 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.876732 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.876792 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.876870 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.876944 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.877002 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.877074 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.877139 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.877198 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.877268 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.877333 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.877392 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.877463 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.877530 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.877589 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.877660 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.877726 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.877785 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.877854 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.877919 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.877978 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.878048 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.878112 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.878170 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.878239 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.878303 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.878362 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.878431 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.878495 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.878555 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.878625 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.878689 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.878749 tramp-set-connection-property (7) # locked t 06:44:30.878831 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.878910 tramp-flush-connection-property (7) # locked 06:44:30.879028 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.879136 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.879233 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.879369 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.879520 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.879621 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.879752 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.879875 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.879981 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.880101 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.880242 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.880330 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.880409 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.880477 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.880607 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.880777 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.880923 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.881089 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.881333 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.881554 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.881715 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.881909 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.882076 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.882210 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.882406 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.882599 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.882761 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.882904 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.883023 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.883133 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.883260 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.883375 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.883482 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.883615 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.883741 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.883851 tramp-set-connection-property (7) # locked t 06:44:30.884078 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.884204 tramp-flush-connection-property (7) # locked 06:44:30.884335 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.884453 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.884564 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.884755 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.884915 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.885021 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.885169 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.885304 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.885407 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.885498 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.885600 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.885696 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.885777 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.885844 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.885903 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.885975 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.886042 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.886100 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.886171 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.886237 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.886295 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.886366 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.886429 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.886488 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.886558 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.886624 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.886685 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.886754 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.886843 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.886903 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.886973 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.887036 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.887094 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.887166 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.887236 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.887297 tramp-set-connection-property (7) # locked t 06:44:30.887415 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.887490 tramp-flush-connection-property (7) # locked 06:44:30.887561 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.887627 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.887686 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.887782 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.887866 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.887926 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.888002 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.888075 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.888133 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.888203 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.888268 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.888327 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.888396 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.888460 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.888520 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.888591 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.888657 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.888715 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.888787 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.888854 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.888918 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.888988 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.889054 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.889113 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.889183 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.889249 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.889308 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.889377 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.889440 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.889500 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.889568 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.889631 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.889691 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.889761 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.889826 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.889885 tramp-set-connection-property (7) # locked t 06:44:30.889967 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.890032 tramp-flush-connection-property (7) # locked 06:44:30.890100 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.890165 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.890253 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.890342 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.890426 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.890485 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.890560 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.890631 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.890691 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.890755 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.890816 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.890870 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.890934 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.890993 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.891048 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.891119 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.891180 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.891237 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.891302 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.891362 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.891416 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.891480 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.891538 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.891592 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.891657 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.891715 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.891769 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.891833 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.891901 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.891959 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.892028 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.892087 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.892141 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.892204 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.892264 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.892319 tramp-set-connection-property (7) # locked t 06:44:30.892395 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.892452 tramp-flush-connection-property (7) # locked 06:44:30.892516 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.892577 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.892631 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.892710 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.892788 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.892843 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.892912 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.892983 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.893036 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.893103 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.893160 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.893214 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.893279 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.893338 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.893390 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.893455 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.893517 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.893570 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.893634 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.893694 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.893749 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.893812 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.893870 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.893924 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.893989 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.894048 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.894102 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.894166 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.894224 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.894278 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.894340 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.894401 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.894454 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.894517 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.894576 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.894631 tramp-set-connection-property (7) # locked t 06:44:30.894705 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.894763 tramp-flush-connection-property (7) # locked 06:44:30.894828 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.894888 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.894940 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.895019 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.895103 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.895158 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.895228 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.895292 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.895345 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.895412 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.895470 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.895523 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.895589 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.895648 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.895702 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.895768 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.895827 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.895878 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.895943 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.896013 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.896095 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.896205 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.896308 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.896414 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.896509 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.896575 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.896633 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.896708 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.896772 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.896830 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.896899 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.896962 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.897030 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.897155 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.897258 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.897353 tramp-set-connection-property (7) # locked t 06:44:30.897564 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.897685 tramp-flush-connection-property (7) # locked 06:44:30.897848 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.898008 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.898149 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.898427 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.898609 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.898719 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.898876 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.899016 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.899119 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.899271 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.899461 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.899574 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.899713 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.899831 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.899937 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.900069 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.900221 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.900326 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.900466 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.900585 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.900688 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.900818 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.900935 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.901037 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.901168 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.901291 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.901398 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.901527 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.901638 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.901745 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.901877 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.901994 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.902087 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.902190 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.902296 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.902372 tramp-set-connection-property (7) # locked t 06:44:30.902488 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.902579 tramp-flush-connection-property (7) # locked 06:44:30.902649 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.902711 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.902765 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.902858 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.902935 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.902990 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.903065 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.903133 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.903187 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.903252 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.903314 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.903366 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.903433 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.903494 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.903550 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.903616 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.903677 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.903730 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.903795 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.903863 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.903919 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.903986 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.904046 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.904100 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.904165 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.904224 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.904279 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.904345 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.904406 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.904461 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.904524 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.904581 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.904636 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.904700 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.904762 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.904861 tramp-set-connection-property (7) # locked t 06:44:30.904940 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil 06:44:30.905000 tramp-flush-connection-property (7) # locked 06:44:30.905063 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.905122 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.905176 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.905257 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.905336 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.905394 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.905464 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.905530 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.905583 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.905649 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.905711 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.905766 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.905832 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.905894 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.905949 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.906013 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.906074 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.906128 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.906194 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.906256 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.906313 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.906378 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.906438 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.938427 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.938577 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.938668 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.938743 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.938811 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.938871 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.938926 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.938992 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.939053 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.939108 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.939175 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.939238 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.939294 tramp-set-connection-property (7) # locked t 06:44:30.939454 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run t X11 forwarding request failed on channel 1=0D 06:44:30.939522 tramp-flush-connection-property (7) # locked 06:44:30.939585 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.939641 tramp-set-connection-property (7) # locked t 06:44:30.939717 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil X11 forwarding request failed on channel 1=0D 06:44:30.939776 tramp-flush-connection-property (7) # locked 06:44:30.939840 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.939901 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.939957 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.940124 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.940262 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.940325 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.940439 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.940507 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.940562 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.940654 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.940726 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.940783 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.940856 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.940917 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.940971 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.941048 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.941111 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.941166 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.941234 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.941295 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.941349 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.941416 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.941476 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.941530 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.941597 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.941659 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.941713 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.941780 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.941839 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.941893 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.941959 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.942018 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.942072 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.942135 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.942197 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.942252 tramp-set-connection-property (7) # locked t 06:44:30.942341 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil X11 forwarding request failed on channel 1=0D 06:44:30.942407 tramp-flush-connection-property (7) # locked 06:44:30.942476 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.942542 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.942605 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.942759 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.942839 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.942894 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.943005 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.943071 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.943125 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.943206 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.943265 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.943319 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.943389 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.943456 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.943512 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.943587 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.943648 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.943702 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.943769 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.943831 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.943885 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.943951 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.944010 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.944065 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.944131 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.944191 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.944246 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.944312 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.944373 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.944427 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.944499 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.944559 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.944614 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.944677 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.944737 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.944792 tramp-set-connection-property (7) # locked t 06:44:30.944866 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil X11 forwarding request failed on channel 1=0D 06:44:30.944926 tramp-flush-connection-property (7) # locked 06:44:30.944990 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.945051 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.945105 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.945257 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.945336 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.945390 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.945537 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.945615 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.945700 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.945831 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.945943 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.946019 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.946101 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.946169 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.946228 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.946312 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.946379 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.946439 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.946513 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.946606 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.946717 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.946831 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.946949 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.947058 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.947191 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.947315 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.947489 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.947736 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.947933 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.948067 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.948216 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.948349 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.948461 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.948596 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.948722 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.948879 tramp-set-connection-property (7) # locked t 06:44:30.949151 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil X11 forwarding request failed on channel 1=0D 06:44:30.949292 tramp-flush-connection-property (7) # locked 06:44:30.949431 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.949554 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.949666 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.950029 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.950232 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.950344 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.950600 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.950767 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.950873 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.951049 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.951169 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.951279 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.951429 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.951546 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.951638 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.951759 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.951830 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.951888 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.951963 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.952024 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.952079 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.952150 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.952209 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.952262 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.952331 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.952391 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.952445 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.952511 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.952571 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.952627 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.952691 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.952750 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.952804 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.952869 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.952932 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.952988 tramp-set-connection-property (7) # locked t 06:44:30.953144 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil X11 forwarding request failed on channel 1=0D 06:44:30.953228 tramp-flush-connection-property (7) # locked 06:44:30.953306 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.953369 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.953423 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.953585 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.953662 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.953719 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.953831 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.953896 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.953952 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.954035 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.954094 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.954147 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.954218 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.954279 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.954332 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.954408 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.954471 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.954525 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.954592 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.954652 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.954706 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.954772 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.954832 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.954886 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.954951 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.955012 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.955066 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.955132 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.955193 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.955246 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.955310 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.955372 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.955436 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.955505 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.955572 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.955634 tramp-set-connection-property (7) # locked t 06:44:30.955716 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil X11 forwarding request failed on channel 1=0D 06:44:30.955783 tramp-flush-connection-property (7) # locked 06:44:30.955849 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.955909 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.955962 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.956115 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.956205 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.956259 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.956369 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.956437 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.956491 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.956570 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.956629 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.956684 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.956754 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.956814 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.956868 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.956943 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.957004 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.957058 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.957124 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.957187 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.957239 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.957306 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.957366 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.957419 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.957484 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.957544 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.957602 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.957667 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.957726 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.957780 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.957847 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.957905 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.957958 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.958022 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.958084 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.958138 tramp-set-connection-property (7) # locked t 06:44:30.958214 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil X11 forwarding request failed on channel 1=0D 06:44:30.958281 tramp-flush-connection-property (7) # locked 06:44:30.958344 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.958404 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.958458 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.958612 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.958688 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.958741 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.958853 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.958920 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.958973 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.959054 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.959114 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.959168 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.959237 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.959298 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.959352 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.959427 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.959487 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.959540 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.959609 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.959670 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.959722 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.959788 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.959848 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.959900 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.959966 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.960026 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.960081 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.960146 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.960237 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.960298 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.960371 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.960430 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.960483 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.960549 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.960609 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.960663 tramp-set-connection-property (7) # locked t 06:44:30.960740 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil X11 forwarding request failed on channel 1=0D 06:44:30.960799 tramp-flush-connection-property (7) # locked 06:44:30.960868 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.960928 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.960984 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.961136 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.961213 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.961266 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.961378 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.961443 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.961497 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.961578 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.961637 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.961692 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.961762 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.961823 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.961875 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.961951 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.962011 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.962066 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.962132 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.962197 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.962253 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.962321 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.962380 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.962432 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.962498 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.962588 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.962656 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.962759 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.962863 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.962965 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.963061 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.963128 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.963188 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.963256 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.963321 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.963383 tramp-set-connection-property (7) # locked t 06:44:30.963476 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil X11 forwarding request failed on channel 1=0D 06:44:30.963545 tramp-flush-connection-property (7) # locked 06:44:30.963620 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.963735 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.963834 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.964115 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.964270 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.964402 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.964702 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.964927 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.965066 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.965238 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.965365 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.965476 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.965624 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.965754 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.965904 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.966138 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.966270 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.966377 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.966508 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.966633 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.966740 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.966881 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.967000 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.967109 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.967243 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.967367 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.967475 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.967613 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.967732 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.967838 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.967966 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.968087 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.968232 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.968368 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.968496 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.968596 tramp-set-connection-property (7) # locked t 06:44:30.968771 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil X11 forwarding request failed on channel 1=0D 06:44:30.968862 tramp-flush-connection-property (7) # locked 06:44:30.968933 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.968995 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.969051 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.969217 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:30.969297 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.969352 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.969478 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:30.969547 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.969603 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.969687 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:30.969747 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.969802 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.969874 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:30.969933 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.969988 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.970067 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:30.970129 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.970215 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.970306 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:30.970369 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.970423 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.970488 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:30.970553 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.970611 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.970679 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:30.970739 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.970795 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.970862 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:30.970921 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.970977 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.971045 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:30.971104 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.971160 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.971228 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:30.971288 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:30.971342 tramp-set-connection-property (7) # locked t 06:44:30.971425 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil X11 forwarding request failed on channel 1=0D 06:44:30.971493 tramp-flush-connection-property (7) # locked 06:44:30.971561 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:30.971623 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.971677 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:30.971832 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:31.003107 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.003242 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.003399 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:31.003487 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.003572 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.003681 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:31.003765 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.003866 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.003958 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:31.004029 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.004085 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.004164 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:31.004228 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.004286 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.004355 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:31.004418 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.004474 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.004543 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:31.004605 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.004660 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.004730 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:31.004794 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.004851 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.004921 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:31.005003 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.005059 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.005128 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:31.005189 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.005245 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.005312 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:31.005378 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.005436 tramp-set-connection-property (7) # locked t 06:44:31.005593 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run t X11 forwarding request failed on channel 1=0D Welcome to Termux! Communities: https://termux.dev/community Gitter chat: https://gitter.im/termux/termux IRC channel: #termux on libera.chat Working with packages: * Search packages: pkg search * Install a package: pkg install * Upgrade packages: pkg upgrade Subscribing to additional repositories: * Root: pkg install root-repo * X11: pkg install x11-repo Report issues at https://termux.dev/issues 06:44:31.005672 tramp-flush-connection-property (7) # locked 06:44:31.005737 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.005795 tramp-set-connection-property (7) # locked t 06:44:31.005870 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil X11 forwarding request failed on channel 1=0D Welcome to Termux! Communities: https://termux.dev/community Gitter chat: https://gitter.im/termux/termux IRC channel: #termux on libera.chat Working with packages: * Search packages: pkg search * Install a package: pkg install * Upgrade packages: pkg upgrade Subscribing to additional repositories: * Root: pkg install root-repo * X11: pkg install x11-repo Report issues at https://termux.dev/issues 06:44:31.005940 tramp-flush-connection-property (7) # locked 06:44:31.006006 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:31.006068 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.006126 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.006570 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:31.006650 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.006706 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.006994 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:31.007062 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.007118 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.007265 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:31.007326 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.007383 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.007474 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:31.007537 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.007592 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.007702 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:31.007767 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.007823 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.007895 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:31.007958 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.008015 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.008088 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:31.008149 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.008204 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.008275 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:31.008337 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.008391 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.008462 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:31.008523 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.008579 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.008648 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:31.008707 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.008763 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.008828 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:31.008889 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.008945 tramp-set-connection-property (7) # locked t 06:44:31.009021 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil X11 forwarding request failed on channel 1=0D Welcome to Termux! Communities: https://termux.dev/community Gitter chat: https://gitter.im/termux/termux IRC channel: #termux on libera.chat Working with packages: * Search packages: pkg search * Install a package: pkg install * Upgrade packages: pkg upgrade Subscribing to additional repositories: * Root: pkg install root-repo * X11: pkg install x11-repo Report issues at https://termux.dev/issues 06:44:31.009088 tramp-flush-connection-property (7) # locked 06:44:31.009155 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:31.009217 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.009271 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.009703 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:31.009781 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.009838 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.010125 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:31.010226 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.010291 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.010447 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:31.010508 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.010577 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.010669 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:31.010730 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.010787 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.010896 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:31.010957 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.011012 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.011083 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:31.011145 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.011199 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.011271 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:31.011332 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.011387 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.011457 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:31.011518 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.011573 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.011643 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:31.011704 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.011759 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.011827 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:31.011887 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.011952 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.012047 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:31.012137 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.012218 tramp-set-connection-property (7) # locked t 06:44:31.012351 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil X11 forwarding request failed on channel 1=0D Welcome to Termux! Communities: https://termux.dev/community Gitter chat: https://gitter.im/termux/termux IRC channel: #termux on libera.chat Working with packages: * Search packages: pkg search * Install a package: pkg install * Upgrade packages: pkg upgrade Subscribing to additional repositories: * Root: pkg install root-repo * X11: pkg install x11-repo Report issues at https://termux.dev/issues 06:44:31.012466 tramp-flush-connection-property (7) # locked 06:44:31.012541 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:31.012606 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.012666 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.013223 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:31.013370 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.013476 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.014151 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:31.014414 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.014530 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.014835 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:31.014973 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.015080 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.015328 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:31.015521 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.015629 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.015870 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:31.015996 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.016104 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.016255 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:31.016378 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.016484 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.016636 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:31.016760 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.016864 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.017009 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:31.017127 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.017235 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.017379 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:31.017498 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.017603 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.017748 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:31.017864 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.017956 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.018067 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:31.018140 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.018204 tramp-set-connection-property (7) # locked t 06:44:31.018331 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil X11 forwarding request failed on channel 1=0D Welcome to Termux! Communities: https://termux.dev/community Gitter chat: https://gitter.im/termux/termux IRC channel: #termux on libera.chat Working with packages: * Search packages: pkg search * Install a package: pkg install * Upgrade packages: pkg upgrade Subscribing to additional repositories: * Root: pkg install root-repo * X11: pkg install x11-repo Report issues at https://termux.dev/issues 06:44:31.018411 tramp-flush-connection-property (7) # locked 06:44:31.018476 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:31.018538 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.018592 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.019035 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:31.019155 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.019211 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.019499 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:31.019565 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.019619 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.019768 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:31.019829 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.019882 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.019975 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:31.020036 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.020090 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.020238 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:31.020309 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.020369 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.020441 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:31.020502 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.020558 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.020630 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:31.020689 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.020742 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.020817 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:31.020876 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.020930 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.021001 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:31.021060 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.021114 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.021181 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:31.021241 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.021295 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.021359 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:31.021417 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.021474 tramp-set-connection-property (7) # locked t 06:44:31.021550 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil X11 forwarding request failed on channel 1=0D Welcome to Termux! Communities: https://termux.dev/community Gitter chat: https://gitter.im/termux/termux IRC channel: #termux on libera.chat Working with packages: * Search packages: pkg search * Install a package: pkg install * Upgrade packages: pkg upgrade Subscribing to additional repositories: * Root: pkg install root-repo * X11: pkg install x11-repo Report issues at https://termux.dev/issues 06:44:31.021616 tramp-flush-connection-property (7) # locked 06:44:31.021683 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:31.021743 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.021797 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.022229 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:31.022308 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.022367 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.022654 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:31.022719 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.022775 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.022920 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:31.022979 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.023033 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.023123 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:31.023185 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.023239 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.023349 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:31.023410 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.023464 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.023535 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:31.023597 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.023652 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.023722 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:31.023782 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.023838 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.023907 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:31.023966 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.024020 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.024090 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:31.024148 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.024201 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.024270 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:31.024329 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.024382 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.024445 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:31.024506 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.024561 tramp-set-connection-property (7) # locked t 06:44:31.024637 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil X11 forwarding request failed on channel 1=0D Welcome to Termux! Communities: https://termux.dev/community Gitter chat: https://gitter.im/termux/termux IRC channel: #termux on libera.chat Working with packages: * Search packages: pkg search * Install a package: pkg install * Upgrade packages: pkg upgrade Subscribing to additional repositories: * Root: pkg install root-repo * X11: pkg install x11-repo Report issues at https://termux.dev/issues 06:44:31.024706 tramp-flush-connection-property (7) # locked 06:44:31.024769 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:31.024828 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.024882 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.025322 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:31.025406 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.025460 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.025749 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:31.025820 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.025874 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.026019 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:31.026079 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.026139 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.026231 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:31.026291 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.026347 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.026457 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:31.026518 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.026570 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.026642 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:31.026702 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.026755 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.026825 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:31.026889 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.026943 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.027012 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:31.027073 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.027134 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.027204 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:31.027269 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.027329 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.027399 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:31.027458 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.027511 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.027576 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:31.027636 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.027690 tramp-set-connection-property (7) # locked t 06:44:31.027764 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil X11 forwarding request failed on channel 1=0D Welcome to Termux! Communities: https://termux.dev/community Gitter chat: https://gitter.im/termux/termux IRC channel: #termux on libera.chat Working with packages: * Search packages: pkg search * Install a package: pkg install * Upgrade packages: pkg upgrade Subscribing to additional repositories: * Root: pkg install root-repo * X11: pkg install x11-repo Report issues at https://termux.dev/issues 06:44:31.027832 tramp-flush-connection-property (7) # locked 06:44:31.027897 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:31.027956 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.028011 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.028441 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:31.028519 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.028573 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.028859 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:31.028930 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.028993 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.029181 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:31.029283 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.029379 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.029531 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:31.029602 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.029663 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.029782 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:31.029849 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.029908 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.029986 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:31.030053 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.030129 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.030284 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:31.030382 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.030481 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.030612 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:31.030717 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.030812 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.030997 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:31.031247 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.031388 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.031576 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:31.031688 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.031842 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.031989 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:31.032113 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.032221 tramp-set-connection-property (7) # locked t 06:44:31.032558 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil X11 forwarding request failed on channel 1=0D Welcome to Termux! Communities: https://termux.dev/community Gitter chat: https://gitter.im/termux/termux IRC channel: #termux on libera.chat Working with packages: * Search packages: pkg search * Install a package: pkg install * Upgrade packages: pkg upgrade Subscribing to additional repositories: * Root: pkg install root-repo * X11: pkg install x11-repo Report issues at https://termux.dev/issues 06:44:31.033565 tramp-flush-connection-property (7) # locked 06:44:31.033749 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:31.033906 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.034026 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.035109 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:31.035293 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.035382 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.035704 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:31.035769 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.035825 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.035977 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:31.036035 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.036088 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.036183 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:31.036244 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.036298 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.036408 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:31.036471 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.036525 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.036597 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:31.036658 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.036715 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.036787 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:31.036845 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.036902 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.036994 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:31.037054 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.037112 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.037184 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:31.037242 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.037295 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.037366 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:31.037425 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.037479 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.037543 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:31.037605 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.037662 tramp-set-connection-property (7) # locked t 06:44:31.037776 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil X11 forwarding request failed on channel 1=0D Welcome to Termux! Communities: https://termux.dev/community Gitter chat: https://gitter.im/termux/termux IRC channel: #termux on libera.chat Working with packages: * Search packages: pkg search * Install a package: pkg install * Upgrade packages: pkg upgrade Subscribing to additional repositories: * Root: pkg install root-repo * X11: pkg install x11-repo Report issues at https://termux.dev/issues 06:44:31.037855 tramp-flush-connection-property (7) # locked 06:44:31.037923 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:31.037982 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.038037 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.038470 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:31.038548 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.038604 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.038891 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:31.038957 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.039013 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.039159 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:31.039217 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.039275 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.039369 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:31.039430 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.039485 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.039597 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:31.039658 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.039712 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.039784 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:31.039847 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.039903 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.039975 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:31.040034 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.040090 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.040160 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:31.040256 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.040326 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.040399 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:31.040459 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.040514 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.040583 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:31.040641 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.040703 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.040772 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:31.040834 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.040890 tramp-set-connection-property (7) # locked t 06:44:31.040968 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil X11 forwarding request failed on channel 1=0D Welcome to Termux! Communities: https://termux.dev/community Gitter chat: https://gitter.im/termux/termux IRC channel: #termux on libera.chat Working with packages: * Search packages: pkg search * Install a package: pkg install * Upgrade packages: pkg upgrade Subscribing to additional repositories: * Root: pkg install root-repo * X11: pkg install x11-repo Report issues at https://termux.dev/issues 06:44:31.041036 tramp-flush-connection-property (7) # locked 06:44:31.041100 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:31.041158 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.041214 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.041650 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:31.041736 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.041791 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.042076 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:31.042143 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.042196 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.042342 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:31.042406 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.042461 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.042553 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:31.042615 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.042670 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.042779 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:31.042839 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.042893 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.074966 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:31.075054 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.075112 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.075187 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:31.075250 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.075307 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.075380 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:31.075441 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.075496 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.075569 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:31.075630 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.075686 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.075755 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:31.075816 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.075872 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.075936 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:31.076000 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.076057 tramp-set-connection-property (7) # locked t 06:44:31.076184 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil X11 forwarding request failed on channel 1=0D Welcome to Termux! Communities: https://termux.dev/community Gitter chat: https://gitter.im/termux/termux IRC channel: #termux on libera.chat Working with packages: * Search packages: pkg search * Install a package: pkg install * Upgrade packages: pkg upgrade Subscribing to additional repositories: * Root: pkg install root-repo * X11: pkg install x11-repo Report issues at https://termux.dev/issues 06:44:31.076281 tramp-flush-connection-property (7) # locked 06:44:31.076347 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:31.076408 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.076465 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.076910 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:31.076989 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.077044 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.077332 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:31.077401 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.077457 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.077604 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:31.077664 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.077720 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.077813 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:31.077874 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.077930 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.078040 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:31.078104 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.078160 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.078232 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:31.078294 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.078349 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.078421 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:31.078483 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.078538 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.078608 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:31.078669 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.078725 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.078795 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:31.078863 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.078920 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.078990 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:31.079050 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.079104 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.079169 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:31.079229 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.079284 tramp-set-connection-property (7) # locked t 06:44:31.079360 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil X11 forwarding request failed on channel 1=0D Welcome to Termux! Communities: https://termux.dev/community Gitter chat: https://gitter.im/termux/termux IRC channel: #termux on libera.chat Working with packages: * Search packages: pkg search * Install a package: pkg install * Upgrade packages: pkg upgrade Subscribing to additional repositories: * Root: pkg install root-repo * X11: pkg install x11-repo Report issues at https://termux.dev/issues 06:44:31.079446 tramp-flush-connection-property (7) # locked 06:44:31.079546 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:31.079619 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.079705 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.080296 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:31.080392 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.080453 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.080861 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:31.080994 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.081102 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.081459 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:31.081692 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.081845 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.082096 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:31.082282 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.082411 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.082654 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:31.082823 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.082997 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.083183 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:31.083319 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.083425 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.083574 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:31.083693 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.083805 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.083956 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:31.084074 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.084179 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.084327 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:31.084453 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.084558 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.084698 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:31.084814 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.084921 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.085050 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:31.085171 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.085281 tramp-set-connection-property (7) # locked t 06:44:31.085483 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil X11 forwarding request failed on channel 1=0D Welcome to Termux! Communities: https://termux.dev/community Gitter chat: https://gitter.im/termux/termux IRC channel: #termux on libera.chat Working with packages: * Search packages: pkg search * Install a package: pkg install * Upgrade packages: pkg upgrade Subscribing to additional repositories: * Root: pkg install root-repo * X11: pkg install x11-repo Report issues at https://termux.dev/issues 06:44:31.085604 tramp-flush-connection-property (7) # locked 06:44:31.085712 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:31.085783 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.085843 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.086302 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:31.086382 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.086436 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.086724 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:31.086790 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.086846 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.086993 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:31.087052 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.087107 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.087200 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:31.087262 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.087317 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.087428 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:31.087489 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.087544 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.087615 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:31.087676 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.087730 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.087802 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:31.087863 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.087916 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.087987 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:31.088047 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.088120 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.088192 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:31.088252 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.088306 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.088375 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:31.088434 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.088488 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.088553 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:31.088615 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.088671 tramp-set-connection-property (7) # locked t 06:44:31.088750 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil X11 forwarding request failed on channel 1=0D Welcome to Termux! Communities: https://termux.dev/community Gitter chat: https://gitter.im/termux/termux IRC channel: #termux on libera.chat Working with packages: * Search packages: pkg search * Install a package: pkg install * Upgrade packages: pkg upgrade Subscribing to additional repositories: * Root: pkg install root-repo * X11: pkg install x11-repo Report issues at https://termux.dev/issues 06:44:31.088830 tramp-flush-connection-property (7) # locked 06:44:31.088895 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:31.088956 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.089011 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.089443 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:31.089521 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.089575 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.089859 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:31.089925 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.089978 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.090124 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:31.090212 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.090278 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.090377 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:31.090437 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.090492 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.090601 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:31.090662 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.090716 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.090786 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:31.090850 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.090905 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.090975 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:31.091035 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.091089 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.091159 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:31.091218 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.091277 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.091349 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:31.091408 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.091462 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.091529 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:31.091588 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.091642 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.091704 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:31.091765 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.091819 tramp-set-connection-property (7) # locked t 06:44:31.091893 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil X11 forwarding request failed on channel 1=0D Welcome to Termux! Communities: https://termux.dev/community Gitter chat: https://gitter.im/termux/termux IRC channel: #termux on libera.chat Working with packages: * Search packages: pkg search * Install a package: pkg install * Upgrade packages: pkg upgrade Subscribing to additional repositories: * Root: pkg install root-repo * X11: pkg install x11-repo Report issues at https://termux.dev/issues 06:44:31.091961 tramp-flush-connection-property (7) # locked 06:44:31.092027 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:31.092085 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.092139 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.092590 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:31.092670 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.092726 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.093011 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:31.093080 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.093134 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.093279 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:31.093338 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.093394 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.093483 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:31.093542 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.093599 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.093708 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:31.093768 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.093822 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.093893 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:31.093954 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.094006 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.094078 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:31.094138 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.094191 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.094261 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:31.094327 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.094383 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.094454 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:31.094513 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.094568 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.094636 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:31.094695 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.094750 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.094814 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:31.094873 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.094927 tramp-set-connection-property (7) # locked t 06:44:31.095002 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil X11 forwarding request failed on channel 1=0D Welcome to Termux! Communities: https://termux.dev/community Gitter chat: https://gitter.im/termux/termux IRC channel: #termux on libera.chat Working with packages: * Search packages: pkg search * Install a package: pkg install * Upgrade packages: pkg upgrade Subscribing to additional repositories: * Root: pkg install root-repo * X11: pkg install x11-repo Report issues at https://termux.dev/issues 06:44:31.095072 tramp-flush-connection-property (7) # locked 06:44:31.095137 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:31.095195 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.095250 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.095736 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:31.095868 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.095970 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.096308 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:31.096384 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.096442 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.096610 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:31.096735 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.096826 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.096985 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:31.097101 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.097198 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.097427 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:31.097610 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.097754 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.097962 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:31.098101 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.098194 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.098357 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:31.098482 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.098581 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.098726 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:31.098885 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.099054 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.099223 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:31.099351 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.099454 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.099594 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:31.099707 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.099818 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.099949 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:31.100072 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.100180 tramp-set-connection-property (7) # locked t 06:44:31.100431 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil X11 forwarding request failed on channel 1=0D Welcome to Termux! Communities: https://termux.dev/community Gitter chat: https://gitter.im/termux/termux IRC channel: #termux on libera.chat Working with packages: * Search packages: pkg search * Install a package: pkg install * Upgrade packages: pkg upgrade Subscribing to additional repositories: * Root: pkg install root-repo * X11: pkg install x11-repo Report issues at https://termux.dev/issues 06:44:31.100582 tramp-flush-connection-property (7) # locked 06:44:31.100712 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:31.100840 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.100946 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.101833 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:31.101948 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.102007 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.102305 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:31.102371 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.102424 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.102573 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:31.102635 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.102688 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.102782 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:31.102843 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.102898 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.103007 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:31.103069 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.103124 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.103196 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:31.103257 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.103313 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.103386 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:31.103445 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.103499 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.103570 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:31.103669 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.103725 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.103802 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:31.103862 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.103915 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.103984 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:31.104043 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.104098 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.104162 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:31.104225 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.104283 tramp-set-connection-property (7) # locked t 06:44:31.104396 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil X11 forwarding request failed on channel 1=0D Welcome to Termux! Communities: https://termux.dev/community Gitter chat: https://gitter.im/termux/termux IRC channel: #termux on libera.chat Working with packages: * Search packages: pkg search * Install a package: pkg install * Upgrade packages: pkg upgrade Subscribing to additional repositories: * Root: pkg install root-repo * X11: pkg install x11-repo Report issues at https://termux.dev/issues 06:44:31.104474 tramp-flush-connection-property (7) # locked 06:44:31.104539 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:31.104599 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.104653 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.105085 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:31.105163 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.105216 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.105502 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:31.105568 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.105623 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.105768 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:31.105827 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.105881 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.105974 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:31.106034 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.106087 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.106197 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:31.106264 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.106319 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.106389 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:31.106450 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.106505 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.106576 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:31.106637 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.106691 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.106760 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:31.106819 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.106876 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.106946 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:31.107005 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.107058 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.107126 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:31.107186 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.107240 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.107303 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:31.107364 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.107418 tramp-set-connection-property (7) # locked t 06:44:31.107497 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil X11 forwarding request failed on channel 1=0D Welcome to Termux! Communities: https://termux.dev/community Gitter chat: https://gitter.im/termux/termux IRC channel: #termux on libera.chat Working with packages: * Search packages: pkg search * Install a package: pkg install * Upgrade packages: pkg upgrade Subscribing to additional repositories: * Root: pkg install root-repo * X11: pkg install x11-repo Report issues at https://termux.dev/issues 06:44:31.107564 tramp-flush-connection-property (7) # locked 06:44:31.107630 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:31.107692 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.107744 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.108178 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:31.108257 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.108310 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.108595 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:31.108664 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.108718 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.108864 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:31.108924 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.108980 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.109071 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:31.109131 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.109184 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.109294 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:31.109357 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.109412 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.109486 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:31.109547 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.109601 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.109672 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:31.109737 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.109792 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.109863 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:31.109925 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.109978 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.110047 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:31.110112 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.110170 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.110278 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:31.110347 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.110403 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.110467 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:31.110527 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.110582 tramp-set-connection-property (7) # locked t 06:44:31.110660 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil X11 forwarding request failed on channel 1=0D Welcome to Termux! Communities: https://termux.dev/community Gitter chat: https://gitter.im/termux/termux IRC channel: #termux on libera.chat Working with packages: * Search packages: pkg search * Install a package: pkg install * Upgrade packages: pkg upgrade Subscribing to additional repositories: * Root: pkg install root-repo * X11: pkg install x11-repo Report issues at https://termux.dev/issues 06:44:31.110733 tramp-flush-connection-property (7) # locked 06:44:31.110804 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:31.110865 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.110920 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.111351 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:31.111428 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.111485 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.111773 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:31.111840 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.111894 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.112039 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:31.112099 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.112153 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.112245 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:31.112308 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.112364 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.112474 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:31.112535 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.112590 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.112682 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:31.112762 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.112849 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.112963 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:31.113080 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.113167 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.113249 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:31.113316 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.113375 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.113455 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:31.113535 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.113596 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.113672 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:31.113766 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.113881 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.113983 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:31.114102 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.114225 tramp-set-connection-property (7) # locked t 06:44:31.145856 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil X11 forwarding request failed on channel 1=0D Welcome to Termux! Communities: https://termux.dev/community Gitter chat: https://gitter.im/termux/termux IRC channel: #termux on libera.chat Working with packages: * Search packages: pkg search * Install a package: pkg install * Upgrade packages: pkg upgrade Subscribing to additional repositories: * Root: pkg install root-repo * X11: pkg install x11-repo Report issues at https://termux.dev/issues 06:44:31.146004 tramp-flush-connection-property (7) # locked 06:44:31.146095 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:31.146194 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.146279 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.146861 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:31.146954 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.147016 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.147459 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:31.147611 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.147726 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.148125 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:31.148352 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.148501 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.148715 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:31.148859 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.148970 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.149215 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:31.149443 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.149608 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.149773 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:31.149904 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.150013 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.150172 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:31.150322 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.150432 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.150585 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:31.150703 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.150814 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.150961 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:31.151080 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.151187 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.151327 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:31.151447 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.151588 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.151724 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:31.151850 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.151965 tramp-set-connection-property (7) # locked t 06:44:31.152152 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil X11 forwarding request failed on channel 1=0D Welcome to Termux! Communities: https://termux.dev/community Gitter chat: https://gitter.im/termux/termux IRC channel: #termux on libera.chat Working with packages: * Search packages: pkg search * Install a package: pkg install * Upgrade packages: pkg upgrade Subscribing to additional repositories: * Root: pkg install root-repo * X11: pkg install x11-repo Report issues at https://termux.dev/issues 06:44:31.152257 tramp-flush-connection-property (7) # locked 06:44:31.152373 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:31.152445 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.152502 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.152954 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:31.153034 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.153091 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.153380 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:31.153464 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.153521 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.153668 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:31.153730 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.153786 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.153879 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:31.153941 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.153997 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.154108 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:31.154171 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.154226 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.154299 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:31.154362 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.154417 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.154490 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:31.154550 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.154605 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.154678 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:31.154738 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.154794 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.154865 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:31.154926 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.154982 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.155053 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:31.155113 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.155168 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.155234 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:31.155296 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.155352 tramp-set-connection-property (7) # locked t 06:44:31.155429 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil X11 forwarding request failed on channel 1=0D Welcome to Termux! Communities: https://termux.dev/community Gitter chat: https://gitter.im/termux/termux IRC channel: #termux on libera.chat Working with packages: * Search packages: pkg search * Install a package: pkg install * Upgrade packages: pkg upgrade Subscribing to additional repositories: * Root: pkg install root-repo * X11: pkg install x11-repo Report issues at https://termux.dev/issues 06:44:31.155498 tramp-flush-connection-property (7) # locked 06:44:31.155564 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:31.155630 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.155686 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.156118 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:31.156197 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.156253 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.156539 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:31.156607 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.156662 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.156808 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:31.156867 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.156922 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.157013 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:31.157074 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.157129 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.157239 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:31.157301 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.157355 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.157427 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:31.157489 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.157543 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.157616 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:31.157677 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.157731 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.157801 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:31.157861 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.157915 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.157985 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:31.158045 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.158100 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.158168 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:31.158229 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.158284 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.158350 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:31.158410 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.158465 tramp-set-connection-property (7) # locked t 06:44:31.158541 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil X11 forwarding request failed on channel 1=0D Welcome to Termux! Communities: https://termux.dev/community Gitter chat: https://gitter.im/termux/termux IRC channel: #termux on libera.chat Working with packages: * Search packages: pkg search * Install a package: pkg install * Upgrade packages: pkg upgrade Subscribing to additional repositories: * Root: pkg install root-repo * X11: pkg install x11-repo Report issues at https://termux.dev/issues 06:44:31.158616 tramp-flush-connection-property (7) # locked 06:44:31.158682 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:31.158742 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.158797 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.159230 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:31.159308 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.159362 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.159647 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:31.159715 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.159769 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.159914 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:31.159974 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.160029 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.160120 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:31.160201 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.160272 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.160391 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:31.160454 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.160520 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.160592 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:31.160654 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.160710 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.160781 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:31.160841 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.160895 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.160967 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:31.161027 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.161081 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.161150 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:31.161209 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.161264 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.161332 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:31.161391 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.161445 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.161509 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:31.161570 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.161625 tramp-set-connection-property (7) # locked t 06:44:31.161700 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil X11 forwarding request failed on channel 1=0D Welcome to Termux! Communities: https://termux.dev/community Gitter chat: https://gitter.im/termux/termux IRC channel: #termux on libera.chat Working with packages: * Search packages: pkg search * Install a package: pkg install * Upgrade packages: pkg upgrade Subscribing to additional repositories: * Root: pkg install root-repo * X11: pkg install x11-repo Report issues at https://termux.dev/issues 06:44:31.161771 tramp-flush-connection-property (7) # locked 06:44:31.161836 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:31.161896 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.161951 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.162529 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:31.162621 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.162681 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.162996 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:31.163080 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.163177 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.163428 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:31.163537 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.163641 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.163827 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:31.163996 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.164157 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.164458 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:31.164607 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.164714 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.164879 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:31.165008 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.165113 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.165265 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:31.165480 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.165625 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.165779 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:31.165910 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.166012 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.166151 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:31.166271 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.166383 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.166525 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:31.166640 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.166749 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.166883 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:31.167006 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.167116 tramp-set-connection-property (7) # locked t 06:44:31.167338 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil X11 forwarding request failed on channel 1=0D Welcome to Termux! Communities: https://termux.dev/community Gitter chat: https://gitter.im/termux/termux IRC channel: #termux on libera.chat Working with packages: * Search packages: pkg search * Install a package: pkg install * Upgrade packages: pkg upgrade Subscribing to additional repositories: * Root: pkg install root-repo * X11: pkg install x11-repo Report issues at https://termux.dev/issues 06:44:31.167496 tramp-flush-connection-property (7) # locked 06:44:31.167631 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:31.167744 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.167858 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.168501 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:31.168587 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.168642 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.168934 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:31.169000 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.169054 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.169202 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:31.169265 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.169318 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.169412 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:31.169475 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.169528 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.169638 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:31.169699 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.169758 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.169829 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:31.169889 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.169943 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.170016 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:31.170076 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.170129 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.170231 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:31.170299 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.170360 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.170430 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:31.170490 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.170544 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.170612 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:31.170676 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.170731 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.170796 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:31.170858 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.170914 tramp-set-connection-property (7) # locked t 06:44:31.171027 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil X11 forwarding request failed on channel 1=0D Welcome to Termux! Communities: https://termux.dev/community Gitter chat: https://gitter.im/termux/termux IRC channel: #termux on libera.chat Working with packages: * Search packages: pkg search * Install a package: pkg install * Upgrade packages: pkg upgrade Subscribing to additional repositories: * Root: pkg install root-repo * X11: pkg install x11-repo Report issues at https://termux.dev/issues 06:44:31.171103 tramp-flush-connection-property (7) # locked 06:44:31.171168 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:31.171228 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.171283 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.171716 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:31.171793 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.171847 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.172133 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:31.172199 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.172252 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.172399 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:31.172460 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.172514 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.172604 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:31.172665 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.172720 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.172829 tramp-process-one-action (5) # Looking for regexp "\(\(Are = you sure you want to continue connecting (yes/no\(?:\(?:/\[fingerprint]\)?)= \?\)\)\s-*\)\'" from remote shell 06:44:31.172890 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.172945 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.173015 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:= Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connecti= o\)n)\)\s-*\)\'" from remote shell 06:44:31.173075 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.173133 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.173212 tramp-process-one-action (5) # Looking for regexp "\(\(TERM= =3D (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 06:44:31.173277 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.173335 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.173414 tramp-process-one-action (5) # Looking for regexp "\(Access= granted\. Press Return to begin session\. \)\'" from remote shell 06:44:31.173483 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.173538 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.173608 tramp-process-one-action (5) # Looking for regexp "\(^=0D*C= onfirm user presence for key .*[=0D ]*\)\'" from remote shell 06:44:31.173667 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.173723 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.173790 tramp-process-one-action (5) # Looking for regexp "\(\)\'" = =66rom remote shell 06:44:31.173849 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.173902 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.173966 tramp-process-one-action (5) # Call =E2=80=98tramp-action-p= rocess-alive=E2=80=99 06:44:31.174026 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.174080 tramp-set-connection-property (7) # locked t 06:44:31.174188 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run t X11 forwarding request failed on channel 1=0D Welcome to Termux! Communities: https://termux.dev/community Gitter chat: https://gitter.im/termux/termux IRC channel: #termux on libera.chat Working with packages: * Search packages: pkg search * Install a package: pkg install * Upgrade packages: pkg upgrade Subscribing to additional repositories: * Root: pkg install root-repo * X11: pkg install x11-repo Report issues at https://termux.dev/issues =1B[0;32m~=1B[0m =1B[0;97m$=1B[0m=20 06:44:31.174267 tramp-flush-connection-property (7) # locked 06:44:31.174329 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.174384 tramp-set-connection-property (7) # locked t 06:44:31.174456 tramp-accept-process-output (10) # *tramp/scp motorolausb* = 0 run nil X11 forwarding request failed on channel 1=0D Welcome to Termux! Communities: https://termux.dev/community Gitter chat: https://gitter.im/termux/termux IRC channel: #termux on libera.chat Working with packages: * Search packages: pkg search * Install a package: pkg install * Upgrade packages: pkg upgrade Subscribing to additional repositories: * Root: pkg install root-repo * X11: pkg install x11-repo Report issues at https://termux.dev/issues =1B[0;32m~=1B[0m =1B[0;97m$=1B[0m=20 06:44:31.174533 tramp-flush-connection-property (7) # locked 06:44:31.174597 tramp-process-one-action (5) # Looking for regexp "\(.*\(us= er\|login\)\( .*\)?: *\)\'" from remote shell 06:44:31.174655 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.174708 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.175138 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\= (?:adgangskode\|contrase\(?:\(?:ny\|=C3=B1\)a\)\|decryption key\|encryption= key\|geslo\|h\(?:\(?:as=C5=82\|esl\)o\)\|iphasiwedi\|jelsz=C3=B3\|l\(?:ozi= nka\|=C3=B6senord\)\|m\(?:ot de passe\|=E1=BA=ADt kh=E1=BA=A9u\)\|p\(?:a\(?= :rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|= in\)\|s\(?:alasana\|enha\|lapta=C5=BEodis\)\|wachtwoord\|=D0=BB=D0=BE=D0=B7= =D0=B8=D0=BD=D0=BA=D0=B0\|=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C\|=D7=A1=D7= =A1=D7=9E=D7=94\|=D9=83=D9=84=D9=85=D8=A9 =D8=A7=D9=84=D8=B3=D8=B1\|=E0=A4= =97=E0=A5=81=E0=A4=AA=E0=A5=8D=E0=A4=A4=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6= \|=E0=A4=B6=E0=A4=AC=E0=A5=8D=E0=A4=A6=E0=A4=95=E0=A5=82=E0=A4=9F\|=E0=A6= =97=E0=A7=81=E0=A6=AA=E0=A7=8D=E0=A6=A4=E0=A6=B6=E0=A6=AC=E0=A7=8D=E0=A6=A6= \|=E0=A6=AA=E0=A6=BE=E0=A6=B8=E0=A6=93=E0=A7=9F=E0=A6=BE=E0=A6=B0=E0=A7=8D= =E0=A6=A1\|=E0=A8=AA=E0=A8=BE=E0=A8=B8=E0=A8=B5=E0=A8=B0=E0=A8=A1\|=E0=AA= =AA=E0=AA=BE=E0=AA=B8=E0=AA=B5=E0=AA=B0=E0=AB=8D=E0=AA=A1\|=E0=AC=AA=E0=AD= =8D=E0=AC=B0=E0=AC=AC=E0=AD=87=E0=AC=B6 =E0=AC=B8=E0=AC=99=E0=AD=8D=E0=AC= =95=E0=AD=87=E0=AC=A4\|=E0=AE=95=E0=AE=9F=E0=AE=B5=E0=AF=81=E0=AE=9A=E0=AF= =8D=E0=AE=9A=E0=AF=8A=E0=AE=B2=E0=AF=8D\|=E0=B0=B8=E0=B0=82=E0=B0=95=E0=B1= =87=E0=B0=A4=E0=B0=AA=E0=B0=A6=E0=B0=AE=E0=B1=81\|=E0=B2=97=E0=B3=81=E0=B2= =AA=E0=B3=8D=E0=B2=A4=E0=B2=AA=E0=B2=A6\|=E0=B4=85=E0=B4=9F=E0=B4=AF=E0=B4= =BE=E0=B4=B3=E0=B4=B5=E0=B4=BE=E0=B4=95=E0=B5=8D=E0=B4=95=E0=B5=8D\|=E0=B6= =BB=E0=B7=84=E0=B7=83=E0=B7=8A=E0=B6=B4=E0=B6=AF=E0=B6=BA\|=E1=9E=96=E1=9E= =B6=E1=9E=80=E1=9F=92=E1=9E=99=E1=9E=9F=E1=9E=98=E1=9F=92=E1=9E=84=E1=9E=B6= =E1=9E=8F=E1=9F=8B\|=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89\|=E5=AF= =86[=E7=A0=81=E7=A2=BC]\|=EC=95=94=ED=98=B8\)\).*:\0? *\)\'" from remote sh= ell 06:44:31.175225 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.175280 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.175549 tramp-process-one-action (5) # Looking for regexp "\(^.*\(C= onnection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \= (?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authenticatio= n methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout,= server not responding\)\.\).*\|^.*\(Received signal [[:digit:]]+\).*\)\'" = =66rom remote shell 06:44:31.175616 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.175671 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.175812 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 06:44:31.175870 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.175924 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.176013 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\= |=0D\)[^]#$%> ]*#?[]#$%>] *\(=1B\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell 06:44:31.176073 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.176128 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.176198 tramp-process-one-action (5) # Call =E2=80=98tramp-action-s= ucceed=E2=80=99 06:44:31.176271 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.176334 tramp-process-actions (6) #=20 X11 forwarding request failed on channel 1=0D Welcome to Termux! Communities: https://termux.dev/community Gitter chat: https://gitter.im/termux/termux IRC channel: #termux on libera.chat Working with packages: * Search packages: pkg search * Install a package: pkg install * Upgrade packages: pkg upgrade Subscribing to additional repositories: * Root: pkg install root-repo * X11: pkg install x11-repo Report issues at https://termux.dev/issues =1B[0;32m~=1B[0m =1B[0;97m$=1B[0m=20 06:44:31.176410 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.176478 tramp-process-actions (3) # Waiting for prompts from remote= shell...done 06:44:31.176538 tramp-maybe-open-connection (3) # Found remote shell prompt= on =E2=80=98motorolausb=E2=80=99 06:44:31.176600 tramp-get-connection-property (7) # session-timeout nil; ca= che used: nil 06:44:31.176685 tramp-get-connection-property (7) # remote-shell undef; cac= he used: nil 06:44:31.176758 tramp-open-shell (5) # Opening remote shell =E2=80=98/bin/s= h=E2=80=99... 06:44:31.176927 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.176995 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:31.177055 tramp-send-command (6) # exec env TERM=3D'dumb' INSIDE_EMAC= S=3D'29.0.50,tramp:2.6.0-pre' ENV=3D'' HISTFILE=3D~/.tramp_history PROMPT_C= OMMAND=3D'' PS1=3D///e795cd1bdec57fa7ba96ba3adecf1451\#\$ PS2=3D'' PS3=3D''= /bin/sh -i 06:44:31.177123 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.177187 tramp-get-connection-property (7) # chunksize nil; cache us= ed: nil 06:44:31.177249 tramp-set-connection-property (7) # last-cmd-time (25362 52= 639 177225 877000) 06:44:31.177315 tramp-send-string (10) # exec env TERM=3D'dumb' INSIDE_EMAC= S=3D'29.0.50,tramp:2.6.0-pre' ENV=3D'' HISTFILE=3D~/.tramp_history PROMPT_C= OMMAND=3D'' PS1=3D///e795cd1bdec57fa7ba96ba3adecf1451\#\$ PS2=3D'' PS3=3D''= /bin/sh -i 06:44:31.177384 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.177456 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.177512 tramp-set-connection-property (7) # locked t 06:44:31.177592 tramp-flush-connection-property (7) # locked 06:44:31.177664 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.177736 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.177797 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.177902 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.177958 tramp-set-connection-property (7) # locked t 06:44:31.227635 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.227747 tramp-flush-connection-property (7) # locked 06:44:31.227823 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.227879 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.227978 tramp-wait-for-regexp (6) #=20 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.228047 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.228115 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.228171 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.228310 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:31.228383 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.228450 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.228517 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.228590 tramp-get-connection-property (7) # last-cmd-time (25362 52= 639 177225 877000); cache used: t 06:44:31.228696 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.228779 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:31.228871 tramp-send-command (6) # (cd ~/) 2>/dev/null; echo tramp_ex= it_status $? 06:44:31.228980 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.229104 tramp-get-connection-property (7) # chunksize nil; cache us= ed: nil 06:44:31.229188 tramp-set-connection-property (7) # last-cmd-time (25362 52= 639 229158 936000) 06:44:31.229266 tramp-send-string (10) # (cd ~/) 2>/dev/null; echo tramp_ex= it_status $? 06:44:31.229337 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.229413 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.229475 tramp-set-connection-property (7) # locked t 06:44:31.229564 tramp-flush-connection-property (7) # locked 06:44:31.229644 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.229708 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.229833 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.229944 tramp-set-connection-property (7) # locked t 06:44:31.235162 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.235412 tramp-flush-connection-property (7) # locked 06:44:31.235581 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.235719 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.235887 tramp-wait-for-regexp (6) #=20 tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.236174 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.236374 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.236526 tramp-set-connection-property (7) # remote-shell /bin/sh 06:44:31.236679 tramp-open-shell (5) # Opening remote shell =E2=80=98/bin/s= h=E2=80=99...done 06:44:31.236828 tramp-open-connection-setup-interactive-shell (5) # Setting= up remote shell environment 06:44:31.236977 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.237133 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:31.237274 tramp-send-command (6) # set +o vi +o emacs 06:44:31.237423 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.237572 tramp-get-connection-property (7) # chunksize nil; cache us= ed: nil 06:44:31.237726 tramp-set-connection-property (7) # last-cmd-time (25362 52= 639 237666 656000) 06:44:31.237888 tramp-send-string (10) # set +o vi +o emacs 06:44:31.238039 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.238202 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.238331 tramp-set-connection-property (7) # locked t 06:44:31.238488 tramp-flush-connection-property (7) # locked 06:44:31.238698 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.238873 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.239042 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.239176 tramp-set-connection-property (7) # locked t 06:44:31.240910 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.241082 tramp-flush-connection-property (7) # locked 06:44:31.241216 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.241346 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.241508 tramp-wait-for-regexp (6) #=20 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.241765 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.241922 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:31.242065 tramp-send-command (6) # set -o 06:44:31.242212 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.242361 tramp-get-connection-property (7) # chunksize nil; cache us= ed: nil 06:44:31.242505 tramp-set-connection-property (7) # last-cmd-time (25362 52= 639 242449 669000) 06:44:31.242669 tramp-send-string (10) # set -o 06:44:31.242821 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.242978 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.243114 tramp-set-connection-property (7) # locked t 06:44:31.243263 tramp-flush-connection-property (7) # locked 06:44:31.243481 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.243615 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.243755 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.243889 tramp-set-connection-property (7) # locked t 06:44:31.245516 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t Current option settings errexit off noglob off ignoreeof off interactive on monitor on noexec off stdin on xtrace off verbose off vi off emacs off noclobber off allexport off notify off nounset off nolog off debug off ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.245705 tramp-flush-connection-property (7) # locked 06:44:31.245861 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.246061 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.246198 tramp-wait-for-regexp (6) #=20 Current option settings errexit off noglob off ignoreeof off interactive on monitor on noexec off stdin on xtrace off verbose off vi off emacs off noclobber off allexport off notify off nounset off nolog off debug off ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.246454 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.301381 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:31.301654 tramp-send-command (6) # stty -inlcr -onlcr -echo kill '^U'= erase '^H' 06:44:31.301923 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.302235 tramp-get-connection-property (7) # chunksize nil; cache us= ed: nil 06:44:31.302481 tramp-set-connection-property (7) # last-cmd-time (25362 52= 639 302387 62000) 06:44:31.302786 tramp-send-string (10) # stty -inlcr -onlcr -echo kill '^U'= erase '^H' 06:44:31.303039 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.303323 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.303534 tramp-set-connection-property (7) # locked t 06:44:31.303810 tramp-flush-connection-property (7) # locked 06:44:31.304069 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.304264 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.304442 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.304596 tramp-set-connection-property (7) # locked t 06:44:31.341597 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.341763 tramp-flush-connection-property (7) # locked 06:44:31.341879 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.341986 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.342123 tramp-wait-for-regexp (6) #=20 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.342344 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.342471 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:31.342588 tramp-send-command (6) # echo foo 06:44:31.342710 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.342833 tramp-get-connection-property (7) # chunksize nil; cache us= ed: nil 06:44:31.342961 tramp-set-connection-property (7) # last-cmd-time (25362 52= 639 342907 749000) 06:44:31.343118 tramp-send-string (10) # echo foo 06:44:31.343262 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.343417 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.343546 tramp-set-connection-property (7) # locked t 06:44:31.343709 tramp-flush-connection-property (7) # locked 06:44:31.343903 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.344045 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.344179 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.344305 tramp-set-connection-property (7) # locked t 06:44:31.345768 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t foo 06:44:31.345944 tramp-flush-connection-property (7) # locked 06:44:31.346119 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.346343 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.346536 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.346669 tramp-set-connection-property (7) # locked t 06:44:31.346896 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t foo ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.347046 tramp-flush-connection-property (7) # locked 06:44:31.347175 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.347313 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.347568 tramp-wait-for-regexp (6) #=20 foo ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.348026 tramp-open-connection-setup-interactive-shell (5) # Checkin= g system information 06:44:31.348297 tramp-get-connection-property (7) # uname nil; cache used: = nil 06:44:31.348663 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:31.349075 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.349454 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.349744 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.350055 tramp-get-connection-property (7) # last-cmd-time (25362 52= 639 342907 749000); cache used: t 06:44:31.350472 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.350729 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:31.350972 tramp-send-command (6) # echo \"`uname -sr`\" 2>/dev/null; = echo tramp_exit_status $? 06:44:31.351269 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.351535 tramp-get-connection-property (7) # chunksize nil; cache us= ed: nil 06:44:31.351790 tramp-set-connection-property (7) # last-cmd-time (25362 52= 639 351691 210000) 06:44:31.352069 tramp-send-string (10) # echo \"`uname -sr`\" 2>/dev/null; = echo tramp_exit_status $? 06:44:31.352330 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.352612 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.352838 tramp-set-connection-property (7) # locked t 06:44:31.353129 tramp-flush-connection-property (7) # locked 06:44:31.353389 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.353601 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.353809 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.354004 tramp-set-connection-property (7) # locked t 06:44:31.392741 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t "Linux 3.18.66-perf" tramp_exit_status 0 06:44:31.392950 tramp-flush-connection-property (7) # locked 06:44:31.393135 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.393243 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.393381 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.393489 tramp-set-connection-property (7) # locked t 06:44:31.393670 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t "Linux 3.18.66-perf" tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.393794 tramp-flush-connection-property (7) # locked 06:44:31.393900 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.394005 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.394128 tramp-wait-for-regexp (6) #=20 "Linux 3.18.66-perf" tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.394396 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.394586 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.394764 tramp-set-connection-property (7) # uname Linux 3.18.66-perf 06:44:31.394903 tramp-open-connection-setup-interactive-shell (5) # Determi= ning coding system 06:44:31.395589 tramp-get-connection-property (7) # locale undef; cache use= d: nil 06:44:31.395733 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.395868 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.396000 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.396132 tramp-get-connection-property (7) # last-cmd-time (25362 52= 639 351691 210000); cache used: t 06:44:31.396321 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.396514 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:31.396632 tramp-send-command (6) # locale -a 06:44:31.396739 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.396849 tramp-get-connection-property (7) # chunksize nil; cache us= ed: nil 06:44:31.396954 tramp-set-connection-property (7) # last-cmd-time (25362 52= 639 396918 645000) 06:44:31.397072 tramp-send-string (10) # locale -a 06:44:31.397178 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.397303 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.397408 tramp-set-connection-property (7) # locked t 06:44:31.397551 tramp-flush-connection-property (7) # locked 06:44:31.397676 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.397830 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.397970 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.398226 tramp-set-connection-property (7) # locked t 06:44:31.399880 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t /bin/sh: 7: locale: not found 06:44:31.400161 tramp-flush-connection-property (7) # locked 06:44:31.400482 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.400770 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.401014 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.401211 tramp-set-connection-property (7) # locked t 06:44:31.401627 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t /bin/sh: 7: locale: not found ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.401866 tramp-flush-connection-property (7) # locked 06:44:31.402059 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.402252 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.402487 tramp-wait-for-regexp (6) #=20 /bin/sh: 7: locale: not found ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.402859 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.403125 tramp-set-connection-property (7) # locale LC_ALL=3DC 06:44:31.403399 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.403593 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:31.403735 tramp-send-command (6) # (echo foo ; echo bar) 06:44:31.403844 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.403953 tramp-get-connection-property (7) # chunksize nil; cache us= ed: nil 06:44:31.404059 tramp-set-connection-property (7) # last-cmd-time (25362 52= 639 404022 339000) 06:44:31.404179 tramp-send-string (10) # (echo foo ; echo bar) 06:44:31.404287 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.404411 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.404515 tramp-set-connection-property (7) # locked t 06:44:31.404648 tramp-flush-connection-property (7) # locked 06:44:31.404763 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.404867 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.404979 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.405083 tramp-set-connection-property (7) # locked t 06:44:31.408523 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t foo 06:44:31.408645 tramp-flush-connection-property (7) # locked 06:44:31.408755 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.408861 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.408981 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.409087 tramp-set-connection-property (7) # locked t 06:44:31.409262 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t foo bar 06:44:31.409365 tramp-flush-connection-property (7) # locked 06:44:31.409472 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.409577 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.409712 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.409818 tramp-set-connection-property (7) # locked t 06:44:31.409992 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t foo bar ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.410115 tramp-flush-connection-property (7) # locked 06:44:31.410255 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.410362 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.410486 tramp-wait-for-regexp (6) #=20 foo bar ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.410681 tramp-open-connection-setup-interactive-shell (5) # Setting= coding system to =E2=80=98utf-8-unix=E2=80=99 and =E2=80=98utf-8-unix=E2= =80=99 06:44:31.410815 tramp-get-connection-property (7) # chunksize undef; cache = used: nil 06:44:31.410931 tramp-open-connection-setup-interactive-shell (5) # Checkin= g remote host type for =E2=80=98send-process-string=E2=80=99 bug 06:44:31.411061 tramp-set-connection-property (7) # chunksize 0 06:44:31.411206 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.411330 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.411520 tramp-get-connection-property (7) # remote-path undef; cach= e used: nil 06:44:31.411635 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:31.411803 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:31.411919 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.412030 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.412138 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.412246 tramp-get-connection-property (7) # last-cmd-time (25362 52= 639 404022 339000); cache used: t 06:44:31.412404 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.412589 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:31.412719 tramp-send-command (6) # echo \"`getconf PATH 2>/dev/null`\= " 2>/dev/null; echo tramp_exit_status $? 06:44:31.412829 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.412939 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:31.413055 tramp-set-connection-property (7) # last-cmd-time (25362 52= 639 413018 570000) 06:44:31.413167 tramp-send-string (10) # echo \"`getconf PATH 2>/dev/null`\= " 2>/dev/null; echo tramp_exit_status $? 06:44:31.413275 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.413396 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.413500 tramp-set-connection-property (7) # locked t 06:44:31.413645 tramp-flush-connection-property (7) # locked 06:44:31.413805 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.413985 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.414164 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.414334 tramp-set-connection-property (7) # locked t 06:44:31.418310 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t "" tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.418642 tramp-flush-connection-property (7) # locked 06:44:31.418882 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.419115 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.419770 tramp-wait-for-regexp (6) #=20 "" tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.420065 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.420280 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.421413 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:31.421546 tramp-get-file-property (8) # /data/data/com.termux/files/u= sr/bin file-directory-p undef; inhibit: 10; cache used: nil; cached at: nil 06:44:31.421768 tramp-get-file-property (8) # /data/data/com.termux/files/u= sr/bin file-truename nil; inhibit: 10; cache used: nil; cached at: nil 06:44:31.421983 tramp-get-connection-property (7) # test undef; cache used:= nil 06:44:31.422107 tramp-get-test-command (5) # Finding a suitable =E2=80=98te= st=E2=80=99 command 06:44:31.422252 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:31.422399 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.422530 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.422661 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.422797 tramp-get-connection-property (7) # last-cmd-time (25362 52= 639 413018 570000); cache used: t 06:44:31.422973 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.423105 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:31.423230 tramp-send-command (6) # test 0 2>/dev/null; echo tramp_exi= t_status $? 06:44:31.423359 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.423507 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:31.423647 tramp-set-connection-property (7) # last-cmd-time (25362 52= 639 423602 737000) 06:44:31.423784 tramp-send-string (10) # test 0 2>/dev/null; echo tramp_exi= t_status $? 06:44:31.423910 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.424057 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.424185 tramp-set-connection-property (7) # locked t 06:44:31.424356 tramp-flush-connection-property (7) # locked 06:44:31.424560 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.424695 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.424837 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.424964 tramp-set-connection-property (7) # locked t 06:44:31.427030 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.427186 tramp-flush-connection-property (7) # locked 06:44:31.427327 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.427454 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.427608 tramp-wait-for-regexp (6) #=20 tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.427849 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.428007 tramp-set-connection-property (7) # test test 06:44:31.428391 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:31.428535 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.428671 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.428803 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.428937 tramp-get-connection-property (7) # last-cmd-time (25362 52= 639 423602 737000); cache used: t 06:44:31.429098 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.429230 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:31.429354 tramp-send-command (6) # test -d /data/data/com.termux/file= s/usr/bin 2>/dev/null; echo tramp_exit_status $? 06:44:31.429496 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.429713 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:31.429944 tramp-set-connection-property (7) # last-cmd-time (25362 52= 639 429865 261000) 06:44:31.430165 tramp-send-string (10) # test -d /data/data/com.termux/file= s/usr/bin 2>/dev/null; echo tramp_exit_status $? 06:44:31.430353 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.430501 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.430628 tramp-set-connection-property (7) # locked t 06:44:31.430809 tramp-flush-connection-property (7) # locked 06:44:31.430986 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.431192 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.431429 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.431651 tramp-set-connection-property (7) # locked t 06:44:31.433291 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.433615 tramp-flush-connection-property (7) # locked 06:44:31.433879 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.434121 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.434403 tramp-wait-for-regexp (6) #=20 tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.434866 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.435298 tramp-set-file-property (8) # /data/data/com.termux/files/u= sr/bin file-directory-p t 06:44:31.436761 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:31.437023 tramp-get-file-property (8) # /bin file-directory-p undef; = inhibit: 10; cache used: nil; cached at: nil 06:44:31.437366 tramp-get-file-property (8) # /bin file-truename nil; inhib= it: 10; cache used: nil; cached at: nil 06:44:31.437630 tramp-get-connection-property (7) # test test; cache used: t 06:44:31.437852 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:31.438000 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.438136 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.438269 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.438404 tramp-get-connection-property (7) # last-cmd-time (25362 52= 639 429865 261000); cache used: t 06:44:31.438580 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.438717 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:31.438839 tramp-send-command (6) # test -d /bin 2>/dev/null; echo tra= mp_exit_status $? 06:44:31.438964 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.439093 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:31.439232 tramp-set-connection-property (7) # last-cmd-time (25362 52= 639 439187 452000) 06:44:31.439374 tramp-send-string (10) # test -d /bin 2>/dev/null; echo tra= mp_exit_status $? 06:44:31.439501 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.439645 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.439769 tramp-set-connection-property (7) # locked t 06:44:31.439943 tramp-flush-connection-property (7) # locked 06:44:31.440163 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.440341 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.440488 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.440614 tramp-set-connection-property (7) # locked t 06:44:31.442314 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 1 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.442453 tramp-flush-connection-property (7) # locked 06:44:31.442560 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.442665 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.442794 tramp-wait-for-regexp (6) #=20 tramp_exit_status 1 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.442993 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.443163 tramp-set-file-property (8) # /bin file-directory-p nil 06:44:31.443780 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:31.443900 tramp-get-file-property (8) # /usr/bin file-directory-p und= ef; inhibit: 10; cache used: nil; cached at: nil 06:44:31.444089 tramp-get-file-property (8) # /usr/bin file-truename nil; i= nhibit: 10; cache used: nil; cached at: nil 06:44:31.444302 tramp-get-connection-property (7) # test test; cache used: t 06:44:31.444514 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:31.444657 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.445531 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.445727 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.445918 tramp-get-connection-property (7) # last-cmd-time (25362 52= 639 439187 452000); cache used: t 06:44:31.446198 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.446410 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:31.446626 tramp-send-command (6) # test -d /usr/bin 2>/dev/null; echo= tramp_exit_status $? 06:44:31.446841 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.447068 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:31.447313 tramp-set-connection-property (7) # last-cmd-time (25362 52= 639 447236 311000) 06:44:31.447552 tramp-send-string (10) # test -d /usr/bin 2>/dev/null; echo= tramp_exit_status $? 06:44:31.447780 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.447965 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.448103 tramp-set-connection-property (7) # locked t 06:44:31.448367 tramp-flush-connection-property (7) # locked 06:44:31.448651 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.448973 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.449387 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.449697 tramp-set-connection-property (7) # locked t 06:44:31.451009 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 1 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.451357 tramp-flush-connection-property (7) # locked 06:44:31.451607 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.451843 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.452151 tramp-wait-for-regexp (6) #=20 tramp_exit_status 1 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.452653 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.453050 tramp-set-file-property (8) # /usr/bin file-directory-p nil 06:44:31.454353 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:31.454515 tramp-get-file-property (8) # /sbin file-directory-p undef;= inhibit: 10; cache used: nil; cached at: nil 06:44:31.454723 tramp-get-file-property (8) # /sbin file-truename nil; inhi= bit: 10; cache used: nil; cached at: nil 06:44:31.454940 tramp-get-connection-property (7) # test test; cache used: t 06:44:31.455164 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:31.455326 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.455464 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.455596 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.455737 tramp-get-connection-property (7) # last-cmd-time (25362 52= 639 447236 311000); cache used: t 06:44:31.455920 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.456059 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:31.456183 tramp-send-command (6) # test -d /sbin 2>/dev/null; echo tr= amp_exit_status $? 06:44:31.456311 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.456444 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:31.456583 tramp-set-connection-property (7) # last-cmd-time (25362 52= 639 456536 795000) 06:44:31.456723 tramp-send-string (10) # test -d /sbin 2>/dev/null; echo tr= amp_exit_status $? 06:44:31.456861 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.457007 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.457159 tramp-set-connection-property (7) # locked t 06:44:31.457332 tramp-flush-connection-property (7) # locked 06:44:31.457537 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.457724 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.457882 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.458015 tramp-set-connection-property (7) # locked t 06:44:31.460163 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.460371 tramp-flush-connection-property (7) # locked 06:44:31.460506 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.460632 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.460788 tramp-wait-for-regexp (6) #=20 tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.461037 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.461246 tramp-set-file-property (8) # /sbin file-directory-p t 06:44:31.461979 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:31.462113 tramp-get-file-property (8) # /usr/sbin file-directory-p un= def; inhibit: 10; cache used: nil; cached at: nil 06:44:31.462312 tramp-get-file-property (8) # /usr/sbin file-truename nil; = inhibit: 10; cache used: nil; cached at: nil 06:44:31.462527 tramp-get-connection-property (7) # test test; cache used: t 06:44:31.462761 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:31.462974 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.463200 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.463425 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.463649 tramp-get-connection-property (7) # last-cmd-time (25362 52= 639 456536 795000); cache used: t 06:44:31.463921 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.464152 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:31.464374 tramp-send-command (6) # test -d /usr/sbin 2>/dev/null; ech= o tramp_exit_status $? 06:44:31.464608 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.464847 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:31.465050 tramp-set-connection-property (7) # last-cmd-time (25362 52= 639 464999 209000) 06:44:31.465192 tramp-send-string (10) # test -d /usr/sbin 2>/dev/null; ech= o tramp_exit_status $? 06:44:31.465401 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.465741 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.466091 tramp-set-connection-property (7) # locked t 06:44:31.520279 tramp-flush-connection-property (7) # locked 06:44:31.520492 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.520629 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.520747 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.520838 tramp-set-connection-property (7) # locked t 06:44:31.523168 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 1 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.523280 tramp-flush-connection-property (7) # locked 06:44:31.523364 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.523445 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.523545 tramp-wait-for-regexp (6) #=20 tramp_exit_status 1 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.523701 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.523845 tramp-set-file-property (8) # /usr/sbin file-directory-p nil 06:44:31.524347 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:31.524432 tramp-get-file-property (8) # /usr/local/bin file-directory= -p undef; inhibit: 10; cache used: nil; cached at: nil 06:44:31.524553 tramp-get-file-property (8) # /usr/local/bin file-truename = nil; inhibit: 10; cache used: nil; cached at: nil 06:44:31.524703 tramp-get-connection-property (7) # test test; cache used: t 06:44:31.524851 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:31.524942 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.525025 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.525110 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.525195 tramp-get-connection-property (7) # last-cmd-time (25362 52= 639 464999 209000); cache used: t 06:44:31.525304 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.525386 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:31.525460 tramp-send-command (6) # test -d /usr/local/bin 2>/dev/null= ; echo tramp_exit_status $? 06:44:31.525540 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.525622 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:31.525707 tramp-set-connection-property (7) # last-cmd-time (25362 52= 639 525680 332000) 06:44:31.525790 tramp-send-string (10) # test -d /usr/local/bin 2>/dev/null= ; echo tramp_exit_status $? 06:44:31.525870 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.525962 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.526040 tramp-set-connection-property (7) # locked t 06:44:31.526133 tramp-flush-connection-property (7) # locked 06:44:31.526299 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.526387 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.526476 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.526554 tramp-set-connection-property (7) # locked t 06:44:31.528524 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 1 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.528625 tramp-flush-connection-property (7) # locked 06:44:31.528705 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.528783 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.528875 tramp-wait-for-regexp (6) #=20 tramp_exit_status 1 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.529022 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.529148 tramp-set-file-property (8) # /usr/local/bin file-directory= -p nil 06:44:31.529732 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:31.529863 tramp-get-file-property (8) # /usr/local/sbin file-director= y-p undef; inhibit: 10; cache used: nil; cached at: nil 06:44:31.530058 tramp-get-file-property (8) # /usr/local/sbin file-truename= nil; inhibit: 10; cache used: nil; cached at: nil 06:44:31.530302 tramp-get-connection-property (7) # test test; cache used: t 06:44:31.530542 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:31.530693 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.530834 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.530966 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.531057 tramp-get-connection-property (7) # last-cmd-time (25362 52= 639 525680 332000); cache used: t 06:44:31.531224 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.531409 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:31.531575 tramp-send-command (6) # test -d /usr/local/sbin 2>/dev/nul= l; echo tramp_exit_status $? 06:44:31.531798 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.532046 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:31.532285 tramp-set-connection-property (7) # last-cmd-time (25362 52= 639 532211 229000) 06:44:31.532493 tramp-send-string (10) # test -d /usr/local/sbin 2>/dev/nul= l; echo tramp_exit_status $? 06:44:31.532694 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.532994 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.533233 tramp-set-connection-property (7) # locked t 06:44:31.533527 tramp-flush-connection-property (7) # locked 06:44:31.533694 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.533831 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.534007 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.534178 tramp-set-connection-property (7) # locked t 06:44:31.536453 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 1 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.536721 tramp-flush-connection-property (7) # locked 06:44:31.536916 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.537048 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.537210 tramp-wait-for-regexp (6) #=20 tramp_exit_status 1 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.537463 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.537681 tramp-set-file-property (8) # /usr/local/sbin file-director= y-p nil 06:44:31.538449 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:31.538583 tramp-get-file-property (8) # /local/bin file-directory-p u= ndef; inhibit: 10; cache used: nil; cached at: nil 06:44:31.538775 tramp-get-file-property (8) # /local/bin file-truename nil;= inhibit: 10; cache used: nil; cached at: nil 06:44:31.538984 tramp-get-connection-property (7) # test test; cache used: t 06:44:31.539210 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:31.539354 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.539486 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.539616 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.539748 tramp-get-connection-property (7) # last-cmd-time (25362 52= 639 532211 229000); cache used: t 06:44:31.539923 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.540054 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:31.540176 tramp-send-command (6) # test -d /local/bin 2>/dev/null; ec= ho tramp_exit_status $? 06:44:31.540332 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.540440 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:31.540553 tramp-set-connection-property (7) # last-cmd-time (25362 52= 639 540517 355000) 06:44:31.540662 tramp-send-string (10) # test -d /local/bin 2>/dev/null; ec= ho tramp_exit_status $? 06:44:31.540767 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.540884 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.540988 tramp-set-connection-property (7) # locked t 06:44:31.541123 tramp-flush-connection-property (7) # locked 06:44:31.541237 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.541340 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.541458 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.541561 tramp-set-connection-property (7) # locked t 06:44:31.543346 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 1 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.543484 tramp-flush-connection-property (7) # locked 06:44:31.543590 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.543697 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.543821 tramp-wait-for-regexp (6) #=20 tramp_exit_status 1 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.544019 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.544187 tramp-set-file-property (8) # /local/bin file-directory-p n= il 06:44:31.544796 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:31.544906 tramp-get-file-property (8) # /local/freeware/bin file-dire= ctory-p undef; inhibit: 10; cache used: nil; cached at: nil 06:44:31.545083 tramp-get-file-property (8) # /local/freeware/bin file-true= name nil; inhibit: 10; cache used: nil; cached at: nil 06:44:31.545257 tramp-get-connection-property (7) # test test; cache used: t 06:44:31.545457 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:31.545624 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.545769 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.545864 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.545938 tramp-get-connection-property (7) # last-cmd-time (25362 52= 639 540517 355000); cache used: t 06:44:31.546066 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.546175 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:31.546274 tramp-send-command (6) # test -d /local/freeware/bin 2>/dev= /null; echo tramp_exit_status $? 06:44:31.546378 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.546486 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:31.546601 tramp-set-connection-property (7) # last-cmd-time (25362 52= 639 546565 612000) 06:44:31.546712 tramp-send-string (10) # test -d /local/freeware/bin 2>/dev= /null; echo tramp_exit_status $? 06:44:31.546839 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.547048 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.547219 tramp-set-connection-property (7) # locked t 06:44:31.547468 tramp-flush-connection-property (7) # locked 06:44:31.547630 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.547810 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.548125 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.548384 tramp-set-connection-property (7) # locked t 06:44:31.550133 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 1 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.550368 tramp-flush-connection-property (7) # locked 06:44:31.550493 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.550613 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.550768 tramp-wait-for-regexp (6) #=20 tramp_exit_status 1 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.551020 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.551250 tramp-set-file-property (8) # /local/freeware/bin file-dire= ctory-p nil 06:44:31.552036 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:31.552180 tramp-get-file-property (8) # /local/gnu/bin file-directory= -p undef; inhibit: 10; cache used: nil; cached at: nil 06:44:31.552303 tramp-get-file-property (8) # /local/gnu/bin file-truename = nil; inhibit: 10; cache used: nil; cached at: nil 06:44:31.552444 tramp-get-connection-property (7) # test test; cache used: t 06:44:31.552588 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:31.552666 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.552723 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.552780 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.552843 tramp-get-connection-property (7) # last-cmd-time (25362 52= 639 546565 612000); cache used: t 06:44:31.552929 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.552987 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:31.553039 tramp-send-command (6) # test -d /local/gnu/bin 2>/dev/null= ; echo tramp_exit_status $? 06:44:31.553096 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.553152 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:31.553213 tramp-set-connection-property (7) # last-cmd-time (25362 52= 639 553193 328000) 06:44:31.553271 tramp-send-string (10) # test -d /local/gnu/bin 2>/dev/null= ; echo tramp_exit_status $? 06:44:31.553345 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.553409 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.553464 tramp-set-connection-property (7) # locked t 06:44:31.553556 tramp-flush-connection-property (7) # locked 06:44:31.553633 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.553720 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.553899 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.553957 tramp-set-connection-property (7) # locked t 06:44:31.556300 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 1 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.556383 tramp-flush-connection-property (7) # locked 06:44:31.556438 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.556492 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.556559 tramp-wait-for-regexp (6) #=20 tramp_exit_status 1 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.556666 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.556768 tramp-set-file-property (8) # /local/gnu/bin file-directory= -p nil 06:44:31.557104 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:31.557162 tramp-get-file-property (8) # /usr/freeware/bin file-direct= ory-p undef; inhibit: 10; cache used: nil; cached at: nil 06:44:31.557244 tramp-get-file-property (8) # /usr/freeware/bin file-truena= me nil; inhibit: 10; cache used: nil; cached at: nil 06:44:31.557333 tramp-get-connection-property (7) # test test; cache used: t 06:44:31.557437 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:31.557498 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.557557 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.557614 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.557670 tramp-get-connection-property (7) # last-cmd-time (25362 52= 639 553193 328000); cache used: t 06:44:31.557743 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.557801 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:31.557853 tramp-send-command (6) # test -d /usr/freeware/bin 2>/dev/n= ull; echo tramp_exit_status $? 06:44:31.557906 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.557963 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:31.558022 tramp-set-connection-property (7) # last-cmd-time (25362 52= 639 558003 763000) 06:44:31.558080 tramp-send-string (10) # test -d /usr/freeware/bin 2>/dev/n= ull; echo tramp_exit_status $? 06:44:31.558135 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.558197 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.558251 tramp-set-connection-property (7) # locked t 06:44:31.558324 tramp-flush-connection-property (7) # locked 06:44:31.558421 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.558479 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.558611 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.558668 tramp-set-connection-property (7) # locked t 06:44:31.560657 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 1 06:44:31.560731 tramp-flush-connection-property (7) # locked 06:44:31.560799 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.560855 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.560919 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.560974 tramp-set-connection-property (7) # locked t 06:44:31.561071 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 1 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.561138 tramp-flush-connection-property (7) # locked 06:44:31.561192 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.561247 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.561311 tramp-wait-for-regexp (6) #=20 tramp_exit_status 1 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.561414 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.561504 tramp-set-file-property (8) # /usr/freeware/bin file-direct= ory-p nil 06:44:31.561812 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:31.561869 tramp-get-file-property (8) # /usr/pkg/bin file-directory-p= undef; inhibit: 10; cache used: nil; cached at: nil 06:44:31.561951 tramp-get-file-property (8) # /usr/pkg/bin file-truename ni= l; inhibit: 10; cache used: nil; cached at: nil 06:44:31.562051 tramp-get-connection-property (7) # test test; cache used: t 06:44:31.562147 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:31.562209 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.562267 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.562323 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.562381 tramp-get-connection-property (7) # last-cmd-time (25362 52= 639 558003 763000); cache used: t 06:44:31.562454 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.562511 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:31.562599 tramp-send-command (6) # test -d /usr/pkg/bin 2>/dev/null; = echo tramp_exit_status $? 06:44:31.562720 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.562824 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:31.562932 tramp-set-connection-property (7) # last-cmd-time (25362 52= 639 562898 502000) 06:44:31.563043 tramp-send-string (10) # test -d /usr/pkg/bin 2>/dev/null; = echo tramp_exit_status $? 06:44:31.563133 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.563239 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.563331 tramp-set-connection-property (7) # locked t 06:44:31.563449 tramp-flush-connection-property (7) # locked 06:44:31.563561 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.563769 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.563876 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.563969 tramp-set-connection-property (7) # locked t 06:44:31.565801 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 1 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.566054 tramp-flush-connection-property (7) # locked 06:44:31.566243 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.566457 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.566736 tramp-wait-for-regexp (6) #=20 tramp_exit_status 1 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.567037 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.567250 tramp-set-file-property (8) # /usr/pkg/bin file-directory-p= nil 06:44:31.568025 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:31.568172 tramp-get-file-property (8) # /usr/contrib/bin file-directo= ry-p undef; inhibit: 10; cache used: nil; cached at: nil 06:44:31.568376 tramp-get-file-property (8) # /usr/contrib/bin file-truenam= e nil; inhibit: 10; cache used: nil; cached at: nil 06:44:31.568593 tramp-get-connection-property (7) # test test; cache used: t 06:44:31.568824 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:31.568968 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.569089 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.569206 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.569325 tramp-get-connection-property (7) # last-cmd-time (25362 52= 639 562898 502000); cache used: t 06:44:31.569469 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.569572 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:31.569637 tramp-send-command (6) # test -d /usr/contrib/bin 2>/dev/nu= ll; echo tramp_exit_status $? 06:44:31.569699 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.569766 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:31.569828 tramp-set-connection-property (7) # last-cmd-time (25362 52= 639 569808 279000) 06:44:31.569887 tramp-send-string (10) # test -d /usr/contrib/bin 2>/dev/nu= ll; echo tramp_exit_status $? 06:44:31.569946 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.570016 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.570071 tramp-set-connection-property (7) # locked t 06:44:31.570162 tramp-flush-connection-property (7) # locked 06:44:31.570277 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.570354 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.570500 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.570559 tramp-set-connection-property (7) # locked t 06:44:31.572766 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 1 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.572838 tramp-flush-connection-property (7) # locked 06:44:31.572896 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.572952 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.573026 tramp-wait-for-regexp (6) #=20 tramp_exit_status 1 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.573134 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.573239 tramp-set-file-property (8) # /usr/contrib/bin file-directo= ry-p nil 06:44:31.573585 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:31.573644 tramp-get-file-property (8) # /opt/bin file-directory-p und= ef; inhibit: 10; cache used: nil; cached at: nil 06:44:31.573730 tramp-get-file-property (8) # /opt/bin file-truename nil; i= nhibit: 10; cache used: nil; cached at: nil 06:44:31.573825 tramp-get-connection-property (7) # test test; cache used: t 06:44:31.573926 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:31.573990 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.574048 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.574105 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.574162 tramp-get-connection-property (7) # last-cmd-time (25362 52= 639 569808 279000); cache used: t 06:44:31.574238 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.574299 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:31.574352 tramp-send-command (6) # test -d /opt/bin 2>/dev/null; echo= tramp_exit_status $? 06:44:31.574408 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.574465 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:31.574527 tramp-set-connection-property (7) # last-cmd-time (25362 52= 639 574508 78000) 06:44:31.574585 tramp-send-string (10) # test -d /opt/bin 2>/dev/null; echo= tramp_exit_status $? 06:44:31.574640 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.574705 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.574761 tramp-set-connection-property (7) # locked t 06:44:31.574836 tramp-flush-connection-property (7) # locked 06:44:31.574931 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.574989 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.575130 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.575186 tramp-set-connection-property (7) # locked t 06:44:31.577409 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 1 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.577501 tramp-flush-connection-property (7) # locked 06:44:31.577559 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.577617 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.577682 tramp-wait-for-regexp (6) #=20 tramp_exit_status 1 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.577786 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.577874 tramp-set-file-property (8) # /opt/bin file-directory-p nil 06:44:31.578184 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:31.578244 tramp-get-file-property (8) # /opt/sbin file-directory-p un= def; inhibit: 10; cache used: nil; cached at: nil 06:44:31.578327 tramp-get-file-property (8) # /opt/sbin file-truename nil; = inhibit: 10; cache used: nil; cached at: nil 06:44:31.578420 tramp-get-connection-property (7) # test test; cache used: t 06:44:31.578515 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:31.578577 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.578634 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.578690 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.578748 tramp-get-connection-property (7) # last-cmd-time (25362 52= 639 574508 78000); cache used: t 06:44:31.578821 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.578880 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:31.578935 tramp-send-command (6) # test -d /opt/sbin 2>/dev/null; ech= o tramp_exit_status $? 06:44:31.578991 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.579047 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:31.579107 tramp-set-connection-property (7) # last-cmd-time (25362 52= 639 579088 306000) 06:44:31.579165 tramp-send-string (10) # test -d /opt/sbin 2>/dev/null; ech= o tramp_exit_status $? 06:44:31.579219 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.579284 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.579344 tramp-set-connection-property (7) # locked t 06:44:31.579417 tramp-flush-connection-property (7) # locked 06:44:31.579513 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.579572 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.579699 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.579790 tramp-set-connection-property (7) # locked t 06:44:31.581561 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 1 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.581658 tramp-flush-connection-property (7) # locked 06:44:31.581750 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.615690 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.615989 tramp-wait-for-regexp (6) #=20 tramp_exit_status 1 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.616446 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.616870 tramp-set-file-property (8) # /opt/sbin file-directory-p nil 06:44:31.617817 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:31.617966 tramp-get-file-property (8) # /opt/local/bin file-directory= -p undef; inhibit: 10; cache used: nil; cached at: nil 06:44:31.618176 tramp-get-file-property (8) # /opt/local/bin file-truename = nil; inhibit: 10; cache used: nil; cached at: nil 06:44:31.618412 tramp-get-connection-property (7) # test test; cache used: t 06:44:31.618654 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:31.618791 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.618911 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.619041 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.619162 tramp-get-connection-property (7) # last-cmd-time (25362 52= 639 579088 306000); cache used: t 06:44:31.619346 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.619467 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:31.619578 tramp-send-command (6) # test -d /opt/local/bin 2>/dev/null= ; echo tramp_exit_status $? 06:44:31.619662 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.619753 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:31.619853 tramp-set-connection-property (7) # last-cmd-time (25362 52= 639 619828 304000) 06:44:31.619922 tramp-send-string (10) # test -d /opt/local/bin 2>/dev/null= ; echo tramp_exit_status $? 06:44:31.619987 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.620062 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.620121 tramp-set-connection-property (7) # locked t 06:44:31.620239 tramp-flush-connection-property (7) # locked 06:44:31.620312 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.620379 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.620465 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.620527 tramp-set-connection-property (7) # locked t 06:44:31.622797 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 1 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.622902 tramp-flush-connection-property (7) # locked 06:44:31.622962 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.623018 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.623089 tramp-wait-for-regexp (6) #=20 tramp_exit_status 1 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.623197 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.623305 tramp-set-file-property (8) # /opt/local/bin file-directory= -p nil 06:44:31.623380 tramp-set-connection-property (7) # remote-path (/data/data= /com.termux/files/usr/bin/ /sbin) 06:44:31.623465 tramp-get-connection-property (7) # pipe-buf undef; cache u= sed: nil 06:44:31.623533 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:31.623644 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:31.623716 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.623783 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.623851 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.623922 tramp-get-connection-property (7) # last-cmd-time (25362 52= 639 619828 304000); cache used: t 06:44:31.624009 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.624075 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:31.624137 tramp-send-command (6) # getconf PIPE_BUF / 2>/dev/null || = echo 4096 2>/dev/null; echo tramp_exit_status $? 06:44:31.624202 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.624268 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:31.624337 tramp-set-connection-property (7) # last-cmd-time (25362 52= 639 624312 967000) 06:44:31.624403 tramp-send-string (10) # getconf PIPE_BUF / 2>/dev/null || = echo 4096 2>/dev/null; echo tramp_exit_status $? 06:44:31.624468 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.624537 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.624592 tramp-set-connection-property (7) # locked t 06:44:31.624665 tramp-flush-connection-property (7) # locked 06:44:31.624738 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.624800 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.624863 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.625018 tramp-set-connection-property (7) # locked t 06:44:31.627174 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t 4096 tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.627248 tramp-flush-connection-property (7) # locked 06:44:31.627306 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.627361 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.627433 tramp-wait-for-regexp (6) #=20 4096 tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.627542 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.627623 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.627702 tramp-set-connection-property (7) # pipe-buf 4096 06:44:31.627769 tramp-set-remote-path (5) # Setting $PATH environment varia= ble 06:44:31.627836 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.627902 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.627969 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.628039 tramp-get-connection-property (7) # last-cmd-time (25362 52= 639 624312 967000); cache used: t 06:44:31.628118 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.628184 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:31.628243 tramp-send-command (6) # PATH=3D/data/data/com.termux/files= /usr/bin/:/sbin && export PATH 06:44:31.628308 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.628372 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:31.628439 tramp-set-connection-property (7) # last-cmd-time (25362 52= 639 628414 861000) 06:44:31.628504 tramp-send-string (10) # PATH=3D/data/data/com.termux/files= /usr/bin/:/sbin && export PATH 06:44:31.628568 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.628637 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.628692 tramp-set-connection-property (7) # locked t 06:44:31.628763 tramp-flush-connection-property (7) # locked 06:44:31.628836 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.628934 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.629005 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.629060 tramp-set-connection-property (7) # locked t 06:44:31.630751 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.630872 tramp-flush-connection-property (7) # locked 06:44:31.630974 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.631081 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.631163 tramp-wait-for-regexp (6) #=20 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.631344 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.631539 tramp-get-connection-property (7) # remote-shell undef; cac= he used: nil 06:44:31.631695 tramp-get-connection-property (7) # remote-shell undef; cac= he used: nil 06:44:31.631866 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.632035 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:31.632188 tramp-send-command (6) # echo ~root 06:44:31.632352 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.632516 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:31.632731 tramp-set-connection-property (7) # last-cmd-time (25362 52= 639 632661 189000) 06:44:31.632919 tramp-send-string (10) # echo ~root 06:44:31.633115 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.633352 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.633495 tramp-set-connection-property (7) # locked t 06:44:31.633874 tramp-flush-connection-property (7) # locked 06:44:31.634029 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.634135 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.634296 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.634406 tramp-set-connection-property (7) # locked t 06:44:31.636351 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t ~root ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.636487 tramp-flush-connection-property (7) # locked 06:44:31.636575 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.636638 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.636720 tramp-wait-for-regexp (6) #=20 ~root ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.636835 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.636898 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.637012 tramp-get-connection-property (7) # remote-path (/data/data= /com.termux/files/usr/bin/ /sbin); cache used: t 06:44:31.637081 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.637156 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.637216 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.637273 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.637332 tramp-get-connection-property (7) # last-cmd-time (25362 52= 639 632661 189000); cache used: t 06:44:31.637411 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.637471 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:31.637524 tramp-send-command (6) # while read d; do if test -x $d/bas= h && test -f $d/bash; then echo tramp_executable $d/bash; break; fi; done <= <'673ab247f276f3e32c3ff1e0867e4f19' /data/data/com.termux/files/usr/bin/ /sbin 673ab247f276f3e32c3ff1e0867e4f19 06:44:31.637584 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.637641 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:31.637703 tramp-set-connection-property (7) # last-cmd-time (25362 52= 639 637682 663000) 06:44:31.637762 tramp-send-string (10) # while read d; do if test -x $d/bas= h && test -f $d/bash; then echo tramp_executable $d/bash; break; fi; done <= <'673ab247f276f3e32c3ff1e0867e4f19' /data/data/com.termux/files/usr/bin/ /sbin 673ab247f276f3e32c3ff1e0867e4f19 06:44:31.637822 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.637892 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.637948 tramp-set-connection-property (7) # locked t 06:44:31.638024 tramp-flush-connection-property (7) # locked 06:44:31.638091 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.638150 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.638216 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.638371 tramp-set-connection-property (7) # locked t 06:44:31.640912 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_executable /data/data/com.termux/files/usr/bin//bash ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.640987 tramp-flush-connection-property (7) # locked 06:44:31.641043 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.641096 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.641163 tramp-wait-for-regexp (6) #=20 tramp_executable /data/data/com.termux/files/usr/bin//bash ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.641272 tramp-set-connection-property (7) # remote-shell /data/data= /com.termux/files/usr/bin//bash 06:44:31.641328 tramp-find-shell (5) # Starting remote shell =E2=80=98/data= /data/com.termux/files/usr/bin//bash=E2=80=99 for tilde expansion 06:44:31.641384 tramp-open-shell (5) # Opening remote shell =E2=80=98/data/= data/com.termux/files/usr/bin//bash=E2=80=99... 06:44:31.641543 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.641605 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:31.641658 tramp-send-command (6) # exec env TERM=3D'dumb' INSIDE_EMAC= S=3D'29.0.50,tramp:2.6.0-pre' ENV=3D'' HISTFILE=3D~/.tramp_history PROMPT_C= OMMAND=3D'' PS1=3D///e795cd1bdec57fa7ba96ba3adecf1451\#\$ PS2=3D'' PS3=3D''= /data/data/com.termux/files/usr/bin//bash -noediting -norc -noprofile -i 06:44:31.641718 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.641774 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:31.641835 tramp-set-connection-property (7) # last-cmd-time (25362 52= 639 641814 939000) 06:44:31.641895 tramp-send-string (10) # exec env TERM=3D'dumb' INSIDE_EMAC= S=3D'29.0.50,tramp:2.6.0-pre' ENV=3D'' HISTFILE=3D~/.tramp_history PROMPT_C= OMMAND=3D'' PS1=3D///e795cd1bdec57fa7ba96ba3adecf1451\#\$ PS2=3D'' PS3=3D''= /data/data/com.termux/files/usr/bin//bash -noediting -norc -noprofile -i 06:44:31.641954 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.642018 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.642073 tramp-set-connection-property (7) # locked t 06:44:31.642152 tramp-flush-connection-property (7) # locked 06:44:31.642215 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.642280 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.642340 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.642527 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.642584 tramp-set-connection-property (7) # locked t 06:44:31.717217 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.717549 tramp-flush-connection-property (7) # locked 06:44:31.717794 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.718041 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.718350 tramp-wait-for-regexp (6) #=20 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.718598 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.718848 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.719077 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.719507 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:31.719817 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.720059 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.720300 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.720490 tramp-get-connection-property (7) # last-cmd-time (25362 52= 639 641814 939000); cache used: t 06:44:31.720669 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.720791 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:31.720900 tramp-send-command (6) # (cd ~/) 2>/dev/null; echo tramp_ex= it_status $? 06:44:31.721019 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.721138 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:31.721264 tramp-set-connection-property (7) # last-cmd-time (25362 52= 639 721223 859000) 06:44:31.721389 tramp-send-string (10) # (cd ~/) 2>/dev/null; echo tramp_ex= it_status $? 06:44:31.721509 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.721647 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.721764 tramp-set-connection-property (7) # locked t 06:44:31.721911 tramp-flush-connection-property (7) # locked 06:44:31.722043 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.722172 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.722302 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.722420 tramp-set-connection-property (7) # locked t 06:44:31.728024 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.728165 tramp-flush-connection-property (7) # locked 06:44:31.728276 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.728401 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.728531 tramp-wait-for-regexp (6) #=20 tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.728725 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.728865 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.728981 tramp-set-connection-property (7) # remote-shell /data/data= /com.termux/files/usr/bin//bash 06:44:31.729202 tramp-open-shell (5) # Opening remote shell =E2=80=98/data/= data/com.termux/files/usr/bin//bash=E2=80=99...done 06:44:31.729428 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:31.729630 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:31.729871 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.730093 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:31.730340 tramp-send-command (6) # mesg n 2>/dev/null; biff n 2>/dev/= null 06:44:31.730571 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.730803 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:31.731040 tramp-set-connection-property (7) # last-cmd-time (25362 52= 639 730973 510000) 06:44:31.731188 tramp-send-string (10) # mesg n 2>/dev/null; biff n 2>/dev/= null 06:44:31.731443 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.731749 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.732061 tramp-set-connection-property (7) # locked t 06:44:31.732474 tramp-flush-connection-property (7) # locked 06:44:31.732803 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.733075 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.733379 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.733688 tramp-set-connection-property (7) # locked t 06:44:31.740812 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.740980 tramp-flush-connection-property (7) # locked 06:44:31.741093 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.741201 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.741337 tramp-wait-for-regexp (6) #=20 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.741570 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.741697 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:31.741812 tramp-send-command (6) # stty tab0 06:44:31.741933 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.742058 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:31.742197 tramp-set-connection-property (7) # last-cmd-time (25362 52= 639 742143 840000) 06:44:31.742339 tramp-send-string (10) # stty tab0 06:44:31.742472 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.742611 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.742734 tramp-set-connection-property (7) # locked t 06:44:31.742869 tramp-flush-connection-property (7) # locked 06:44:31.743034 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.743154 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.743277 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.743393 tramp-set-connection-property (7) # locked t 06:44:31.782580 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.782936 tramp-flush-connection-property (7) # locked 06:44:31.783190 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.783439 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.783769 tramp-wait-for-regexp (6) #=20 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.784293 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:31.784609 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.784882 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:31.785135 tramp-send-command (6) # stty iutf8 2>/dev/null 06:44:31.785401 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.785675 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:31.785959 tramp-set-connection-property (7) # last-cmd-time (25362 52= 639 785859 248000) 06:44:31.786240 tramp-send-string (10) # stty iutf8 2>/dev/null 06:44:31.786505 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.786791 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.787007 tramp-set-connection-property (7) # locked t 06:44:31.787261 tramp-flush-connection-property (7) # locked 06:44:31.787473 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.787609 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.787750 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.787878 tramp-set-connection-property (7) # locked t 06:44:31.828011 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.828184 tramp-flush-connection-property (7) # locked 06:44:31.828301 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.828408 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.828546 tramp-wait-for-regexp (6) #=20 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.828787 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:31.828927 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.829084 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.829268 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.829427 tramp-get-connection-property (7) # last-cmd-time (25362 52= 639 785859 248000); cache used: t 06:44:31.829619 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.829779 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:31.829922 tramp-send-command (6) # echo \"`tty`\" 2>/dev/null; echo t= ramp_exit_status $? 06:44:31.830070 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.830259 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:31.830426 tramp-set-connection-property (7) # last-cmd-time (25362 52= 639 830367 141000) 06:44:31.830628 tramp-send-string (10) # echo \"`tty`\" 2>/dev/null; echo t= ramp_exit_status $? 06:44:31.830889 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.831171 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.831408 tramp-set-connection-property (7) # locked t 06:44:31.831710 tramp-flush-connection-property (7) # locked 06:44:31.832004 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.832280 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.832612 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.832904 tramp-set-connection-property (7) # locked t 06:44:31.875461 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t "/dev/pts/1" 06:44:31.875620 tramp-flush-connection-property (7) # locked 06:44:31.875736 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.875845 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.875976 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.876105 tramp-set-connection-property (7) # locked t 06:44:31.876293 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t "/dev/pts/1" tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.876422 tramp-flush-connection-property (7) # locked 06:44:31.876528 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.876633 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.876757 tramp-wait-for-regexp (6) #=20 "/dev/pts/1" tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.877000 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.877195 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.877380 tramp-set-connection-property (7) # remote-tty /dev/pts/1 06:44:31.877533 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.877683 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:31.877821 tramp-send-command (6) # stty -a 06:44:31.877968 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.878117 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:31.878281 tramp-set-connection-property (7) # last-cmd-time (25362 52= 639 878223 165000) 06:44:31.878443 tramp-send-string (10) # stty -a 06:44:31.878591 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.878750 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.878884 tramp-set-connection-property (7) # locked t 06:44:31.879046 tramp-flush-connection-property (7) # locked 06:44:31.879201 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.879329 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.879495 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.879706 tramp-set-connection-property (7) # locked t 06:44:31.919366 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t speed 38400 baud; rows 0; columns 0; line =3D 0; intr =3D ^C; quit =3D ^\; erase =3D ^H; kill =3D ^U; eof =3D ^D; eol =3D ; eol2 =3D ; swtch =3D ; start =3D ^Q; stop =3D ^S; susp =3D ^Z= ; rprnt =3D ^R; werase =3D ^W; lnext =3D ^V; discard =3D ^O; min =3D 1; time =3D 0; -parenb -parodd -cmspar cs8 -hupcl -cstopb cread -clocal -crtscts -ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon -ix= off -iuclc -ixany -imaxbel iutf8 opost -olcuc -ocrnl -onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt= 0 ff0 isig icanon iexten -echo echoe echok -echonl -noflsh -xcase -tostop -echoprt echoctl echoke -flusho -extproc 06:44:31.919725 tramp-flush-connection-property (7) # locked 06:44:31.919995 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.920242 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.920568 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.920712 tramp-set-connection-property (7) # locked t 06:44:31.921277 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t speed 38400 baud; rows 0; columns 0; line =3D 0; intr =3D ^C; quit =3D ^\; erase =3D ^H; kill =3D ^U; eof =3D ^D; eol =3D ; eol2 =3D ; swtch =3D ; start =3D ^Q; stop =3D ^S; susp =3D ^Z= ; rprnt =3D ^R; werase =3D ^W; lnext =3D ^V; discard =3D ^O; min =3D 1; time =3D 0; -parenb -parodd -cmspar cs8 -hupcl -cstopb cread -clocal -crtscts -ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon -ix= off -iuclc -ixany -imaxbel iutf8 opost -olcuc -ocrnl -onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt= 0 ff0 isig icanon iexten -echo echoe echok -echonl -noflsh -xcase -tostop -echoprt echoctl echoke -flusho -extproc ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.921509 tramp-flush-connection-property (7) # locked 06:44:31.921646 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.921787 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.921941 tramp-wait-for-regexp (6) #=20 speed 38400 baud; rows 0; columns 0; line =3D 0; intr =3D ^C; quit =3D ^\; erase =3D ^H; kill =3D ^U; eof =3D ^D; eol =3D ; eol2 =3D ; swtch =3D ; start =3D ^Q; stop =3D ^S; susp =3D ^Z= ; rprnt =3D ^R; werase =3D ^W; lnext =3D ^V; discard =3D ^O; min =3D 1; time =3D 0; -parenb -parodd -cmspar cs8 -hupcl -cstopb cread -clocal -crtscts -ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon -ix= off -iuclc -ixany -imaxbel iutf8 opost -olcuc -ocrnl -onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt= 0 ff0 isig icanon iexten -echo echoe echok -echonl -noflsh -xcase -tostop -echoprt echoctl echoke -flusho -extproc ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.922240 tramp-open-connection-setup-interactive-shell (5) # Setting= default environment 06:44:31.922394 tramp-get-connection-property (7) # locale LC_ALL=3DC; cach= e used: t 06:44:31.922643 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.922803 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:31.922947 tramp-send-command (6) # while read var val; do export $var= =3D"$val"; done <<'673ab247f276f3e32c3ff1e0867e4f19' LC_ALL C TMPDIR /storage/emulated/0/tmp ENV '' TMOUT 0 LC_CTYPE '' PAGER cat 673ab247f276f3e32c3ff1e0867e4f19 06:44:31.923110 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.923264 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:31.923425 tramp-set-connection-property (7) # last-cmd-time (25362 52= 639 923366 871000) 06:44:31.923583 tramp-send-string (10) # while read var val; do export $var= =3D"$val"; done <<'673ab247f276f3e32c3ff1e0867e4f19' LC_ALL C TMPDIR /storage/emulated/0/tmp ENV '' TMOUT 0 LC_CTYPE '' PAGER cat 673ab247f276f3e32c3ff1e0867e4f19 06:44:31.923739 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.923915 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.924053 tramp-set-connection-property (7) # locked t 06:44:31.924206 tramp-flush-connection-property (7) # locked 06:44:31.924364 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.924550 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.924686 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.924814 tramp-set-connection-property (7) # locked t 06:44:31.928379 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.928517 tramp-flush-connection-property (7) # locked 06:44:31.928632 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.928745 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.928876 tramp-wait-for-regexp (6) #=20 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.929091 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.929219 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:31.929336 tramp-send-command (6) # unset CDPATH HISTORY MAIL MAILCHEC= K MAILPATH autocorrect correct 06:44:31.929456 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.929576 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:31.929711 tramp-set-connection-property (7) # last-cmd-time (25362 52= 639 929663 241000) 06:44:31.929864 tramp-send-string (10) # unset CDPATH HISTORY MAIL MAILCHEC= K MAILPATH autocorrect correct 06:44:31.930063 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.930349 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.930556 tramp-set-connection-property (7) # locked t 06:44:31.930729 tramp-flush-connection-property (7) # locked 06:44:31.930928 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.931064 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.931200 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.931337 tramp-set-connection-property (7) # locked t 06:44:31.933153 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.933605 tramp-flush-connection-property (7) # locked 06:44:31.933945 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.934323 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.934656 tramp-wait-for-regexp (6) #=20 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.935178 tramp-set-connection-property (7) # connected t 06:44:31.936703 tramp-maybe-open-connection (3) # Opening connection nil fo= r motorolausb using scp...done 06:44:31.937046 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.937351 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:31.937624 tramp-send-command (6) # test 0 2>/dev/null; echo tramp_exi= t_status $? 06:44:31.937803 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.937990 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:31.938162 tramp-set-connection-property (7) # last-cmd-time (25362 52= 639 938105 65000) 06:44:31.938321 tramp-send-string (10) # test 0 2>/dev/null; echo tramp_exi= t_status $? 06:44:31.938468 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.938639 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.938776 tramp-set-connection-property (7) # locked t 06:44:31.938943 tramp-flush-connection-property (7) # locked 06:44:31.939216 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.939357 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.994982 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:31.995140 tramp-set-connection-property (7) # locked t 06:44:31.995442 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.995602 tramp-flush-connection-property (7) # locked 06:44:31.995734 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.995861 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:31.996018 tramp-wait-for-regexp (6) #=20 tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:31.996283 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.996509 tramp-set-connection-property (7) # test test 06:44:31.996925 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:31.997193 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.997356 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.997509 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:31.997672 tramp-get-connection-property (7) # last-cmd-time (25362 52= 639 938105 65000); cache used: t 06:44:31.997871 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.998054 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:31.998301 tramp-send-command (6) # test -r /storage/emulated/0/ 2>/de= v/null; echo tramp_exit_status $? 06:44:31.998547 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:31.998819 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:31.999111 tramp-set-connection-property (7) # last-cmd-time (25362 52= 639 999009 824000) 06:44:31.999431 tramp-send-string (10) # test -r /storage/emulated/0/ 2>/de= v/null; echo tramp_exit_status $? 06:44:31.999813 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.000260 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.000482 tramp-set-connection-property (7) # locked t 06:44:32.000753 tramp-flush-connection-property (7) # locked 06:44:32.001014 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.001218 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.001431 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.001634 tramp-set-connection-property (7) # locked t 06:44:32.003608 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 0 06:44:32.003859 tramp-flush-connection-property (7) # locked 06:44:32.004082 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.004299 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.004563 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.004740 tramp-set-connection-property (7) # locked t 06:44:32.005023 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.005166 tramp-flush-connection-property (7) # locked 06:44:32.005284 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.005399 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.005539 tramp-wait-for-regexp (6) #=20 tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.005779 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.006009 tramp-set-file-property (8) # /storage/emulated/0 file-read= able-p t 06:44:32.007270 tramp-get-connection-property (7) # case-insensitive undef;= cache used: nil 06:44:32.007424 tramp-get-connection-property (7) # case-insensitive undef;= cache used: nil 06:44:32.007555 tramp-handle-file-name-case-insensitive-p (5) # Checking ca= se-insensitive... 06:44:32.009314 tramp-get-file-property (8) # /storage/emulated/0 file-exis= ts-p undef; inhibit: 10; cache used: nil; cached at: nil 06:44:32.009519 tramp-get-file-property (8) # /storage/emulated/0 file-attr= ibutes undef; inhibit: 10; cache used: nil; cached at: nil 06:44:32.009673 tramp-get-connection-property (7) # file-exists undef; cach= e used: nil 06:44:32.009802 tramp-get-file-exists-command (5) # Finding command to chec= k if file exists 06:44:32.010021 tramp-get-connection-property (7) # test test; cache used: t 06:44:32.010177 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:32.010363 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.010489 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.010614 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.010747 tramp-get-connection-property (7) # last-cmd-time (25362 52= 639 999009 824000); cache used: t 06:44:32.010913 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.011037 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:32.011154 tramp-send-command (6) # test -e / 2>/dev/null; echo tramp_= exit_status $? 06:44:32.011286 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.011409 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:32.011538 tramp-set-connection-property (7) # last-cmd-time (25362 52= 640 11492 198000) 06:44:32.011665 tramp-send-string (10) # test -e / 2>/dev/null; echo tramp_= exit_status $? 06:44:32.011787 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.011915 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.012019 tramp-set-connection-property (7) # locked t 06:44:32.012147 tramp-flush-connection-property (7) # locked 06:44:32.012319 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.012494 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.012633 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.012771 tramp-set-connection-property (7) # locked t 06:44:32.014744 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 0 06:44:32.014947 tramp-flush-connection-property (7) # locked 06:44:32.015084 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.015201 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.015347 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.015474 tramp-set-connection-property (7) # locked t 06:44:32.015756 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.015917 tramp-flush-connection-property (7) # locked 06:44:32.016041 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.016160 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.016313 tramp-wait-for-regexp (6) #=20 tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.016581 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.016847 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:32.017044 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.017186 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.017319 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.017467 tramp-get-connection-property (7) # last-cmd-time (25362 52= 640 11492 198000); cache used: t 06:44:32.017658 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.017793 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:32.017913 tramp-send-command (6) # test -e /\ this\ file\ does\ not\ = exist\ 2>/dev/null; echo tramp_exit_status $? 06:44:32.018041 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.018169 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:32.018313 tramp-set-connection-property (7) # last-cmd-time (25362 52= 640 18261 932000) 06:44:32.018448 tramp-send-string (10) # test -e /\ this\ file\ does\ not\ = exist\ 2>/dev/null; echo tramp_exit_status $? 06:44:32.018577 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.018718 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.018828 tramp-set-connection-property (7) # locked t 06:44:32.019011 tramp-flush-connection-property (7) # locked 06:44:32.019213 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.019347 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.019466 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.019572 tramp-set-connection-property (7) # locked t 06:44:32.021932 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 1 06:44:32.022109 tramp-flush-connection-property (7) # locked 06:44:32.022244 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.022373 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.022523 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.022655 tramp-set-connection-property (7) # locked t 06:44:32.022862 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 1 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.023010 tramp-flush-connection-property (7) # locked 06:44:32.023137 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.023265 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.023413 tramp-wait-for-regexp (6) #=20 tramp_exit_status 1 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.023662 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.023849 tramp-set-connection-property (7) # file-exists test -e 06:44:32.024118 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:32.024283 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.024434 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.024581 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.024740 tramp-get-connection-property (7) # last-cmd-time (25362 52= 640 18261 932000); cache used: t 06:44:32.024936 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.025087 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:32.025225 tramp-send-command (6) # test -e /storage/emulated/0 2>/dev= /null; echo tramp_exit_status $? 06:44:32.025372 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.025520 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:32.025677 tramp-set-connection-property (7) # last-cmd-time (25362 52= 640 25620 934000) 06:44:32.025848 tramp-send-string (10) # test -e /storage/emulated/0 2>/dev= /null; echo tramp_exit_status $? 06:44:32.025994 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.026147 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.026275 tramp-set-connection-property (7) # locked t 06:44:32.026446 tramp-flush-connection-property (7) # locked 06:44:32.026599 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.026788 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.026923 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.027049 tramp-set-connection-property (7) # locked t 06:44:32.029073 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 0 06:44:32.029209 tramp-flush-connection-property (7) # locked 06:44:32.029319 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.029425 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.029541 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.029649 tramp-set-connection-property (7) # locked t 06:44:32.029874 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.030036 tramp-flush-connection-property (7) # locked 06:44:32.030147 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.030286 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.030412 tramp-wait-for-regexp (6) #=20 tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.030610 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.030809 tramp-set-file-property (8) # /storage/emulated/0 file-exis= ts-p t 06:44:32.032413 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:32.032753 tramp-get-file-property (8) # /STORAGE/EMULATED/0 file-exis= ts-p undef; inhibit: 10; cache used: nil; cached at: nil 06:44:32.033190 tramp-get-file-property (8) # /STORAGE/EMULATED/0 file-attr= ibutes undef; inhibit: 10; cache used: nil; cached at: nil 06:44:32.033570 tramp-get-connection-property (7) # file-exists test -e; ca= che used: t 06:44:32.034110 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:32.034350 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.034560 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.034761 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.034991 tramp-get-connection-property (7) # last-cmd-time (25362 52= 640 25620 934000); cache used: t 06:44:32.035280 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.035489 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:32.035669 tramp-send-command (6) # test -e /STORAGE/EMULATED/0 2>/dev= /null; echo tramp_exit_status $? 06:44:32.035879 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.036117 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:32.036336 tramp-set-connection-property (7) # last-cmd-time (25362 52= 640 36261 205000) 06:44:32.036541 tramp-send-string (10) # test -e /STORAGE/EMULATED/0 2>/dev= /null; echo tramp_exit_status $? 06:44:32.036708 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.036913 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.037025 tramp-set-connection-property (7) # locked t 06:44:32.037187 tramp-flush-connection-property (7) # locked 06:44:32.037318 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.037454 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.037586 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.037691 tramp-set-connection-property (7) # locked t 06:44:32.040056 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 1 06:44:32.040265 tramp-flush-connection-property (7) # locked 06:44:32.040375 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.040473 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.040585 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.040687 tramp-set-connection-property (7) # locked t 06:44:32.040844 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 1 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.040964 tramp-flush-connection-property (7) # locked 06:44:32.041063 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.041161 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.041274 tramp-wait-for-regexp (6) #=20 tramp_exit_status 1 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.041461 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.041662 tramp-set-file-property (8) # /STORAGE/EMULATED/0 file-exis= ts-p nil 06:44:32.041791 tramp-handle-file-name-case-insensitive-p (5) # Checking ca= se-insensitive...done 06:44:32.041904 tramp-set-connection-property (7) # case-insensitive nil 06:44:32.042096 tramp-get-connection-property (7) # ~ undef; cache used: nil 06:44:32.042372 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:32.042496 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.042614 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.042728 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.042850 tramp-get-connection-property (7) # last-cmd-time (25362 52= 640 36261 205000); cache used: t 06:44:32.043003 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.043127 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:32.043233 tramp-send-command (6) # echo ~ 2>/dev/null; echo tramp_exi= t_status $? 06:44:32.043343 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.043456 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:32.043575 tramp-set-connection-property (7) # last-cmd-time (25362 52= 640 43533 334000) 06:44:32.043690 tramp-send-string (10) # echo ~ 2>/dev/null; echo tramp_exi= t_status $? 06:44:32.043800 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.043915 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.044013 tramp-set-connection-property (7) # locked t 06:44:32.044139 tramp-flush-connection-property (7) # locked 06:44:32.044270 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.044368 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.044478 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.044576 tramp-set-connection-property (7) # locked t 06:44:32.046367 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t /data/data/com.termux/files/home 06:44:32.046494 tramp-flush-connection-property (7) # locked 06:44:32.046601 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.046738 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.046859 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.046996 tramp-set-connection-property (7) # locked t 06:44:32.047166 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t /data/data/com.termux/files/home tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.047305 tramp-flush-connection-property (7) # locked 06:44:32.047507 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.047717 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.047941 tramp-wait-for-regexp (6) #=20 /data/data/com.termux/files/home tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.048310 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.048726 tramp-set-connection-property (7) # ~ /data/data/com.termux= /files/home 06:44:32.050459 tramp-get-file-property (8) # /storage/emulated/0 file-dire= ctory-p undef; inhibit: 10; cache used: nil; cached at: nil 06:44:32.050823 tramp-get-file-property (8) # /storage/emulated/0 file-true= name nil; inhibit: 10; cache used: nil; cached at: nil 06:44:32.051177 tramp-get-connection-property (7) # test test; cache used: t 06:44:32.051608 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:32.051849 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.052052 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.052250 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.052475 tramp-get-connection-property (7) # last-cmd-time (25362 52= 640 43533 334000); cache used: t 06:44:32.052771 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.052987 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:32.053164 tramp-send-command (6) # test -d /storage/emulated/0 2>/dev= /null; echo tramp_exit_status $? 06:44:32.053343 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.053490 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:32.053640 tramp-set-connection-property (7) # last-cmd-time (25362 52= 640 53588 172000) 06:44:32.053781 tramp-send-string (10) # test -d /storage/emulated/0 2>/dev= /null; echo tramp_exit_status $? 06:44:32.053916 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.054067 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.054214 tramp-set-connection-property (7) # locked t 06:44:32.054373 tramp-flush-connection-property (7) # locked 06:44:32.054569 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.054693 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.054830 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.054955 tramp-set-connection-property (7) # locked t 06:44:32.057476 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 0 06:44:32.057611 tramp-flush-connection-property (7) # locked 06:44:32.057769 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.057890 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.058001 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.058093 tramp-set-connection-property (7) # locked t 06:44:32.058241 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.058348 tramp-flush-connection-property (7) # locked 06:44:32.058439 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.058531 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.058641 tramp-wait-for-regexp (6) #=20 tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.058829 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.059020 tramp-set-file-property (8) # /storage/emulated/0 file-dire= ctory-p t 06:44:32.060531 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:32.060641 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:32.060753 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:32.060927 tramp-get-connection-property (7) # ~ /data/data/com.termux= /files/home; cache used: t 06:44:32.110914 tramp-get-file-property (8) # /storage/emulated/0 file-true= name undef; inhibit: 10; cache used: nil; cached at: nil 06:44:32.111010 tramp-sh-handle-file-truename (4) # Finding true name for = =E2=80=98/scp:motorolausb:/storage/emulated/0/=E2=80=99 06:44:32.111070 tramp-get-connection-property (7) # readlink undef; cache u= sed: nil 06:44:32.111126 tramp-get-remote-readlink (5) # Finding a suitable =E2=80= =98readlink=E2=80=99 command 06:44:32.111202 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.111265 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.111374 tramp-get-connection-property (7) # remote-path (/data/data= /com.termux/files/usr/bin/ /sbin); cache used: t 06:44:32.111445 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.111506 tramp-get-connection-property (7) # uname Linux 3.18.66-per= f; cache used: t 06:44:32.111572 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.111632 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.111692 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.111753 tramp-get-connection-property (7) # last-cmd-time (25362 52= 640 53588 172000); cache used: t 06:44:32.111840 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.111899 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:32.111953 tramp-send-command (6) # which \readlink | wc -w 06:44:32.112010 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.112068 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:32.112130 tramp-set-connection-property (7) # last-cmd-time (25362 52= 640 112110 180000) 06:44:32.112190 tramp-send-string (10) # which \readlink | wc -w 06:44:32.112246 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.112311 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.112388 tramp-set-connection-property (7) # locked t 06:44:32.112517 tramp-flush-connection-property (7) # locked 06:44:32.112615 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.112700 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.112812 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.112917 tramp-set-connection-property (7) # locked t 06:44:32.155927 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t 1 06:44:32.156055 tramp-flush-connection-property (7) # locked 06:44:32.156152 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.156247 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.156355 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.156446 tramp-set-connection-property (7) # locked t 06:44:32.157443 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t 1 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.157581 tramp-flush-connection-property (7) # locked 06:44:32.157689 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.157794 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.157919 tramp-wait-for-regexp (6) #=20 1 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.158223 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:32.158353 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.158467 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.158582 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.158699 tramp-get-connection-property (7) # last-cmd-time (25362 52= 640 112110 180000); cache used: t 06:44:32.158852 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.158966 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:32.159069 tramp-send-command (6) # \readlink --canonicalize-missing /= 2>/dev/null; echo tramp_exit_status $? 06:44:32.159205 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.159339 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:32.159482 tramp-set-connection-property (7) # last-cmd-time (25362 52= 640 159436 657000) 06:44:32.159620 tramp-send-string (10) # \readlink --canonicalize-missing /= 2>/dev/null; echo tramp_exit_status $? 06:44:32.159764 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.159916 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.160043 tramp-set-connection-property (7) # locked t 06:44:32.160234 tramp-flush-connection-property (7) # locked 06:44:32.160387 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.160515 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.160647 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.160775 tramp-set-connection-property (7) # locked t 06:44:32.201924 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t / 06:44:32.202100 tramp-flush-connection-property (7) # locked 06:44:32.202241 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.202374 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.202531 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.202673 tramp-set-connection-property (7) # locked t 06:44:32.203605 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t / tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.203801 tramp-flush-connection-property (7) # locked 06:44:32.203940 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.204076 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.204245 tramp-wait-for-regexp (6) #=20 / tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.204508 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.204709 tramp-set-connection-property (7) # readlink \readlink 06:44:32.204854 tramp-get-connection-property (7) # readlink \readlink; cac= he used: t 06:44:32.205251 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:32.205418 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.205558 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.205766 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.205923 tramp-get-connection-property (7) # last-cmd-time (25362 52= 640 159436 657000); cache used: t 06:44:32.206112 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.206248 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:32.206373 tramp-send-command (6) # \readlink --canonicalize-missing /= storage/emulated/0/ 2>/dev/null; echo tramp_exit_status $? 06:44:32.206509 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.206642 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:32.206786 tramp-set-connection-property (7) # last-cmd-time (25362 52= 640 206738 284000) 06:44:32.206931 tramp-send-string (10) # \readlink --canonicalize-missing /= storage/emulated/0/ 2>/dev/null; echo tramp_exit_status $? 06:44:32.207067 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.207222 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.207348 tramp-set-connection-property (7) # locked t 06:44:32.207529 tramp-flush-connection-property (7) # locked 06:44:32.207731 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.207869 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.208006 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.208134 tramp-set-connection-property (7) # locked t 06:44:32.246090 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t /storage/emulated/0 06:44:32.246240 tramp-flush-connection-property (7) # locked 06:44:32.246357 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.246463 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.246594 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.246743 tramp-set-connection-property (7) # locked t 06:44:32.247363 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t /storage/emulated/0 tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.247498 tramp-flush-connection-property (7) # locked 06:44:32.247635 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.247763 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.247915 tramp-wait-for-regexp (6) #=20 /storage/emulated/0 tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.248173 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.248463 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.251284 tramp-get-file-property (8) # /storage/emulated/0 file-attr= ibutes-integer undef; inhibit: 10; cache used: nil; cached at: nil 06:44:32.251691 tramp-get-file-property (8) # /storage/emulated/0 file-attr= ibutes undef; inhibit: 10; cache used: nil; cached at: nil 06:44:32.251975 tramp-get-connection-property (7) # stat undef; cache used:= nil 06:44:32.252229 tramp-get-connection-property (7) # uname Linux 3.18.66-per= f; cache used: t 06:44:32.252480 tramp-get-remote-stat (5) # Finding a suitable =E2=80=98sta= t=E2=80=99 command 06:44:32.252714 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.252971 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.253388 tramp-get-connection-property (7) # remote-path (/data/data= /com.termux/files/usr/bin/ /sbin); cache used: t 06:44:32.253674 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.253919 tramp-get-connection-property (7) # uname Linux 3.18.66-per= f; cache used: t 06:44:32.254188 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.254416 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.254616 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.254763 tramp-get-connection-property (7) # last-cmd-time (25362 52= 640 206738 284000); cache used: t 06:44:32.254949 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.255081 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:32.255209 tramp-send-command (6) # which \stat | wc -w 06:44:32.255337 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.255469 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:32.255610 tramp-set-connection-property (7) # last-cmd-time (25362 52= 640 255565 729000) 06:44:32.255750 tramp-send-string (10) # which \stat | wc -w 06:44:32.255877 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.256028 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.256159 tramp-set-connection-property (7) # locked t 06:44:32.256322 tramp-flush-connection-property (7) # locked 06:44:32.256527 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.256669 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.256824 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.256953 tramp-set-connection-property (7) # locked t 06:44:32.296792 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t 1 06:44:32.297012 tramp-flush-connection-property (7) # locked 06:44:32.297225 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.297403 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.297610 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.297799 tramp-set-connection-property (7) # locked t 06:44:32.298646 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t 1 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.298833 tramp-flush-connection-property (7) # locked 06:44:32.298987 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.299134 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.299323 tramp-wait-for-regexp (6) #=20 1 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.299841 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:32.300043 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.300253 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.300445 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.300612 tramp-get-connection-property (7) # last-cmd-time (25362 52= 640 255565 729000); cache used: t 06:44:32.300829 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.300986 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:32.301124 tramp-send-command (6) # env QUOTING_STYLE=3Dlocale \stat -= c '("%N" %s)' / 2>/dev/null; echo tramp_exit_status $? 06:44:32.301275 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.301428 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:32.301583 tramp-set-connection-property (7) # last-cmd-time (25362 52= 640 301531 633000) 06:44:32.301730 tramp-send-string (10) # env QUOTING_STYLE=3Dlocale \stat -= c '("%N" %s)' / 2>/dev/null; echo tramp_exit_status $? 06:44:32.301874 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.302046 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.302178 tramp-set-connection-property (7) # locked t 06:44:32.302419 tramp-flush-connection-property (7) # locked 06:44:32.302695 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.302834 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.302977 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.303110 tramp-set-connection-property (7) # locked t 06:44:32.367078 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t ("=E2=80=98/=E2=80=99" 860) 06:44:32.367273 tramp-flush-connection-property (7) # locked 06:44:32.367424 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.367566 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.367929 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.368089 tramp-set-connection-property (7) # locked t 06:44:32.368365 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t ("=E2=80=98/=E2=80=99" 860) tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.368543 tramp-flush-connection-property (7) # locked 06:44:32.368680 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.368810 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.368986 tramp-wait-for-regexp (6) #=20 ("=E2=80=98/=E2=80=99" 860) tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.369252 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.369445 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.369633 tramp-set-connection-property (7) # stat env QUOTING_STYLE= =3Dlocale \stat 06:44:32.369770 tramp-do-file-attributes-with-stat (5) # file attributes wi= th stat: /storage/emulated/0/ 06:44:32.369911 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.370053 tramp-get-connection-property (7) # scripts nil; cache used= : nil 06:44:32.370245 tramp-maybe-send-script (5) # Sending script =E2=80=98tramp= _stat_file_attributes=E2=80=99... 06:44:32.370576 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:32.370947 tramp-get-connection-property (7) # stat env QUOTING_STYLE= =3Dlocale \stat; cache used: t 06:44:32.373550 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:32.373732 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.373884 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.374026 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.374176 tramp-get-connection-property (7) # last-cmd-time (25362 52= 640 301531 633000); cache used: t 06:44:32.374392 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.374527 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:32.374652 tramp-send-command (6) # tramp_stat_file_attributes () { (env QUOTING_STYLE=3Dlocale \stat -c '((/////%N/////) %h (/////%U///// . %u= ) (/////%G///// . %g) %X %Y %Z %s /////%A///// t %i -1)' "$1" 2>/dev/null |= | echo nil) | sed -e 's/"/\\"/g' -e 's/\/\/\/\/\//"/g' } 2>/dev/null; echo tramp_exit_status $? 06:44:32.374802 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.374937 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:32.375083 tramp-set-connection-property (7) # last-cmd-time (25362 52= 640 375036 475000) 06:44:32.375220 tramp-send-string (10) # tramp_stat_file_attributes () { (env QUOTING_STYLE=3Dlocale \stat -c '((/////%N/////) %h (/////%U///// . %u= ) (/////%G///// . %g) %X %Y %Z %s /////%A///// t %i -1)' "$1" 2>/dev/null |= | echo nil) | sed -e 's/"/\\"/g' -e 's/\/\/\/\/\//"/g' } 2>/dev/null; echo tramp_exit_status $? 06:44:32.375366 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.375534 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.375664 tramp-set-connection-property (7) # locked t 06:44:32.375853 tramp-flush-connection-property (7) # locked 06:44:32.376005 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.376202 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.376344 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.376471 tramp-set-connection-property (7) # locked t 06:44:32.378968 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.379137 tramp-flush-connection-property (7) # locked 06:44:32.379276 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.379405 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.379559 tramp-wait-for-regexp (6) #=20 tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.379799 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.379976 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.380219 tramp-set-connection-property (7) # scripts (tramp_stat_fil= e_attributes) 06:44:32.380402 tramp-maybe-send-script (5) # Sending script =E2=80=98tramp= _stat_file_attributes=E2=80=99...done 06:44:32.380819 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:32.380971 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.381114 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.381252 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.381399 tramp-get-connection-property (7) # last-cmd-time (25362 52= 640 375036 475000); cache used: t 06:44:32.381601 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.381840 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:32.382061 tramp-send-command (6) # tramp_stat_file_attributes /storag= e/emulated/0/ 2>/dev/null; echo tramp_exit_status $? 06:44:32.382312 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.382570 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:32.382836 tramp-set-connection-property (7) # last-cmd-time (25362 52= 640 382754 749000) 06:44:32.383175 tramp-send-string (10) # tramp_stat_file_attributes /storag= e/emulated/0/ 2>/dev/null; echo tramp_exit_status $? 06:44:32.383511 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.383845 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.384100 tramp-set-connection-property (7) # locked t 06:44:32.384437 tramp-flush-connection-property (7) # locked 06:44:32.384732 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.384961 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.385240 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.385473 tramp-set-connection-property (7) # locked t 06:44:32.445501 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t (("=E2=80=98/storage/emulated/0/=E2=80=99") 26 ("root" . 0) ("everybody" . = 9997) 45942508 1661938308 1662113464 4096 "drwxrwx---" t 925699 -1) 06:44:32.445663 tramp-flush-connection-property (7) # locked 06:44:32.445780 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.445888 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.446052 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.446168 tramp-set-connection-property (7) # locked t 06:44:32.447795 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t (("=E2=80=98/storage/emulated/0/=E2=80=99") 26 ("root" . 0) ("everybody" . = 9997) 45942508 1661938308 1662113464 4096 "drwxrwx---" t 925699 -1) tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.447983 tramp-flush-connection-property (7) # locked 06:44:32.448120 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.448273 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.448542 tramp-wait-for-regexp (6) #=20 (("=E2=80=98/storage/emulated/0/=E2=80=99") 26 ("root" . 0) ("everybody" . = 9997) 45942508 1661938308 1662113464 4096 "drwxrwx---" t 925699 -1) tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.449016 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.449364 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.449810 tramp-get-connection-property (7) # gid-integer undef; cach= e used: nil 06:44:32.450638 tramp-get-connection-property (7) # id undef; cache used: n= il 06:44:32.450914 tramp-get-remote-id (5) # Finding POSIX =E2=80=98id=E2=80= =99 command 06:44:32.451166 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.451430 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.451862 tramp-get-connection-property (7) # remote-path (/data/data= /com.termux/files/usr/bin/ /sbin); cache used: t 06:44:32.452179 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.452519 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.452760 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.453016 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.453260 tramp-get-connection-property (7) # last-cmd-time (25362 52= 640 382754 749000); cache used: t 06:44:32.453590 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.453846 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:32.454077 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 <<'673a= b247f276f3e32c3ff1e0867e4f19' /data/data/com.termux/files/usr/bin/ /sbin 673ab247f276f3e32c3ff1e0867e4f19 06:44:32.454343 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.454563 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:32.454741 tramp-set-connection-property (7) # last-cmd-time (25362 52= 640 454691 484000) 06:44:32.454883 tramp-send-string (10) # while read d; do if test -x $d/id = && test -f $d/id; then echo tramp_executable $d/id; break; fi; done <<'673a= b247f276f3e32c3ff1e0867e4f19' /data/data/com.termux/files/usr/bin/ /sbin 673ab247f276f3e32c3ff1e0867e4f19 06:44:32.455023 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.455203 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.455341 tramp-set-connection-property (7) # locked t 06:44:32.455528 tramp-flush-connection-property (7) # locked 06:44:32.455682 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.455886 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.456028 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.456157 tramp-set-connection-property (7) # locked t 06:44:32.459088 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_executable /data/data/com.termux/files/usr/bin//id ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.459258 tramp-flush-connection-property (7) # locked 06:44:32.459409 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.459543 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.459723 tramp-wait-for-regexp (6) #=20 tramp_executable /data/data/com.termux/files/usr/bin//id ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.460102 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:32.460297 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.460438 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.460579 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.460730 tramp-get-connection-property (7) # last-cmd-time (25362 52= 640 454691 484000); cache used: t 06:44:32.460936 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.461078 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:32.461206 tramp-send-command (6) # /data/data/com.termux/files/usr/bi= n//id -u 2>/dev/null; echo tramp_exit_status $? 06:44:32.461342 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.461479 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:32.461625 tramp-set-connection-property (7) # last-cmd-time (25362 52= 640 461577 417000) 06:44:32.461763 tramp-send-string (10) # /data/data/com.termux/files/usr/bi= n//id -u 2>/dev/null; echo tramp_exit_status $? 06:44:32.461901 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.462058 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.462194 tramp-set-connection-property (7) # locked t 06:44:32.462370 tramp-flush-connection-property (7) # locked 06:44:32.462561 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.462691 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.462909 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.463120 tramp-set-connection-property (7) # locked t 06:44:32.491036 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t 10152 06:44:32.491185 tramp-flush-connection-property (7) # locked 06:44:32.491402 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.491564 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.491697 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.491811 tramp-set-connection-property (7) # locked t 06:44:32.491983 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t 10152 tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.548561 tramp-flush-connection-property (7) # locked 06:44:32.548879 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.549109 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.549405 tramp-wait-for-regexp (6) #=20 10152 tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.549929 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.550452 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.550761 tramp-set-connection-property (7) # uid-integer 10152 06:44:32.551045 tramp-set-connection-property (7) # id /data/data/com.termu= x/files/usr/bin//id 06:44:32.551294 tramp-get-connection-property (7) # id /data/data/com.termu= x/files/usr/bin//id; cache used: t 06:44:32.551744 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:32.552021 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.552262 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.552544 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.552803 tramp-get-connection-property (7) # last-cmd-time (25362 52= 640 461577 417000); cache used: t 06:44:32.553127 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.553377 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:32.553592 tramp-send-command (6) # /data/data/com.termux/files/usr/bi= n//id -g 2>/dev/null; echo tramp_exit_status $? 06:44:32.553830 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.554076 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:32.554344 tramp-set-connection-property (7) # last-cmd-time (25362 52= 640 554260 387000) 06:44:32.554578 tramp-send-string (10) # /data/data/com.termux/files/usr/bi= n//id -g 2>/dev/null; echo tramp_exit_status $? 06:44:32.554771 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.554942 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.555073 tramp-set-connection-property (7) # locked t 06:44:32.555262 tramp-flush-connection-property (7) # locked 06:44:32.555415 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.555621 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.555759 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.555889 tramp-set-connection-property (7) # locked t 06:44:32.597404 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t 10152 06:44:32.597552 tramp-flush-connection-property (7) # locked 06:44:32.597725 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.597909 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.598137 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.598373 tramp-set-connection-property (7) # locked t 06:44:32.599403 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t 10152 tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.599770 tramp-flush-connection-property (7) # locked 06:44:32.600036 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.600338 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.600632 tramp-wait-for-regexp (6) #=20 10152 tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.601109 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.601421 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.601723 tramp-set-connection-property (7) # gid-integer 10152 06:44:32.601993 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.602242 tramp-get-connection-property (7) # device undef; cache use= d: nil 06:44:32.602483 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.602724 tramp-set-connection-property (7) # device (-1 . 1) 06:44:32.603226 tramp-set-file-property (8) # /storage/emulated/0 file-attr= ibutes (t 26 (root . 0) (everybody . 9997) (701 1772 0 0) (25359 10884 0 0)= (25361 54968 0 0) 4096 drwxrwx--- t 925699 (-1 . 1)) 06:44:32.603647 tramp-set-file-property (8) # /storage/emulated/0 file-attr= ibutes-integer (t 26 0 9997 (701 1772 0 0) (25359 10884 0 0) (25361 54968 0= 0) 4096 drwxrwx--- t 925699 (-1 . 1)) 06:44:32.603954 tramp-sh-handle-file-truename (4) # True name of =E2=80=98/= storage/emulated/0/=E2=80=99 is =E2=80=98/storage/emulated/0=E2=80=99 06:44:32.604219 tramp-set-file-property (8) # /storage/emulated/0 file-true= name /storage/emulated/0 06:44:32.605317 tramp-get-file-property (8) # /storage/emulated/0 file-exis= ts-p t; inhibit: 10; cache used: t; cached at: 06:44:32 06:44:32.606196 tramp-get-file-property (8) # /storage/emulated/0 file-dire= ctory-p t; inhibit: 10; cache used: t; cached at: 06:44:32 06:44:32.607447 tramp-get-file-property (8) # /storage/emulated/0 file-dire= ctory-p t; inhibit: 10; cache used: t; cached at: 06:44:32 06:44:32.608145 tramp-get-file-property (8) # /storage/emulated/0 file-read= able-p t; inhibit: 10; cache used: t; cached at: 06:44:32 06:44:32.608686 tramp-get-connection-property (7) # ls--quoting-style=3Dlit= eral --show-control-chars undef; cache used: nil 06:44:32.608824 tramp-get-ls-command-with (5) # Checking, whether =E2=80=98= ls --quoting-style=3Dliteral --show-control-chars=E2=80=99 works 06:44:32.608958 tramp-get-connection-property (7) # ls undef; cache used: n= il 06:44:32.609084 tramp-get-ls-command (5) # Finding a suitable =E2=80=98ls= =E2=80=99 command 06:44:32.609216 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.609357 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.609583 tramp-get-connection-property (7) # remote-path (/data/data= /com.termux/files/usr/bin/ /sbin); cache used: t 06:44:32.609741 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.609905 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.610041 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.610177 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.610370 tramp-get-connection-property (7) # last-cmd-time (25362 52= 640 554260 387000); cache used: t 06:44:32.610538 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.610673 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:32.610799 tramp-send-command (6) # while read d; do if test -x $d/ls = && test -f $d/ls; then echo tramp_executable $d/ls; break; fi; done <<'673a= b247f276f3e32c3ff1e0867e4f19' /data/data/com.termux/files/usr/bin/ /sbin 673ab247f276f3e32c3ff1e0867e4f19 06:44:32.610937 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.611069 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:32.611210 tramp-set-connection-property (7) # last-cmd-time (25362 52= 640 611165 138000) 06:44:32.611348 tramp-send-string (10) # while read d; do if test -x $d/ls = && test -f $d/ls; then echo tramp_executable $d/ls; break; fi; done <<'673a= b247f276f3e32c3ff1e0867e4f19' /data/data/com.termux/files/usr/bin/ /sbin 673ab247f276f3e32c3ff1e0867e4f19 06:44:32.611485 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.611642 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.611769 tramp-set-connection-property (7) # locked t 06:44:32.611932 tramp-flush-connection-property (7) # locked 06:44:32.612075 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.612203 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.612348 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.612476 tramp-set-connection-property (7) # locked t 06:44:32.616150 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_executable /data/data/com.termux/files/usr/bin//ls ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.616587 tramp-flush-connection-property (7) # locked 06:44:32.616846 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.617088 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.617390 tramp-wait-for-regexp (6) #=20 tramp_executable /data/data/com.termux/files/usr/bin//ls ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.618205 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:32.618502 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.618744 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.618994 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.619328 tramp-get-connection-property (7) # last-cmd-time (25362 52= 640 611165 138000); cache used: t 06:44:32.619655 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.619895 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:32.620111 tramp-send-command (6) # /data/data/com.termux/files/usr/bi= n//ls -lnd / 2>/dev/null; echo tramp_exit_status $? 06:44:32.620394 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.620644 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:32.620890 tramp-set-connection-property (7) # last-cmd-time (25362 52= 640 620816 974000) 06:44:32.621094 tramp-send-string (10) # /data/data/com.termux/files/usr/bi= n//ls -lnd / 2>/dev/null; echo tramp_exit_status $? 06:44:32.621296 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.621467 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.621596 tramp-set-connection-property (7) # locked t 06:44:32.621770 tramp-flush-connection-property (7) # locked 06:44:32.621917 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.622043 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.622179 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.622305 tramp-set-connection-property (7) # locked t 06:44:32.663094 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t drwxrwxrwt 26 0 0 860 Apr 16 1970 / 06:44:32.663317 tramp-flush-connection-property (7) # locked 06:44:32.663441 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.663550 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.663685 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.663793 tramp-set-connection-property (7) # locked t 06:44:32.664420 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t drwxrwxrwt 26 0 0 860 Apr 16 1970 / tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.664669 tramp-flush-connection-property (7) # locked 06:44:32.664904 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.665131 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.665431 tramp-wait-for-regexp (6) #=20 drwxrwxrwt 26 0 0 860 Apr 16 1970 / tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.666029 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.666458 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:32.667243 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:32.667532 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.667778 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.668035 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.668297 tramp-get-connection-property (7) # last-cmd-time (25362 52= 640 620816 974000); cache used: t 06:44:32.668628 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.668875 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:32.669094 tramp-send-command (6) # /data/data/com.termux/files/usr/bi= n//ls --color=3Dnever -al /dev/null 2>/dev/null; echo tramp_exit_status $? 06:44:32.669338 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.669576 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:32.671346 tramp-set-connection-property (7) # last-cmd-time (25362 52= 640 671276 931000) 06:44:32.671506 tramp-send-string (10) # /data/data/com.termux/files/usr/bi= n//ls --color=3Dnever -al /dev/null 2>/dev/null; echo tramp_exit_status $? 06:44:32.671649 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.671819 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.671949 tramp-set-connection-property (7) # locked t 06:44:32.672117 tramp-flush-connection-property (7) # locked 06:44:32.672268 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.672395 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.672530 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.672658 tramp-set-connection-property (7) # locked t 06:44:32.707634 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t crw-rw-rw- 1 root root 1, 3 Apr 16 1970 /dev/null 06:44:32.707784 tramp-flush-connection-property (7) # locked 06:44:32.707899 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.708005 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.708145 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.708251 tramp-set-connection-property (7) # locked t 06:44:32.708692 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t crw-rw-rw- 1 root root 1, 3 Apr 16 1970 /dev/null tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.708867 tramp-flush-connection-property (7) # locked 06:44:32.708984 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.709111 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.709264 tramp-wait-for-regexp (6) #=20 crw-rw-rw- 1 root root 1, 3 Apr 16 1970 /dev/null tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.709513 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.709705 tramp-set-connection-property (7) # ls /data/data/com.termu= x/files/usr/bin//ls --color=3Dnever 06:44:32.710256 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:32.710409 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.710545 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.710683 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.710823 tramp-get-connection-property (7) # last-cmd-time (25362 52= 640 671276 931000); cache used: t 06:44:32.711008 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.711146 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:32.711271 tramp-send-command (6) # /data/data/com.termux/files/usr/bi= n//ls --color=3Dnever --help 2>&1 | grep -iq busybox 2>/dev/null; echo tram= p_exit_status $? 06:44:32.711408 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.711542 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:32.711681 tramp-set-connection-property (7) # last-cmd-time (25362 52= 640 711636 426000) 06:44:32.711820 tramp-send-string (10) # /data/data/com.termux/files/usr/bi= n//ls --color=3Dnever --help 2>&1 | grep -iq busybox 2>/dev/null; echo tram= p_exit_status $? 06:44:32.711955 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.712106 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.712235 tramp-set-connection-property (7) # locked t 06:44:32.712395 tramp-flush-connection-property (7) # locked 06:44:32.712539 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.712667 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.712799 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.712924 tramp-set-connection-property (7) # locked t 06:44:32.761942 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 1 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.762115 tramp-flush-connection-property (7) # locked 06:44:32.762226 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.762333 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.762473 tramp-wait-for-regexp (6) #=20 tramp_exit_status 1 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.762712 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.762962 tramp-get-connection-property (7) # ls /data/data/com.termu= x/files/usr/bin//ls --color=3Dnever; cache used: t 06:44:32.763158 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:32.763989 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:32.764143 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.764354 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.764513 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.764667 tramp-get-connection-property (7) # last-cmd-time (25362 52= 640 711636 426000); cache used: t 06:44:32.764879 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.765030 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:32.765166 tramp-send-command (6) # /data/data/com.termux/files/usr/bi= n//ls --color=3Dnever --quoting-style=3Dliteral --show-control-chars -al /d= ev/null 2>/dev/null; echo tramp_exit_status $? 06:44:32.765320 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.765479 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:32.765656 tramp-set-connection-property (7) # last-cmd-time (25362 52= 640 765602 273000) 06:44:32.765823 tramp-send-string (10) # /data/data/com.termux/files/usr/bi= n//ls --color=3Dnever --quoting-style=3Dliteral --show-control-chars -al /d= ev/null 2>/dev/null; echo tramp_exit_status $? 06:44:32.765985 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.766174 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.766324 tramp-set-connection-property (7) # locked t 06:44:32.766585 tramp-flush-connection-property (7) # locked 06:44:32.766832 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.766975 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.767128 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.767269 tramp-set-connection-property (7) # locked t 06:44:32.802555 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t crw-rw-rw- 1 root root 1, 3 Apr 16 1970 /dev/null 06:44:32.802733 tramp-flush-connection-property (7) # locked 06:44:32.802873 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.803006 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.803187 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.803326 tramp-set-connection-property (7) # locked t 06:44:32.803794 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t crw-rw-rw- 1 root root 1, 3 Apr 16 1970 /dev/null tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.803969 tramp-flush-connection-property (7) # locked 06:44:32.804106 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.804238 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.804402 tramp-wait-for-regexp (6) #=20 crw-rw-rw- 1 root root 1, 3 Apr 16 1970 /dev/null tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.804710 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.804894 tramp-set-connection-property (7) # ls--quoting-style=3Dlit= eral --show-control-chars --quoting-style=3Dliteral --show-control-chars 06:44:32.805060 tramp-get-connection-property (7) # ls--dired undef; cache = used: nil 06:44:32.805190 tramp-get-ls-command-with (5) # Checking, whether =E2=80=98= ls --dired=E2=80=99 works 06:44:32.805323 tramp-get-connection-property (7) # ls /data/data/com.termu= x/files/usr/bin//ls --color=3Dnever; cache used: t 06:44:32.805885 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:32.806042 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.806176 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.806340 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.806486 tramp-get-connection-property (7) # last-cmd-time (25362 52= 640 765602 273000); cache used: t 06:44:32.806673 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.806810 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:32.806934 tramp-send-command (6) # /data/data/com.termux/files/usr/bi= n//ls --color=3Dnever --help 2>&1 | grep -iq busybox 2>/dev/null; echo tram= p_exit_status $? 06:44:32.807069 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.807203 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:32.807348 tramp-set-connection-property (7) # last-cmd-time (25362 52= 640 807301 540000) 06:44:32.807484 tramp-send-string (10) # /data/data/com.termux/files/usr/bi= n//ls --color=3Dnever --help 2>&1 | grep -iq busybox 2>/dev/null; echo tram= p_exit_status $? 06:44:32.807619 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.807771 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.807899 tramp-set-connection-property (7) # locked t 06:44:32.808087 tramp-flush-connection-property (7) # locked 06:44:32.808243 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.808371 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.808507 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.808633 tramp-set-connection-property (7) # locked t 06:44:32.852561 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 1 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.852767 tramp-flush-connection-property (7) # locked 06:44:32.852909 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.853043 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.853219 tramp-wait-for-regexp (6) #=20 tramp_exit_status 1 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.853492 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.853681 tramp-get-connection-property (7) # ls /data/data/com.termu= x/files/usr/bin//ls --color=3Dnever; cache used: t 06:44:32.853824 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:32.854303 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:32.854469 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.854610 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.854757 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.854930 tramp-get-connection-property (7) # last-cmd-time (25362 52= 640 807301 540000); cache used: t 06:44:32.855221 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.855438 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:32.855654 tramp-send-command (6) # /data/data/com.termux/files/usr/bi= n//ls --color=3Dnever --dired -al /dev/null 2>/dev/null; echo tramp_exit_st= atus $? 06:44:32.855900 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.856140 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:32.856390 tramp-set-connection-property (7) # last-cmd-time (25362 52= 640 856312 311000) 06:44:32.856610 tramp-send-string (10) # /data/data/com.termux/files/usr/bi= n//ls --color=3Dnever --dired -al /dev/null 2>/dev/null; echo tramp_exit_st= atus $? 06:44:32.856755 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.856917 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.857046 tramp-set-connection-property (7) # locked t 06:44:32.857231 tramp-flush-connection-property (7) # locked 06:44:32.857382 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.857514 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.857651 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.857777 tramp-set-connection-property (7) # locked t 06:44:32.898080 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t crw-rw-rw- 1 root root 1, 3 Apr 16 1970 /dev/null //DIRED// 43 52 //DIRED-OPTIONS// --quoting-style=3Dshell-escape 06:44:32.898362 tramp-flush-connection-property (7) # locked 06:44:32.898610 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.898898 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.899353 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.899642 tramp-set-connection-property (7) # locked t 06:44:32.900111 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t crw-rw-rw- 1 root root 1, 3 Apr 16 1970 /dev/null //DIRED// 43 52 //DIRED-OPTIONS// --quoting-style=3Dshell-escape tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.900492 tramp-flush-connection-property (7) # locked 06:44:32.900725 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.900948 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.901232 tramp-wait-for-regexp (6) #=20 crw-rw-rw- 1 root root 1, 3 Apr 16 1970 /dev/null //DIRED// 43 52 //DIRED-OPTIONS// --quoting-style=3Dshell-escape tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.901707 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.902029 tramp-set-connection-property (7) # ls--dired --dired 06:44:32.902666 tramp-sh-handle-insert-directory (4) # Inserting directory = =E2=80=98ls --dired -al --quoting-style\=3Dliteral --show-control-chars /sc= p:motorolausb:/storage/emulated/0/=E2=80=99, wildcard no, fulldir yes 06:44:32.902939 tramp-get-connection-property (7) # ls /data/data/com.termu= x/files/usr/bin//ls --color=3Dnever; cache used: t 06:44:32.903472 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:32.903767 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.903983 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.904199 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.904358 tramp-get-connection-property (7) # last-cmd-time (25362 52= 640 856312 311000); cache used: t 06:44:32.904550 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.904709 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:32.904938 tramp-send-command (6) # /data/data/com.termux/files/usr/bi= n//ls --color=3Dnever --dired -al --quoting-style\=3Dliteral --show-control= -chars /storage/emulated/0/. 2>/dev/null 06:44:32.905083 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:32.905216 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:32.905360 tramp-set-connection-property (7) # last-cmd-time (25362 52= 640 905313 278000) 06:44:32.905500 tramp-send-string (10) # /data/data/com.termux/files/usr/bi= n//ls --color=3Dnever --dired -al --quoting-style\=3Dliteral --show-control= -chars /storage/emulated/0/. 2>/dev/null 06:44:32.905641 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:32.905801 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.905934 tramp-set-connection-property (7) # locked t 06:44:32.906112 tramp-flush-connection-property (7) # locked 06:44:32.906260 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.906444 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.906596 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.906734 tramp-set-connection-property (7) # locked t 06:44:32.958842 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t total 236 06:44:32.959104 tramp-flush-connection-property (7) # locked 06:44:32.959297 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.959453 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.959662 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.959812 tramp-set-connection-property (7) # locked t 06:44:32.960137 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t total 236 drwxrwx--- 26 root everybody 4096 Aug 31 12:31 . drwx--x--x 4 root everybody 4096 Jun 16 1971 .. -rw-rw---- 1 root everybody 164 Aug 28 14:39 1.txt -rw-rw---- 1 root everybody 108 Aug 28 14:42 10.txt -rw-rw---- 1 root everybody 119 Aug 28 14:42 11.txt -rw-rw---- 1 root everybody 71 Aug 28 14:43 12.txt -rw-rw---- 1 root everybody 109 Aug 28 14:43 13.txt -rw-rw---- 1 root everybody 711 Aug 28 14:43 14.txt -rw-rw---- 1 root everybody 120 Aug 28 14:44 15.txt -rw-rw---- 1 root everybody 105 Aug 28 14:44 16.txt -rw-rw---- 1 root everybody 393 Aug 28 14:40 2.txt -rw-rw---- 1 root everybody 737 Aug 28 14:40 3.txt -rw-rw---- 1 root everybody 955 Aug 28 14:40 4.txt -rw-rw---- 1 root everybody 353 Aug 28 14:41 5.txt -rw-rw---- 1 root everybody 244 Aug 28 14:41 6.txt -rw-rw---- 1 root everybody 887 Aug 28 14:41 7.txt -rw-rw---- 1 root everybody 122 Aug 28 14:41 8.txt -rw-rw---- 1 root everybody 101 Aug 28 14:42 9.txt -rw-rw---- 1 root everybody 101 Aug 28 14:42 9?txt drwxrwx--- 2 root everybody 4096 Jun 16 1971 Alarms drwxrwx--- 4 root everybody 4096 Jun 16 1971 Android drwxrwx--- 6 root everybody 4096 May 21 08:26 Androzic 06:44:32.960419 tramp-flush-connection-property (7) # locked 06:44:32.960593 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.960769 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.961017 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.961169 tramp-set-connection-property (7) # locked t 06:44:32.961489 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t total 236 drwxrwx--- 26 root everybody 4096 Aug 31 12:31 . drwx--x--x 4 root everybody 4096 Jun 16 1971 .. -rw-rw---- 1 root everybody 164 Aug 28 14:39 1.txt -rw-rw---- 1 root everybody 108 Aug 28 14:42 10.txt -rw-rw---- 1 root everybody 119 Aug 28 14:42 11.txt -rw-rw---- 1 root everybody 71 Aug 28 14:43 12.txt -rw-rw---- 1 root everybody 109 Aug 28 14:43 13.txt -rw-rw---- 1 root everybody 711 Aug 28 14:43 14.txt -rw-rw---- 1 root everybody 120 Aug 28 14:44 15.txt -rw-rw---- 1 root everybody 105 Aug 28 14:44 16.txt -rw-rw---- 1 root everybody 393 Aug 28 14:40 2.txt -rw-rw---- 1 root everybody 737 Aug 28 14:40 3.txt -rw-rw---- 1 root everybody 955 Aug 28 14:40 4.txt -rw-rw---- 1 root everybody 353 Aug 28 14:41 5.txt -rw-rw---- 1 root everybody 244 Aug 28 14:41 6.txt -rw-rw---- 1 root everybody 887 Aug 28 14:41 7.txt -rw-rw---- 1 root everybody 122 Aug 28 14:41 8.txt -rw-rw---- 1 root everybody 101 Aug 28 14:42 9.txt -rw-rw---- 1 root everybody 101 Aug 28 14:42 9?txt drwxrwx--- 2 root everybody 4096 Jun 16 1971 Alarms drwxrwx--- 4 root everybody 4096 Jun 16 1971 Android drwxrwx--- 6 root everybody 4096 May 21 08:26 Androzic drwxrwx--- 2 root everybody 57344 Sep 2 20:55 Call Recorder drwxrwx--- 3 root everybody 4096 May 21 09:23 Conversations drwxrwx--- 9 root everybody 4096 Aug 11 18:57 DCIM drwxrwx--- 3 root everybody 4096 May 21 18:19 Diary drwxrwx--- 4 root everybody 4096 Aug 29 08:25 Documents drwxrwx--- 3 root everybody 4096 Aug 30 15:08 Download drwxrwx--- 2 root everybody 4096 Jul 25 05:09 MAXS drwxrwx--- 2 root everybody 4096 Jul 3 23:59 Movies drwxrwx--- 3 root everybody 4096 Jun 20 18:45 Music drwxrwx--- 2 root everybody 4096 Jun 16 1971 Notifications drwxrwx--- 3 root everybody 4096 Jun 16 1971 PRIVATE drwxrwx--- 6 root everybody 4096 Aug 30 14:52 Pictures drwxrwx--- 2 root everybody 4096 Jun 16 1971 Podcasts drwxrwx--- 2 root everybody 4096 Jun 16 1971 Ringtones drwxrwx--- 2 root everybody 4096 May 21 08:40 Share drwxrwx--- 7 root everybody 4096 Jul 22 10:25 Telegram drwxrwx--- 2 root everybody 4096 Jun 26 19:28 Torrent Client drwxrwx--- 2 root everybody 4096 Aug 14 12:11 app_backup 06:44:32.961774 tramp-flush-connection-property (7) # locked 06:44:32.961919 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.962051 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.962276 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.962408 tramp-set-connection-property (7) # locked t 06:44:32.962641 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t total 236 drwxrwx--- 26 root everybody 4096 Aug 31 12:31 . drwx--x--x 4 root everybody 4096 Jun 16 1971 .. -rw-rw---- 1 root everybody 164 Aug 28 14:39 1.txt -rw-rw---- 1 root everybody 108 Aug 28 14:42 10.txt -rw-rw---- 1 root everybody 119 Aug 28 14:42 11.txt -rw-rw---- 1 root everybody 71 Aug 28 14:43 12.txt -rw-rw---- 1 root everybody 109 Aug 28 14:43 13.txt -rw-rw---- 1 root everybody 711 Aug 28 14:43 14.txt -rw-rw---- 1 root everybody 120 Aug 28 14:44 15.txt -rw-rw---- 1 root everybody 105 Aug 28 14:44 16.txt -rw-rw---- 1 root everybody 393 Aug 28 14:40 2.txt -rw-rw---- 1 root everybody 737 Aug 28 14:40 3.txt -rw-rw---- 1 root everybody 955 Aug 28 14:40 4.txt -rw-rw---- 1 root everybody 353 Aug 28 14:41 5.txt -rw-rw---- 1 root everybody 244 Aug 28 14:41 6.txt -rw-rw---- 1 root everybody 887 Aug 28 14:41 7.txt -rw-rw---- 1 root everybody 122 Aug 28 14:41 8.txt -rw-rw---- 1 root everybody 101 Aug 28 14:42 9.txt -rw-rw---- 1 root everybody 101 Aug 28 14:42 9?txt drwxrwx--- 2 root everybody 4096 Jun 16 1971 Alarms drwxrwx--- 4 root everybody 4096 Jun 16 1971 Android drwxrwx--- 6 root everybody 4096 May 21 08:26 Androzic drwxrwx--- 2 root everybody 57344 Sep 2 20:55 Call Recorder drwxrwx--- 3 root everybody 4096 May 21 09:23 Conversations drwxrwx--- 9 root everybody 4096 Aug 11 18:57 DCIM drwxrwx--- 3 root everybody 4096 May 21 18:19 Diary drwxrwx--- 4 root everybody 4096 Aug 29 08:25 Documents drwxrwx--- 3 root everybody 4096 Aug 30 15:08 Download drwxrwx--- 2 root everybody 4096 Jul 25 05:09 MAXS drwxrwx--- 2 root everybody 4096 Jul 3 23:59 Movies drwxrwx--- 3 root everybody 4096 Jun 20 18:45 Music drwxrwx--- 2 root everybody 4096 Jun 16 1971 Notifications drwxrwx--- 3 root everybody 4096 Jun 16 1971 PRIVATE drwxrwx--- 6 root everybody 4096 Aug 30 14:52 Pictures drwxrwx--- 2 root everybody 4096 Jun 16 1971 Podcasts drwxrwx--- 2 root everybody 4096 Jun 16 1971 Ringtones drwxrwx--- 2 root everybody 4096 May 21 08:40 Share drwxrwx--- 7 root everybody 4096 Jul 22 10:25 Telegram drwxrwx--- 2 root everybody 4096 Jun 26 19:28 Torrent Client drwxrwx--- 2 root everybody 4096 Aug 14 12:11 app_backup drwxrwx--- 2 root everybody 4096 Aug 28 14:27 bluetooth -rw-rw---- 1 root everybody 105 Aug 29 11:24 case-handling.txt drwxrwx--- 3 root everybody 4096 May 22 23:04 osmdroid -rw-rw---- 1 root everybody 55 Sep 1 17:18 police-jinja.txt drwxrwx--- 2 root everybody 4096 Aug 7 10:16 tmp //DIRED// 62 63 114 116 167 172 223 229 280 286 337 343 394 400 451 457 508= 514 565 571 622 627 678 683 734 739 790 795 846 851 902 907 958 963 1014 1= 019 1070 1075 1126 1132 1183 1190 1241 1249 1300 1313 1364 1377 1428 1432 1= 483 1488 1539 1548 1599 1607 1658 1662 1713 1719 1770 1775 1826 1839 1890 1= 897 1948 1956 2007 2015 2066 2075 2126 2131 2182 2190 2241 2255 2306 2316 2= 367 2376 2427 2444 2495 2503 2554 2570 2621 2624 //DIRED-OPTIONS// --quoting-style=3Dliteral 06:44:32.963018 tramp-flush-connection-property (7) # locked 06:44:32.963172 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.963296 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.963493 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:32.963669 tramp-set-connection-property (7) # locked t 06:44:32.963906 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t total 236 drwxrwx--- 26 root everybody 4096 Aug 31 12:31 . drwx--x--x 4 root everybody 4096 Jun 16 1971 .. -rw-rw---- 1 root everybody 164 Aug 28 14:39 1.txt -rw-rw---- 1 root everybody 108 Aug 28 14:42 10.txt -rw-rw---- 1 root everybody 119 Aug 28 14:42 11.txt -rw-rw---- 1 root everybody 71 Aug 28 14:43 12.txt -rw-rw---- 1 root everybody 109 Aug 28 14:43 13.txt -rw-rw---- 1 root everybody 711 Aug 28 14:43 14.txt -rw-rw---- 1 root everybody 120 Aug 28 14:44 15.txt -rw-rw---- 1 root everybody 105 Aug 28 14:44 16.txt -rw-rw---- 1 root everybody 393 Aug 28 14:40 2.txt -rw-rw---- 1 root everybody 737 Aug 28 14:40 3.txt -rw-rw---- 1 root everybody 955 Aug 28 14:40 4.txt -rw-rw---- 1 root everybody 353 Aug 28 14:41 5.txt -rw-rw---- 1 root everybody 244 Aug 28 14:41 6.txt -rw-rw---- 1 root everybody 887 Aug 28 14:41 7.txt -rw-rw---- 1 root everybody 122 Aug 28 14:41 8.txt -rw-rw---- 1 root everybody 101 Aug 28 14:42 9.txt -rw-rw---- 1 root everybody 101 Aug 28 14:42 9?txt drwxrwx--- 2 root everybody 4096 Jun 16 1971 Alarms drwxrwx--- 4 root everybody 4096 Jun 16 1971 Android drwxrwx--- 6 root everybody 4096 May 21 08:26 Androzic drwxrwx--- 2 root everybody 57344 Sep 2 20:55 Call Recorder drwxrwx--- 3 root everybody 4096 May 21 09:23 Conversations drwxrwx--- 9 root everybody 4096 Aug 11 18:57 DCIM drwxrwx--- 3 root everybody 4096 May 21 18:19 Diary drwxrwx--- 4 root everybody 4096 Aug 29 08:25 Documents drwxrwx--- 3 root everybody 4096 Aug 30 15:08 Download drwxrwx--- 2 root everybody 4096 Jul 25 05:09 MAXS drwxrwx--- 2 root everybody 4096 Jul 3 23:59 Movies drwxrwx--- 3 root everybody 4096 Jun 20 18:45 Music drwxrwx--- 2 root everybody 4096 Jun 16 1971 Notifications drwxrwx--- 3 root everybody 4096 Jun 16 1971 PRIVATE drwxrwx--- 6 root everybody 4096 Aug 30 14:52 Pictures drwxrwx--- 2 root everybody 4096 Jun 16 1971 Podcasts drwxrwx--- 2 root everybody 4096 Jun 16 1971 Ringtones drwxrwx--- 2 root everybody 4096 May 21 08:40 Share drwxrwx--- 7 root everybody 4096 Jul 22 10:25 Telegram drwxrwx--- 2 root everybody 4096 Jun 26 19:28 Torrent Client drwxrwx--- 2 root everybody 4096 Aug 14 12:11 app_backup drwxrwx--- 2 root everybody 4096 Aug 28 14:27 bluetooth -rw-rw---- 1 root everybody 105 Aug 29 11:24 case-handling.txt drwxrwx--- 3 root everybody 4096 May 22 23:04 osmdroid -rw-rw---- 1 root everybody 55 Sep 1 17:18 police-jinja.txt drwxrwx--- 2 root everybody 4096 Aug 7 10:16 tmp //DIRED// 62 63 114 116 167 172 223 229 280 286 337 343 394 400 451 457 508= 514 565 571 622 627 678 683 734 739 790 795 846 851 902 907 958 963 1014 1= 019 1070 1075 1126 1132 1183 1190 1241 1249 1300 1313 1364 1377 1428 1432 1= 483 1488 1539 1548 1599 1607 1658 1662 1713 1719 1770 1775 1826 1839 1890 1= 897 1948 1956 2007 2015 2066 2075 2126 2131 2182 2190 2241 2255 2306 2316 2= 367 2376 2427 2444 2495 2503 2554 2570 2621 2624 //DIRED-OPTIONS// --quoting-style=3Dliteral ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.964222 tramp-flush-connection-property (7) # locked 06:44:32.964387 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.964619 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:32.964880 tramp-wait-for-regexp (6) #=20 total 236 drwxrwx--- 26 root everybody 4096 Aug 31 12:31 . drwx--x--x 4 root everybody 4096 Jun 16 1971 .. -rw-rw---- 1 root everybody 164 Aug 28 14:39 1.txt -rw-rw---- 1 root everybody 108 Aug 28 14:42 10.txt -rw-rw---- 1 root everybody 119 Aug 28 14:42 11.txt -rw-rw---- 1 root everybody 71 Aug 28 14:43 12.txt -rw-rw---- 1 root everybody 109 Aug 28 14:43 13.txt -rw-rw---- 1 root everybody 711 Aug 28 14:43 14.txt -rw-rw---- 1 root everybody 120 Aug 28 14:44 15.txt -rw-rw---- 1 root everybody 105 Aug 28 14:44 16.txt -rw-rw---- 1 root everybody 393 Aug 28 14:40 2.txt -rw-rw---- 1 root everybody 737 Aug 28 14:40 3.txt -rw-rw---- 1 root everybody 955 Aug 28 14:40 4.txt -rw-rw---- 1 root everybody 353 Aug 28 14:41 5.txt -rw-rw---- 1 root everybody 244 Aug 28 14:41 6.txt -rw-rw---- 1 root everybody 887 Aug 28 14:41 7.txt -rw-rw---- 1 root everybody 122 Aug 28 14:41 8.txt -rw-rw---- 1 root everybody 101 Aug 28 14:42 9.txt -rw-rw---- 1 root everybody 101 Aug 28 14:42 9?txt drwxrwx--- 2 root everybody 4096 Jun 16 1971 Alarms drwxrwx--- 4 root everybody 4096 Jun 16 1971 Android drwxrwx--- 6 root everybody 4096 May 21 08:26 Androzic drwxrwx--- 2 root everybody 57344 Sep 2 20:55 Call Recorder drwxrwx--- 3 root everybody 4096 May 21 09:23 Conversations drwxrwx--- 9 root everybody 4096 Aug 11 18:57 DCIM drwxrwx--- 3 root everybody 4096 May 21 18:19 Diary drwxrwx--- 4 root everybody 4096 Aug 29 08:25 Documents drwxrwx--- 3 root everybody 4096 Aug 30 15:08 Download drwxrwx--- 2 root everybody 4096 Jul 25 05:09 MAXS drwxrwx--- 2 root everybody 4096 Jul 3 23:59 Movies drwxrwx--- 3 root everybody 4096 Jun 20 18:45 Music drwxrwx--- 2 root everybody 4096 Jun 16 1971 Notifications drwxrwx--- 3 root everybody 4096 Jun 16 1971 PRIVATE drwxrwx--- 6 root everybody 4096 Aug 30 14:52 Pictures drwxrwx--- 2 root everybody 4096 Jun 16 1971 Podcasts drwxrwx--- 2 root everybody 4096 Jun 16 1971 Ringtones drwxrwx--- 2 root everybody 4096 May 21 08:40 Share drwxrwx--- 7 root everybody 4096 Jul 22 10:25 Telegram drwxrwx--- 2 root everybody 4096 Jun 26 19:28 Torrent Client drwxrwx--- 2 root everybody 4096 Aug 14 12:11 app_backup drwxrwx--- 2 root everybody 4096 Aug 28 14:27 bluetooth -rw-rw---- 1 root everybody 105 Aug 29 11:24 case-handling.txt drwxrwx--- 3 root everybody 4096 May 22 23:04 osmdroid -rw-rw---- 1 root everybody 55 Sep 1 17:18 police-jinja.txt drwxrwx--- 2 root everybody 4096 Aug 7 10:16 tmp //DIRED// 62 63 114 116 167 172 223 229 280 286 337 343 394 400 451 457 508= 514 565 571 622 627 678 683 734 739 790 795 846 851 902 907 958 963 1014 1= 019 1070 1075 1126 1132 1183 1190 1241 1249 1300 1313 1364 1377 1428 1432 1= 483 1488 1539 1548 1599 1607 1658 1662 1713 1719 1770 1775 1826 1839 1890 1= 897 1948 1956 2007 2015 2066 2075 2126 2131 2182 2190 2241 2255 2306 2316 2= 367 2376 2427 2444 2495 2503 2554 2570 2621 2624 //DIRED-OPTIONS// --quoting-style=3Dliteral ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:32.966501 tramp-get-connection-property (7) # ls /data/data/com.termu= x/files/usr/bin//ls --color=3Dnever; cache used: t 06:44:33.027454 tramp-get-connection-property (7) # df undef; cache used: n= il 06:44:33.027608 tramp-get-remote-df (5) # Finding a suitable =E2=80=98df=E2= =80=99 command 06:44:33.027741 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:33.027915 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:33.028144 tramp-get-connection-property (7) # remote-path (/data/data= /com.termux/files/usr/bin/ /sbin); cache used: t 06:44:33.028305 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:33.028444 tramp-get-connection-property (7) # uname Linux 3.18.66-per= f; cache used: t 06:44:33.028591 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:33.028725 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:33.028862 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:33.028997 tramp-get-connection-property (7) # last-cmd-time (25362 52= 640 905313 278000); cache used: t 06:44:33.029173 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:33.029306 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:33.029428 tramp-send-command (6) # which \df | wc -w 06:44:33.029554 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:33.029701 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:33.029947 tramp-set-connection-property (7) # last-cmd-time (25362 52= 641 29872 568000) 06:44:33.030107 tramp-send-string (10) # which \df | wc -w 06:44:33.030306 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:33.030471 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:33.030603 tramp-set-connection-property (7) # locked t 06:44:33.030777 tramp-flush-connection-property (7) # locked 06:44:33.030973 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:33.031131 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:33.031295 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:33.031517 tramp-set-connection-property (7) # locked t 06:44:33.070700 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t 1 06:44:33.070869 tramp-flush-connection-property (7) # locked 06:44:33.071009 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:33.071140 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:33.071290 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:33.071420 tramp-set-connection-property (7) # locked t 06:44:33.072176 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t 1 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:33.072317 tramp-flush-connection-property (7) # locked 06:44:33.072426 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:33.072533 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:33.072661 tramp-wait-for-regexp (6) #=20 1 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:33.072981 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:33.073110 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:33.073224 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:33.073340 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:33.073457 tramp-get-connection-property (7) # last-cmd-time (25362 52= 641 29872 568000); cache used: t 06:44:33.073612 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:33.073726 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:33.073850 tramp-send-command (6) # \df --block-size=3D1 --output=3Dsi= ze,used,avail / 2>/dev/null; echo tramp_exit_status $? 06:44:33.073984 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:33.074120 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:33.074262 tramp-set-connection-property (7) # last-cmd-time (25362 52= 641 74216 653000) 06:44:33.074399 tramp-send-string (10) # \df --block-size=3D1 --output=3Dsi= ze,used,avail / 2>/dev/null; echo tramp_exit_status $? 06:44:33.074533 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:33.074684 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:33.074813 tramp-set-connection-property (7) # locked t 06:44:33.074961 tramp-flush-connection-property (7) # locked 06:44:33.075106 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:33.075287 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:33.075422 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:33.075549 tramp-set-connection-property (7) # locked t 06:44:33.168309 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 1 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:33.168636 tramp-flush-connection-property (7) # locked 06:44:33.168881 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:33.169117 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:33.169398 tramp-wait-for-regexp (6) #=20 tramp_exit_status 1 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:33.169865 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:33.170261 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:33.170484 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:33.170632 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:33.170773 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:33.170916 tramp-get-connection-property (7) # last-cmd-time (25362 52= 641 74216 653000); cache used: t 06:44:33.171104 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:33.171243 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:33.171369 tramp-send-command (6) # \df -k / 2>/dev/null; echo tramp_e= xit_status $? 06:44:33.171501 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:33.171638 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:33.171784 tramp-set-connection-property (7) # last-cmd-time (25362 52= 641 171736 402000) 06:44:33.171923 tramp-send-string (10) # \df -k / 2>/dev/null; echo tramp_e= xit_status $? 06:44:33.172055 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:33.172202 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:33.172328 tramp-set-connection-property (7) # locked t 06:44:33.172486 tramp-flush-connection-property (7) # locked 06:44:33.172692 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:33.172830 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:33.172965 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:33.173095 tramp-set-connection-property (7) # locked t 06:44:33.243422 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t Filesystem 1K-blocks Used Available Use% Mounted on rootfs 1355240 4368 1350872 1% / 06:44:33.243578 tramp-flush-connection-property (7) # locked 06:44:33.243693 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:33.243801 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:33.243956 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:33.244065 tramp-set-connection-property (7) # locked t 06:44:33.244751 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t Filesystem 1K-blocks Used Available Use% Mounted on rootfs 1355240 4368 1350872 1% / tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:33.244928 tramp-flush-connection-property (7) # locked 06:44:33.245048 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:33.245153 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:33.245280 tramp-wait-for-regexp (6) #=20 Filesystem 1K-blocks Used Available Use% Mounted on rootfs 1355240 4368 1350872 1% / tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:33.245490 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:33.245632 tramp-set-connection-property (7) # df-blocksize 1024 06:44:33.245754 tramp-set-connection-property (7) # df \df -k 06:44:33.245861 tramp-sh-handle-file-system-info (5) # file system info: /s= torage/emulated/0/ 06:44:33.245969 tramp-get-connection-property (7) # df \df -k; cache used: t 06:44:33.246211 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:33.246330 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:33.246474 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:33.246615 tramp-get-connection-property (7) # last-cmd-time (25362 52= 641 171736 402000); cache used: t 06:44:33.246827 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:33.247028 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:33.247238 tramp-send-command (6) # \df -k /storage/emulated/0/ 06:44:33.247451 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:33.247676 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:33.247916 tramp-set-connection-property (7) # last-cmd-time (25362 52= 641 247841 983000) 06:44:33.248160 tramp-send-string (10) # \df -k /storage/emulated/0/ 06:44:33.248380 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:33.248637 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:33.248856 tramp-set-connection-property (7) # locked t 06:44:33.249107 tramp-flush-connection-property (7) # locked 06:44:33.249349 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:33.249646 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:33.249991 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:33.250398 tramp-set-connection-property (7) # locked t 06:44:33.306072 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t Filesystem 1K-blocks Used Available Use% Mounted on /data/media 23216548 12917972 10282192 56% /storage/emulated 06:44:33.306221 tramp-flush-connection-property (7) # locked 06:44:33.306337 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:33.306443 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:33.306602 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:33.306711 tramp-set-connection-property (7) # locked t 06:44:33.307036 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t Filesystem 1K-blocks Used Available Use% Mounted on /data/media 23216548 12917972 10282192 56% /storage/emulated ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:33.307204 tramp-flush-connection-property (7) # locked 06:44:33.307312 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:33.307419 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:33.307567 tramp-wait-for-regexp (6) #=20 Filesystem 1K-blocks Used Available Use% Mounted on /data/media 23216548 12917972 10282192 56% /storage/emulated ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:33.307822 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:33.308021 tramp-get-connection-property (7) # df-blocksize 1024; cach= e used: t 06:44:33.308168 tramp-get-connection-property (7) # df-blocksize 1024; cach= e used: t 06:44:33.308311 tramp-get-connection-property (7) # df-blocksize 1024; cach= e used: t 06:44:33.310922 tramp-get-file-property (8) # /storage/emulated/0 file-attr= ibutes-integer (t 26 0 9997 (701 1772 0 0) (25359 10884 0 0) (25361 54968 0= 0) 4096 drwxrwx--- t 925699 (-1 . 1)); inhibit: 10; cache used: t; cached = at: 06:44:32 06:44:36.253031 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:36.253308 tramp-get-file-property (8) # /storage/emulated/0/9.txt fil= e-exists-p undef; inhibit: 10; cache used: nil; cached at: nil 06:44:36.253761 tramp-get-file-property (8) # /storage/emulated/0/9.txt fil= e-attributes undef; inhibit: 10; cache used: nil; cached at: nil 06:44:36.254059 tramp-get-connection-property (7) # file-exists test -e; ca= che used: t 06:44:36.254621 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:36.254976 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:36.255212 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:36.255431 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:36.255647 tramp-get-connection-property (7) # last-cmd-time (25362 52= 641 247841 983000); cache used: t 06:44:36.255847 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:36.255990 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:36.256122 tramp-send-command (6) # test -e /storage/emulated/0/9.txt = 2>/dev/null; echo tramp_exit_status $? 06:44:36.256260 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:36.256401 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:36.256550 tramp-set-connection-property (7) # last-cmd-time (25362 52= 644 256500 539000) 06:44:36.256695 tramp-send-string (10) # test -e /storage/emulated/0/9.txt = 2>/dev/null; echo tramp_exit_status $? 06:44:36.256851 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:36.257013 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:36.257142 tramp-set-connection-property (7) # locked t 06:44:36.257325 tramp-flush-connection-property (7) # locked 06:44:36.257481 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:36.257631 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:36.257784 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:36.257914 tramp-set-connection-property (7) # locked t 06:44:36.259997 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:36.260140 tramp-flush-connection-property (7) # locked 06:44:36.260279 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:36.260388 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:36.260520 tramp-wait-for-regexp (6) #=20 tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:36.260731 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:36.260944 tramp-set-file-property (8) # /storage/emulated/0/9.txt fil= e-exists-p t 06:44:36.262197 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:36.262344 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:36.262489 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:36.262720 tramp-get-connection-property (7) # ~ /data/data/com.termux= /files/home; cache used: t 06:44:36.263532 tramp-get-file-property (8) # /storage/emulated/0/9.txt fil= e-directory-p undef; inhibit: 10; cache used: nil; cached at: nil 06:44:36.263761 tramp-get-file-property (8) # /storage/emulated/0/9.txt fil= e-truename nil; inhibit: 10; cache used: nil; cached at: nil 06:44:36.263982 tramp-get-connection-property (7) # test test; cache used: t 06:44:36.264276 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:36.264432 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:36.264586 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:36.264745 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:36.264974 tramp-get-connection-property (7) # last-cmd-time (25362 52= 644 256500 539000); cache used: t 06:44:36.265173 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:36.265316 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:36.265447 tramp-send-command (6) # test -d /storage/emulated/0/9.txt = 2>/dev/null; echo tramp_exit_status $? 06:44:36.265585 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:36.265726 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:36.265875 tramp-set-connection-property (7) # last-cmd-time (25362 52= 644 265825 648000) 06:44:36.266020 tramp-send-string (10) # test -d /storage/emulated/0/9.txt = 2>/dev/null; echo tramp_exit_status $? 06:44:36.266160 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:36.266330 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:36.266558 tramp-set-connection-property (7) # locked t 06:44:36.266813 tramp-flush-connection-property (7) # locked 06:44:36.267067 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:36.267289 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:36.267560 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:36.267820 tramp-set-connection-property (7) # locked t 06:44:36.269557 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 1 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:36.269866 tramp-flush-connection-property (7) # locked 06:44:36.270106 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:36.270390 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:36.270712 tramp-wait-for-regexp (6) #=20 tramp_exit_status 1 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:36.271226 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:36.271727 tramp-set-file-property (8) # /storage/emulated/0/9.txt fil= e-directory-p nil 06:44:36.274937 tramp-get-file-property (8) # /storage/emulated/0/9.txt fil= e-truename undef; inhibit: 10; cache used: nil; cached at: nil 06:44:36.275124 tramp-sh-handle-file-truename (4) # Finding true name for = =E2=80=98/scp:motorolausb:/storage/emulated/0/9.txt=E2=80=99 06:44:36.275266 tramp-get-connection-property (7) # readlink \readlink; cac= he used: t 06:44:36.275404 tramp-get-connection-property (7) # readlink \readlink; cac= he used: t 06:44:36.275812 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:36.275965 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:36.276107 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:36.276248 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:36.276399 tramp-get-connection-property (7) # last-cmd-time (25362 52= 644 265825 648000); cache used: t 06:44:36.276587 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:36.276729 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:36.276860 tramp-send-command (6) # \readlink --canonicalize-missing /= storage/emulated/0/9.txt 2>/dev/null; echo tramp_exit_status $? 06:44:36.276999 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:36.277139 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:36.277288 tramp-set-connection-property (7) # last-cmd-time (25362 52= 644 277238 55000) 06:44:36.277431 tramp-send-string (10) # \readlink --canonicalize-missing /= storage/emulated/0/9.txt 2>/dev/null; echo tramp_exit_status $? 06:44:36.277570 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:36.277722 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:36.277851 tramp-set-connection-property (7) # locked t 06:44:36.278024 tramp-flush-connection-property (7) # locked 06:44:36.278233 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:36.278435 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:36.278596 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:36.278726 tramp-set-connection-property (7) # locked t 06:44:36.318424 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t /storage/emulated/0/9.txt 06:44:36.318715 tramp-flush-connection-property (7) # locked 06:44:36.318965 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:36.319207 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:36.319478 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:36.319714 tramp-set-connection-property (7) # locked t 06:44:36.320242 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t /storage/emulated/0/9.txt tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:36.320531 tramp-flush-connection-property (7) # locked 06:44:36.320756 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:36.320978 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:36.321259 tramp-wait-for-regexp (6) #=20 /storage/emulated/0/9.txt tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:36.321755 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:36.322029 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:36.323515 tramp-get-file-property (8) # /storage/emulated/0/9.txt fil= e-attributes-integer undef; inhibit: 10; cache used: nil; cached at: nil 06:44:36.323753 tramp-get-file-property (8) # /storage/emulated/0/9.txt fil= e-attributes undef; inhibit: 10; cache used: nil; cached at: nil 06:44:36.323913 tramp-get-connection-property (7) # stat env QUOTING_STYLE= =3Dlocale \stat; cache used: t 06:44:36.324072 tramp-do-file-attributes-with-stat (5) # file attributes wi= th stat: /storage/emulated/0/9.txt 06:44:36.324210 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:36.324353 tramp-get-connection-property (7) # scripts (tramp_stat_fil= e_attributes); cache used: t 06:44:36.324744 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:36.324907 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:36.325052 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:36.325212 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:36.325358 tramp-get-connection-property (7) # last-cmd-time (25362 52= 644 277238 55000); cache used: t 06:44:36.325542 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:36.325683 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:36.325813 tramp-send-command (6) # tramp_stat_file_attributes /storag= e/emulated/0/9.txt 2>/dev/null; echo tramp_exit_status $? 06:44:36.325948 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:36.326090 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:36.326240 tramp-set-connection-property (7) # last-cmd-time (25362 52= 644 326190 746000) 06:44:36.326384 tramp-send-string (10) # tramp_stat_file_attributes /storag= e/emulated/0/9.txt 2>/dev/null; echo tramp_exit_status $? 06:44:36.326523 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:36.326677 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:36.326805 tramp-set-connection-property (7) # locked t 06:44:36.326972 tramp-flush-connection-property (7) # locked 06:44:36.327183 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:36.327384 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:36.327531 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:36.327660 tramp-set-connection-property (7) # locked t 06:44:36.392702 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t (("=E2=80=98/storage/emulated/0/9.txt=E2=80=99") 1 ("root" . 0) ("everybody= " . 9997) 1661686938 1661686938 1661686938 101 "-rw-rw----" t 1466381 -1) 06:44:36.392856 tramp-flush-connection-property (7) # locked 06:44:36.392970 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:36.393080 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:36.393243 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:36.393351 tramp-set-connection-property (7) # locked t 06:44:36.395687 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t (("=E2=80=98/storage/emulated/0/9.txt=E2=80=99") 1 ("root" . 0) ("everybody= " . 9997) 1661686938 1661686938 1661686938 101 "-rw-rw----" t 1466381 -1) tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:36.395832 tramp-flush-connection-property (7) # locked 06:44:36.395940 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:36.396046 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:36.396176 tramp-wait-for-regexp (6) #=20 (("=E2=80=98/storage/emulated/0/9.txt=E2=80=99") 1 ("root" . 0) ("everybody= " . 9997) 1661686938 1661686938 1661686938 101 "-rw-rw----" t 1466381 -1) tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:36.396413 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:36.396566 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:36.396776 tramp-get-connection-property (7) # gid-integer 10152; cach= e used: t 06:44:36.396911 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:36.397032 tramp-get-connection-property (7) # device (-1 . 1); cache = used: t 06:44:36.397228 tramp-set-file-property (8) # /storage/emulated/0/9.txt fil= e-attributes (nil 1 (root . 0) (everybody . 9997) (25355 21658 0 0) (25355 = 21658 0 0) (25355 21658 0 0) 101 -rw-rw---- t 1466381 (-1 . 1)) 06:44:36.397464 tramp-set-file-property (8) # /storage/emulated/0/9.txt fil= e-attributes-integer (nil 1 0 9997 (25355 21658 0 0) (25355 21658 0 0) (253= 55 21658 0 0) 101 -rw-rw---- t 1466381 (-1 . 1)) 06:44:36.397666 tramp-sh-handle-file-truename (4) # True name of =E2=80=98/= storage/emulated/0/9.txt=E2=80=99 is =E2=80=98/storage/emulated/0/9.txt=E2= =80=99 06:44:36.397869 tramp-set-file-property (8) # /storage/emulated/0/9.txt fil= e-truename /storage/emulated/0/9.txt 06:44:36.399228 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:36.399379 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:36.399550 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:36.399810 tramp-get-connection-property (7) # ~ /data/data/com.termux= /files/home; cache used: t 06:44:36.401268 tramp-get-file-property (8) # /storage/emulated/0/9.txt fil= e-attributes-integer (nil 1 0 9997 (25355 21658 0 0) (25355 21658 0 0) (253= 55 21658 0 0) 101 -rw-rw---- t 1466381 (-1 . 1)); inhibit: 10; cache used: = t; cached at: 06:44:36 06:44:36.404067 tramp-get-file-property (8) # /storage/emulated/0/9.txt fil= e-truename /storage/emulated/0/9.txt; inhibit: 10; cache used: t; cached at= : 06:44:36 06:44:36.405276 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:36.405453 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:36.405672 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:36.406132 tramp-get-connection-property (7) # ~ /data/data/com.termux= /files/home; cache used: t 06:44:36.407928 tramp-get-file-property (8) # /storage/emulated/0/9.txt fil= e-attributes-integer (nil 1 0 9997 (25355 21658 0 0) (25355 21658 0 0) (253= 55 21658 0 0) 101 -rw-rw---- t 1466381 (-1 . 1)); inhibit: 10; cache used: = t; cached at: 06:44:36 06:44:36.411156 tramp-handle-insert-file-contents (3) # Inserting =E2=80=98= /scp:motorolausb:/storage/emulated/0/9.txt=E2=80=99... 06:44:36.414474 tramp-get-file-property (8) # /storage/emulated/0/9.txt fil= e-truename /storage/emulated/0/9.txt; inhibit: 10; cache used: t; cached at= : 06:44:36 06:44:36.416198 tramp-get-file-property (8) # /storage/emulated/0/9.txt fil= e-attributes-integer (nil 1 0 9997 (25355 21658 0 0) (25355 21658 0 0) (253= 55 21658 0 0) 101 -rw-rw---- t 1466381 (-1 . 1)); inhibit: 10; cache used: = t; cached at: 06:44:36 06:44:36.416461 tramp-get-connection-property (7) # copy-program undef; cac= he used: nil 06:44:36.416625 tramp-get-connection-property (7) # remote-encoding undef; = cache used: nil 06:44:36.416767 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:36.416908 tramp-find-inline-encoding (5) # Checking local encoding fu= nction =E2=80=98base64-encode-region=E2=80=99 06:44:36.417044 tramp-find-inline-encoding (5) # Checking local decoding fu= nction =E2=80=98base64-decode-region=E2=80=99 06:44:36.417174 tramp-find-inline-encoding (5) # Checking remote encoding c= ommand =E2=80=98base64=E2=80=99 for sanity 06:44:36.417332 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:36.417566 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:36.417748 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:36.417898 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:36.418045 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:36.418200 tramp-get-connection-property (7) # last-cmd-time (25362 52= 644 326190 746000); cache used: t 06:44:36.418419 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:36.418568 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:36.418703 tramp-send-command (6) # ( base64 /dev/null; e= cho tramp_exit_status $? ) 06:44:36.418849 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:36.419004 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:36.419160 tramp-set-connection-property (7) # last-cmd-time (25362 52= 644 419113 951000) 06:44:36.419305 tramp-send-string (10) # ( base64 /dev/null; e= cho tramp_exit_status $? ) 06:44:36.419474 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:36.419647 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:36.419782 tramp-set-connection-property (7) # locked t 06:44:36.420000 tramp-flush-connection-property (7) # locked 06:44:36.420273 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:36.420426 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:36.420593 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:36.420731 tramp-set-connection-property (7) # locked t 06:44:36.451718 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 0 06:44:36.451927 tramp-flush-connection-property (7) # locked 06:44:36.452089 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:36.452234 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:36.452505 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:36.452698 tramp-set-connection-property (7) # locked t 06:44:36.453023 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:36.453200 tramp-flush-connection-property (7) # locked 06:44:36.453340 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:36.453477 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:36.453650 tramp-wait-for-regexp (6) #=20 tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:36.453916 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:36.454091 tramp-find-inline-encoding (5) # Checking remote decoding c= ommand =E2=80=98base64 -d -i=E2=80=99 for sanity 06:44:36.454315 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:36.454470 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:36.454612 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:36.454753 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:36.454898 tramp-get-connection-property (7) # last-cmd-time (25362 52= 644 419113 951000); cache used: t 06:44:36.455093 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:36.455234 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:36.455357 tramp-send-command (6) # ( echo xyzzy | base64 | base64 -d = -i 2>/dev/null; echo tramp_exit_status $? ) 06:44:36.455500 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:36.455645 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:36.455797 tramp-set-connection-property (7) # last-cmd-time (25362 52= 644 455749 198000) 06:44:36.455938 tramp-send-string (10) # ( echo xyzzy | base64 | base64 -d = -i 2>/dev/null; echo tramp_exit_status $? ) 06:44:36.456078 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:36.456242 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:36.456375 tramp-set-connection-property (7) # locked t 06:44:36.456586 tramp-flush-connection-property (7) # locked 06:44:36.456822 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:36.456972 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:36.457154 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:36.457356 tramp-set-connection-property (7) # locked t 06:44:36.488905 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t xyzzy 06:44:36.489084 tramp-flush-connection-property (7) # locked 06:44:36.489228 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:36.489364 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:36.489527 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:36.489703 tramp-set-connection-property (7) # locked t 06:44:36.490082 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t xyzzy tramp_exit_status 0 06:44:36.490320 tramp-flush-connection-property (7) # locked 06:44:36.490501 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:36.490636 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:36.490790 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:36.490920 tramp-set-connection-property (7) # locked t 06:44:36.491686 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t xyzzy tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:36.491927 tramp-flush-connection-property (7) # locked 06:44:36.492072 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:36.492208 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:36.492367 tramp-wait-for-regexp (6) #=20 xyzzy tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:36.492609 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:36.492775 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:36.492915 tramp-find-inline-encoding (5) # Using local encoding =E2= =80=98base64-encode-region=E2=80=99 06:44:36.493042 tramp-set-connection-property (7) # local-encoding base64-e= ncode-region 06:44:36.493166 tramp-find-inline-encoding (5) # Using local decoding =E2= =80=98base64-decode-region=E2=80=99 06:44:36.493298 tramp-set-connection-property (7) # local-decoding base64-d= ecode-region 06:44:36.493423 tramp-find-inline-encoding (5) # Using remote encoding =E2= =80=98base64=E2=80=99 06:44:36.493550 tramp-set-connection-property (7) # remote-encoding base64 06:44:36.493676 tramp-find-inline-encoding (5) # Using remote decoding =E2= =80=98base64 -d -i=E2=80=99 06:44:36.493802 tramp-set-connection-property (7) # remote-decoding base64 = -d -i 06:44:36.493936 tramp-get-connection-property (7) # remote-encoding base64;= cache used: t 06:44:36.494067 tramp-set-connection-property (7) # remote-encoding base64 06:44:36.494205 tramp-get-connection-property (7) # remote-encoding base64;= cache used: t 06:44:36.494347 tramp-get-connection-property (7) # local-decoding base64-d= ecode-region; cache used: t 06:44:36.556815 tramp-sh-handle-file-local-copy (3) # Encoding remote file = =E2=80=98/scp:motorolausb:/storage/emulated/0/9.txt=E2=80=99 with =E2=80=98= base64 <%s=E2=80=99... 06:44:36.557165 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:36.557314 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:36.557500 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:36.557643 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:36.557781 tramp-get-connection-property (7) # last-cmd-time (25362 52= 644 455749 198000); cache used: t 06:44:36.557962 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:36.558092 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:36.558210 tramp-send-command (6) # base64 /dev/null; echo tramp_exit_status $? 06:44:36.558335 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:36.558464 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:36.558602 tramp-set-connection-property (7) # last-cmd-time (25362 52= 644 558558 540000) 06:44:36.558735 tramp-send-string (10) # base64 /dev/null; echo tramp_exit_status $? 06:44:36.558862 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:36.559012 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:36.559142 tramp-set-connection-property (7) # locked t 06:44:36.559317 tramp-flush-connection-property (7) # locked 06:44:36.559460 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:36.559589 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:36.559726 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:36.559854 tramp-set-connection-property (7) # locked t 06:44:36.602606 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t SGFycmlzIFNwaWNlCjMxMTAgRSBNaXJhbG9tYSBBdmUsIEFuYWhlaW0sIApDQSA5MjgwNiwgVS5T LkEuClRlbDogNzE0LTUwNy0xOTE5Cmh0dHA6Ly9oYXJyaXNzcGljZS5jb20=3D 06:44:36.602944 tramp-flush-connection-property (7) # locked 06:44:36.603198 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:36.603436 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:36.603944 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:36.604192 tramp-set-connection-property (7) # locked t 06:44:36.604663 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t SGFycmlzIFNwaWNlCjMxMTAgRSBNaXJhbG9tYSBBdmUsIEFuYWhlaW0sIApDQSA5MjgwNiwgVS5T LkEuClRlbDogNzE0LTUwNy0xOTE5Cmh0dHA6Ly9oYXJyaXNzcGljZS5jb20=3D tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:36.604960 tramp-flush-connection-property (7) # locked 06:44:36.605204 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:36.605415 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:36.605654 tramp-wait-for-regexp (6) #=20 SGFycmlzIFNwaWNlCjMxMTAgRSBNaXJhbG9tYSBBdmUsIEFuYWhlaW0sIApDQSA5MjgwNiwgVS5T LkEuClRlbDogNzE0LTUwNy0xOTE5Cmh0dHA6Ly9oYXJyaXNzcGljZS5jb20=3D tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:36.605947 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:36.606112 tramp-sh-handle-file-local-copy (3) # Encoding remote file = =E2=80=98/scp:motorolausb:/storage/emulated/0/9.txt=E2=80=99 with =E2=80=98= base64 <%s=E2=80=99...done 06:44:36.606255 tramp-sh-handle-file-local-copy (3) # Decoding local file = =E2=80=98/home/data1/protected/tmp/tramp.2u6Bc7.txt=E2=80=99 with =E2=80=98= base64-decode-region=E2=80=99... 06:44:38.591613 tramp-sh-handle-file-local-copy (3) # Decoding local file = =E2=80=98/home/data1/protected/tmp/tramp.2u6Bc7.txt=E2=80=99 with =E2=80=98= base64-decode-region=E2=80=99...done 06:44:38.592958 tramp-get-file-property (8) # /storage/emulated/0/9.txt fil= e-attributes-integer (nil 1 0 9997 (25355 21658 0 0) (25355 21658 0 0) (253= 55 21658 0 0) 101 -rw-rw---- t 1466381 (-1 . 1)); inhibit: 10; cache used: = t; cached at: 06:44:36 06:44:38.593545 tramp-call-process (6) # =E2=80=98chown 1001:1001 /home/dat= a1/protected/tmp/tramp.2u6Bc7.txt=E2=80=99 nil nil 06:44:38.613612 tramp-call-process (6) # 0 06:44:38.613970 tramp-get-connection-property (7) # copy-keep-tmpfile undef= ; cache used: nil 06:44:38.615634 tramp-handle-insert-file-contents (3) # Inserting =E2=80=98= /scp:motorolausb:/storage/emulated/0/9.txt=E2=80=99...done 06:44:38.616604 tramp-get-file-property (8) # /storage/emulated/0/9.txt fil= e-writable-p undef; inhibit: 10; cache used: nil; cached at: nil 06:44:38.617409 tramp-get-file-property (8) # /storage/emulated/0/9.txt fil= e-exists-p t; inhibit: 10; cache used: t; cached at: 06:44:36 06:44:38.617713 tramp-get-file-property (8) # /storage/emulated/0/9.txt fil= e-attributes (nil 1 (root . 0) (everybody . 9997) (25355 21658 0 0) (25355 = 21658 0 0) (25355 21658 0 0) 101 -rw-rw---- t 1466381 (-1 . 1)); inhibit: 1= 0; cache used: t; cached at: 06:44:36 06:44:38.619942 tramp-get-file-property (8) # /storage/emulated/0/9.txt fil= e-attributes-integer (nil 1 0 9997 (25355 21658 0 0) (25355 21658 0 0) (253= 55 21658 0 0) 101 -rw-rw---- t 1466381 (-1 . 1)); inhibit: 10; cache used: = t; cached at: 06:44:36 06:44:38.620486 tramp-get-connection-property (7) # uid-integer 10152; cach= e used: t 06:44:38.620774 tramp-get-connection-property (7) # gid-integer 10152; cach= e used: t 06:44:38.621166 tramp-set-file-property (8) # /storage/emulated/0/9.txt fil= e-writable-p nil 06:44:38.623867 tramp-get-file-property (8) # /storage/emulated/0/9.txt fil= e-attributes-integer undef; inhibit: t; cache used: nil; cached at: 06:44:36 06:44:38.624096 tramp-get-file-property (8) # /storage/emulated/0/9.txt fil= e-attributes undef; inhibit: t; cache used: nil; cached at: 06:44:36 06:44:38.624234 tramp-get-connection-property (7) # stat env QUOTING_STYLE= =3Dlocale \stat; cache used: t 06:44:38.624360 tramp-do-file-attributes-with-stat (5) # file attributes wi= th stat: /storage/emulated/0/9.txt 06:44:38.624489 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:38.624622 tramp-get-connection-property (7) # scripts (tramp_stat_fil= e_attributes); cache used: t 06:44:38.625011 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:38.625154 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:38.625286 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:38.625417 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:38.625551 tramp-get-connection-property (7) # last-cmd-time (25362 52= 644 558558 540000); cache used: t 06:44:38.625718 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:38.625894 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:38.626062 tramp-send-command (6) # tramp_stat_file_attributes /storag= e/emulated/0/9.txt 2>/dev/null; echo tramp_exit_status $? 06:44:38.626239 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:38.626418 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:38.626662 tramp-set-connection-property (7) # last-cmd-time (25362 52= 646 626595 961000) 06:44:38.626860 tramp-send-string (10) # tramp_stat_file_attributes /storag= e/emulated/0/9.txt 2>/dev/null; echo tramp_exit_status $? 06:44:38.627034 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:38.627188 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:38.627317 tramp-set-connection-property (7) # locked t 06:44:38.627484 tramp-flush-connection-property (7) # locked 06:44:38.627689 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:38.627829 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:38.627977 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:38.628106 tramp-set-connection-property (7) # locked t 06:44:38.704265 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t (("=E2=80=98/storage/emulated/0/9.txt=E2=80=99") 1 ("root" . 0) ("everybody= " . 9997) 1661686938 1661686938 1661686938 101 "-rw-rw----" t 1466381 -1) 06:44:38.704565 tramp-flush-connection-property (7) # locked 06:44:38.704814 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:38.705048 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:38.705421 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:38.705658 tramp-set-connection-property (7) # locked t 06:44:38.706845 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t (("=E2=80=98/storage/emulated/0/9.txt=E2=80=99") 1 ("root" . 0) ("everybody= " . 9997) 1661686938 1661686938 1661686938 101 "-rw-rw----" t 1466381 -1) tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:38.706999 tramp-flush-connection-property (7) # locked 06:44:38.707109 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:38.707215 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:38.707348 tramp-wait-for-regexp (6) #=20 (("=E2=80=98/storage/emulated/0/9.txt=E2=80=99") 1 ("root" . 0) ("everybody= " . 9997) 1661686938 1661686938 1661686938 101 "-rw-rw----" t 1466381 -1) tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:38.707573 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:38.707713 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:38.707910 tramp-get-connection-property (7) # gid-integer 10152; cach= e used: t 06:44:38.708031 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:38.708144 tramp-get-connection-property (7) # device (-1 . 1); cache = used: t 06:44:38.708325 tramp-set-file-property (8) # /storage/emulated/0/9.txt fil= e-attributes (nil 1 (root . 0) (everybody . 9997) (25355 21658 0 0) (25355 = 21658 0 0) (25355 21658 0 0) 101 -rw-rw---- t 1466381 (-1 . 1)) 06:44:38.708552 tramp-set-file-property (8) # /storage/emulated/0/9.txt fil= e-attributes-integer (nil 1 0 9997 (25355 21658 0 0) (25355 21658 0 0) (253= 55 21658 0 0) 101 -rw-rw---- t 1466381 (-1 . 1)) 06:44:38.709985 tramp-get-file-property (8) # /storage/emulated/0/9.txt fil= e-writable-p nil; inhibit: 10; cache used: t; cached at: 06:44:38 06:44:38.715712 tramp-get-file-property (8) # /storage/emulated/0/9.txt fil= e-attributes-integer (nil 1 0 9997 (25355 21658 0 0) (25355 21658 0 0) (253= 55 21658 0 0) 101 -rw-rw---- t 1466381 (-1 . 1)); inhibit: 10; cache used: = t; cached at: 06:44:38 06:44:38.715970 tramp-get-connection-property (7) # unsafe-temporary-file u= ndef; cache used: nil 06:44:41.718471 tramp-set-connection-property (7) # unsafe-temporary-file t 06:44:41.720913 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:41.721068 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:41.721183 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:41.722898 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:41.723037 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:41.723146 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:41.753838 tramp-sh-handle-vc-registered (3) # Checking =E2=80=98vc-re= gistered=E2=80=99 for /scp:motorolausb:/storage/emulated/0/9.txt... 06:44:41.812757 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:41.812919 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:41.813036 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:41.813217 tramp-get-connection-property (7) # ~ /data/data/com.termux= /files/home; cache used: t 06:44:41.813770 tramp-get-file-property (8) # /storage/emulated/0/9.txt fil= e-directory-p undef; inhibit: (25362 52649 755541 6000); cache used: nil; c= ached at: 06:44:36 06:44:41.813967 tramp-get-file-property (8) # /storage/emulated/0/9.txt fil= e-truename nil; inhibit: (25362 52649 755541 6000); cache used: nil; cached= at: 06:44:36 06:44:41.814150 tramp-get-connection-property (7) # test test; cache used: t 06:44:41.814361 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:41.814486 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:41.814601 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:41.814719 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:41.814838 tramp-get-connection-property (7) # last-cmd-time (25362 52= 646 626595 961000); cache used: t 06:44:41.814985 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:41.815098 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:41.815202 tramp-send-command (6) # test -d /storage/emulated/0/9.txt = 2>/dev/null; echo tramp_exit_status $? 06:44:41.815312 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:41.815425 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:41.815543 tramp-set-connection-property (7) # last-cmd-time (25362 52= 649 815504 580000) 06:44:41.815659 tramp-send-string (10) # test -d /storage/emulated/0/9.txt = 2>/dev/null; echo tramp_exit_status $? 06:44:41.815770 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:41.815896 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:41.816002 tramp-set-connection-property (7) # locked t 06:44:41.816150 tramp-flush-connection-property (7) # locked 06:44:41.816314 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:41.816442 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:41.816566 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:41.816671 tramp-set-connection-property (7) # locked t 06:44:41.819884 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 1 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:41.820065 tramp-flush-connection-property (7) # locked 06:44:41.820245 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:41.820372 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:41.820562 tramp-wait-for-regexp (6) #=20 tramp_exit_status 1 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:41.820805 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:41.820999 tramp-set-file-property (8) # /storage/emulated/0/9.txt fil= e-directory-p nil 06:44:41.821948 tramp-get-file-property (8) # /storage/emulated/0 file-dire= ctory-p undef; inhibit: (25362 52649 755541 6000); cache used: nil; cached = at: 06:44:32 06:44:41.822139 tramp-get-file-property (8) # /storage/emulated/0 file-true= name nil; inhibit: (25362 52649 755541 6000); cache used: nil; cached at: 0= 6:44:32 06:44:41.822334 tramp-get-connection-property (7) # test test; cache used: t 06:44:41.822542 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:41.822672 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:41.822784 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:41.822896 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:41.823017 tramp-get-connection-property (7) # last-cmd-time (25362 52= 649 815504 580000); cache used: t 06:44:41.823187 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:41.823303 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:41.823425 tramp-send-command (6) # test -d /storage/emulated/0 2>/dev= /null; echo tramp_exit_status $? 06:44:41.823541 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:41.823653 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:41.823775 tramp-set-connection-property (7) # last-cmd-time (25362 52= 649 823736 105000) 06:44:41.823890 tramp-send-string (10) # test -d /storage/emulated/0 2>/dev= /null; echo tramp_exit_status $? 06:44:41.823999 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:41.824129 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:41.824232 tramp-set-connection-property (7) # locked t 06:44:41.824411 tramp-flush-connection-property (7) # locked 06:44:41.824595 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:41.824708 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:41.824836 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:41.824941 tramp-set-connection-property (7) # locked t 06:44:41.827658 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:41.827794 tramp-flush-connection-property (7) # locked 06:44:41.827898 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:41.827996 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:41.828119 tramp-wait-for-regexp (6) #=20 tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:41.828315 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:41.828473 tramp-set-file-property (8) # /storage/emulated/0 file-dire= ctory-p t 06:44:41.829576 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:41.829682 tramp-get-file-property (8) # /storage/emulated file-direct= ory-p undef; inhibit: (25362 52649 755541 6000); cache used: nil; cached at= : nil 06:44:41.829820 tramp-get-file-property (8) # /storage/emulated file-truena= me nil; inhibit: (25362 52649 755541 6000); cache used: nil; cached at: nil 06:44:41.829988 tramp-get-connection-property (7) # test test; cache used: t 06:44:41.830163 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:41.830301 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:41.830406 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:41.830509 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:41.830617 tramp-get-connection-property (7) # last-cmd-time (25362 52= 649 823736 105000); cache used: t 06:44:41.830751 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:41.830875 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:41.830970 tramp-send-command (6) # test -d /storage/emulated 2>/dev/n= ull; echo tramp_exit_status $? 06:44:41.831072 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:41.831173 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:41.831280 tramp-set-connection-property (7) # last-cmd-time (25362 52= 649 831245 899000) 06:44:41.831385 tramp-send-string (10) # test -d /storage/emulated 2>/dev/n= ull; echo tramp_exit_status $? 06:44:41.831485 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:41.831599 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:41.831696 tramp-set-connection-property (7) # locked t 06:44:41.831820 tramp-flush-connection-property (7) # locked 06:44:41.831969 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:41.832072 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:41.832182 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:41.832280 tramp-set-connection-property (7) # locked t 06:44:41.835076 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:41.835237 tramp-flush-connection-property (7) # locked 06:44:41.835348 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:41.835454 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:41.835603 tramp-wait-for-regexp (6) #=20 tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:41.835837 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:41.836028 tramp-set-file-property (8) # /storage/emulated file-direct= ory-p t 06:44:41.837373 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:41.837506 tramp-get-file-property (8) # /storage file-directory-p und= ef; inhibit: (25362 52649 755541 6000); cache used: nil; cached at: nil 06:44:41.837662 tramp-get-file-property (8) # /storage file-truename nil; i= nhibit: (25362 52649 755541 6000); cache used: nil; cached at: nil 06:44:41.837847 tramp-get-connection-property (7) # test test; cache used: t 06:44:41.838022 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:41.838141 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:41.838243 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:41.838345 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:41.838455 tramp-get-connection-property (7) # last-cmd-time (25362 52= 649 831245 899000); cache used: t 06:44:41.838612 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:41.838715 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:41.838807 tramp-send-command (6) # test -d /storage 2>/dev/null; echo= tramp_exit_status $? 06:44:41.838906 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:41.839010 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:41.839124 tramp-set-connection-property (7) # last-cmd-time (25362 52= 649 839086 287000) 06:44:41.839229 tramp-send-string (10) # test -d /storage 2>/dev/null; echo= tramp_exit_status $? 06:44:41.839332 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:41.839460 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:41.839553 tramp-set-connection-property (7) # locked t 06:44:41.839735 tramp-flush-connection-property (7) # locked 06:44:41.839904 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:41.840003 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:41.840127 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:41.840266 tramp-set-connection-property (7) # locked t 06:44:41.842241 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:41.842373 tramp-flush-connection-property (7) # locked 06:44:41.842469 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:41.842584 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:41.842701 tramp-wait-for-regexp (6) #=20 tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:41.842886 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:41.843053 tramp-set-file-property (8) # /storage file-directory-p t 06:44:41.844014 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:41.844112 tramp-get-file-property (8) # / file-directory-p undef; inh= ibit: (25362 52649 755541 6000); cache used: nil; cached at: nil 06:44:41.844243 tramp-get-file-property (8) # / file-truename nil; inhibit:= (25362 52649 755541 6000); cache used: nil; cached at: nil 06:44:41.844397 tramp-get-connection-property (7) # test test; cache used: t 06:44:41.844536 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:41.844640 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:41.844737 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:41.844832 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:41.844929 tramp-get-connection-property (7) # last-cmd-time (25362 52= 649 839086 287000); cache used: t 06:44:41.845054 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:41.845150 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:41.845238 tramp-send-command (6) # test -d / 2>/dev/null; echo tramp_= exit_status $? 06:44:41.845328 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:41.845427 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:41.845527 tramp-set-connection-property (7) # last-cmd-time (25362 52= 649 845495 164000) 06:44:41.845624 tramp-send-string (10) # test -d / 2>/dev/null; echo tramp_= exit_status $? 06:44:41.845718 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:41.845822 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:41.845912 tramp-set-connection-property (7) # locked t 06:44:41.846036 tramp-flush-connection-property (7) # locked 06:44:41.846140 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:41.846229 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:41.846333 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:41.846423 tramp-set-connection-property (7) # locked t 06:44:41.849237 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:41.849340 tramp-flush-connection-property (7) # locked 06:44:41.849424 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:41.849509 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:41.849606 tramp-wait-for-regexp (6) #=20 tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:41.849766 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:41.849882 tramp-set-file-property (8) # / file-directory-p t 06:44:41.852012 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:41.852151 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:41.852254 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:41.852464 tramp-get-connection-property (7) # ~ /data/data/com.termux= /files/home; cache used: t 06:44:41.853076 tramp-get-file-property (8) # /storage/emulated/0/9.txt fil= e-directory-p nil; inhibit: (25362 52649 755541 6000); cache used: t; cache= d at: 06:44:41 06:44:41.853929 tramp-get-file-property (8) # /storage/emulated/0 file-dire= ctory-p t; inhibit: (25362 52649 755541 6000); cache used: t; cached at: 06= :44:41 06:44:41.855090 tramp-get-file-property (8) # /storage/emulated file-direct= ory-p t; inhibit: (25362 52649 755541 6000); cache used: t; cached at: 06:4= 4:41 06:44:41.856242 tramp-get-file-property (8) # /storage file-directory-p t; = inhibit: (25362 52649 755541 6000); cache used: t; cached at: 06:44:41 06:44:41.857302 tramp-get-file-property (8) # / file-directory-p t; inhibit= : (25362 52649 755541 6000); cache used: t; cached at: 06:44:41 06:44:41.858484 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:41.858581 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:41.858675 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:41.858824 tramp-get-connection-property (7) # ~ /data/data/com.termux= /files/home; cache used: t 06:44:41.859248 tramp-get-file-property (8) # /storage/emulated/0/9.txt fil= e-directory-p nil; inhibit: (25362 52649 755541 6000); cache used: t; cache= d at: 06:44:41 06:44:41.859853 tramp-get-file-property (8) # /storage/emulated/0 file-dire= ctory-p t; inhibit: (25362 52649 755541 6000); cache used: t; cached at: 06= :44:41 06:44:41.860745 tramp-get-file-property (8) # /storage/emulated file-direct= ory-p t; inhibit: (25362 52649 755541 6000); cache used: t; cached at: 06:4= 4:41 06:44:41.861579 tramp-get-file-property (8) # /storage file-directory-p t; = inhibit: (25362 52649 755541 6000); cache used: t; cached at: 06:44:41 06:44:41.862363 tramp-get-file-property (8) # / file-directory-p t; inhibit= : (25362 52649 755541 6000); cache used: t; cached at: 06:44:41 06:44:41.863291 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:41.863380 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:41.863465 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:41.863599 tramp-get-connection-property (7) # ~ /data/data/com.termux= /files/home; cache used: t 06:44:41.863989 tramp-get-file-property (8) # /storage/emulated/0/9.txt fil= e-directory-p nil; inhibit: (25362 52649 755541 6000); cache used: t; cache= d at: 06:44:41 06:44:41.864561 tramp-get-file-property (8) # /storage/emulated/0 file-dire= ctory-p t; inhibit: (25362 52649 755541 6000); cache used: t; cached at: 06= :44:41 06:44:41.865404 tramp-get-file-property (8) # /storage/emulated file-direct= ory-p t; inhibit: (25362 52649 755541 6000); cache used: t; cached at: 06:4= 4:41 06:44:41.866308 tramp-get-file-property (8) # /storage file-directory-p t; = inhibit: (25362 52649 755541 6000); cache used: t; cached at: 06:44:41 06:44:41.867117 tramp-get-file-property (8) # / file-directory-p t; inhibit= : (25362 52649 755541 6000); cache used: t; cached at: 06:44:41 06:44:41.867797 tramp-sh-handle-vc-registered (10) #=20 (/storage/emulated/0/RCS/9.txt,v /storage/emulated/0/9.txt,v /storage/emula= ted/0/RCS/9.txt /storage/emulated/0/CVS/Entries /storage/emulated/0/.svn /s= torage/emulated/.svn /storage/.svn /.svn /storage/emulated/0/SCCS/s.9.txt /= storage/emulated/0/s.9.txt /storage/emulated/0/.src/9.txt,v /storage/emulat= ed/0/.bzr/checkout/format /storage/emulated/.bzr/checkout/format /storage/.= bzr/checkout/format /.bzr/checkout/format /storage/emulated/0/.git /storage= /emulated/.git /storage/.git /.git /storage/emulated/0/.hg /storage/emulate= d/.hg /storage/.hg /.hg) 06:44:41.867956 tramp-get-connection-property (7) # file-exists test -e; ca= che used: t 06:44:41.868051 tramp-get-connection-property (7) # test test; cache used: t 06:44:41.868150 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:41.868250 tramp-get-connection-property (7) # scripts (tramp_stat_fil= e_attributes); cache used: t 06:44:41.868362 tramp-maybe-send-script (5) # Sending script =E2=80=98tramp= _vc_registered_read_file_names=E2=80=99... 06:44:41.869241 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:41.869413 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:41.869507 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:41.869610 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:41.869724 tramp-get-connection-property (7) # last-cmd-time (25362 52= 649 845495 164000); cache used: t 06:44:41.869923 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:41.870029 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:41.870112 tramp-send-command (6) # tramp_vc_registered_read_file_name= s () { echo "(" while read file; do quoted=3D`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 $? 06:44:41.870272 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:41.870367 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:41.870470 tramp-set-connection-property (7) # last-cmd-time (25362 52= 649 870439 3000) 06:44:41.870557 tramp-send-string (10) # tramp_vc_registered_read_file_name= s () { echo "(" while read file; do quoted=3D`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 $? 06:44:41.870657 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:41.870791 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:41.870871 tramp-set-connection-property (7) # locked t 06:44:41.871023 tramp-flush-connection-property (7) # locked 06:44:41.871179 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:41.871280 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:41.871386 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:41.871472 tramp-set-connection-property (7) # locked t 06:44:41.874994 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:41.875123 tramp-flush-connection-property (7) # locked 06:44:41.875205 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:41.875282 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:41.875382 tramp-wait-for-regexp (6) #=20 tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:41.875545 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:41.875656 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:41.875740 tramp-set-connection-property (7) # scripts (tramp_vc_regis= tered_read_file_names tramp_stat_file_attributes) 06:44:41.875828 tramp-maybe-send-script (5) # Sending script =E2=80=98tramp= _vc_registered_read_file_names=E2=80=99...done 06:44:41.910867 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:41.910955 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:41.911022 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:41.911088 tramp-get-connection-property (7) # last-cmd-time (25362 52= 649 870439 3000); cache used: t 06:44:41.911184 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:41.911243 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:41.911297 tramp-send-command (6) # tramp_vc_registered_read_file_name= s <<'673ab247f276f3e32c3ff1e0867e4f19' /storage/emulated/0/RCS/9.txt\,v /storage/emulated/0/9.txt\,v /storage/emulated/0/RCS/9.txt /storage/emulated/0/CVS/Entries /storage/emulated/0/.svn /storage/emulated/.svn /storage/.svn /.svn /storage/emulated/0/SCCS/s.9.txt /storage/emulated/0/s.9.txt /storage/emulated/0/.src/9.txt\,v /storage/emulated/0/.bzr/checkout/format /storage/emulated/.bzr/checkout/format /storage/.bzr/checkout/format /.bzr/checkout/format /storage/emulated/0/.git /storage/emulated/.git /storage/.git /.git /storage/emulated/0/.hg /storage/emulated/.hg /storage/.hg /.hg 673ab247f276f3e32c3ff1e0867e4f19 06:44:41.911374 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:41.911437 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:41.911500 tramp-set-connection-property (7) # last-cmd-time (25362 52= 649 911479 750000) 06:44:41.911559 tramp-send-string (10) # tramp_vc_registered_read_file_name= s <<'673ab247f276f3e32c3ff1e0867e4f19' /storage/emulated/0/RCS/9.txt\,v /storage/emulated/0/9.txt\,v /storage/emulated/0/RCS/9.txt /storage/emulated/0/CVS/Entries /storage/emulated/0/.svn /storage/emulated/.svn /storage/.svn /.svn /storage/emulated/0/SCCS/s.9.txt /storage/emulated/0/s.9.txt /storage/emulated/0/.src/9.txt\,v /storage/emulated/0/.bzr/checkout/format /storage/emulated/.bzr/checkout/format /storage/.bzr/checkout/format /.bzr/checkout/format /storage/emulated/0/.git /storage/emulated/.git /storage/.git /.git /storage/emulated/0/.hg /storage/emulated/.hg /storage/.hg /.hg 673ab247f276f3e32c3ff1e0867e4f19 06:44:41.911617 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:41.911706 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:41.911762 tramp-set-connection-property (7) # locked t 06:44:41.911868 tramp-flush-connection-property (7) # locked 06:44:41.911952 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:41.912040 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:41.912118 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:41.912186 tramp-set-connection-property (7) # locked t 06:44:41.917528 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t ( 06:44:41.917606 tramp-flush-connection-property (7) # locked 06:44:41.917673 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:41.917736 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:41.917824 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:41.917889 tramp-set-connection-property (7) # locked t 06:44:41.964420 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t ( ("/storage/emulated/0/RCS/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/RCS/9.txt,v" "file-readable-p" nil) 06:44:41.964561 tramp-flush-connection-property (7) # locked 06:44:41.964668 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:41.964768 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:41.964917 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:41.965017 tramp-set-connection-property (7) # locked t 06:44:42.004424 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t ( ("/storage/emulated/0/RCS/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/RCS/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/9.txt,v" "file-readable-p" nil) 06:44:42.004672 tramp-flush-connection-property (7) # locked 06:44:42.004864 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:42.005056 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:42.005389 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:42.005571 tramp-set-connection-property (7) # locked t 06:44:42.044687 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t ( ("/storage/emulated/0/RCS/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/RCS/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/RCS/9.txt" "file-exists-p" nil) ("/storage/emulated/0/RCS/9.txt" "file-readable-p" nil) 06:44:42.044845 tramp-flush-connection-property (7) # locked 06:44:42.044963 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:42.045070 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:42.045263 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:42.045410 tramp-set-connection-property (7) # locked t 06:44:42.084710 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t ( ("/storage/emulated/0/RCS/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/RCS/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/RCS/9.txt" "file-exists-p" nil) ("/storage/emulated/0/RCS/9.txt" "file-readable-p" nil) ("/storage/emulated/0/CVS/Entries" "file-exists-p" nil) ("/storage/emulated/0/CVS/Entries" "file-readable-p" nil) 06:44:42.084951 tramp-flush-connection-property (7) # locked 06:44:42.085150 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:42.085327 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:42.085705 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:42.085981 tramp-set-connection-property (7) # locked t 06:44:42.128650 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t ( ("/storage/emulated/0/RCS/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/RCS/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/RCS/9.txt" "file-exists-p" nil) ("/storage/emulated/0/RCS/9.txt" "file-readable-p" nil) ("/storage/emulated/0/CVS/Entries" "file-exists-p" nil) ("/storage/emulated/0/CVS/Entries" "file-readable-p" nil) ("/storage/emulated/0/.svn" "file-exists-p" nil) ("/storage/emulated/0/.svn" "file-readable-p" nil) 06:44:42.128817 tramp-flush-connection-property (7) # locked 06:44:42.128933 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:42.129039 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:42.129233 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:42.129341 tramp-set-connection-property (7) # locked t 06:44:42.182527 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t ( ("/storage/emulated/0/RCS/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/RCS/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/RCS/9.txt" "file-exists-p" nil) ("/storage/emulated/0/RCS/9.txt" "file-readable-p" nil) ("/storage/emulated/0/CVS/Entries" "file-exists-p" nil) ("/storage/emulated/0/CVS/Entries" "file-readable-p" nil) ("/storage/emulated/0/.svn" "file-exists-p" nil) ("/storage/emulated/0/.svn" "file-readable-p" nil) ("/storage/emulated/.svn" "file-exists-p" nil) ("/storage/emulated/.svn" "file-readable-p" nil) 06:44:42.182696 tramp-flush-connection-property (7) # locked 06:44:42.182815 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:42.182923 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:42.183128 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:42.183320 tramp-set-connection-property (7) # locked t 06:44:42.228474 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t ( ("/storage/emulated/0/RCS/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/RCS/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/RCS/9.txt" "file-exists-p" nil) ("/storage/emulated/0/RCS/9.txt" "file-readable-p" nil) ("/storage/emulated/0/CVS/Entries" "file-exists-p" nil) ("/storage/emulated/0/CVS/Entries" "file-readable-p" nil) ("/storage/emulated/0/.svn" "file-exists-p" nil) ("/storage/emulated/0/.svn" "file-readable-p" nil) ("/storage/emulated/.svn" "file-exists-p" nil) ("/storage/emulated/.svn" "file-readable-p" nil) ("/storage/.svn" "file-exists-p" nil) ("/storage/.svn" "file-readable-p" nil) 06:44:42.228680 tramp-flush-connection-property (7) # locked 06:44:42.228821 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:42.228972 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:42.229202 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:42.229332 tramp-set-connection-property (7) # locked t 06:44:42.275689 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t ( ("/storage/emulated/0/RCS/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/RCS/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/RCS/9.txt" "file-exists-p" nil) ("/storage/emulated/0/RCS/9.txt" "file-readable-p" nil) ("/storage/emulated/0/CVS/Entries" "file-exists-p" nil) ("/storage/emulated/0/CVS/Entries" "file-readable-p" nil) ("/storage/emulated/0/.svn" "file-exists-p" nil) ("/storage/emulated/0/.svn" "file-readable-p" nil) ("/storage/emulated/.svn" "file-exists-p" nil) ("/storage/emulated/.svn" "file-readable-p" nil) ("/storage/.svn" "file-exists-p" nil) ("/storage/.svn" "file-readable-p" nil) ("/.svn" "file-exists-p" nil) ("/.svn" "file-readable-p" nil) 06:44:42.275862 tramp-flush-connection-property (7) # locked 06:44:42.275982 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:42.276087 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:42.276281 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:42.276388 tramp-set-connection-property (7) # locked t 06:44:42.316871 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t ( ("/storage/emulated/0/RCS/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/RCS/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/RCS/9.txt" "file-exists-p" nil) ("/storage/emulated/0/RCS/9.txt" "file-readable-p" nil) ("/storage/emulated/0/CVS/Entries" "file-exists-p" nil) ("/storage/emulated/0/CVS/Entries" "file-readable-p" nil) ("/storage/emulated/0/.svn" "file-exists-p" nil) ("/storage/emulated/0/.svn" "file-readable-p" nil) ("/storage/emulated/.svn" "file-exists-p" nil) ("/storage/emulated/.svn" "file-readable-p" nil) ("/storage/.svn" "file-exists-p" nil) ("/storage/.svn" "file-readable-p" nil) ("/.svn" "file-exists-p" nil) ("/.svn" "file-readable-p" nil) ("/storage/emulated/0/SCCS/s.9.txt" "file-exists-p" nil) ("/storage/emulated/0/SCCS/s.9.txt" "file-readable-p" nil) 06:44:42.317041 tramp-flush-connection-property (7) # locked 06:44:42.317149 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:42.317250 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:42.317429 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:42.317529 tramp-set-connection-property (7) # locked t 06:44:42.356273 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t ( ("/storage/emulated/0/RCS/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/RCS/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/RCS/9.txt" "file-exists-p" nil) ("/storage/emulated/0/RCS/9.txt" "file-readable-p" nil) ("/storage/emulated/0/CVS/Entries" "file-exists-p" nil) ("/storage/emulated/0/CVS/Entries" "file-readable-p" nil) ("/storage/emulated/0/.svn" "file-exists-p" nil) ("/storage/emulated/0/.svn" "file-readable-p" nil) ("/storage/emulated/.svn" "file-exists-p" nil) ("/storage/emulated/.svn" "file-readable-p" nil) ("/storage/.svn" "file-exists-p" nil) ("/storage/.svn" "file-readable-p" nil) ("/.svn" "file-exists-p" nil) ("/.svn" "file-readable-p" nil) ("/storage/emulated/0/SCCS/s.9.txt" "file-exists-p" nil) ("/storage/emulated/0/SCCS/s.9.txt" "file-readable-p" nil) ("/storage/emulated/0/s.9.txt" "file-exists-p" nil) ("/storage/emulated/0/s.9.txt" "file-readable-p" nil) 06:44:42.356587 tramp-flush-connection-property (7) # locked 06:44:42.356791 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:42.356948 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:42.357181 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:42.357309 tramp-set-connection-property (7) # locked t 06:44:42.397312 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t ( ("/storage/emulated/0/RCS/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/RCS/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/RCS/9.txt" "file-exists-p" nil) ("/storage/emulated/0/RCS/9.txt" "file-readable-p" nil) ("/storage/emulated/0/CVS/Entries" "file-exists-p" nil) ("/storage/emulated/0/CVS/Entries" "file-readable-p" nil) ("/storage/emulated/0/.svn" "file-exists-p" nil) ("/storage/emulated/0/.svn" "file-readable-p" nil) ("/storage/emulated/.svn" "file-exists-p" nil) ("/storage/emulated/.svn" "file-readable-p" nil) ("/storage/.svn" "file-exists-p" nil) ("/storage/.svn" "file-readable-p" nil) ("/.svn" "file-exists-p" nil) ("/.svn" "file-readable-p" nil) ("/storage/emulated/0/SCCS/s.9.txt" "file-exists-p" nil) ("/storage/emulated/0/SCCS/s.9.txt" "file-readable-p" nil) ("/storage/emulated/0/s.9.txt" "file-exists-p" nil) ("/storage/emulated/0/s.9.txt" "file-readable-p" nil) ("/storage/emulated/0/.src/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/.src/9.txt,v" "file-readable-p" nil) 06:44:42.397501 tramp-flush-connection-property (7) # locked 06:44:42.397618 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:42.397722 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:42.397915 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:42.398021 tramp-set-connection-property (7) # locked t 06:44:42.432416 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t ( ("/storage/emulated/0/RCS/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/RCS/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/RCS/9.txt" "file-exists-p" nil) ("/storage/emulated/0/RCS/9.txt" "file-readable-p" nil) ("/storage/emulated/0/CVS/Entries" "file-exists-p" nil) ("/storage/emulated/0/CVS/Entries" "file-readable-p" nil) ("/storage/emulated/0/.svn" "file-exists-p" nil) ("/storage/emulated/0/.svn" "file-readable-p" nil) ("/storage/emulated/.svn" "file-exists-p" nil) ("/storage/emulated/.svn" "file-readable-p" nil) ("/storage/.svn" "file-exists-p" nil) ("/storage/.svn" "file-readable-p" nil) ("/.svn" "file-exists-p" nil) ("/.svn" "file-readable-p" nil) ("/storage/emulated/0/SCCS/s.9.txt" "file-exists-p" nil) ("/storage/emulated/0/SCCS/s.9.txt" "file-readable-p" nil) ("/storage/emulated/0/s.9.txt" "file-exists-p" nil) ("/storage/emulated/0/s.9.txt" "file-readable-p" nil) ("/storage/emulated/0/.src/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/.src/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/.bzr/checkout/format" "file-exists-p" nil) ("/storage/emulated/0/.bzr/checkout/format" "file-readable-p" nil) 06:44:42.432609 tramp-flush-connection-property (7) # locked 06:44:42.432726 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:42.432831 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:42.433025 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:42.433131 tramp-set-connection-property (7) # locked t 06:44:42.466408 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t ( ("/storage/emulated/0/RCS/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/RCS/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/RCS/9.txt" "file-exists-p" nil) ("/storage/emulated/0/RCS/9.txt" "file-readable-p" nil) ("/storage/emulated/0/CVS/Entries" "file-exists-p" nil) ("/storage/emulated/0/CVS/Entries" "file-readable-p" nil) ("/storage/emulated/0/.svn" "file-exists-p" nil) ("/storage/emulated/0/.svn" "file-readable-p" nil) ("/storage/emulated/.svn" "file-exists-p" nil) ("/storage/emulated/.svn" "file-readable-p" nil) ("/storage/.svn" "file-exists-p" nil) ("/storage/.svn" "file-readable-p" nil) ("/.svn" "file-exists-p" nil) ("/.svn" "file-readable-p" nil) ("/storage/emulated/0/SCCS/s.9.txt" "file-exists-p" nil) ("/storage/emulated/0/SCCS/s.9.txt" "file-readable-p" nil) ("/storage/emulated/0/s.9.txt" "file-exists-p" nil) ("/storage/emulated/0/s.9.txt" "file-readable-p" nil) ("/storage/emulated/0/.src/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/.src/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/.bzr/checkout/format" "file-exists-p" nil) ("/storage/emulated/0/.bzr/checkout/format" "file-readable-p" nil) ("/storage/emulated/.bzr/checkout/format" "file-exists-p" nil) ("/storage/emulated/.bzr/checkout/format" "file-readable-p" nil) 06:44:42.466607 tramp-flush-connection-property (7) # locked 06:44:42.466725 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:42.466833 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:42.467087 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:42.467192 tramp-set-connection-property (7) # locked t 06:44:42.499735 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t ( ("/storage/emulated/0/RCS/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/RCS/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/RCS/9.txt" "file-exists-p" nil) ("/storage/emulated/0/RCS/9.txt" "file-readable-p" nil) ("/storage/emulated/0/CVS/Entries" "file-exists-p" nil) ("/storage/emulated/0/CVS/Entries" "file-readable-p" nil) ("/storage/emulated/0/.svn" "file-exists-p" nil) ("/storage/emulated/0/.svn" "file-readable-p" nil) ("/storage/emulated/.svn" "file-exists-p" nil) ("/storage/emulated/.svn" "file-readable-p" nil) ("/storage/.svn" "file-exists-p" nil) ("/storage/.svn" "file-readable-p" nil) ("/.svn" "file-exists-p" nil) ("/.svn" "file-readable-p" nil) ("/storage/emulated/0/SCCS/s.9.txt" "file-exists-p" nil) ("/storage/emulated/0/SCCS/s.9.txt" "file-readable-p" nil) ("/storage/emulated/0/s.9.txt" "file-exists-p" nil) ("/storage/emulated/0/s.9.txt" "file-readable-p" nil) ("/storage/emulated/0/.src/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/.src/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/.bzr/checkout/format" "file-exists-p" nil) ("/storage/emulated/0/.bzr/checkout/format" "file-readable-p" nil) ("/storage/emulated/.bzr/checkout/format" "file-exists-p" nil) ("/storage/emulated/.bzr/checkout/format" "file-readable-p" nil) ("/storage/.bzr/checkout/format" "file-exists-p" nil) ("/storage/.bzr/checkout/format" "file-readable-p" nil) 06:44:42.499937 tramp-flush-connection-property (7) # locked 06:44:42.500055 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:42.500165 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:42.500443 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:42.500547 tramp-set-connection-property (7) # locked t 06:44:42.533537 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t ( ("/storage/emulated/0/RCS/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/RCS/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/RCS/9.txt" "file-exists-p" nil) ("/storage/emulated/0/RCS/9.txt" "file-readable-p" nil) ("/storage/emulated/0/CVS/Entries" "file-exists-p" nil) ("/storage/emulated/0/CVS/Entries" "file-readable-p" nil) ("/storage/emulated/0/.svn" "file-exists-p" nil) ("/storage/emulated/0/.svn" "file-readable-p" nil) ("/storage/emulated/.svn" "file-exists-p" nil) ("/storage/emulated/.svn" "file-readable-p" nil) ("/storage/.svn" "file-exists-p" nil) ("/storage/.svn" "file-readable-p" nil) ("/.svn" "file-exists-p" nil) ("/.svn" "file-readable-p" nil) ("/storage/emulated/0/SCCS/s.9.txt" "file-exists-p" nil) ("/storage/emulated/0/SCCS/s.9.txt" "file-readable-p" nil) ("/storage/emulated/0/s.9.txt" "file-exists-p" nil) ("/storage/emulated/0/s.9.txt" "file-readable-p" nil) ("/storage/emulated/0/.src/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/.src/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/.bzr/checkout/format" "file-exists-p" nil) ("/storage/emulated/0/.bzr/checkout/format" "file-readable-p" nil) ("/storage/emulated/.bzr/checkout/format" "file-exists-p" nil) ("/storage/emulated/.bzr/checkout/format" "file-readable-p" nil) ("/storage/.bzr/checkout/format" "file-exists-p" nil) ("/storage/.bzr/checkout/format" "file-readable-p" nil) ("/.bzr/checkout/format" "file-exists-p" nil) ("/.bzr/checkout/format" "file-readable-p" nil) 06:44:42.533823 tramp-flush-connection-property (7) # locked 06:44:42.533942 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:42.534049 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:42.534238 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:42.534345 tramp-set-connection-property (7) # locked t 06:44:42.567113 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t ( ("/storage/emulated/0/RCS/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/RCS/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/RCS/9.txt" "file-exists-p" nil) ("/storage/emulated/0/RCS/9.txt" "file-readable-p" nil) ("/storage/emulated/0/CVS/Entries" "file-exists-p" nil) ("/storage/emulated/0/CVS/Entries" "file-readable-p" nil) ("/storage/emulated/0/.svn" "file-exists-p" nil) ("/storage/emulated/0/.svn" "file-readable-p" nil) ("/storage/emulated/.svn" "file-exists-p" nil) ("/storage/emulated/.svn" "file-readable-p" nil) ("/storage/.svn" "file-exists-p" nil) ("/storage/.svn" "file-readable-p" nil) ("/.svn" "file-exists-p" nil) ("/.svn" "file-readable-p" nil) ("/storage/emulated/0/SCCS/s.9.txt" "file-exists-p" nil) ("/storage/emulated/0/SCCS/s.9.txt" "file-readable-p" nil) ("/storage/emulated/0/s.9.txt" "file-exists-p" nil) ("/storage/emulated/0/s.9.txt" "file-readable-p" nil) ("/storage/emulated/0/.src/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/.src/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/.bzr/checkout/format" "file-exists-p" nil) ("/storage/emulated/0/.bzr/checkout/format" "file-readable-p" nil) ("/storage/emulated/.bzr/checkout/format" "file-exists-p" nil) ("/storage/emulated/.bzr/checkout/format" "file-readable-p" nil) ("/storage/.bzr/checkout/format" "file-exists-p" nil) ("/storage/.bzr/checkout/format" "file-readable-p" nil) ("/.bzr/checkout/format" "file-exists-p" nil) ("/.bzr/checkout/format" "file-readable-p" nil) ("/storage/emulated/0/.git" "file-exists-p" nil) ("/storage/emulated/0/.git" "file-readable-p" nil) 06:44:42.567312 tramp-flush-connection-property (7) # locked 06:44:42.567422 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:42.567521 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:42.567702 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:42.567802 tramp-set-connection-property (7) # locked t 06:44:42.600559 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t ( ("/storage/emulated/0/RCS/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/RCS/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/RCS/9.txt" "file-exists-p" nil) ("/storage/emulated/0/RCS/9.txt" "file-readable-p" nil) ("/storage/emulated/0/CVS/Entries" "file-exists-p" nil) ("/storage/emulated/0/CVS/Entries" "file-readable-p" nil) ("/storage/emulated/0/.svn" "file-exists-p" nil) ("/storage/emulated/0/.svn" "file-readable-p" nil) ("/storage/emulated/.svn" "file-exists-p" nil) ("/storage/emulated/.svn" "file-readable-p" nil) ("/storage/.svn" "file-exists-p" nil) ("/storage/.svn" "file-readable-p" nil) ("/.svn" "file-exists-p" nil) ("/.svn" "file-readable-p" nil) ("/storage/emulated/0/SCCS/s.9.txt" "file-exists-p" nil) ("/storage/emulated/0/SCCS/s.9.txt" "file-readable-p" nil) ("/storage/emulated/0/s.9.txt" "file-exists-p" nil) ("/storage/emulated/0/s.9.txt" "file-readable-p" nil) ("/storage/emulated/0/.src/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/.src/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/.bzr/checkout/format" "file-exists-p" nil) ("/storage/emulated/0/.bzr/checkout/format" "file-readable-p" nil) ("/storage/emulated/.bzr/checkout/format" "file-exists-p" nil) ("/storage/emulated/.bzr/checkout/format" "file-readable-p" nil) ("/storage/.bzr/checkout/format" "file-exists-p" nil) ("/storage/.bzr/checkout/format" "file-readable-p" nil) ("/.bzr/checkout/format" "file-exists-p" nil) ("/.bzr/checkout/format" "file-readable-p" nil) ("/storage/emulated/0/.git" "file-exists-p" nil) ("/storage/emulated/0/.git" "file-readable-p" nil) ("/storage/emulated/.git" "file-exists-p" nil) ("/storage/emulated/.git" "file-readable-p" nil) 06:44:42.600792 tramp-flush-connection-property (7) # locked 06:44:42.600912 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:42.601018 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:42.601211 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:42.601318 tramp-set-connection-property (7) # locked t 06:44:42.633838 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t ( ("/storage/emulated/0/RCS/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/RCS/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/RCS/9.txt" "file-exists-p" nil) ("/storage/emulated/0/RCS/9.txt" "file-readable-p" nil) ("/storage/emulated/0/CVS/Entries" "file-exists-p" nil) ("/storage/emulated/0/CVS/Entries" "file-readable-p" nil) ("/storage/emulated/0/.svn" "file-exists-p" nil) ("/storage/emulated/0/.svn" "file-readable-p" nil) ("/storage/emulated/.svn" "file-exists-p" nil) ("/storage/emulated/.svn" "file-readable-p" nil) ("/storage/.svn" "file-exists-p" nil) ("/storage/.svn" "file-readable-p" nil) ("/.svn" "file-exists-p" nil) ("/.svn" "file-readable-p" nil) ("/storage/emulated/0/SCCS/s.9.txt" "file-exists-p" nil) ("/storage/emulated/0/SCCS/s.9.txt" "file-readable-p" nil) ("/storage/emulated/0/s.9.txt" "file-exists-p" nil) ("/storage/emulated/0/s.9.txt" "file-readable-p" nil) ("/storage/emulated/0/.src/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/.src/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/.bzr/checkout/format" "file-exists-p" nil) ("/storage/emulated/0/.bzr/checkout/format" "file-readable-p" nil) ("/storage/emulated/.bzr/checkout/format" "file-exists-p" nil) ("/storage/emulated/.bzr/checkout/format" "file-readable-p" nil) ("/storage/.bzr/checkout/format" "file-exists-p" nil) ("/storage/.bzr/checkout/format" "file-readable-p" nil) ("/.bzr/checkout/format" "file-exists-p" nil) ("/.bzr/checkout/format" "file-readable-p" nil) ("/storage/emulated/0/.git" "file-exists-p" nil) ("/storage/emulated/0/.git" "file-readable-p" nil) ("/storage/emulated/.git" "file-exists-p" nil) ("/storage/emulated/.git" "file-readable-p" nil) ("/storage/.git" "file-exists-p" nil) ("/storage/.git" "file-readable-p" nil) 06:44:42.634046 tramp-flush-connection-property (7) # locked 06:44:42.634156 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:42.634252 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:42.634427 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:42.634525 tramp-set-connection-property (7) # locked t 06:44:42.667479 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t ( ("/storage/emulated/0/RCS/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/RCS/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/RCS/9.txt" "file-exists-p" nil) ("/storage/emulated/0/RCS/9.txt" "file-readable-p" nil) ("/storage/emulated/0/CVS/Entries" "file-exists-p" nil) ("/storage/emulated/0/CVS/Entries" "file-readable-p" nil) ("/storage/emulated/0/.svn" "file-exists-p" nil) ("/storage/emulated/0/.svn" "file-readable-p" nil) ("/storage/emulated/.svn" "file-exists-p" nil) ("/storage/emulated/.svn" "file-readable-p" nil) ("/storage/.svn" "file-exists-p" nil) ("/storage/.svn" "file-readable-p" nil) ("/.svn" "file-exists-p" nil) ("/.svn" "file-readable-p" nil) ("/storage/emulated/0/SCCS/s.9.txt" "file-exists-p" nil) ("/storage/emulated/0/SCCS/s.9.txt" "file-readable-p" nil) ("/storage/emulated/0/s.9.txt" "file-exists-p" nil) ("/storage/emulated/0/s.9.txt" "file-readable-p" nil) ("/storage/emulated/0/.src/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/.src/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/.bzr/checkout/format" "file-exists-p" nil) ("/storage/emulated/0/.bzr/checkout/format" "file-readable-p" nil) ("/storage/emulated/.bzr/checkout/format" "file-exists-p" nil) ("/storage/emulated/.bzr/checkout/format" "file-readable-p" nil) ("/storage/.bzr/checkout/format" "file-exists-p" nil) ("/storage/.bzr/checkout/format" "file-readable-p" nil) ("/.bzr/checkout/format" "file-exists-p" nil) ("/.bzr/checkout/format" "file-readable-p" nil) ("/storage/emulated/0/.git" "file-exists-p" nil) ("/storage/emulated/0/.git" "file-readable-p" nil) ("/storage/emulated/.git" "file-exists-p" nil) ("/storage/emulated/.git" "file-readable-p" nil) ("/storage/.git" "file-exists-p" nil) ("/storage/.git" "file-readable-p" nil) ("/.git" "file-exists-p" nil) ("/.git" "file-readable-p" nil) 06:44:42.667704 tramp-flush-connection-property (7) # locked 06:44:42.667814 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:42.667911 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:42.668093 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:42.668216 tramp-set-connection-property (7) # locked t 06:44:42.700729 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t ( ("/storage/emulated/0/RCS/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/RCS/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/RCS/9.txt" "file-exists-p" nil) ("/storage/emulated/0/RCS/9.txt" "file-readable-p" nil) ("/storage/emulated/0/CVS/Entries" "file-exists-p" nil) ("/storage/emulated/0/CVS/Entries" "file-readable-p" nil) ("/storage/emulated/0/.svn" "file-exists-p" nil) ("/storage/emulated/0/.svn" "file-readable-p" nil) ("/storage/emulated/.svn" "file-exists-p" nil) ("/storage/emulated/.svn" "file-readable-p" nil) ("/storage/.svn" "file-exists-p" nil) ("/storage/.svn" "file-readable-p" nil) ("/.svn" "file-exists-p" nil) ("/.svn" "file-readable-p" nil) ("/storage/emulated/0/SCCS/s.9.txt" "file-exists-p" nil) ("/storage/emulated/0/SCCS/s.9.txt" "file-readable-p" nil) ("/storage/emulated/0/s.9.txt" "file-exists-p" nil) ("/storage/emulated/0/s.9.txt" "file-readable-p" nil) ("/storage/emulated/0/.src/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/.src/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/.bzr/checkout/format" "file-exists-p" nil) ("/storage/emulated/0/.bzr/checkout/format" "file-readable-p" nil) ("/storage/emulated/.bzr/checkout/format" "file-exists-p" nil) ("/storage/emulated/.bzr/checkout/format" "file-readable-p" nil) ("/storage/.bzr/checkout/format" "file-exists-p" nil) ("/storage/.bzr/checkout/format" "file-readable-p" nil) ("/.bzr/checkout/format" "file-exists-p" nil) ("/.bzr/checkout/format" "file-readable-p" nil) ("/storage/emulated/0/.git" "file-exists-p" nil) ("/storage/emulated/0/.git" "file-readable-p" nil) ("/storage/emulated/.git" "file-exists-p" nil) ("/storage/emulated/.git" "file-readable-p" nil) ("/storage/.git" "file-exists-p" nil) ("/storage/.git" "file-readable-p" nil) ("/.git" "file-exists-p" nil) ("/.git" "file-readable-p" nil) ("/storage/emulated/0/.hg" "file-exists-p" nil) ("/storage/emulated/0/.hg" "file-readable-p" nil) 06:44:42.700958 tramp-flush-connection-property (7) # locked 06:44:42.701070 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:42.701167 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:42.701345 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:42.701443 tramp-set-connection-property (7) # locked t 06:44:42.734022 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t ( ("/storage/emulated/0/RCS/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/RCS/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/RCS/9.txt" "file-exists-p" nil) ("/storage/emulated/0/RCS/9.txt" "file-readable-p" nil) ("/storage/emulated/0/CVS/Entries" "file-exists-p" nil) ("/storage/emulated/0/CVS/Entries" "file-readable-p" nil) ("/storage/emulated/0/.svn" "file-exists-p" nil) ("/storage/emulated/0/.svn" "file-readable-p" nil) ("/storage/emulated/.svn" "file-exists-p" nil) ("/storage/emulated/.svn" "file-readable-p" nil) ("/storage/.svn" "file-exists-p" nil) ("/storage/.svn" "file-readable-p" nil) ("/.svn" "file-exists-p" nil) ("/.svn" "file-readable-p" nil) ("/storage/emulated/0/SCCS/s.9.txt" "file-exists-p" nil) ("/storage/emulated/0/SCCS/s.9.txt" "file-readable-p" nil) ("/storage/emulated/0/s.9.txt" "file-exists-p" nil) ("/storage/emulated/0/s.9.txt" "file-readable-p" nil) ("/storage/emulated/0/.src/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/.src/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/.bzr/checkout/format" "file-exists-p" nil) ("/storage/emulated/0/.bzr/checkout/format" "file-readable-p" nil) ("/storage/emulated/.bzr/checkout/format" "file-exists-p" nil) ("/storage/emulated/.bzr/checkout/format" "file-readable-p" nil) ("/storage/.bzr/checkout/format" "file-exists-p" nil) ("/storage/.bzr/checkout/format" "file-readable-p" nil) ("/.bzr/checkout/format" "file-exists-p" nil) ("/.bzr/checkout/format" "file-readable-p" nil) ("/storage/emulated/0/.git" "file-exists-p" nil) ("/storage/emulated/0/.git" "file-readable-p" nil) ("/storage/emulated/.git" "file-exists-p" nil) ("/storage/emulated/.git" "file-readable-p" nil) ("/storage/.git" "file-exists-p" nil) ("/storage/.git" "file-readable-p" nil) ("/.git" "file-exists-p" nil) ("/.git" "file-readable-p" nil) ("/storage/emulated/0/.hg" "file-exists-p" nil) ("/storage/emulated/0/.hg" "file-readable-p" nil) ("/storage/emulated/.hg" "file-exists-p" nil) ("/storage/emulated/.hg" "file-readable-p" nil) 06:44:42.734255 tramp-flush-connection-property (7) # locked 06:44:42.734377 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:42.734481 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:42.734676 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:42.734782 tramp-set-connection-property (7) # locked t 06:44:42.767919 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t ( ("/storage/emulated/0/RCS/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/RCS/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/RCS/9.txt" "file-exists-p" nil) ("/storage/emulated/0/RCS/9.txt" "file-readable-p" nil) ("/storage/emulated/0/CVS/Entries" "file-exists-p" nil) ("/storage/emulated/0/CVS/Entries" "file-readable-p" nil) ("/storage/emulated/0/.svn" "file-exists-p" nil) ("/storage/emulated/0/.svn" "file-readable-p" nil) ("/storage/emulated/.svn" "file-exists-p" nil) ("/storage/emulated/.svn" "file-readable-p" nil) ("/storage/.svn" "file-exists-p" nil) ("/storage/.svn" "file-readable-p" nil) ("/.svn" "file-exists-p" nil) ("/.svn" "file-readable-p" nil) ("/storage/emulated/0/SCCS/s.9.txt" "file-exists-p" nil) ("/storage/emulated/0/SCCS/s.9.txt" "file-readable-p" nil) ("/storage/emulated/0/s.9.txt" "file-exists-p" nil) ("/storage/emulated/0/s.9.txt" "file-readable-p" nil) ("/storage/emulated/0/.src/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/.src/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/.bzr/checkout/format" "file-exists-p" nil) ("/storage/emulated/0/.bzr/checkout/format" "file-readable-p" nil) ("/storage/emulated/.bzr/checkout/format" "file-exists-p" nil) ("/storage/emulated/.bzr/checkout/format" "file-readable-p" nil) ("/storage/.bzr/checkout/format" "file-exists-p" nil) ("/storage/.bzr/checkout/format" "file-readable-p" nil) ("/.bzr/checkout/format" "file-exists-p" nil) ("/.bzr/checkout/format" "file-readable-p" nil) ("/storage/emulated/0/.git" "file-exists-p" nil) ("/storage/emulated/0/.git" "file-readable-p" nil) ("/storage/emulated/.git" "file-exists-p" nil) ("/storage/emulated/.git" "file-readable-p" nil) ("/storage/.git" "file-exists-p" nil) ("/storage/.git" "file-readable-p" nil) ("/.git" "file-exists-p" nil) ("/.git" "file-readable-p" nil) ("/storage/emulated/0/.hg" "file-exists-p" nil) ("/storage/emulated/0/.hg" "file-readable-p" nil) ("/storage/emulated/.hg" "file-exists-p" nil) ("/storage/emulated/.hg" "file-readable-p" nil) ("/storage/.hg" "file-exists-p" nil) ("/storage/.hg" "file-readable-p" nil) 06:44:42.768194 tramp-flush-connection-property (7) # locked 06:44:42.768399 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:42.768576 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:42.768936 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:42.769121 tramp-set-connection-property (7) # locked t 06:44:42.800429 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t ( ("/storage/emulated/0/RCS/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/RCS/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/RCS/9.txt" "file-exists-p" nil) ("/storage/emulated/0/RCS/9.txt" "file-readable-p" nil) ("/storage/emulated/0/CVS/Entries" "file-exists-p" nil) ("/storage/emulated/0/CVS/Entries" "file-readable-p" nil) ("/storage/emulated/0/.svn" "file-exists-p" nil) ("/storage/emulated/0/.svn" "file-readable-p" nil) ("/storage/emulated/.svn" "file-exists-p" nil) ("/storage/emulated/.svn" "file-readable-p" nil) ("/storage/.svn" "file-exists-p" nil) ("/storage/.svn" "file-readable-p" nil) ("/.svn" "file-exists-p" nil) ("/.svn" "file-readable-p" nil) ("/storage/emulated/0/SCCS/s.9.txt" "file-exists-p" nil) ("/storage/emulated/0/SCCS/s.9.txt" "file-readable-p" nil) ("/storage/emulated/0/s.9.txt" "file-exists-p" nil) ("/storage/emulated/0/s.9.txt" "file-readable-p" nil) ("/storage/emulated/0/.src/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/.src/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/.bzr/checkout/format" "file-exists-p" nil) ("/storage/emulated/0/.bzr/checkout/format" "file-readable-p" nil) ("/storage/emulated/.bzr/checkout/format" "file-exists-p" nil) ("/storage/emulated/.bzr/checkout/format" "file-readable-p" nil) ("/storage/.bzr/checkout/format" "file-exists-p" nil) ("/storage/.bzr/checkout/format" "file-readable-p" nil) ("/.bzr/checkout/format" "file-exists-p" nil) ("/.bzr/checkout/format" "file-readable-p" nil) ("/storage/emulated/0/.git" "file-exists-p" nil) ("/storage/emulated/0/.git" "file-readable-p" nil) ("/storage/emulated/.git" "file-exists-p" nil) ("/storage/emulated/.git" "file-readable-p" nil) ("/storage/.git" "file-exists-p" nil) ("/storage/.git" "file-readable-p" nil) ("/.git" "file-exists-p" nil) ("/.git" "file-readable-p" nil) ("/storage/emulated/0/.hg" "file-exists-p" nil) ("/storage/emulated/0/.hg" "file-readable-p" nil) ("/storage/emulated/.hg" "file-exists-p" nil) ("/storage/emulated/.hg" "file-readable-p" nil) ("/storage/.hg" "file-exists-p" nil) ("/storage/.hg" "file-readable-p" nil) ("/.hg" "file-exists-p" nil) ("/.hg" "file-readable-p" nil) ) ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:42.800713 tramp-flush-connection-property (7) # locked 06:44:42.800839 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:42.800941 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:42.801070 tramp-wait-for-regexp (6) #=20 ( ("/storage/emulated/0/RCS/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/RCS/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/RCS/9.txt" "file-exists-p" nil) ("/storage/emulated/0/RCS/9.txt" "file-readable-p" nil) ("/storage/emulated/0/CVS/Entries" "file-exists-p" nil) ("/storage/emulated/0/CVS/Entries" "file-readable-p" nil) ("/storage/emulated/0/.svn" "file-exists-p" nil) ("/storage/emulated/0/.svn" "file-readable-p" nil) ("/storage/emulated/.svn" "file-exists-p" nil) ("/storage/emulated/.svn" "file-readable-p" nil) ("/storage/.svn" "file-exists-p" nil) ("/storage/.svn" "file-readable-p" nil) ("/.svn" "file-exists-p" nil) ("/.svn" "file-readable-p" nil) ("/storage/emulated/0/SCCS/s.9.txt" "file-exists-p" nil) ("/storage/emulated/0/SCCS/s.9.txt" "file-readable-p" nil) ("/storage/emulated/0/s.9.txt" "file-exists-p" nil) ("/storage/emulated/0/s.9.txt" "file-readable-p" nil) ("/storage/emulated/0/.src/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/.src/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/.bzr/checkout/format" "file-exists-p" nil) ("/storage/emulated/0/.bzr/checkout/format" "file-readable-p" nil) ("/storage/emulated/.bzr/checkout/format" "file-exists-p" nil) ("/storage/emulated/.bzr/checkout/format" "file-readable-p" nil) ("/storage/.bzr/checkout/format" "file-exists-p" nil) ("/storage/.bzr/checkout/format" "file-readable-p" nil) ("/.bzr/checkout/format" "file-exists-p" nil) ("/.bzr/checkout/format" "file-readable-p" nil) ("/storage/emulated/0/.git" "file-exists-p" nil) ("/storage/emulated/0/.git" "file-readable-p" nil) ("/storage/emulated/.git" "file-exists-p" nil) ("/storage/emulated/.git" "file-readable-p" nil) ("/storage/.git" "file-exists-p" nil) ("/storage/.git" "file-readable-p" nil) ("/.git" "file-exists-p" nil) ("/.git" "file-readable-p" nil) ("/storage/emulated/0/.hg" "file-exists-p" nil) ("/storage/emulated/0/.hg" "file-readable-p" nil) ("/storage/emulated/.hg" "file-exists-p" nil) ("/storage/emulated/.hg" "file-readable-p" nil) ("/storage/.hg" "file-exists-p" nil) ("/storage/.hg" "file-readable-p" nil) ("/.hg" "file-exists-p" nil) ("/.hg" "file-readable-p" nil) ) ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:42.801415 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:42.801894 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:42.802071 tramp-set-file-property (8) # /storage/emulated/0/RCS/9.txt= ,v file-exists-p nil 06:44:42.802291 tramp-set-file-property (8) # /storage/emulated/0/RCS/9.txt= ,v file-readable-p nil 06:44:42.802678 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:42.802936 tramp-set-file-property (8) # /storage/emulated/0/9.txt,v f= ile-exists-p nil 06:44:42.803210 tramp-set-file-property (8) # /storage/emulated/0/9.txt,v f= ile-readable-p nil 06:44:42.803484 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:42.803666 tramp-set-file-property (8) # /storage/emulated/0/RCS/9.txt= file-exists-p nil 06:44:42.803891 tramp-set-file-property (8) # /storage/emulated/0/RCS/9.txt= file-readable-p nil 06:44:42.804157 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:42.804338 tramp-set-file-property (8) # /storage/emulated/0/CVS/Entri= es file-exists-p nil 06:44:42.804559 tramp-set-file-property (8) # /storage/emulated/0/CVS/Entri= es file-readable-p nil 06:44:42.804822 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:42.804996 tramp-set-file-property (8) # /storage/emulated/0/.svn file= -exists-p nil 06:44:42.805206 tramp-set-file-property (8) # /storage/emulated/0/.svn file= -readable-p nil 06:44:42.805472 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:42.805649 tramp-set-file-property (8) # /storage/emulated/.svn file-e= xists-p nil 06:44:42.805890 tramp-set-file-property (8) # /storage/emulated/.svn file-r= eadable-p nil 06:44:42.806144 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:42.806320 tramp-set-file-property (8) # /storage/.svn file-exists-p n= il 06:44:42.806536 tramp-set-file-property (8) # /storage/.svn file-readable-p= nil 06:44:42.806807 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:42.807000 tramp-set-file-property (8) # /.svn file-exists-p nil 06:44:42.807211 tramp-set-file-property (8) # /.svn file-readable-p nil 06:44:42.807405 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:42.807537 tramp-set-file-property (8) # /storage/emulated/0/SCCS/s.9.= txt file-exists-p nil 06:44:42.807688 tramp-set-file-property (8) # /storage/emulated/0/SCCS/s.9.= txt file-readable-p nil 06:44:42.807871 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:42.808003 tramp-set-file-property (8) # /storage/emulated/0/s.9.txt f= ile-exists-p nil 06:44:42.808159 tramp-set-file-property (8) # /storage/emulated/0/s.9.txt f= ile-readable-p nil 06:44:42.808347 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:42.808478 tramp-set-file-property (8) # /storage/emulated/0/.src/9.tx= t,v file-exists-p nil 06:44:42.808631 tramp-set-file-property (8) # /storage/emulated/0/.src/9.tx= t,v file-readable-p nil 06:44:42.808817 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:42.808948 tramp-set-file-property (8) # /storage/emulated/0/.bzr/chec= kout/format file-exists-p nil 06:44:42.809101 tramp-set-file-property (8) # /storage/emulated/0/.bzr/chec= kout/format file-readable-p nil 06:44:42.809284 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:42.809412 tramp-set-file-property (8) # /storage/emulated/.bzr/checko= ut/format file-exists-p nil 06:44:42.809569 tramp-set-file-property (8) # /storage/emulated/.bzr/checko= ut/format file-readable-p nil 06:44:42.809758 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:42.809893 tramp-set-file-property (8) # /storage/.bzr/checkout/format= file-exists-p nil 06:44:42.810051 tramp-set-file-property (8) # /storage/.bzr/checkout/format= file-readable-p nil 06:44:42.810270 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:42.810406 tramp-set-file-property (8) # /.bzr/checkout/format file-ex= ists-p nil 06:44:42.810559 tramp-set-file-property (8) # /.bzr/checkout/format file-re= adable-p nil 06:44:42.810748 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:42.810878 tramp-set-file-property (8) # /storage/emulated/0/.git file= -exists-p nil 06:44:42.811034 tramp-set-file-property (8) # /storage/emulated/0/.git file= -readable-p nil 06:44:42.811222 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:42.811357 tramp-set-file-property (8) # /storage/emulated/.git file-e= xists-p nil 06:44:42.811512 tramp-set-file-property (8) # /storage/emulated/.git file-r= eadable-p nil 06:44:42.811700 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:42.811832 tramp-set-file-property (8) # /storage/.git file-exists-p n= il 06:44:42.811985 tramp-set-file-property (8) # /storage/.git file-readable-p= nil 06:44:42.812172 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:42.812305 tramp-set-file-property (8) # /.git file-exists-p nil 06:44:42.812454 tramp-set-file-property (8) # /.git file-readable-p nil 06:44:42.812640 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:42.812772 tramp-set-file-property (8) # /storage/emulated/0/.hg file-= exists-p nil 06:44:42.812926 tramp-set-file-property (8) # /storage/emulated/0/.hg file-= readable-p nil 06:44:42.813115 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:42.813248 tramp-set-file-property (8) # /storage/emulated/.hg file-ex= ists-p nil 06:44:42.813400 tramp-set-file-property (8) # /storage/emulated/.hg file-re= adable-p nil 06:44:42.813585 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:42.813736 tramp-set-file-property (8) # /storage/.hg file-exists-p nil 06:44:42.813887 tramp-set-file-property (8) # /storage/.hg file-readable-p = nil 06:44:42.814067 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:42.814198 tramp-set-file-property (8) # /.hg file-exists-p nil 06:44:42.814343 tramp-set-file-property (8) # /.hg file-readable-p nil 06:44:43.090724 tramp-sh-handle-vc-registered (10) #=20 backtrace() tramp-error((tramp-file-name "scp" nil nil "motorolausb" nil "/storage/em= ulated/0/9.txt" nil) file-missing "Searching for program No such file or di= rectory bz...") tramp-signal-hook-function(file-missing ("Searching for program" "No such= file or directory" "bzr")) call-process("bzr" nil t nil "help" "status") #f(compiled-function () #)() funcall(#f(compiled-function () #)) eval((funcall #'#f(compiled-function () #))) custom-initialize-reset(vc-bzr-status-switches (funcall #'#f(compiled-fun= ction () #))) custom-declare-variable(vc-bzr-status-switches (funcall #'#f(compiled-fun= ction () #)) "String or list of strings specify= ing switches for ..." :type (choice (const :tag "None" nil) (string :tag "A= rgument String") (repeat :tag "Argument List" :value ("") string)) :version= "24.1") byte-code("\300\301!\210\302\303\304\305#\210\306\307\305\310\311\312\313= \314&\7\210\315\316\317\320\321DD\322\323\324\311\325&\7\210\315\326\317\32= 0\327DD\330\323\331%\210\315\332..." [require vc-dispatcher put Bzr vc-func= tions nil custom-declare-group vc-bzr "VC Bazaar (bzr) backend." :version "= 22.2" :group vc custom-declare-variable vc-bzr-program funcall function #f(= compiled-function () #) "Name of the bzr comman= d (excluding any arguments)." :type string "29.1" vc-bzr-diff-switches #f(c= ompiled-function () #) "String or list of strings= specifying switches for ..." (choice (const :tag "Unspecified" nil) (const= :tag "None" t) (string :tag "Argument String") (repeat :tag "Argument List= " :value ("") string)) vc-bzr-annotate-switches #f(compiled-function () #) "String or list of strings specifying switches fo= r ..." (choice (const :tag "Unspecified" nil) (const :tag "None" t) (string= :tag "Argument String") (repeat :tag "Argument List" :value ("") string)) = "25.1" vc-bzr-log-switches #f(compiled-function () #) "String or list of strings specifying switches for ..." (choice (const= :tag "None" nil) (string :tag "Argument String") (repeat :tag "Argument Li= st" :value ("") string)) vc-bzr-status-switches #f(compiled-function () #) "String or list of strings specifying switches = for ..." (choice (const :tag "None" nil) (string :tag "Argument String") (r= epeat :tag "Argument List" :value ("") string)) "24.1"] 8) require(vc-bzr nil noerror) tramp-sh-handle-vc-registered("/scp:motorolausb:/storage/emulated/0/9.txt= ") apply(tramp-sh-handle-vc-registered "/scp:motorolausb:/storage/emulated/0= /9.txt") tramp-sh-file-name-handler(vc-registered "/scp:motorolausb:/storage/emula= ted/0/9.txt") apply(tramp-sh-file-name-handler vc-registered "/scp:motorolausb:/storage= /emulated/0/9.txt") tramp-file-name-handler(vc-registered "/scp:motorolausb:/storage/emulated= /0/9.txt") vc-registered("/scp:motorolausb:/storage/emulated/0/9.txt") vc-backend("/scp:motorolausb:/storage/emulated/0/9.txt") vc-refresh-state() run-hooks(find-file-hook) after-find-file(nil t) find-file-noselect-1(# "/scp:motorolausb:/storage/emulated/= 0/9.txt" nil nil "/scp:motorolausb:/storage/emulated/0/9.txt" (1466381 (-1 = =2E 1))) find-file-noselect("/scp:motorolausb:/storage/emulated/0/9.txt" nil nil n= il) find-file("/scp:motorolausb:/storage/emulated/0/9.txt") dired--find-file(find-file "/scp:motorolausb:/storage/emulated/0/9.txt") dired--find-possibly-alternative-file("/scp:motorolausb:/storage/emulated= /0/9.txt") dired-find-file() funcall-interactively(dired-find-file) call-interactively(dired-find-file nil nil) command-execute(dired-find-file) 06:44:43.091260 tramp-sh-handle-vc-registered (1) # File is missing: Search= ing for program No such file or directory bzr ( ("/storage/emulated/0/RCS/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/RCS/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/RCS/9.txt" "file-exists-p" nil) ("/storage/emulated/0/RCS/9.txt" "file-readable-p" nil) ("/storage/emulated/0/CVS/Entries" "file-exists-p" nil) ("/storage/emulated/0/CVS/Entries" "file-readable-p" nil) ("/storage/emulated/0/.svn" "file-exists-p" nil) ("/storage/emulated/0/.svn" "file-readable-p" nil) ("/storage/emulated/.svn" "file-exists-p" nil) ("/storage/emulated/.svn" "file-readable-p" nil) ("/storage/.svn" "file-exists-p" nil) ("/storage/.svn" "file-readable-p" nil) ("/.svn" "file-exists-p" nil) ("/.svn" "file-readable-p" nil) ("/storage/emulated/0/SCCS/s.9.txt" "file-exists-p" nil) ("/storage/emulated/0/SCCS/s.9.txt" "file-readable-p" nil) ("/storage/emulated/0/s.9.txt" "file-exists-p" nil) ("/storage/emulated/0/s.9.txt" "file-readable-p" nil) ("/storage/emulated/0/.src/9.txt,v" "file-exists-p" nil) ("/storage/emulated/0/.src/9.txt,v" "file-readable-p" nil) ("/storage/emulated/0/.bzr/checkout/format" "file-exists-p" nil) ("/storage/emulated/0/.bzr/checkout/format" "file-readable-p" nil) ("/storage/emulated/.bzr/checkout/format" "file-exists-p" nil) ("/storage/emulated/.bzr/checkout/format" "file-readable-p" nil) ("/storage/.bzr/checkout/format" "file-exists-p" nil) ("/storage/.bzr/checkout/format" "file-readable-p" nil) ("/.bzr/checkout/format" "file-exists-p" nil) ("/.bzr/checkout/format" "file-readable-p" nil) ("/storage/emulated/0/.git" "file-exists-p" nil) ("/storage/emulated/0/.git" "file-readable-p" nil) ("/storage/emulated/.git" "file-exists-p" nil) ("/storage/emulated/.git" "file-readable-p" nil) ("/storage/.git" "file-exists-p" nil) ("/storage/.git" "file-readable-p" nil) ("/.git" "file-exists-p" nil) ("/.git" "file-readable-p" nil) ("/storage/emulated/0/.hg" "file-exists-p" nil) ("/storage/emulated/0/.hg" "file-readable-p" nil) ("/storage/emulated/.hg" "file-exists-p" nil) ("/storage/emulated/.hg" "file-readable-p" nil) ("/storage/.hg" "file-exists-p" nil) ("/storage/.hg" "file-readable-p" nil) ("/.hg" "file-exists-p" nil) ("/.hg" "file-readable-p" nil) ) 06:44:43.093946 tramp-get-connection-property (7) # bzr undef; cache used: = nil 06:44:43.094065 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:43.094162 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:43.094325 tramp-get-connection-property (7) # remote-path (/data/data= /com.termux/files/usr/bin/ /sbin); cache used: t 06:44:43.094438 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:43.094536 tramp-get-connection-property (7) # uname Linux 3.18.66-per= f; cache used: t 06:44:43.094645 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:43.094739 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:43.094834 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:43.094930 tramp-get-connection-property (7) # last-cmd-time (25362 52= 649 911479 750000); cache used: t 06:44:43.095060 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:43.095155 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:43.095240 tramp-send-command (6) # which \bzr | wc -w 06:44:43.095330 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:43.095424 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:43.095522 tramp-set-connection-property (7) # last-cmd-time (25362 52= 651 95491 112000) 06:44:43.095618 tramp-send-string (10) # which \bzr | wc -w 06:44:43.095708 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:43.095813 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:43.095912 tramp-set-connection-property (7) # locked t 06:44:43.096030 tramp-flush-connection-property (7) # locked 06:44:43.096163 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:43.096277 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:43.136776 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:43.137160 tramp-set-connection-property (7) # locked t 06:44:43.137570 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t 0 06:44:43.138140 tramp-flush-connection-property (7) # locked 06:44:43.138296 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:43.138415 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:43.138563 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:43.138685 tramp-set-connection-property (7) # locked t 06:44:43.138994 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:43.139144 tramp-flush-connection-property (7) # locked 06:44:43.139263 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:43.139374 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:43.139521 tramp-wait-for-regexp (6) #=20 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:43.139793 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:43.139872 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:43.139973 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:43.140076 tramp-get-connection-property (7) # last-cmd-time (25362 52= 651 95491 112000); cache used: t 06:44:43.140204 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:43.140285 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:43.140342 tramp-send-command (6) # while read d; do if test -x $d/bzr= && test -f $d/bzr; then echo tramp_executable $d/bzr; break; fi; done <<'6= 73ab247f276f3e32c3ff1e0867e4f19' /data/data/com.termux/files/usr/bin/ /sbin 673ab247f276f3e32c3ff1e0867e4f19 06:44:43.140406 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:43.140466 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:43.140531 tramp-set-connection-property (7) # last-cmd-time (25362 52= 651 140510 807000) 06:44:43.140593 tramp-send-string (10) # while read d; do if test -x $d/bzr= && test -f $d/bzr; then echo tramp_executable $d/bzr; break; fi; done <<'6= 73ab247f276f3e32c3ff1e0867e4f19' /data/data/com.termux/files/usr/bin/ /sbin 673ab247f276f3e32c3ff1e0867e4f19 06:44:43.140657 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:43.140734 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:43.140793 tramp-set-connection-property (7) # locked t 06:44:43.140880 tramp-flush-connection-property (7) # locked 06:44:43.140953 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:43.141016 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:43.141086 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:43.141150 tramp-set-connection-property (7) # locked t 06:44:43.144420 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:43.144506 tramp-flush-connection-property (7) # locked 06:44:43.144565 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:43.144622 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:43.144691 tramp-wait-for-regexp (6) #=20 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:43.144805 tramp-set-connection-property (7) # bzr nil 06:44:43.190677 tramp-get-connection-property (7) # git undef; cache used: = nil 06:44:43.190763 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:43.190826 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:43.190956 tramp-get-connection-property (7) # remote-path (/data/data= /com.termux/files/usr/bin/ /sbin); cache used: t 06:44:43.191036 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:43.191096 tramp-get-connection-property (7) # uname Linux 3.18.66-per= f; cache used: t 06:44:43.191167 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:43.191227 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:43.191285 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:43.191352 tramp-get-connection-property (7) # last-cmd-time (25362 52= 651 140510 807000); cache used: t 06:44:43.191455 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:43.191532 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:43.191588 tramp-send-command (6) # which \git | wc -w 06:44:43.191646 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:43.191702 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:43.191767 tramp-set-connection-property (7) # last-cmd-time (25362 52= 651 191746 552000) 06:44:43.191829 tramp-send-string (10) # which \git | wc -w 06:44:43.191886 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:43.191950 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:43.192006 tramp-set-connection-property (7) # locked t 06:44:43.192090 tramp-flush-connection-property (7) # locked 06:44:43.192173 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:43.192264 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:43.192338 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:43.192404 tramp-set-connection-property (7) # locked t 06:44:43.231335 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t 0 06:44:43.231428 tramp-flush-connection-property (7) # locked 06:44:43.231496 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:43.231554 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:43.231624 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:43.231684 tramp-set-connection-property (7) # locked t 06:44:43.232694 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:43.232788 tramp-flush-connection-property (7) # locked 06:44:43.232848 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:43.232906 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:43.232975 tramp-wait-for-regexp (6) #=20 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:43.233110 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:43.233172 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:43.233232 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:43.233294 tramp-get-connection-property (7) # last-cmd-time (25362 52= 651 191746 552000); cache used: t 06:44:43.233380 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:43.233441 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:43.233496 tramp-send-command (6) # while read d; do if test -x $d/git= && test -f $d/git; then echo tramp_executable $d/git; break; fi; done <<'6= 73ab247f276f3e32c3ff1e0867e4f19' /data/data/com.termux/files/usr/bin/ /sbin 673ab247f276f3e32c3ff1e0867e4f19 06:44:43.233556 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:43.233616 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:43.233675 tramp-set-connection-property (7) # last-cmd-time (25362 52= 651 233657 79000) 06:44:43.233734 tramp-send-string (10) # while read d; do if test -x $d/git= && test -f $d/git; then echo tramp_executable $d/git; break; fi; done <<'6= 73ab247f276f3e32c3ff1e0867e4f19' /data/data/com.termux/files/usr/bin/ /sbin 673ab247f276f3e32c3ff1e0867e4f19 06:44:43.233820 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:43.233895 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:43.233960 tramp-set-connection-property (7) # locked t 06:44:43.234059 tramp-flush-connection-property (7) # locked 06:44:43.234146 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:43.234235 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:43.234303 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:43.234363 tramp-set-connection-property (7) # locked t 06:44:43.237914 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:43.238184 tramp-flush-connection-property (7) # locked 06:44:43.238328 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:43.238446 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:43.238603 tramp-wait-for-regexp (6) #=20 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:43.238866 tramp-set-connection-property (7) # git nil 06:44:43.245475 tramp-get-connection-property (7) # hg undef; cache used: n= il 06:44:43.245646 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:43.245790 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:43.246022 tramp-get-connection-property (7) # remote-path (/data/data= /com.termux/files/usr/bin/ /sbin); cache used: t 06:44:43.246187 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:43.246335 tramp-get-connection-property (7) # uname Linux 3.18.66-per= f; cache used: t 06:44:43.246497 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:43.246637 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:43.246776 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:43.246919 tramp-get-connection-property (7) # last-cmd-time (25362 52= 651 233657 79000); cache used: t 06:44:43.247100 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:43.247237 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:43.247361 tramp-send-command (6) # which \hg | wc -w 06:44:43.247497 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:43.247640 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:43.247788 tramp-set-connection-property (7) # last-cmd-time (25362 52= 651 247742 152000) 06:44:43.247933 tramp-send-string (10) # which \hg | wc -w 06:44:43.248068 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:43.248217 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:43.248350 tramp-set-connection-property (7) # locked t 06:44:43.248508 tramp-flush-connection-property (7) # locked 06:44:43.248650 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:43.248872 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:43.249030 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:43.249166 tramp-set-connection-property (7) # locked t 06:44:43.298409 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t 0 06:44:43.298561 tramp-flush-connection-property (7) # locked 06:44:43.298678 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:43.298786 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:43.298910 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:43.299027 tramp-set-connection-property (7) # locked t 06:44:43.302609 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:43.367078 tramp-flush-connection-property (7) # locked 06:44:43.367351 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:43.367517 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:43.367712 tramp-wait-for-regexp (6) #=20 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:43.368021 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:43.368173 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:43.368326 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:43.368479 tramp-get-connection-property (7) # last-cmd-time (25362 52= 651 247742 152000); cache used: t 06:44:43.368681 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:43.368829 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:43.368981 tramp-send-command (6) # while read d; do if test -x $d/hg = && test -f $d/hg; then echo tramp_executable $d/hg; break; fi; done <<'673a= b247f276f3e32c3ff1e0867e4f19' /data/data/com.termux/files/usr/bin/ /sbin 673ab247f276f3e32c3ff1e0867e4f19 06:44:43.369111 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:43.369221 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:43.369457 tramp-set-connection-property (7) # last-cmd-time (25362 52= 651 369386 513000) 06:44:43.369738 tramp-send-string (10) # while read d; do if test -x $d/hg = && test -f $d/hg; then echo tramp_executable $d/hg; break; fi; done <<'673a= b247f276f3e32c3ff1e0867e4f19' /data/data/com.termux/files/usr/bin/ /sbin 673ab247f276f3e32c3ff1e0867e4f19 06:44:43.370016 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:43.370370 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:43.370598 tramp-set-connection-property (7) # locked t 06:44:43.370868 tramp-flush-connection-property (7) # locked 06:44:43.371107 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:43.371439 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:43.371679 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:43.371836 tramp-set-connection-property (7) # locked t 06:44:43.374619 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:43.374756 tramp-flush-connection-property (7) # locked 06:44:43.374848 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:43.374939 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:43.375051 tramp-wait-for-regexp (6) #=20 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:43.375223 tramp-set-connection-property (7) # hg nil 06:44:43.376572 tramp-get-file-property (8) # /storage/emulated/0/RCS/9.txt= ,v file-exists-p nil; inhibit: nil; cache used: t; cached at: 06:44:42 06:44:43.377079 tramp-get-file-property (8) # /storage/emulated/0/9.txt,v f= ile-exists-p nil; inhibit: nil; cache used: t; cached at: 06:44:42 06:44:43.377586 tramp-get-file-property (8) # /storage/emulated/0/RCS/9.txt= file-exists-p nil; inhibit: nil; cache used: t; cached at: 06:44:42 06:44:43.378390 tramp-get-file-property (8) # /storage/emulated/0/CVS/Entri= es file-readable-p nil; inhibit: nil; cache used: t; cached at: 06:44:42 06:44:43.379244 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:43.379334 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:43.379425 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:43.379570 tramp-get-connection-property (7) # ~ /data/data/com.termux= /files/home; cache used: t 06:44:43.380122 tramp-get-file-property (8) # /storage/emulated/0/9.txt fil= e-directory-p nil; inhibit: nil; cache used: t; cached at: 06:44:41 06:44:43.380794 tramp-get-file-property (8) # /storage/emulated/0 file-dire= ctory-p t; inhibit: nil; cache used: t; cached at: 06:44:41 06:44:43.381334 tramp-get-file-property (8) # /storage/emulated/0/.svn file= -exists-p nil; inhibit: nil; cache used: t; cached at: 06:44:42 06:44:43.381953 tramp-get-file-property (8) # /storage/emulated file-direct= ory-p t; inhibit: nil; cache used: t; cached at: 06:44:41 06:44:43.382480 tramp-get-file-property (8) # /storage/emulated/.svn file-e= xists-p nil; inhibit: nil; cache used: t; cached at: 06:44:42 06:44:43.383087 tramp-get-file-property (8) # /storage file-directory-p t; = inhibit: nil; cache used: t; cached at: 06:44:41 06:44:43.383796 tramp-get-file-property (8) # /storage/.svn file-exists-p n= il; inhibit: nil; cache used: t; cached at: 06:44:42 06:44:43.384720 tramp-get-file-property (8) # / file-directory-p t; inhibit= : nil; cache used: t; cached at: 06:44:41 06:44:43.385365 tramp-get-file-property (8) # /.svn file-exists-p nil; inhi= bit: nil; cache used: t; cached at: 06:44:42 06:44:43.386415 tramp-get-file-property (8) # /storage/emulated/0/SCCS/s.9.= txt file-exists-p nil; inhibit: nil; cache used: t; cached at: 06:44:42 06:44:43.386990 tramp-get-file-property (8) # /storage/emulated/0/s.9.txt f= ile-exists-p nil; inhibit: nil; cache used: t; cached at: 06:44:42 06:44:43.387845 tramp-get-file-property (8) # /storage/emulated/0/.src/9.tx= t,v file-exists-p nil; inhibit: nil; cache used: t; cached at: 06:44:42 06:44:43.389091 tramp-sh-handle-vc-registered (3) # Checking =E2=80=98vc-re= gistered=E2=80=99 for /scp:motorolausb:/storage/emulated/0/9.txt...done 06:44:48.430608 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:48.430749 tramp-get-file-property (8) # /storage/emulated/0/Alarms fi= le-exists-p undef; inhibit: 10; cache used: nil; cached at: nil 06:44:48.430966 tramp-get-file-property (8) # /storage/emulated/0/Alarms fi= le-attributes undef; inhibit: 10; cache used: nil; cached at: nil 06:44:48.431129 tramp-get-connection-property (7) # file-exists test -e; ca= che used: t 06:44:48.431415 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:48.431569 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:48.431712 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:48.431858 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:48.432014 tramp-get-connection-property (7) # last-cmd-time (25362 52= 651 369386 513000); cache used: t 06:44:48.432194 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:48.432335 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:48.432467 tramp-send-command (6) # test -e /storage/emulated/0/Alarms= 2>/dev/null; echo tramp_exit_status $? 06:44:48.432608 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:48.432748 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:48.432893 tramp-set-connection-property (7) # last-cmd-time (25362 52= 656 432844 464000) 06:44:48.433038 tramp-send-string (10) # test -e /storage/emulated/0/Alarms= 2>/dev/null; echo tramp_exit_status $? 06:44:48.433177 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:48.433330 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:48.433459 tramp-set-connection-property (7) # locked t 06:44:48.433625 tramp-flush-connection-property (7) # locked 06:44:48.433836 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:48.434054 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:48.434203 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:48.434333 tramp-set-connection-property (7) # locked t 06:44:48.437459 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:48.437712 tramp-flush-connection-property (7) # locked 06:44:48.437904 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:48.438090 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:48.438389 tramp-wait-for-regexp (6) #=20 tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:48.438958 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:48.439404 tramp-set-file-property (8) # /storage/emulated/0/Alarms fi= le-exists-p t 06:44:48.441688 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:48.441927 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:48.442146 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:48.442597 tramp-get-connection-property (7) # ~ /data/data/com.termux= /files/home; cache used: t 06:44:48.443595 tramp-get-file-property (8) # /storage/emulated/0/Alarms fi= le-directory-p undef; inhibit: 10; cache used: nil; cached at: nil 06:44:48.443826 tramp-get-file-property (8) # /storage/emulated/0/Alarms fi= le-truename nil; inhibit: 10; cache used: nil; cached at: nil 06:44:48.444046 tramp-get-connection-property (7) # test test; cache used: t 06:44:48.444334 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:48.444487 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:48.444627 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:48.444763 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:48.444913 tramp-get-connection-property (7) # last-cmd-time (25362 52= 656 432844 464000); cache used: t 06:44:48.445100 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:48.445241 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:48.445370 tramp-send-command (6) # test -d /storage/emulated/0/Alarms= 2>/dev/null; echo tramp_exit_status $? 06:44:48.445505 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:48.445646 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:48.445794 tramp-set-connection-property (7) # last-cmd-time (25362 52= 656 445743 897000) 06:44:48.445935 tramp-send-string (10) # test -d /storage/emulated/0/Alarms= 2>/dev/null; echo tramp_exit_status $? 06:44:48.446073 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:48.446224 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:48.446355 tramp-set-connection-property (7) # locked t 06:44:48.446527 tramp-flush-connection-property (7) # locked 06:44:48.446677 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:48.446876 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:48.447027 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:48.447156 tramp-set-connection-property (7) # locked t 06:44:48.449725 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:48.449867 tramp-flush-connection-property (7) # locked 06:44:48.449976 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:48.450083 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:48.450245 tramp-wait-for-regexp (6) #=20 tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:48.450461 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:48.450653 tramp-set-file-property (8) # /storage/emulated/0/Alarms fi= le-directory-p t 06:44:48.452485 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:48.452687 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:48.452877 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:48.453171 tramp-get-connection-property (7) # ~ /data/data/com.termux= /files/home; cache used: t 06:44:48.454290 tramp-get-file-property (8) # /storage/emulated/0/Alarms fi= le-directory-p t; inhibit: 10; cache used: t; cached at: 06:44:48 06:44:48.466020 tramp-get-file-property (8) # /storage/emulated/0/Alarms fi= le-truename undef; inhibit: 10; cache used: nil; cached at: nil 06:44:48.466202 tramp-sh-handle-file-truename (4) # Finding true name for = =E2=80=98/scp:motorolausb:/storage/emulated/0/Alarms/=E2=80=99 06:44:48.466341 tramp-get-connection-property (7) # readlink \readlink; cac= he used: t 06:44:48.466480 tramp-get-connection-property (7) # readlink \readlink; cac= he used: t 06:44:48.466890 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:48.467038 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:48.467175 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:48.467339 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:48.467487 tramp-get-connection-property (7) # last-cmd-time (25362 52= 656 445743 897000); cache used: t 06:44:48.467680 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:48.467818 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:48.467942 tramp-send-command (6) # \readlink --canonicalize-missing /= storage/emulated/0/Alarms/ 2>/dev/null; echo tramp_exit_status $? 06:44:48.468081 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:48.468223 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:48.468371 tramp-set-connection-property (7) # last-cmd-time (25362 52= 656 468322 642000) 06:44:48.468536 tramp-send-string (10) # \readlink --canonicalize-missing /= storage/emulated/0/Alarms/ 2>/dev/null; echo tramp_exit_status $? 06:44:48.468738 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:48.468946 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:48.469127 tramp-set-connection-property (7) # locked t 06:44:48.469353 tramp-flush-connection-property (7) # locked 06:44:48.469559 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:48.469761 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:48.469972 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:48.470154 tramp-set-connection-property (7) # locked t 06:44:48.509258 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t /storage/emulated/0/Alarms 06:44:48.509435 tramp-flush-connection-property (7) # locked 06:44:48.509582 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:48.509717 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:48.509881 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:48.510017 tramp-set-connection-property (7) # locked t 06:44:48.510666 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t /storage/emulated/0/Alarms tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:48.510825 tramp-flush-connection-property (7) # locked 06:44:48.510952 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:48.511077 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:48.511219 tramp-wait-for-regexp (6) #=20 /storage/emulated/0/Alarms tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:48.511488 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:48.511654 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:48.512943 tramp-get-file-property (8) # /storage/emulated/0/Alarms fi= le-attributes-integer undef; inhibit: 10; cache used: nil; cached at: nil 06:44:48.513142 tramp-get-file-property (8) # /storage/emulated/0/Alarms fi= le-attributes undef; inhibit: 10; cache used: nil; cached at: nil 06:44:48.513285 tramp-get-connection-property (7) # stat env QUOTING_STYLE= =3Dlocale \stat; cache used: t 06:44:48.513404 tramp-do-file-attributes-with-stat (5) # file attributes wi= th stat: /storage/emulated/0/Alarms/ 06:44:48.513533 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:48.513661 tramp-get-connection-property (7) # scripts (tramp_vc_regis= tered_read_file_names tramp_stat_file_attributes); cache used: t 06:44:48.514022 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:48.514160 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:48.514287 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:48.514415 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:48.514544 tramp-get-connection-property (7) # last-cmd-time (25362 52= 656 468322 642000); cache used: t 06:44:48.514711 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:48.514845 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:48.514966 tramp-send-command (6) # tramp_stat_file_attributes /storag= e/emulated/0/Alarms/ 2>/dev/null; echo tramp_exit_status $? 06:44:48.515091 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:48.515218 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:48.515353 tramp-set-connection-property (7) # last-cmd-time (25362 52= 656 515310 328000) 06:44:48.515479 tramp-send-string (10) # tramp_stat_file_attributes /storag= e/emulated/0/Alarms/ 2>/dev/null; echo tramp_exit_status $? 06:44:48.515603 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:48.515750 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:48.515875 tramp-set-connection-property (7) # locked t 06:44:48.516025 tramp-flush-connection-property (7) # locked 06:44:48.516173 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:48.516294 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:48.516425 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:48.516543 tramp-set-connection-property (7) # locked t 06:44:48.596353 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t (("=E2=80=98/storage/emulated/0/Alarms/=E2=80=99") 2 ("root" . 0) ("everybo= dy" . 9997) 45942516 45942516 45942516 4096 "drwxrwx---" t 925708 -1) 06:44:48.596514 tramp-flush-connection-property (7) # locked 06:44:48.596641 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:48.596756 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:48.596926 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:48.597040 tramp-set-connection-property (7) # locked t 06:44:48.600022 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t (("=E2=80=98/storage/emulated/0/Alarms/=E2=80=99") 2 ("root" . 0) ("everybo= dy" . 9997) 45942516 45942516 45942516 4096 "drwxrwx---" t 925708 -1) tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:48.600237 tramp-flush-connection-property (7) # locked 06:44:48.600347 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:48.600461 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:48.600599 tramp-wait-for-regexp (6) #=20 (("=E2=80=98/storage/emulated/0/Alarms/=E2=80=99") 2 ("root" . 0) ("everybo= dy" . 9997) 45942516 45942516 45942516 4096 "drwxrwx---" t 925708 -1) tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:48.600836 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:48.600989 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:48.601158 tramp-get-connection-property (7) # gid-integer 10152; cach= e used: t 06:44:48.601288 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:48.601404 tramp-get-connection-property (7) # device (-1 . 1); cache = used: t 06:44:48.601583 tramp-set-file-property (8) # /storage/emulated/0/Alarms fi= le-attributes (t 2 (root . 0) (everybody . 9997) (701 1780 0 0) (701 1780 0= 0) (701 1780 0 0) 4096 drwxrwx--- t 925708 (-1 . 1)) 06:44:48.601803 tramp-set-file-property (8) # /storage/emulated/0/Alarms fi= le-attributes-integer (t 2 0 9997 (701 1780 0 0) (701 1780 0 0) (701 1780 0= 0) 4096 drwxrwx--- t 925708 (-1 . 1)) 06:44:48.602003 tramp-sh-handle-file-truename (4) # True name of =E2=80=98/= storage/emulated/0/Alarms/=E2=80=99 is =E2=80=98/storage/emulated/0/Alarms= =E2=80=99 06:44:48.602199 tramp-set-file-property (8) # /storage/emulated/0/Alarms fi= le-truename /storage/emulated/0/Alarms 06:44:48.603302 tramp-get-file-property (8) # /storage/emulated/0/Alarms fi= le-exists-p t; inhibit: 10; cache used: t; cached at: 06:44:48 06:44:48.604071 tramp-get-file-property (8) # /storage/emulated/0/Alarms fi= le-directory-p t; inhibit: 10; cache used: t; cached at: 06:44:48 06:44:48.606349 tramp-get-file-property (8) # /storage/emulated/0/Alarms fi= le-directory-p t; inhibit: 10; cache used: t; cached at: 06:44:48 06:44:48.607569 tramp-get-file-property (8) # /storage/emulated/0/Alarms fi= le-readable-p undef; inhibit: 10; cache used: nil; cached at: nil 06:44:48.608072 tramp-get-file-property (8) # /storage/emulated/0/Alarms fi= le-attributes (t 2 (root . 0) (everybody . 9997) (701 1780 0 0) (701 1780 0= 0) (701 1780 0 0) 4096 drwxrwx--- t 925708 (-1 . 1)); inhibit: 10; cache u= sed: t; cached at: 06:44:48 06:44:48.608573 tramp-get-file-property (8) # /storage/emulated/0/Alarms fi= le-readable-p undef; inhibit: 10; cache used: nil; cached at: nil 06:44:48.610271 tramp-get-file-property (8) # /storage/emulated/0/Alarms fi= le-attributes-integer (t 2 0 9997 (701 1780 0 0) (701 1780 0 0) (701 1780 0= 0) 4096 drwxrwx--- t 925708 (-1 . 1)); inhibit: 10; cache used: t; cached = at: 06:44:48 06:44:48.610494 tramp-get-connection-property (7) # uid-integer 10152; cach= e used: t 06:44:48.610656 tramp-get-connection-property (7) # gid-integer 10152; cach= e used: t 06:44:48.612035 tramp-get-file-property (8) # /storage/emulated/0/Alarms fi= le-attributes-integer (t 2 0 9997 (701 1780 0 0) (701 1780 0 0) (701 1780 0= 0) 4096 drwxrwx--- t 925708 (-1 . 1)); inhibit: 10; cache used: t; cached = at: 06:44:48 06:44:48.612281 tramp-set-file-property (8) # /storage/emulated/0/Alarms fi= le-readable-p nil 06:44:48.612470 tramp-set-file-property (8) # /storage/emulated/0/Alarms fi= le-readable-p nil 06:44:48.715439 tramp-handle-access-file (10) #=20 backtrace() tramp-error((tramp-file-name "scp" nil nil "motorolausb" nil "/storage/em= ulated/0/Alarms/" nil) permission-denied "Reading directory: Permission den= ied, /scp:motorol...") tramp-handle-access-file("/scp:motorolausb:/storage/emulated/0/Alarms/" "= Reading directory") apply(tramp-handle-access-file ("/scp:motorolausb:/storage/emulated/0/Ala= rms/" "Reading directory")) tramp-sh-file-name-handler(access-file "/scp:motorolausb:/storage/emulate= d/0/Alarms/" "Reading directory") apply(tramp-sh-file-name-handler access-file ("/scp:motorolausb:/storage/= emulated/0/Alarms/" "Reading directory")) tramp-file-name-handler(access-file "/scp:motorolausb:/storage/emulated/0= /Alarms/" "Reading directory") access-file("/scp:motorolausb:/storage/emulated/0/Alarms/" "Reading direc= tory") tramp-sh-handle-insert-directory("/scp:motorolausb:/storage/emulated/0/Al= arms/" "--dired -al" nil t) apply(tramp-sh-handle-insert-directory ("/scp:motorolausb:/storage/emulat= ed/0/Alarms/" "--dired -al" nil t)) tramp-sh-file-name-handler(insert-directory "/scp:motorolausb:/storage/em= ulated/0/Alarms/" "--dired -al" nil t) apply(tramp-sh-file-name-handler insert-directory ("/scp:motorolausb:/sto= rage/emulated/0/Alarms/" "--dired -al" nil t)) tramp-file-name-handler(insert-directory "/scp:motorolausb:/storage/emula= ted/0/Alarms/" "--dired -al" nil t) #f(compiled-function (file switches &optional wildcard full-directory-p) = "Insert directory listing for FILE, formatted according to SWITCHES.\nLeave= s point after the inserted text.\nSWITCHES may be a string of options, or a= list of strings\nrepresenting individual options.\nOptional third arg WILD= CARD means treat FILE as shell wildcard.\nOptional fourth arg FULL-DIRECTOR= Y-P means file is a directory and\nswitches do not contain `d', so that a f= ull listing is expected.\n\nThis works by running a directory listing progr= am\nwhose name is in the variable `insert-directory-program'.\nIf WILDCARD,= it also runs the shell specified by `shell-file-name'.\n\nWhen SWITCHES co= ntains the long `--dired' option, this function\ntreats it specially, for t= he sake of dired. However, the\nnormally equivalent short `-D' option is j= ust passed on to\n`insert-directory-program', as any other option." #)("/scp:motorolausb:/storage/emulated/0/Alarms/" "-= -dired -al" nil t) ls-lisp--insert-directory(#f(compiled-function (file switches &optional w= ildcard full-directory-p) "Insert directory listing for FILE, formatted acc= ording to SWITCHES.\nLeaves point after the inserted text.\nSWITCHES may be= a string of options, or a list of strings\nrepresenting individual options= =2E\nOptional third arg WILDCARD means treat FILE as shell wildcard.\nOptio= nal fourth arg FULL-DIRECTORY-P means file is a directory and\nswitches do = not contain `d', so that a full listing is expected.\n\nThis works by runni= ng a directory listing program\nwhose name is in the variable `insert-direc= tory-program'.\nIf WILDCARD, it also runs the shell specified by `shell-fil= e-name'.\n\nWhen SWITCHES contains the long `--dired' option, this function= \ntreats it specially, for the sake of dired. However, the\nnormally equiv= alent short `-D' option is just passed on to\n`insert-directory-program', a= s any other option." #) "/scp:motorolausb:/st= orage/emulated/0/Alarms/" "--dired -al" nil t) apply(ls-lisp--insert-directory #f(compiled-function (file switches &opti= onal wildcard full-directory-p) "Insert directory listing for FILE, formatt= ed according to SWITCHES.\nLeaves point after the inserted text.\nSWITCHES = may be a string of options, or a list of strings\nrepresenting individual o= ptions.\nOptional third arg WILDCARD means treat FILE as shell wildcard.\nO= ptional fourth arg FULL-DIRECTORY-P means file is a directory and\nswitches= do not contain `d', so that a full listing is expected.\n\nThis works by r= unning a directory listing program\nwhose name is in the variable `insert-d= irectory-program'.\nIf WILDCARD, it also runs the shell specified by `shell= -file-name'.\n\nWhen SWITCHES contains the long `--dired' option, this func= tion\ntreats it specially, for the sake of dired. However, the\nnormally e= quivalent short `-D' option is just passed on to\n`insert-directory-program= ', as any other option." #) ("/scp:motorolaus= b:/storage/emulated/0/Alarms/" "--dired -al" nil t)) insert-directory("/scp:motorolausb:/storage/emulated/0/Alarms/" "--dired = -al" nil t) dired-insert-directory("/scp:motorolausb:/storage/emulated/0/Alarms/" "-a= l" nil nil t) dired-readin-insert() #f(compiled-function () #)() combine-change-calls-1(1 1 #f(compiled-function () #)) dired-readin() dired-internal-noselect("/scp:motorolausb:/storage/emulated/0/Alarms/" ni= l) dired-noselect("/scp:motorolausb:/storage/emulated/0/Alarms") run-hook-with-args-until-success(dired-noselect "/scp:motorolausb:/storag= e/emulated/0/Alarms") find-file-noselect("/scp:motorolausb:/storage/emulated/0/Alarms" nil nil = nil) find-file("/scp:motorolausb:/storage/emulated/0/Alarms") dired--find-file(find-file "/scp:motorolausb:/storage/emulated/0/Alarms") dired--find-possibly-alternative-file("/scp:motorolausb:/storage/emulated= /0/Alarms") dired-find-file() funcall-interactively(dired-find-file) call-interactively(dired-find-file nil nil) command-execute(dired-find-file) 06:44:48.732865 tramp-handle-access-file (1) # Cannot access file or direct= ory: Reading directory: Permission denied, /scp:motorolausb:/storage/emulat= ed/0/Alarms/ (("=E2=80=98/storage/emulated/0/Alarms/=E2=80=99") 2 ("root" . 0) ("everybo= dy" . 9997) 45942516 45942516 45942516 4096 "drwxrwx---" t 925708 -1) 06:44:52.352598 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:52.352765 tramp-get-file-property (8) # /storage/emulated/0/Android f= ile-exists-p undef; inhibit: 10; cache used: nil; cached at: nil 06:44:52.352958 tramp-get-file-property (8) # /storage/emulated/0/Android f= ile-attributes undef; inhibit: 10; cache used: nil; cached at: nil 06:44:52.353120 tramp-get-connection-property (7) # file-exists test -e; ca= che used: t 06:44:52.353408 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:52.353578 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:52.353787 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:52.354006 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:52.354269 tramp-get-connection-property (7) # last-cmd-time (25362 52= 656 515310 328000); cache used: t 06:44:52.354460 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:52.354609 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:52.354737 tramp-send-command (6) # test -e /storage/emulated/0/Androi= d 2>/dev/null; echo tramp_exit_status $? 06:44:52.354901 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:52.355040 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:52.355228 tramp-set-connection-property (7) # last-cmd-time (25362 52= 660 355172 695000) 06:44:52.355378 tramp-send-string (10) # test -e /storage/emulated/0/Androi= d 2>/dev/null; echo tramp_exit_status $? 06:44:52.355642 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:52.356009 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:52.356354 tramp-set-connection-property (7) # locked t 06:44:52.356847 tramp-flush-connection-property (7) # locked 06:44:52.357209 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:52.357513 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:52.357920 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:52.358188 tramp-set-connection-property (7) # locked t 06:44:52.360421 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:52.360740 tramp-flush-connection-property (7) # locked 06:44:52.360990 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:52.361181 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:52.361426 tramp-wait-for-regexp (6) #=20 tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:52.361773 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:52.362023 tramp-set-file-property (8) # /storage/emulated/0/Android f= ile-exists-p t 06:44:52.363441 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:52.363587 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:52.363733 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:52.363959 tramp-get-connection-property (7) # ~ /data/data/com.termux= /files/home; cache used: t 06:44:52.364749 tramp-get-file-property (8) # /storage/emulated/0/Android f= ile-directory-p undef; inhibit: 10; cache used: nil; cached at: nil 06:44:52.364971 tramp-get-file-property (8) # /storage/emulated/0/Android f= ile-truename nil; inhibit: 10; cache used: nil; cached at: nil 06:44:52.365192 tramp-get-connection-property (7) # test test; cache used: t 06:44:52.365482 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:52.365635 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:52.365776 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:52.365915 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:52.366087 tramp-get-connection-property (7) # last-cmd-time (25362 52= 660 355172 695000); cache used: t 06:44:52.366272 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:52.366413 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:52.366541 tramp-send-command (6) # test -d /storage/emulated/0/Androi= d 2>/dev/null; echo tramp_exit_status $? 06:44:52.366679 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:52.366820 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:52.366966 tramp-set-connection-property (7) # last-cmd-time (25362 52= 660 366916 525000) 06:44:52.367109 tramp-send-string (10) # test -d /storage/emulated/0/Androi= d 2>/dev/null; echo tramp_exit_status $? 06:44:52.367247 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:52.367400 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:52.367529 tramp-set-connection-property (7) # locked t 06:44:52.367697 tramp-flush-connection-property (7) # locked 06:44:52.367846 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:52.367976 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:52.368126 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:52.368256 tramp-set-connection-property (7) # locked t 06:44:52.370489 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:52.370759 tramp-flush-connection-property (7) # locked 06:44:52.371018 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:52.371248 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:52.371523 tramp-wait-for-regexp (6) #=20 tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:52.371919 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:52.372206 tramp-set-file-property (8) # /storage/emulated/0/Android f= ile-directory-p t 06:44:52.374704 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:52.374900 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:52.375062 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:52.375323 tramp-get-connection-property (7) # ~ /data/data/com.termux= /files/home; cache used: t 06:44:52.376331 tramp-get-file-property (8) # /storage/emulated/0/Android f= ile-directory-p t; inhibit: 10; cache used: t; cached at: 06:44:52 06:44:52.445994 tramp-get-file-property (8) # /storage/emulated/0/Android f= ile-truename undef; inhibit: 10; cache used: nil; cached at: nil 06:44:52.446169 tramp-sh-handle-file-truename (4) # Finding true name for = =E2=80=98/scp:motorolausb:/storage/emulated/0/Android/=E2=80=99 06:44:52.446294 tramp-get-connection-property (7) # readlink \readlink; cac= he used: t 06:44:52.446415 tramp-get-connection-property (7) # readlink \readlink; cac= he used: t 06:44:52.446788 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:52.446925 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:52.447048 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:52.447174 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:52.447308 tramp-get-connection-property (7) # last-cmd-time (25362 52= 660 366916 525000); cache used: t 06:44:52.447474 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:52.447595 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:52.447708 tramp-send-command (6) # \readlink --canonicalize-missing /= storage/emulated/0/Android/ 2>/dev/null; echo tramp_exit_status $? 06:44:52.447828 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:52.447948 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:52.448079 tramp-set-connection-property (7) # last-cmd-time (25362 52= 660 448036 112000) 06:44:52.448205 tramp-send-string (10) # \readlink --canonicalize-missing /= storage/emulated/0/Android/ 2>/dev/null; echo tramp_exit_status $? 06:44:52.448328 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:52.448462 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:52.448578 tramp-set-connection-property (7) # locked t 06:44:52.448751 tramp-flush-connection-property (7) # locked 06:44:52.448960 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:52.449082 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:52.449216 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:52.449331 tramp-set-connection-property (7) # locked t 06:44:52.488682 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t /storage/emulated/0/Android 06:44:52.488987 tramp-flush-connection-property (7) # locked 06:44:52.489298 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:52.489635 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:52.490009 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:52.490345 tramp-set-connection-property (7) # locked t 06:44:52.491798 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t /storage/emulated/0/Android tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:52.492143 tramp-flush-connection-property (7) # locked 06:44:52.492370 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:52.492586 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:52.492860 tramp-wait-for-regexp (6) #=20 /storage/emulated/0/Android tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:52.493322 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:52.493619 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:52.495409 tramp-get-file-property (8) # /storage/emulated/0/Android f= ile-attributes-integer undef; inhibit: 10; cache used: nil; cached at: nil 06:44:52.495648 tramp-get-file-property (8) # /storage/emulated/0/Android f= ile-attributes undef; inhibit: 10; cache used: nil; cached at: nil 06:44:52.495805 tramp-get-connection-property (7) # stat env QUOTING_STYLE= =3Dlocale \stat; cache used: t 06:44:52.495938 tramp-do-file-attributes-with-stat (5) # file attributes wi= th stat: /storage/emulated/0/Android/ 06:44:52.496072 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:52.496208 tramp-get-connection-property (7) # scripts (tramp_vc_regis= tered_read_file_names tramp_stat_file_attributes); cache used: t 06:44:52.496608 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:52.496756 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:52.496895 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:52.497035 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:52.497176 tramp-get-connection-property (7) # last-cmd-time (25362 52= 660 448036 112000); cache used: t 06:44:52.497355 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:52.497492 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:52.497619 tramp-send-command (6) # tramp_stat_file_attributes /storag= e/emulated/0/Android/ 2>/dev/null; echo tramp_exit_status $? 06:44:52.497751 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:52.497888 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:52.498033 tramp-set-connection-property (7) # last-cmd-time (25362 52= 660 497986 320000) 06:44:52.498171 tramp-send-string (10) # tramp_stat_file_attributes /storag= e/emulated/0/Android/ 2>/dev/null; echo tramp_exit_status $? 06:44:52.498305 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:52.498459 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:52.498587 tramp-set-connection-property (7) # locked t 06:44:52.498762 tramp-flush-connection-property (7) # locked 06:44:52.498974 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:52.499171 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:52.499321 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:52.499455 tramp-set-connection-property (7) # locked t 06:44:52.575132 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t (("=E2=80=98/storage/emulated/0/Android/=E2=80=99") 4 ("root" . 0) ("everyb= ody" . 9997) 45942511 45942516 45942516 4096 "drwxrwx---" t 925700 -1) 06:44:52.575477 tramp-flush-connection-property (7) # locked 06:44:52.575736 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:52.575975 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:52.576339 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:52.576578 tramp-set-connection-property (7) # locked t 06:44:52.578827 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t (("=E2=80=98/storage/emulated/0/Android/=E2=80=99") 4 ("root" . 0) ("everyb= ody" . 9997) 45942511 45942516 45942516 4096 "drwxrwx---" t 925700 -1) tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:52.579031 tramp-flush-connection-property (7) # locked 06:44:52.579165 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:52.579316 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:52.579482 tramp-wait-for-regexp (6) #=20 (("=E2=80=98/storage/emulated/0/Android/=E2=80=99") 4 ("root" . 0) ("everyb= ody" . 9997) 45942511 45942516 45942516 4096 "drwxrwx---" t 925700 -1) tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:52.579757 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:52.579932 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:52.580127 tramp-get-connection-property (7) # gid-integer 10152; cach= e used: t 06:44:52.580374 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:52.580517 tramp-get-connection-property (7) # device (-1 . 1); cache = used: t 06:44:52.580732 tramp-set-file-property (8) # /storage/emulated/0/Android f= ile-attributes (t 4 (root . 0) (everybody . 9997) (701 1775 0 0) (701 1780 = 0 0) (701 1780 0 0) 4096 drwxrwx--- t 925700 (-1 . 1)) 06:44:52.580950 tramp-set-file-property (8) # /storage/emulated/0/Android f= ile-attributes-integer (t 4 0 9997 (701 1775 0 0) (701 1780 0 0) (701 1780 = 0 0) 4096 drwxrwx--- t 925700 (-1 . 1)) 06:44:52.581142 tramp-sh-handle-file-truename (4) # True name of =E2=80=98/= storage/emulated/0/Android/=E2=80=99 is =E2=80=98/storage/emulated/0/Androi= d=E2=80=99 06:44:52.581329 tramp-set-file-property (8) # /storage/emulated/0/Android f= ile-truename /storage/emulated/0/Android 06:44:52.582419 tramp-get-file-property (8) # /storage/emulated/0/Android f= ile-exists-p t; inhibit: 10; cache used: t; cached at: 06:44:52 06:44:52.583312 tramp-get-file-property (8) # /storage/emulated/0/Android f= ile-directory-p t; inhibit: 10; cache used: t; cached at: 06:44:52 06:44:52.584573 tramp-get-file-property (8) # /storage/emulated/0/Android f= ile-directory-p t; inhibit: 10; cache used: t; cached at: 06:44:52 06:44:52.585239 tramp-get-file-property (8) # /storage/emulated/0/Android f= ile-readable-p undef; inhibit: 10; cache used: nil; cached at: nil 06:44:52.585476 tramp-get-file-property (8) # /storage/emulated/0/Android f= ile-attributes (t 4 (root . 0) (everybody . 9997) (701 1775 0 0) (701 1780 = 0 0) (701 1780 0 0) 4096 drwxrwx--- t 925700 (-1 . 1)); inhibit: 10; cache = used: t; cached at: 06:44:52 06:44:52.585758 tramp-get-file-property (8) # /storage/emulated/0/Android f= ile-readable-p undef; inhibit: 10; cache used: nil; cached at: nil 06:44:52.586726 tramp-get-file-property (8) # /storage/emulated/0/Android f= ile-attributes-integer (t 4 0 9997 (701 1775 0 0) (701 1780 0 0) (701 1780 = 0 0) 4096 drwxrwx--- t 925700 (-1 . 1)); inhibit: 10; cache used: t; cached= at: 06:44:52 06:44:52.586948 tramp-get-connection-property (7) # uid-integer 10152; cach= e used: t 06:44:52.587186 tramp-get-connection-property (7) # gid-integer 10152; cach= e used: t 06:44:52.588718 tramp-get-file-property (8) # /storage/emulated/0/Android f= ile-attributes-integer (t 4 0 9997 (701 1775 0 0) (701 1780 0 0) (701 1780 = 0 0) 4096 drwxrwx--- t 925700 (-1 . 1)); inhibit: 10; cache used: t; cached= at: 06:44:52 06:44:52.589130 tramp-set-file-property (8) # /storage/emulated/0/Android f= ile-readable-p nil 06:44:52.589495 tramp-set-file-property (8) # /storage/emulated/0/Android f= ile-readable-p nil 06:44:52.697903 tramp-handle-access-file (10) #=20 backtrace() tramp-error((tramp-file-name "scp" nil nil "motorolausb" nil "/storage/em= ulated/0/Android/" nil) permission-denied "Reading directory: Permission de= nied, /scp:motorol...") tramp-handle-access-file("/scp:motorolausb:/storage/emulated/0/Android/" = "Reading directory") apply(tramp-handle-access-file ("/scp:motorolausb:/storage/emulated/0/And= roid/" "Reading directory")) tramp-sh-file-name-handler(access-file "/scp:motorolausb:/storage/emulate= d/0/Android/" "Reading directory") apply(tramp-sh-file-name-handler access-file ("/scp:motorolausb:/storage/= emulated/0/Android/" "Reading directory")) tramp-file-name-handler(access-file "/scp:motorolausb:/storage/emulated/0= /Android/" "Reading directory") access-file("/scp:motorolausb:/storage/emulated/0/Android/" "Reading dire= ctory") tramp-sh-handle-insert-directory("/scp:motorolausb:/storage/emulated/0/An= droid/" "--dired -al" nil t) apply(tramp-sh-handle-insert-directory ("/scp:motorolausb:/storage/emulat= ed/0/Android/" "--dired -al" nil t)) tramp-sh-file-name-handler(insert-directory "/scp:motorolausb:/storage/em= ulated/0/Android/" "--dired -al" nil t) apply(tramp-sh-file-name-handler insert-directory ("/scp:motorolausb:/sto= rage/emulated/0/Android/" "--dired -al" nil t)) tramp-file-name-handler(insert-directory "/scp:motorolausb:/storage/emula= ted/0/Android/" "--dired -al" nil t) #f(compiled-function (file switches &optional wildcard full-directory-p) = "Insert directory listing for FILE, formatted according to SWITCHES.\nLeave= s point after the inserted text.\nSWITCHES may be a string of options, or a= list of strings\nrepresenting individual options.\nOptional third arg WILD= CARD means treat FILE as shell wildcard.\nOptional fourth arg FULL-DIRECTOR= Y-P means file is a directory and\nswitches do not contain `d', so that a f= ull listing is expected.\n\nThis works by running a directory listing progr= am\nwhose name is in the variable `insert-directory-program'.\nIf WILDCARD,= it also runs the shell specified by `shell-file-name'.\n\nWhen SWITCHES co= ntains the long `--dired' option, this function\ntreats it specially, for t= he sake of dired. However, the\nnormally equivalent short `-D' option is j= ust passed on to\n`insert-directory-program', as any other option." #)("/scp:motorolausb:/storage/emulated/0/Android/" "= --dired -al" nil t) ls-lisp--insert-directory(#f(compiled-function (file switches &optional w= ildcard full-directory-p) "Insert directory listing for FILE, formatted acc= ording to SWITCHES.\nLeaves point after the inserted text.\nSWITCHES may be= a string of options, or a list of strings\nrepresenting individual options= =2E\nOptional third arg WILDCARD means treat FILE as shell wildcard.\nOptio= nal fourth arg FULL-DIRECTORY-P means file is a directory and\nswitches do = not contain `d', so that a full listing is expected.\n\nThis works by runni= ng a directory listing program\nwhose name is in the variable `insert-direc= tory-program'.\nIf WILDCARD, it also runs the shell specified by `shell-fil= e-name'.\n\nWhen SWITCHES contains the long `--dired' option, this function= \ntreats it specially, for the sake of dired. However, the\nnormally equiv= alent short `-D' option is just passed on to\n`insert-directory-program', a= s any other option." #) "/scp:motorolausb:/st= orage/emulated/0/Android/" "--dired -al" nil t) apply(ls-lisp--insert-directory #f(compiled-function (file switches &opti= onal wildcard full-directory-p) "Insert directory listing for FILE, formatt= ed according to SWITCHES.\nLeaves point after the inserted text.\nSWITCHES = may be a string of options, or a list of strings\nrepresenting individual o= ptions.\nOptional third arg WILDCARD means treat FILE as shell wildcard.\nO= ptional fourth arg FULL-DIRECTORY-P means file is a directory and\nswitches= do not contain `d', so that a full listing is expected.\n\nThis works by r= unning a directory listing program\nwhose name is in the variable `insert-d= irectory-program'.\nIf WILDCARD, it also runs the shell specified by `shell= -file-name'.\n\nWhen SWITCHES contains the long `--dired' option, this func= tion\ntreats it specially, for the sake of dired. However, the\nnormally e= quivalent short `-D' option is just passed on to\n`insert-directory-program= ', as any other option." #) ("/scp:motorolaus= b:/storage/emulated/0/Android/" "--dired -al" nil t)) insert-directory("/scp:motorolausb:/storage/emulated/0/Android/" "--dired= -al" nil t) dired-insert-directory("/scp:motorolausb:/storage/emulated/0/Android/" "-= al" nil nil t) dired-readin-insert() #f(compiled-function () #)() combine-change-calls-1(1 1 #f(compiled-function () #)) dired-readin() dired-internal-noselect("/scp:motorolausb:/storage/emulated/0/Android/" n= il) dired-noselect("/scp:motorolausb:/storage/emulated/0/Android") run-hook-with-args-until-success(dired-noselect "/scp:motorolausb:/storag= e/emulated/0/Android") find-file-noselect("/scp:motorolausb:/storage/emulated/0/Android" nil nil= nil) find-file("/scp:motorolausb:/storage/emulated/0/Android") dired--find-file(find-file "/scp:motorolausb:/storage/emulated/0/Android") dired--find-possibly-alternative-file("/scp:motorolausb:/storage/emulated= /0/Android") dired-find-file() funcall-interactively(dired-find-file) call-interactively(dired-find-file nil nil) command-execute(dired-find-file) 06:44:52.713316 tramp-handle-access-file (1) # Cannot access file or direct= ory: Reading directory: Permission denied, /scp:motorolausb:/storage/emulat= ed/0/Android/ (("=E2=80=98/storage/emulated/0/Android/=E2=80=99") 4 ("root" . 0) ("everyb= ody" . 9997) 45942511 45942516 45942516 4096 "drwxrwx---" t 925700 -1) 06:44:55.247415 tramp-set-connection-property (7) # tmpdir /storage/emulate= d/0/tmp 06:44:55.247608 tramp-get-file-property (8) # /storage/emulated/0/Androzic = file-exists-p undef; inhibit: 10; cache used: nil; cached at: nil 06:44:55.247827 tramp-get-file-property (8) # /storage/emulated/0/Androzic = file-attributes undef; inhibit: 10; cache used: nil; cached at: nil 06:44:55.247987 tramp-get-connection-property (7) # file-exists test -e; ca= che used: t 06:44:55.248278 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:55.248431 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:55.248569 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:55.248708 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:55.248858 tramp-get-connection-property (7) # last-cmd-time (25362 52= 660 497986 320000); cache used: t 06:44:55.249033 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:55.249173 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:55.249300 tramp-send-command (6) # test -e /storage/emulated/0/Androz= ic 2>/dev/null; echo tramp_exit_status $? 06:44:55.249438 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:55.249575 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:55.249720 tramp-set-connection-property (7) # last-cmd-time (25362 52= 663 249671 543000) 06:44:55.249863 tramp-send-string (10) # test -e /storage/emulated/0/Androz= ic 2>/dev/null; echo tramp_exit_status $? 06:44:55.250025 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:55.250180 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:55.250351 tramp-set-connection-property (7) # locked t 06:44:55.250515 tramp-flush-connection-property (7) # locked 06:44:55.250726 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:55.250925 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:55.251075 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:55.251203 tramp-set-connection-property (7) # locked t 06:44:55.253431 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:55.253597 tramp-flush-connection-property (7) # locked 06:44:55.253727 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:55.253853 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:55.254005 tramp-wait-for-regexp (6) #=20 tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:55.254256 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:55.254530 tramp-set-file-property (8) # /storage/emulated/0/Androzic = file-exists-p t 06:44:55.256693 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:55.256856 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:55.257146 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:55.257688 tramp-get-connection-property (7) # ~ /data/data/com.termux= /files/home; cache used: t 06:44:55.259542 tramp-get-file-property (8) # /storage/emulated/0/Androzic = file-directory-p undef; inhibit: 10; cache used: nil; cached at: nil 06:44:55.260010 tramp-get-file-property (8) # /storage/emulated/0/Androzic = file-truename nil; inhibit: 10; cache used: nil; cached at: nil 06:44:55.260506 tramp-get-connection-property (7) # test test; cache used: t 06:44:55.261090 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:55.261384 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:55.261692 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:55.261937 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:55.262210 tramp-get-connection-property (7) # last-cmd-time (25362 52= 663 249671 543000); cache used: t 06:44:55.262545 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:55.262732 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:55.262921 tramp-send-command (6) # test -d /storage/emulated/0/Androz= ic 2>/dev/null; echo tramp_exit_status $? 06:44:55.263074 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:55.263214 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:55.263365 tramp-set-connection-property (7) # last-cmd-time (25362 52= 663 263315 588000) 06:44:55.263508 tramp-send-string (10) # test -d /storage/emulated/0/Androz= ic 2>/dev/null; echo tramp_exit_status $? 06:44:55.263646 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:55.263805 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:55.263933 tramp-set-connection-property (7) # locked t 06:44:55.264122 tramp-flush-connection-property (7) # locked 06:44:55.264352 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:55.264484 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:55.264635 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:55.264765 tramp-set-connection-property (7) # locked t 06:44:55.266959 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:55.267130 tramp-flush-connection-property (7) # locked 06:44:55.267262 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:55.267390 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:55.267546 tramp-wait-for-regexp (6) #=20 tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:55.267799 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:55.268039 tramp-set-file-property (8) # /storage/emulated/0/Androzic = file-directory-p t 06:44:55.270008 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:55.270152 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:55.270338 tramp-get-connection-property (7) # case-insensitive nil; c= ache used: t 06:44:55.270565 tramp-get-connection-property (7) # ~ /data/data/com.termux= /files/home; cache used: t 06:44:55.271378 tramp-get-file-property (8) # /storage/emulated/0/Androzic = file-directory-p t; inhibit: 10; cache used: t; cached at: 06:44:55 06:44:55.285901 tramp-get-file-property (8) # /storage/emulated/0/Androzic = file-truename undef; inhibit: 10; cache used: nil; cached at: nil 06:44:55.286091 tramp-sh-handle-file-truename (4) # Finding true name for = =E2=80=98/scp:motorolausb:/storage/emulated/0/Androzic/=E2=80=99 06:44:55.286233 tramp-get-connection-property (7) # readlink \readlink; cac= he used: t 06:44:55.286371 tramp-get-connection-property (7) # readlink \readlink; cac= he used: t 06:44:55.286799 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:55.286947 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:55.287088 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:55.287228 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:55.287379 tramp-get-connection-property (7) # last-cmd-time (25362 52= 663 263315 588000); cache used: t 06:44:55.287595 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:55.287781 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:55.287969 tramp-send-command (6) # \readlink --canonicalize-missing /= storage/emulated/0/Androzic/ 2>/dev/null; echo tramp_exit_status $? 06:44:55.288199 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:55.288426 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:55.288680 tramp-set-connection-property (7) # last-cmd-time (25362 52= 663 288594 787000) 06:44:55.288922 tramp-send-string (10) # \readlink --canonicalize-missing /= storage/emulated/0/Androzic/ 2>/dev/null; echo tramp_exit_status $? 06:44:55.289165 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:55.289431 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:55.289659 tramp-set-connection-property (7) # locked t 06:44:55.289950 tramp-flush-connection-property (7) # locked 06:44:55.290149 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:55.290451 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:55.290804 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:55.291165 tramp-set-connection-property (7) # locked t 06:44:55.330674 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t /storage/emulated/0/Androzic 06:44:55.330825 tramp-flush-connection-property (7) # locked 06:44:55.330946 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:55.331057 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:55.331191 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:55.331307 tramp-set-connection-property (7) # locked t 06:44:55.332807 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t /storage/emulated/0/Androzic tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:55.332953 tramp-flush-connection-property (7) # locked 06:44:55.333068 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:55.333180 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:55.333308 tramp-wait-for-regexp (6) #=20 /storage/emulated/0/Androzic tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:55.333530 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:55.333683 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:55.334990 tramp-get-file-property (8) # /storage/emulated/0/Androzic = file-attributes-integer undef; inhibit: 10; cache used: nil; cached at: nil 06:44:55.335211 tramp-get-file-property (8) # /storage/emulated/0/Androzic = file-attributes undef; inhibit: 10; cache used: nil; cached at: nil 06:44:55.335371 tramp-get-connection-property (7) # stat env QUOTING_STYLE= =3Dlocale \stat; cache used: t 06:44:55.335505 tramp-do-file-attributes-with-stat (5) # file attributes wi= th stat: /storage/emulated/0/Androzic/ 06:44:55.335652 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:55.335796 tramp-get-connection-property (7) # scripts (tramp_vc_regis= tered_read_file_names tramp_stat_file_attributes); cache used: t 06:44:55.336209 tramp-get-connection-property (7) # null-device /dev/null; = cache used: t 06:44:55.336363 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:55.336507 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:55.336650 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:55.336793 tramp-get-connection-property (7) # last-cmd-time (25362 52= 663 288594 787000); cache used: t 06:44:55.336968 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:55.337117 tramp-get-connection-property (7) # remote-echo nil; cache = used: nil 06:44:55.337297 tramp-send-command (6) # tramp_stat_file_attributes /storag= e/emulated/0/Androzic/ 2>/dev/null; echo tramp_exit_status $? 06:44:55.337444 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:55.337600 tramp-get-connection-property (7) # chunksize 0; cache used= : t 06:44:55.337754 tramp-set-connection-property (7) # last-cmd-time (25362 52= 663 337704 501000) 06:44:55.337900 tramp-send-string (10) # tramp_stat_file_attributes /storag= e/emulated/0/Androzic/ 2>/dev/null; echo tramp_exit_status $? 06:44:55.338039 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:55.338272 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:55.338495 tramp-set-connection-property (7) # locked t 06:44:55.338754 tramp-flush-connection-property (7) # locked 06:44:55.339014 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:55.339242 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:55.339493 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:55.339728 tramp-set-connection-property (7) # locked t 06:44:55.414977 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t (("=E2=80=98/storage/emulated/0/Androzic/=E2=80=99") 6 ("root" . 0) ("every= body" . 9997) 1653110733 1653110779 1653110779 4096 "drwxrwx---" t 926280 -= 1) 06:44:55.415134 tramp-flush-connection-property (7) # locked 06:44:55.415253 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:55.415368 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:55.415544 tramp-get-connection-property (7) # locked nil; cache used:= nil 06:44:55.415682 tramp-set-connection-property (7) # locked t 06:44:55.418549 tramp-accept-process-output (10) # *tramp/scp motorolausb* = nil run t (("=E2=80=98/storage/emulated/0/Androzic/=E2=80=99") 6 ("root" . 0) ("every= body" . 9997) 1653110733 1653110779 1653110779 4096 "drwxrwx---" t 926280 -= 1) tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:55.483088 tramp-flush-connection-property (7) # locked 06:44:55.483282 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:55.483416 tramp-get-connection-property (7) # check-remote-echo nil; = cache used: nil 06:44:55.483583 tramp-wait-for-regexp (6) #=20 (("=E2=80=98/storage/emulated/0/Androzic/=E2=80=99") 6 ("root" . 0) ("every= body" . 9997) 1653110733 1653110779 1653110779 4096 "drwxrwx---" t 926280 -= 1) tramp_exit_status 0 ///e795cd1bdec57fa7ba96ba3adecf1451#$ 06:44:55.483866 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:55.484045 tramp-get-connection-property (7) # process-buffer nil; cac= he used: t 06:44:55.484242 tramp-get-connection-property (7) # gid-integer 10152; cach= e used: t 06:44:55.484398 tramp-get-connection-property (7) # process-name nil; cache= used: nil 06:44:55.484537 tramp-get-connection-property (7) # device (-1 . 1); cache = used: t 06:44:55.484748 tramp-set-file-property (8) # /storage/emulated/0/Androzic = file-attributes (t 6 (root . 0) (everybody . 9997) (25224 30669 0 0) (25224= 30715 0 0) (25224 30715 0 0) 4096 drwxrwx--- t 926280 (-1 . 1)) 06:44:55.484970 tramp-set-file-property (8) # /storage/emulated/0/Androzic = file-attributes-integer (t 6 0 9997 (25224 30669 0 0) (25224 30715 0 0) (25= 224 30715 0 0) 4096 drwxrwx--- t 926280 (-1 . 1)) 06:44:55.485164 tramp-sh-handle-file-truename (4) # True name of =E2=80=98/= storage/emulated/0/Androzic/=E2=80=99 is =E2=80=98/storage/emulated/0/Andro= zic=E2=80=99 06:44:55.485353 tramp-set-file-property (8) # /storage/emulated/0/Androzic = file-truename /storage/emulated/0/Androzic 06:44:55.486500 tramp-get-file-property (8) # /storage/emulated/0/Androzic = file-exists-p t; inhibit: 10; cache used: t; cached at: 06:44:55 06:44:55.487402 tramp-get-file-property (8) # /storage/emulated/0/Androzic = file-directory-p t; inhibit: 10; cache used: t; cached at: 06:44:55 06:44:55.488964 tramp-get-file-property (8) # /storage/emulated/0/Androzic = file-directory-p t; inhibit: 10; cache used: t; cached at: 06:44:55 06:44:55.489861 tramp-get-file-property (8) # /storage/emulated/0/Androzic = file-readable-p undef; inhibit: 10; cache used: nil; cached at: nil 06:44:55.490537 tramp-get-file-property (8) # /storage/emulated/0/Androzic = file-attributes (t 6 (root . 0) (everybody . 9997) (25224 30669 0 0) (25224= 30715 0 0) (25224 30715 0 0) 4096 drwxrwx--- t 926280 (-1 . 1)); inhibit: = 10; cache used: t; cached at: 06:44:55 06:44:55.491314 tramp-get-file-property (8) # /storage/emulated/0/Androzic = file-readable-p undef; inhibit: 10; cache used: nil; cached at: nil 06:44:55.493509 tramp-get-file-property (8) # /storage/emulated/0/Androzic = file-attributes-integer (t 6 0 9997 (25224 30669 0 0) (25224 30715 0 0) (25= 224 30715 0 0) 4096 drwxrwx--- t 926280 (-1 . 1)); inhibit: 10; cache used:= t; cached at: 06:44:55 06:44:55.493886 tramp-get-connection-property (7) # uid-integer 10152; cach= e used: t 06:44:55.494165 tramp-get-connection-property (7) # gid-integer 10152; cach= e used: t 06:44:55.496206 tramp-get-file-property (8) # /storage/emulated/0/Androzic = file-attributes-integer (t 6 0 9997 (25224 30669 0 0) (25224 30715 0 0) (25= 224 30715 0 0) 4096 drwxrwx--- t 926280 (-1 . 1)); inhibit: 10; cache used:= t; cached at: 06:44:55 06:44:55.496470 tramp-set-file-property (8) # /storage/emulated/0/Androzic = file-readable-p nil 06:44:55.496658 tramp-set-file-property (8) # /storage/emulated/0/Androzic = file-readable-p nil 06:44:55.536707 tramp-handle-access-file (10) #=20 backtrace() tramp-error((tramp-file-name "scp" nil nil "motorolausb" nil "/storage/em= ulated/0/Androzic/" nil) permission-denied "Reading directory: Permission d= enied, /scp:motorol...") tramp-handle-access-file("/scp:motorolausb:/storage/emulated/0/Androzic/"= "Reading directory") apply(tramp-handle-access-file ("/scp:motorolausb:/storage/emulated/0/And= rozic/" "Reading directory")) tramp-sh-file-name-handler(access-file "/scp:motorolausb:/storage/emulate= d/0/Androzic/" "Reading directory") apply(tramp-sh-file-name-handler access-file ("/scp:motorolausb:/storage/= emulated/0/Androzic/" "Reading directory")) tramp-file-name-handler(access-file "/scp:motorolausb:/storage/emulated/0= /Androzic/" "Reading directory") access-file("/scp:motorolausb:/storage/emulated/0/Androzic/" "Reading dir= ectory") tramp-sh-handle-insert-directory("/scp:motorolausb:/storage/emulated/0/An= drozic/" "--dired -al" nil t) apply(tramp-sh-handle-insert-directory ("/scp:motorolausb:/storage/emulat= ed/0/Androzic/" "--dired -al" nil t)) tramp-sh-file-name-handler(insert-directory "/scp:motorolausb:/storage/em= ulated/0/Androzic/" "--dired -al" nil t) apply(tramp-sh-file-name-handler insert-directory ("/scp:motorolausb:/sto= rage/emulated/0/Androzic/" "--dired -al" nil t)) tramp-file-name-handler(insert-directory "/scp:motorolausb:/storage/emula= ted/0/Androzic/" "--dired -al" nil t) #f(compiled-function (file switches &optional wildcard full-directory-p) = "Insert directory listing for FILE, formatted according to SWITCHES.\nLeave= s point after the inserted text.\nSWITCHES may be a string of options, or a= list of strings\nrepresenting individual options.\nOptional third arg WILD= CARD means treat FILE as shell wildcard.\nOptional fourth arg FULL-DIRECTOR= Y-P means file is a directory and\nswitches do not contain `d', so that a f= ull listing is expected.\n\nThis works by running a directory listing progr= am\nwhose name is in the variable `insert-directory-program'.\nIf WILDCARD,= it also runs the shell specified by `shell-file-name'.\n\nWhen SWITCHES co= ntains the long `--dired' option, this function\ntreats it specially, for t= he sake of dired. However, the\nnormally equivalent short `-D' option is j= ust passed on to\n`insert-directory-program', as any other option." #)("/scp:motorolausb:/storage/emulated/0/Androzic/" = "--dired -al" nil t) ls-lisp--insert-directory(#f(compiled-function (file switches &optional w= ildcard full-directory-p) "Insert directory listing for FILE, formatted acc= ording to SWITCHES.\nLeaves point after the inserted text.\nSWITCHES may be= a string of options, or a list of strings\nrepresenting individual options= =2E\nOptional third arg WILDCARD means treat FILE as shell wildcard.\nOptio= nal fourth arg FULL-DIRECTORY-P means file is a directory and\nswitches do = not contain `d', so that a full listing is expected.\n\nThis works by runni= ng a directory listing program\nwhose name is in the variable `insert-direc= tory-program'.\nIf WILDCARD, it also runs the shell specified by `shell-fil= e-name'.\n\nWhen SWITCHES contains the long `--dired' option, this function= \ntreats it specially, for the sake of dired. However, the\nnormally equiv= alent short `-D' option is just passed on to\n`insert-directory-program', a= s any other option." #) "/scp:motorolausb:/st= orage/emulated/0/Androzic/" "--dired -al" nil t) apply(ls-lisp--insert-directory #f(compiled-function (file switches &opti= onal wildcard full-directory-p) "Insert directory listing for FILE, formatt= ed according to SWITCHES.\nLeaves point after the inserted text.\nSWITCHES = may be a string of options, or a list of strings\nrepresenting individual o= ptions.\nOptional third arg WILDCARD means treat FILE as shell wildcard.\nO= ptional fourth arg FULL-DIRECTORY-P means file is a directory and\nswitches= do not contain `d', so that a full listing is expected.\n\nThis works by r= unning a directory listing program\nwhose name is in the variable `insert-d= irectory-program'.\nIf WILDCARD, it also runs the shell specified by `shell= -file-name'.\n\nWhen SWITCHES contains the long `--dired' option, this func= tion\ntreats it specially, for the sake of dired. However, the\nnormally e= quivalent short `-D' option is just passed on to\n`insert-directory-program= ', as any other option." #) ("/scp:motorolaus= b:/storage/emulated/0/Androzic/" "--dired -al" nil t)) insert-directory("/scp:motorolausb:/storage/emulated/0/Androzic/" "--dire= d -al" nil t) dired-insert-directory("/scp:motorolausb:/storage/emulated/0/Androzic/" "= -al" nil nil t) dired-readin-insert() #f(compiled-function () #)() combine-change-calls-1(1 1 #f(compiled-function () #)) dired-readin() dired-internal-noselect("/scp:motorolausb:/storage/emulated/0/Androzic/" = nil) dired-noselect("/scp:motorolausb:/storage/emulated/0/Androzic") run-hook-with-args-until-success(dired-noselect "/scp:motorolausb:/storag= e/emulated/0/Androzic") find-file-noselect("/scp:motorolausb:/storage/emulated/0/Androzic" nil ni= l nil) find-file("/scp:motorolausb:/storage/emulated/0/Androzic") dired--find-file(find-file "/scp:motorolausb:/storage/emulated/0/Androzic= ") dired--find-possibly-alternative-file("/scp:motorolausb:/storage/emulated= /0/Androzic") dired-find-file() funcall-interactively(dired-find-file) call-interactively(dired-find-file nil nil) command-execute(dired-find-file) 06:44:55.553186 tramp-handle-access-file (1) # Cannot access file or direct= ory: Reading directory: Permission denied, /scp:motorolausb:/storage/emulat= ed/0/Androzic/ (("=E2=80=98/storage/emulated/0/Androzic/=E2=80=99") 6 ("root" . 0) ("every= body" . 9997) 1653110733 1653110779 1653110779 4096 "drwxrwx---" t 926280 -= 1) --=20 Jean Take action in Free Software Foundation campaigns: https://www.fsf.org/campaigns In support of Richard M. Stallman https://stallmansupport.org/